Sales Tax Calculator
Calculate tax amount, final total, reverse tax, quantity totals, and optional discounts with clean step-by-step work.
How to Use
- Enter a price or subtotal amount.
- Enter the sales tax rate as a percentage.
- Optionally add quantity and discount before tax.
- Switch to reverse tax mode if you only know the tax-included total.
- Open “Show Work” to see the exact calculation steps.
Show Work (step-by-step)
Sales Tax Formulas
Quick answer: Sales tax is usually calculated as tax = taxable amount × tax rate.
This tool supports both forward sales tax and reverse tax extraction.
- Tax amount:
Tax = Taxable Amount × Tax Rate - Final total:
Total = Taxable Amount + Tax - Taxable amount with discount:
Taxable Amount = (Price × Quantity) − Discount - Reverse taxable amount:
Pre-Tax Amount = Tax-Inclusive Total ÷ (1 + Tax Rate) - Reverse tax amount:
Tax = Tax-Inclusive Total − Pre-Tax Amount
0.07 in the calculation steps.
FAQ
How do I calculate sales tax on a price?
Multiply the taxable amount by the tax rate in decimal form. Example: $100 × 0.07 = $7 tax, so the total is $107.
How do I remove tax from a total price?
Use reverse tax mode. Divide the tax-included total by 1 + tax rate. The difference between the total and the pre-tax amount is the tax.
Is discount applied before or after tax?
This tool supports a pre-tax discount option. That means the discount reduces the taxable amount before sales tax is calculated.
Can I use quantity for multiple items?
Yes. Quantity multiplies the entered amount before discount and tax logic are applied.
Tool Info
Last updated:
Updates may include UI improvements, share-state handling, rounding behavior, and reverse-tax edge-case handling.