FINFinancial
Discount Calculator
Calculate the final price after a discount. Choose between a percent-off discount or a fixed-amount discount, and see your savings and the effective discount percent.
Currency
$
Try an example
How It Works
Formula
\text{Final}_{$} = \max(0,, \text{Price} - \text{Discount})
Where
- Original price before any discount
- Percent off (in percent mode) or currency amount (in fixed-amount mode)
- Price after the discount is applied
- Original price minus final price
Enter the original price and pick a discount type. In percent mode, the calculator multiplies the price by (1 − percent/100). In fixed-amount mode, it subtracts the discount from the price (capped so the result never goes negative). Either way, you see the final price, the total savings, and what percent off the savings represent.