Four modes in one tool: This discount calculator covers simple percentage discounts, double/stacked discounts, discounts with sales tax (GST/VAT), and reverse lookup to find the original price or discount percentage from a sale tag.

Discount Calculator — The Complete Guide to Calculating Sale Prices, Stacked Discounts, and Tax

Whether you are shopping a Black Friday sale, comparing employee discount offers, pricing products for your business, or trying to figure out the real savings on an eBay listing, understanding how discounts work mathematically is the key to making smart decisions. This guide covers every discount scenario you will encounter, with clear formulas and examples.

How to Calculate a Simple Percentage Discount

The most common discount calculation follows two steps:

Step 1: Savings = Original Price × (Discount % ÷ 100)
Step 2: Final Price = Original Price − Savings

Example: A jacket originally priced at $200 is on sale for 25% off.

  • Savings = $200 × (25/100) = $200 × 0.25 = $50
  • Final Price = $200 − $50 = $150

You can also calculate it in a single step: Final Price = Original × (1 − Discount%/100). So $200 × 0.75 = $150. This is the formula used by most spreadsheets and this calculator.

Discount calculator formula showing simple percentage discount calculation with savings and final price
The simple discount formula: Original Price × (1 − Discount%) = Final Price

Double Discount (Stacked Discounts) — Why 20% + 10% ≠ 30%

Stacked discounts — also called double discounts, successive discounts, or layered discounts — occur when two percentage discounts are applied one after another. This is common during sales events where a store offers an extra discount on top of already-reduced prices.

The critical point: the second discount applies to the already-reduced price, not the original price. This means the combined effect is always less than simply adding the two percentages.

Effective Price = Original × (1 − D1/100) × (1 − D2/100)
Where D1 = first discount %, D2 = second discount %

Example: A $500 item with 20% off + 10% off:

  • After 1st discount: $500 × 0.80 = $400
  • After 2nd discount: $400 × 0.90 = $360
  • Total savings: $140 (effective 28%, not 30%)
  • If it were a flat 30% off: $500 × 0.70 = $350 — you would save $10 more

Quick Reference: Double Discount Effective Rates

DiscountsNaive SumActual Effective RateDifference
10% + 10%20%19.0%−1.0%
20% + 10%30%28.0%−2.0%
25% + 15%40%36.25%−3.75%
30% + 20%50%44.0%−6.0%
40% + 25%65%55.0%−10.0%
50% + 30%80%65.0%−15.0%

The gap between the naive sum and the actual rate grows as the percentages increase. This is why online “extra 20% off sale items” promotions always yield less savings than the combined number suggests.

Double discount stacked discount explained showing why 20%+10% equals 28% not 30%
Why stacked discounts always result in less savings than the simple sum of percentages

Discount with Sales Tax, GST, or VAT

When buying taxable goods on sale, the discount is applied first, and tax is calculated on the reduced price. This means you pay tax only on the discounted amount — a small but real additional savings compared to paying full-price tax.

Final Price = (Original × (1 − Discount%/100)) × (1 + Tax%/100)

Example: A $1,000 laptop at 15% off with 8.5% sales tax:

  • Discounted price: $1,000 × 0.85 = $850
  • Tax on discounted: $850 × 0.085 = $72.25
  • Final price: $850 + $72.25 = $922.25
  • Without discount: $1,000 × 1.085 = $1,085
  • Total savings: $1,085 − $922.25 = $162.75

Common Tax Rates by Region

RegionTax TypeTypical Rate
United StatesSales Tax4–10% (varies by state)
United KingdomVAT20% (reduced 5% for some goods)
European UnionVAT19–27% (varies by country)
IndiaGST5%, 12%, 18%, or 28%
CanadaGST + PST5% GST + 0–10% PST
AustraliaGST10%
UAEVAT5%

Reverse Discount — Finding the Original Price or Discount Percentage

Sometimes you see a sale tag showing the final price but not the original or the discount percentage. The reverse formulas let you work backwards:

Find Original Price: Original = Sale Price ÷ (1 − Discount%/100)
Find Discount %: Discount% = ((Original − Sale) ÷ Original) × 100

Example 1: A store says “Now $150, was $200”. What is the discount? ($200−$150) ÷ $200 × 100 = 25% off.

Example 2: A tag says “30% off! Now $70”. What was the original? $70 ÷ (1−0.30) = $70 ÷ 0.70 = $100.

Reverse discount calculator showing how to find original price or discount percentage from a sale tag
Using the reverse formula to find the original price or discount percentage from sale information

Employee Discount Calculations

Employee discounts (like GM employee pricing, retail staff discounts, or corporate partner programs) work exactly like standard percentage discounts. If you get a 15% employee discount on a $35,000 car, your price is $35,000 × 0.85 = $29,750.

Some employee programs layer on top of existing sales. In that case, use the Double Discount mode to see the true combined savings, since the employee discount applies to the already-sale price.

Discount Calculator vs Excel

Many users search for “discount calculator in Excel” because spreadsheets offer batch processing. Here is when each is better:

  • This calculator: Instant answers for single items, correct currency formatting, plain-English breakdown, visual donut chart. Zero setup time.
  • Excel / Google Sheets: Best for calculating discounts across a product catalog (hundreds of items), custom formulas with variable margins, or generating price lists for distribution.
  • Tip: Use this calculator for quick in-store comparisons, then build an Excel sheet for bulk pricing decisions.

Financial “Discount” Concepts (Present Value, DCF, DDM)

Some users searching for “discount calculator” are looking for financial concepts rather than shopping discounts. Here is a brief primer:

  • Discount rate: The interest rate used to find the present value of future cash flows. Used in Discounted Cash Flow (DCF) analysis for business valuation.
  • Present value discount: PV = FV ÷ (1+r)^n. This tells you what a future sum is worth today. See our Compound Interest Calculator.
  • Dividend Discount Model (DDM): Stock Value = Annual Dividend ÷ (Required Return − Dividend Growth Rate). A valuation method for dividend-paying stocks. See our ROI Calculator for investment analysis.
Key takeaway: For shopping discounts, always verify stacked discount claims (they are always less than the sum), remember that tax is applied after the discount, and use the reverse formula when a sale tag does not show the full picture. This calculator handles all four scenarios instantly.