Sales Tax Calculator
Add sales tax to a price, or extract it from a tax-included total.
How to Use
Choose "Add Tax" if you have a pre-tax price and want to know the tax amount and total. Choose "Remove Tax" if you already have a tax-included total, like from a receipt, and want to work backward to find the original pre-tax price. Enter your local sales tax rate, results update live. The field labels above the input change automatically depending on which mode is active, so you always know exactly what number you're supposed to type in.
Two Directions, One Underlying Relationship
Both modes describe the same fixed relationship between three numbers, pre-tax price, tax amount, and total, just solved from different starting points. "Add Tax" is the direction most people expect: you know the price before tax and want the total. "Remove Tax" solves the same equation in reverse, useful whenever you only have the final number, a receipt total, a quoted all-in price, an invoice figure, and need to reconstruct what portion of it was tax. The math for the reverse direction is slightly less obvious than it looks: dividing the total by (1 + rate) correctly isolates the pre-tax price, while the common shortcut of just subtracting the tax percentage from the total produces a noticeably wrong (too-low) answer, which is exactly why a dedicated reverse mode is worth having rather than doing the subtraction by hand.
Worked Example: Both Directions on the Same Numbers
Starting in "Add Tax" mode with this tool's default price of ₹1,000 and an 8% rate: tax comes to ₹1,000 × 0.08 = ₹80, and the total is ₹1,000 + ₹80 = ₹1,080. Now switch to "Remove Tax" mode and enter that same ₹1,080 as the tax-included total, still at 8%. The correct pre-tax price comes back out to ₹1,080 ÷ 1.08 = ₹1,000.00, and the tax amount recovers to ₹80.00, exactly matching the forward calculation, which is a useful way to double-check that a given rate and total are internally consistent. Contrast this with the common shortcut mistake: naively taking 8% of ₹1,080 gives ₹86.40 and a "pre-tax price" of ₹993.60, both measurably wrong, since 8% of the total isn't the same figure as 8% of the smaller pre-tax price it was originally calculated from.
Common Situations Where Each Mode Is Useful
"Add Tax" mode fits naturally when you're quoting a price to a customer, building an invoice, or estimating what a listed price will actually cost once tax is applied at checkout. "Remove Tax" mode is the more specialized but genuinely useful direction: reconciling a business's books when only tax-inclusive totals were recorded, verifying that a receipt charged the correct amount of tax for a claimed rate, or figuring out the "real" price of an item advertised as an all-in, tax-included figure so you can compare it fairly against a price listed pre-tax elsewhere.
Why Sales Tax Rates Vary So Widely
Unlike a national VAT or GST system with one standard rate set centrally, sales tax in places like the United States is often set at the state or even city and county level, which is why identical purchases can be taxed at noticeably different rates just a short drive apart. Some jurisdictions also stack multiple layers, a state rate plus a county rate plus a city rate combined into one effective percentage shown on a receipt. This is exactly why this calculator asks you to supply the rate directly rather than assuming one: there is no single "correct" default that would be accurate for every user, the actual applicable rate depends entirely on where the transaction takes place and sometimes what's being purchased.
Frequently Asked Questions
What's the difference between the two modes?
"Add Tax" starts from a pre-tax price and calculates the tax and total. "Remove Tax" does the reverse, starting from a tax-included total (like a receipt total) and working backward to find the original pre-tax price and the tax amount within it.
Does this calculator know my local sales tax rate?
No, sales tax rates vary by country, state, and sometimes city or product category, so you'll need to enter the applicable rate yourself. Check your local tax authority or a recent receipt for the correct rate in your area.
Why can't I just calculate the tax-included total by multiplying the pre-tax price directly?
You can for the forward direction, price times (1 + rate) gives the total. The trickier direction is going backward: dividing a tax-included total by (1 + rate), not simply subtracting the tax percentage from the total, is required to correctly extract the original pre-tax price. Subtracting the percentage directly from the total is a common error that understates the true pre-tax price.
Is sales tax the same thing as VAT?
They're related but structurally different. Sales tax, used in the United States among other places, is typically charged once, at the final point of sale to the end consumer. VAT (value-added tax), used across the EU, UK, India (as GST), and many other countries, is collected incrementally at each stage of production and distribution, with businesses able to reclaim VAT paid on their own inputs. For a simple single-transaction calculation like this tool performs, the math works the same way, add or remove a percentage, even though the underlying systems differ.
Do all products get taxed at the same sales tax rate?
No, in most jurisdictions certain categories, groceries, prescription medicine, children's clothing, or exports, are commonly taxed at a reduced rate or fully exempt, while standard goods and services are taxed at the regular rate. This calculator applies whatever single rate you enter uniformly, if you're estimating tax across a mixed cart of differently-taxed items, you'd need to calculate each category separately and add the results together.
Can this tool help me check if a receipt charged the correct tax amount?
Yes, that's a common use for Remove Tax mode. Enter the total amount charged and the tax rate that should have applied, if the tax amount this tool calculates doesn't match what's itemized on the receipt, that's worth double-checking, either the rate applied was different than expected, or the receipt itself has an error.