Discount Calculator | Sale Price & Percent Off

Quick Start Guide

  1. Choose a mode: Simple to compute a discount, or Find % Off to work backward from two prices.
  2. Enter the original price: The price before any discount.
  3. Enter the discount or sale price: Simple mode: enter the discount as a percent or fixed amount. Find % Off mode: enter the sale price you saw or paid instead.
  4. Add a stacked discount (optional): In Simple mode, turn on "Add Stacked Discount" to apply a second discount on top of the first.
  5. View your savings and final price: The result updates automatically as you type.
  6. Export or copy your results: Save as JSON (guests) or PDF/CSV (signed in), or copy a formatted summary.

Understanding Discounts

Percent off vs a fixed amount off

A percentage discount scales with the price — 20% off a $100 item saves $20, but 20% off a $10 item only saves $2. A fixed discount (like a $10 coupon) saves the same dollar amount regardless of price, so it is relatively more valuable on cheaper items and less valuable on expensive ones.

Working backward: finding the percent off

Sometimes you know the original price and the sale price but not the discount rate — a receipt, a sale tag, or an old order confirmation. Switch to Find % Off mode, enter both prices, and the calculator solves for the discount percent and dollar amount for you.

Why stacked discounts do not add up

When a second discount applies after the first, it applies to the already-discounted price — not the original. "20% off, plus an extra 10% off" is not 30% off: $100 → 20% off → $80 → 10% off → $72. That is an effective 28% discount, not 30%. Turn on "Add Stacked Discount" to model this exactly.

Discount first, then tax

In most places, sales tax is calculated on the discounted price, not the original price. When estimating your final checkout total, apply the discount first, then add tax to what is left — not the other way around.

Comparing two different discounts

To compare a percentage offer against a fixed-amount offer (or two stores’ discounts on the same item), work out the actual dollar savings for each — the calculator does this automatically so you can see which one genuinely saves more.

Features

Percent & Fixed: Supports both discount styles.

Stacked Discounts: Model two-step coupon scenarios.

Instant Savings: Real-time savings and final total.

Copy & Export: Copy the result to the clipboard, or download it as JSON, CSV or a branded PDF.

Common Use Cases

Sale Shopping: estimate final checkout price quickly and compare competing discounts.

Coupon Strategy: apply percentage or fixed coupon values and verify stacked discount outcomes.

Bulk Pricing: evaluate quantity discount scenarios and compare before/after margins.

Find the Percent Off: work backward from a receipt or sale tag when you know two prices but not the discount rate.

Frequently Asked Questions

Formula: Original Price × (Discount Rate / 100) = Discount Amount. Subtract from original to get the sale price. For example, 25% off $80: $80 × 0.25 = $20 off → final price $60.
A percentage discount scales with the price — 20% off $100 saves $20, but 20% off $10 only saves $2. A fixed discount (like a $10 coupon) saves the same dollar amount regardless of price, so choose based on how the offer is advertised and which one actually saves you more on your specific total.
Yes, but the order matters. "20% off plus 10% off" is not 30% off. The second discount applies to the already-reduced price: $100 → -20% = $80 → -10% = $72. That is an effective 28% discount, not 30%.
Percent off = ((Original Price - Sale Price) / Original Price) × 100. For example, an item that was $80 and is now $60: ($20 / $80) × 100 = 25% off. Switch to "Find % Off" mode and enter both prices to get this instantly, without doing the math yourself.
Effective rate = 1 - (1 - D1) × (1 - D2) × ... for each discount D. For 20% and 10% stacked: 1 - (0.80 × 0.90) = 1 - 0.72 = 28% effective. Turn on "Add Stacked Discount" and enter your two discounts to get this for any combination.
In most places, sales tax is calculated on the discounted price, not the original price. Apply the discount first to get the sale price, then add tax to that lower amount — not the other way around.

Related Calculators

Last updated