Discount Percentage Calculator
Work out what percentage discount you are actually getting when a retailer advertises a dollar saving rather than a percentage off. Enter the original sticker price and the dollar amount you are saving (or have been told you will save), and the calculator returns the implied discount rate. Useful for comparing a "$20 off" deal against a "15% off" deal on differently priced items, for verifying that the discount you see at checkout matches what was advertised, and for spotting inflated "original price" claims that turn modest savings into impressive-sounding percentages.
About this calculator
The formula is straightforward: discount percentage = (discount amount ÷ original price) × 100. If a $200 jacket is marked down by $40, the discount rate is (40 ÷ 200) × 100 = 20%. The result represents the fraction of the original price that has been removed, expressed on a 0–100 scale. Important context for interpreting the answer: the "original price" claimed by retailers is often the MSRP (manufacturer's suggested retail price) rather than the price the item ever actually sold for, so a 60% discount off an inflated reference price can be a smaller real saving than 30% off a competitor's honest price. To convert in the other direction (from a percentage to a dollar amount), use original price × discount% ÷ 100. To find the post-discount price, subtract the discount amount from the original price, or equivalently multiply the original price by (1 − discount%/100). Edge cases: if the discount amount equals the original price, you get a 100% discount (the item is free); if the discount amount exceeds the original price, the formula returns a value above 100% — which is mathematically valid but nonsensical for a retail discount and almost always indicates a data-entry error. An original price of 0 would cause a division-by-zero error and is meaningless in this context. Comparing percentage discounts across different products only tells you which percentage is larger; it does not tell you which is a better deal in absolute dollars, since 50% off a $20 item saves less than 10% off a $200 item.
How to use
Example 1 — Verifying advertised savings. A retailer advertises "save $75 on this $250 jacket". Enter 250 as Original Price and 75 as Discount Amount. Result: 30%. Verify: 75 ÷ 250 = 0.30, × 100 = 30. ✓ So this is genuinely a 30% discount — comparable to a "30% off" promotion at a competitor on the same item. Example 2 — Comparing two deals on different items. Store A is offering a TV at $899 marked down from $1199 ($300 off); Store B is offering a comparable TV at $749 marked down from $999 ($250 off). For Store A, enter 1199 and 300 → result: 25.02%. For Store B, enter 999 and 250 → result: 25.03%. The percentage discounts are essentially identical, but Store B saves you $150 more in absolute dollars on the cash you actually have to spend — the percentage alone hides this. ✓ Always compare the final out-of-pocket price, not just the discount rate.
Frequently asked questions
How is a discount percentage different from a markup percentage?
A discount is calculated against the original (higher) price as the base — so a $100 item marked down to $80 is a 20% discount because $20 is 20% of $100. A markup is calculated against the cost (lower) price as the base, so an item that cost the seller $80 and sells for $100 represents a 25% markup, not 20%, because $20 is 25% of $80. The two operations are not symmetric: reversing a 20% discount requires a 25% markup. This asymmetry is what allows retailers to advertise a "50% off" sale that simply restores the price to its original markup after a temporary inflation. When evaluating discount claims, always ask what the reference price actually represents — true historical selling price, MSRP, list price, or a momentarily inflated "compare-at" price.
What is the final price after a percentage discount?
Final price = original price × (1 − discount% ÷ 100). For example, a $250 jacket at 30% off costs 250 × (1 − 0.30) = 250 × 0.70 = $175. Equivalently, you can compute the dollar savings first (250 × 0.30 = $75) and subtract from the original ($250 − $75 = $175); the two approaches always agree. For mental math, a 25% discount means you pay three quarters of the original; a 50% discount means you pay half; a 75% discount means you pay one quarter. Sales tax is typically added on top of the discounted price, not the original price — so the discount reduces the tax base too, slightly amplifying the saving.
How do stacked discounts work — do they add or multiply?
Stacked discounts multiply rather than add — they apply sequentially, each to the price after the previous one has been applied. A 20% off coupon stacked with an additional 10% off does not equal 30% off; it equals (1 − 0.20) × (1 − 0.10) = 0.80 × 0.90 = 0.72, or 28% off the original price. The order does not matter mathematically — 10% first then 20% gives the same result — but it often matters legally, because tax may be calculated on the post-discount price differently depending on jurisdiction and coupon type. Manufacturer coupons and store coupons often have specific stacking rules dictated by the issuer. Whenever a deal is described as "an extra X% off", it always refers to multiplicative stacking, never additive.
What are the most common mistakes people make evaluating discounts?
The first is comparing percentages across products with very different prices — 50% off a $20 toaster saves $10, while 10% off a $1000 TV saves $100, so the bigger percentage is the worse deal in dollar terms. The second is anchoring on an inflated "original price" that the item never genuinely sold for — many "70% off!" claims compare against an MSRP no one ever paid. The third is assuming a 50% markup reverses a 50% discount; in reality you need a 100% markup to undo a 50% discount. The fourth is forgetting that percentage discounts apply to the pre-tax price, while sales tax is then computed on the discounted figure (not the original) — slightly increasing the real saving. Finally, buying something only because it is on sale is usually a worse decision than buying nothing — the discount only helps if you were already going to buy the item at full price.
When should I not use this calculator?
Skip this calculator when you actually want the discounted (final) price rather than the percentage — for that, multiply original × (1 − rate/100), or use a dedicated sale-price calculator. It is also the wrong tool for working backwards from a final price plus tax to figure out the pre-tax discount, since tax interactions are not modelled. Do not use it to evaluate financing or store-credit "deals" where the apparent discount is offset by interest charges; those require a true total-cost-of-purchase comparison. For business discount analysis — wholesale tiered pricing, volume rebates, cash discounts for early payment — use a dedicated trade-discount or markup calculator. And for evaluating multi-step promotional stacks (loyalty + coupon + sale), apply each discount sequentially rather than computing a single overall percentage from this tool.