./prontouso

Discount Calculator

Find out exactly how much you will pay and save after applying a percentage discount.

Runs locally in your browser. This tool does not upload your input.

Discount Calculator

Results

Final price
85.00
You save
15.00

How to calculate a discounted price

Enter a price and a discount percentage to see the final price and the exact amount you save.

The math

Formula
Amount saved = price × (discount% / 100)
Formula
Final price = price − amount saved

How to use it

  • Enter the original price.
  • Enter the discount percentage.
  • Read the final price and the amount saved instantly.

A discount over 100%

A discount percentage is capped at 100%, since a store can't sensibly charge a negative price — a typo like "150" is treated as a full 100% discount instead of producing a nonsensical negative total.

Privacy

Runs locally in your browser. No data is sent to the server.

FAQ

Can the discount be over 100%?

The calculator caps it at 100%, which makes the final price exactly 0 rather than negative.

Does this include sales tax?

No, it only applies the discount to the price you enter. Add tax before or after, depending on how your local pricing works.

How do I stack two discounts?

Apply the first discount, take the resulting final price, and enter that as the original price for the second discount — discounts compound rather than simply adding together.