Sales Tax Calculator
Add tax to a price, or run it backwards: give it a receipt total and it tells you how much of it was tax. Works with any rate — US state and local sales tax, VAT or GST.
Your numbers
Result
- Price before tax
- $100.00
| Item | Amount |
|---|---|
| Price before tax | $100.00 |
| Sales tax (8.25%) | $8.25 |
| Total with tax | $108.25 |
Adding tax to a price
Straightforward: tax = price × rate, and total = price + tax. A $100 item at 8.25% carries $8.25 of tax and rings up at $108.25.
Working backwards from the total
This is the one people get wrong. If a receipt says $108.25 including 8.25% tax, you cannot just take 8.25% of $108.25 — that gives $8.93, which is too much. The tax was charged on the pre-tax price, not the total.
The right move is to divide:
price before tax = total ÷ (1 + rate)
So 108.25 ÷ 1.0825 = 100.00, and the tax was $8.25. Switch the mode field to run it this way.
Which rate should you use?
Whichever applies to you — that is why this calculator does not ship a rate table. In the US, sales tax is set by state and often stacked with county and city rates, so two shops a few miles apart can charge differently; five states charge no state sales tax at all. VAT and GST rates are national. Check your local rate and enter it.
Frequently asked questions
Sources
- Tax Foundation — State and local sales tax rates
- OECD — Consumption tax trends (VAT/GST rates)
Embed this calculator
Copy the code and paste it into your site or blog. Credit with a link back to Contania is included, and the height adjusts itself.
<iframe src="https://contania.app/embed/everyday/sales-tax" title="Sales Tax Calculator — add or remove tax from a price" width="100%" height="720" loading="lazy" style="border:1px solid #e5e0d8;border-radius:12px;max-width:640px"></iframe>
<script>window.addEventListener("message",function(e){if(e.data&&e.data.type==="contania:embed-height"){var f=document.querySelector('iframe[src="https://contania.app/embed/everyday/sales-tax"]');if(f){f.style.height=e.data.height+"px"}}});</script>Related calculators
Split Bill
Split a restaurant or group bill evenly between people, with an optional tip. See exactly how much each person owes.
CalculateEveryday & MoneyTip
Calculate the tip on a restaurant bill and split the total between people. Enter the bill, the tip percentage and how many are paying.
CalculateEveryday & MoneyVAT
Add VAT to a net price, or remove VAT from a gross price to find the net and the VAT amount. Enter any VAT rate — works for the UK, EU and any GST-style tax.
CalculateEveryday & MoneyCooking Converter
Convert cooking measurements between cups, tablespoons, teaspoons, fluid ounces, milliliters and liters. Pick the units and see the value in all of them.
CalculateEveryday & MoneyDiscount
Calculate the sale price and how much you save from an original price and a percentage off. Handles the "percent off" on any purchase.
CalculateEveryday & MoneyRecipe Scaler
Scale a recipe up or down by servings. Get the multiplier to apply to every ingredient, and convert one quantity as an example.
Calculate