Double Discount Calculator
Rule: stacked discounts don't add up. Two discounts of 20% and 10% give 28% off, not 30% — the second applies to the already-reduced price. Multiply: final = price × (1 − d1/100) × (1 − d2/100).
A double discount applies two percentage discounts one after the other instead of all at once. Because the second discount comes off the already-reduced price, two discounts never simply add together. This calculator shows the final price, how much you save, and the single discount that would give the same result.
How to calculate a double discount
Don't add the two percentages. Convert each discount to the fraction of the price that remains, then multiply:
Example — 20% then 10% off $100:
- A 20% discount leaves 1 − 20/100 = 0.80 of the price.
- A 10% discount leaves 1 − 10/100 = 0.90 of the price.
- Multiply the factors: 0.80 × 0.90 = 0.72, so 72% of the price remains.
- Final price = 100 × 0.72 = $72; you save $28.
- The combined discount is 1 − 0.72 = 0.28 = 28% off — not 30%.
Quick formulas
Where double discounts apply
- Clearance + member discount: an item already marked down for clearance, then reduced again at checkout for loyalty members.
- Coupon stacked on a sale: a percentage-off coupon applied on top of an item that is already on sale.
- Trade discount + early-payment discount: a wholesale trade discount on the list price, followed by an extra percentage off for paying early.
Frequently Asked Questions
What is the total discount after two 10% discounts?
Two 10% discounts give 19% off, not 20%. On $100: the first 10% off makes it $90, then another 10% off makes it $81. The second discount applies to the already-reduced $90, so the combined discount is 1 − 0.90 × 0.90 = 0.19, i.e. 19%.
Is a double discount the same as adding the percentages?
No. Stacked discounts do not add. 20% + 10% is 28% off, not 30%, because the second discount applies to the already-reduced price. Multiply the remaining factors instead: 0.80 × 0.90 = 0.72, so 28% off.
Does the order of the discounts matter?
No. Multiplication is commutative, so 20% then 10% gives the same result as 10% then 20%. Both leave 0.80 × 0.90 = 0.72 of the price — a final price of $72 on $100.
What is the double discount formula?
final = price × (1 − d1/100) × (1 − d2/100). You save price − final, and the equivalent single discount is (1 − (1 − d1/100)(1 − d2/100)) × 100 percent.
See also
- Discount Calculator — apply a single percent-off discount.
- Percentage Calculator — find a percent of any number.
- Sales Tax Calculator — add or remove sales tax.
- VAT Calculator — add or remove VAT.