Skip to content

Discount Calculator

Work out the sale price and amount saved after a percentage discount.

Choose a calculation

Find the price after a percentage discount is applied.

Result

How to Use

  1. Choose which calculation you need from the options above the form.
  2. Enter the price and the discount percentage — no need to type a % or $ sign.
  3. The result updates instantly as you type.
  4. Use Copy Result to copy the answer to your clipboard.

Formula

Sale price
sale_price = price × (1 − discount% ÷ 100)
Amount saved
amount_saved = price × (discount% ÷ 100)
Original price (reverse)
original_price = sale_price ÷ (1 − discount% ÷ 100)

Worked Example

An $80 item with a 25% discount.

  1. Convert 25% to a decimal: 25 ÷ 100 = 0.25
  2. Subtract from 1 to get the remaining fraction of the price: 1 − 0.25 = 0.75
  3. Multiply by the original price: $80 × 0.75 = $60

Result: $60

About This Tool

What this tool does

This calculator works out the sale price and the amount saved when a percentage discount is applied to an original price, and can also work backwards from a sale price to recover the original price.

When to use it

Use it while shopping to check a sale price is correct, to compare discounts across items, or to figure out an item's original price from a "% off" sale tag.

What the result means

Sale price and amount saved are always in the same currency as the price you entered — the calculator has no notion of currency, it just does the arithmetic. The original-price (reverse) result answers "what was this before the discount?".

Assumptions & limitations

Prices must be zero or greater — a negative price is rejected. Discount percentages must be between 0% and 100% inclusive — a discount over 100% (paying you to take the item) or below 0% (a markup) isn't supported by this tool. Recovering the original price from a 100% discount is undefined (a free item could have started at any price), so that case is reported as an error rather than a guess.

Frequently Asked Questions

How do I calculate a discount?
Multiply the original price by the discount percentage divided by 100 to get the amount saved, then subtract that from the original price to get the sale price. A $80 item at 25% off saves $20, for a sale price of $60.
How do I find the original price from a sale price?
Divide the sale price by (1 minus the discount as a decimal). A $60 sale price after a 25% discount started at $60 ÷ 0.75 = $80.
Can I stack multiple discounts?
Not directly in this tool — apply the "Sale price" calculation once per discount, using each result as the next calculation's original price. Stacked percentage discounts are multiplicative, not additive (two 10% discounts save 19%, not 20%).