Discount Calculator
Compute % off, savings, and final price in real time. Free tool with locale-friendly numbers (commas, dots, spaces) and instant results—ideal for shopping, invoices, and sales.
Number format
Choose how numeric results are displayed. The selected decimal separator (dot or comma) will also be used when parsing input numbers.
Click on any result to copy
how to calculate after-discount price?
To calculate the after-discount price of an item, you need to follow these steps:
- Determine the original price of the item.
- Determine the discount rate as a percentage.
- Multiply the original price by the discount rate as a decimal (divide the discount rate by 100). This will give you the discount amount.
- Subtract the discount amount from the original price. This will give you the after-discount price.
Here's an example:
Let's say the original price of an item is 100 and it's discounted at 20%.
- Original price = 100
- Discount rate = 20%
- Discount amount = [[0.20 x 100 = 20]]
- After-discount price = [[100 - 20 = 80]]
- So the after-discount price of the item is 80.