Discount Calculator

See the final price after one or two stacked discounts.

$
%

How to Use This Calculator

Single Discount tab

Enter the original price and discount percentage. The calculator instantly shows the final price and how much you save. Use this for straightforward sales — "30% off," "25% discount," etc.

Double Discount tab

For stacked discounts — like "extra 20% off sale items." Enter the original price, the first discount, and the second discount. The calculator applies them sequentially and shows the final price, total savings, and the effective combined discount (which is always less than the sum of the two).

Share your result

Every input is encoded in the URL. Click Share, send the link — they'll see your exact numbers. No re-entering, no screenshots.

The Formula

Single discount:

Final Price = Original Price × (1 − Discount ÷ 100)

Double (stacked) discount:

Final Price = Original Price × (1 − D1 ÷ 100) × (1 − D2 ÷ 100)

Effective combined discount:

Effective Discount = 1 − (1 − D1 ÷ 100) × (1 − D2 ÷ 100)

Where:

The key insight: stacked discounts multiply, they don't add. 30% + 15% is not 45% off — it's 40.5% off, because the second discount applies to the already-reduced price.

Example

Jacket on sale with an extra coupon

You find an $89.99 jacket marked 30% off. At checkout, you have an extra 15% coupon that stacks on top.

Original price$89.99
First discount (30%)−$27.00
Price after 30% off$63.00
Second discount (15%)−$9.45
Final price$53.55
Total saved$36.44
Effective discount40.5% (not 45%)

The second discount applies to $63.00, not the original $89.99 — that's why the effective discount is 40.5%, not 45%.

FAQ

Multiply the price by 0.70. For example, 30% off $80 = $80 × 0.70 = $56. The quick trick: subtract the discount percentage from 100, move the decimal two places left, and multiply. 30% off → multiply by 0.70.
No — discounts multiply, they don't add. A 30% discount followed by a 15% discount is not 45% off. The second discount applies to the already-reduced price. The effective combined discount is 40.5%. This is true for all stacked discounts, coupons, and sequential markdowns.
A double discount is when two separate discounts are applied sequentially to the same item. Common examples: a sale price plus an additional coupon, an employee discount on top of a clearance price, or "extra 20% off all sale items." The order doesn't matter — 30% then 15% gives the same result as 15% then 30%.
Because the second discount applies to the already-reduced price, not the original. When you take 30% off first, the price drops to 70% of the original. Then 15% off that reduced amount removes 15% of 70%, which is only 10.5% of the original. So the total is 30% + 10.5% = 40.5%, not 30% + 15% = 45%.

Related Calculators

Add This Calculator to Your Website

Embed the sum.money discount calculator on your site. Free, responsive, always up-to-date.

<iframe src="https://sum.money/embed/discount-calculator" width="100%" height="600"></iframe>