How to Calculate Discount and Sales Tax Together
September 17, 2026
Sales tax is calculated on the price you actually pay — the discounted price — not the original list price. So the order is: apply the discount first, then calculate tax on what's left. Final Price = Original Price × (1 − Discount%) × (1 + Tax%).
Skip the math and get your answer instantly:
Open the Discount Calculator →Worked Example
Take a $100 item with a 20% discount and 8% sales tax.
- Step 1 — apply the discount: $100 × (1 − 0.20) = $80
- Step 2 — apply tax to the discounted price: $80 × (1 + 0.08) = $86.40
- Final price: $86.40
Does the Order Actually Matter?
Mathematically, if you're just computing one final number, multiplication is commutative — discounting then taxing gives the same total as taxing then discounting, because you're multiplying the same three numbers in a different order. The $86.40 answer above comes out the same either way.
What does matter is what a receipt is legally required to show, and how coupons are treated. Most US states require sales tax to be calculated on the price actually paid after a store discount, and many states tax manufacturer coupons and rebates differently from store markdowns — because a manufacturer coupon is treated as a payment to the retailer on the customer's behalf, not a price reduction. If you're building a specific receipt or invoice, check your state or region's rule rather than assuming.
Stacking Multiple Discounts Before Tax
When more than one discount applies, apply each one sequentially to the running subtotal, then calculate tax once on the final discounted subtotal — never add discount percentages together.
- Example: $100 item, 20% off, then an extra 10% off, then 8% tax.
- After 20% off: $100 × 0.80 = $80
- After extra 10% off: $80 × 0.90 = $72
- After 8% tax: $72 × 1.08 = $77.76
- This is not the same as 30% off ($70) — stacked discounts are always smaller than their sum suggests.
Working Backwards: Finding the Discount Rate
If you know the original price and the sale price but not the percentage, the discount rate is: Discount% = ((Original − Sale) / Original) × 100. For example, an item that dropped from $80 to $60 was discounted by ((80 − 60) / 80) × 100 = 25%.
Frequently Asked Questions
Do I calculate tax before or after the discount?
After. Tax is calculated on the discounted subtotal — the price actually paid — not the original list price.
Does discount-then-tax give a different total than tax-then-discount?
For a single combined calculation the final total is identical either way, since it's the same three numbers multiplied together. What differs is how a receipt itemizes it and how certain coupons are taxed — most jurisdictions require tax shown on the post-discount amount.
How do stacked discounts affect the tax calculation?
Apply each discount in sequence to get a final discounted subtotal, then calculate tax once on that final number — not on each discount step separately.
Are manufacturer coupons taxed the same as store discounts?
Often not. Many jurisdictions tax a manufacturer coupon's face value (since a third party is reimbursing the store) while a store's own discount reduces the taxable amount directly. Rules vary by state or country, so check local guidance for anything beyond a rough estimate.
How do I find the discount percentage from the original and sale price?
Subtract the sale price from the original price, divide by the original price, and multiply by 100: Discount% = ((Original − Sale) / Original) × 100.