--- title: "Discount calculator — free, runs in your browser" description: "Find the sale price and how much you save, including stacked discounts and tax. Free, no sign-up, and nothing you enter leaves your browser." url: https://atoneplace.net/tools/discount-calculator/ site: "At One Place" --- # Discount calculator Find the sale price and how much you save, including stacked discounts and tax. ## How it works Enter the original price and the discount to see what you pay and what you save. Stacked discounts are applied in sequence, which is how shops actually apply them. Two discounts never simply add up. "50% off, then an extra 20% off" leaves 0.5 × 0.8 = 0.4 of the original price — 60% off, not 70%. The second discount is taken from the already-reduced price, which is why the order the shop applies them in does not change the total but the arithmetic still surprises people. Tax is applied after the discount in most jurisdictions, so a discount reduces the tax you pay as well as the price. > This tool runs entirely in your browser. Nothing you enter is sent to a server, logged or stored, and the page keeps working with the network disconnected. ## Common questions ### How do you calculate a discount? Multiply the price by the discount as a decimal to find the saving, then subtract. 30% off $80 is 0.3 × 80 = $24 off, leaving $56. Or go straight there: 80 × 0.7 = $56. ### Does 50% off plus 20% off equal 70% off? No — it is 60% off. The 20% comes off the already-halved price, so you pay 0.5 × 0.8 = 0.4 of the original. ## Related pages - [Percentage calculator](https://atoneplace.net/tools/percentage-calculator/) - [Loan and EMI calculator](https://atoneplace.net/tools/loan-calculator/) - [BMI calculator](https://atoneplace.net/tools/bmi-calculator/) - [Tip calculator](https://atoneplace.net/tools/tip-calculator/) - [Age calculator](https://atoneplace.net/tools/age-calculator/) - [Paint calculator](https://atoneplace.net/tools/paint-calculator/) - [Compound interest calculator](https://atoneplace.net/tools/compound-interest-calculator/) - [Calorie and BMR calculator](https://atoneplace.net/tools/calorie-calculator/) - [Dog age calculator](https://atoneplace.net/tools/dog-age-calculator/) - [Days between dates](https://atoneplace.net/tools/days-between-dates/)