Discount Calculator
Calculate sale prices, savings amount, and final price after discount.
Supports additional tax calculation.
You Save
Discount amount is the original price multiplied by the discount percentage: Savings = Price × (Discount% / 100)
Sale price is the original price minus the savings: Sale Price = Price - Savings
With tax, the final price adds sales tax to the discounted price: Final = Sale Price × (1 + Tax% / 100)
For example, a $120 item at 25% off with 8% tax:
- Savings = $120 × 0.25 = $30.00
- Sale price = $120 - $30 = $90.00
- With tax = $90 × 1.08 = $97.20