CalcPro

Sales Tax Calculator

Add or remove sales tax from a price.

How it works

This calculator lets you move between pre-tax and after-tax prices instantly. Choose whether you're starting with a price before tax applies, or a price that already includes tax, then enter the rate and let it compute the other amount.

The formula

After-tax price = Pre-tax price × (1 + tax rate ÷ 100)

Or reversed: Pre-tax price = After-tax price ÷ (1 + tax rate ÷ 100)

Worked example

Imagine you're buying a laptop marked at $800 in a region with 8.5% sales tax.

Using Add tax mode:

  • Pre-tax price: $800
  • Tax rate: 8.5%
  • Calculation: $800 × (1 + 0.085) = $800 × 1.085 = $868
  • You pay $868 at checkout
  • Tax amount: $868 − $800 = $68

Now suppose a different store shows $868 as the final price, and you want to know the pre-tax amount.

Using Remove tax mode:

  • After-tax price: $868
  • Tax rate: 8.5%
  • Calculation: $868 ÷ 1.085 = $800
  • Pre-tax price is $800
  • Tax amount: $868 − $800 = $68

Notice the tax amount is the same either way—$68—but the calculation direction is reversed. This matters because tax is always a percentage of the pre-tax base, not the final total.

Another example with multiple items:

You're buying groceries: milk ($4), bread ($3), and cheese ($6). Total before tax: $13. Sales tax is 6%.

  • Pre-tax: $13
  • Tax rate: 6%
  • After-tax: $13 × 1.06 = $13.78
  • Tax charged: $0.78

If the receipt showed $13.78 and you wanted to verify the pre-tax amount:

  • $13.78 ÷ 1.06 = $13.00 ✓

Common mistakes

Confusing the tax amount with the rate: A 10% tax on $100 is $10, not 10% of the final price. Always work from the pre-tax base.

Subtracting tax instead of dividing: If you see a total of $110 and know 10% tax was added, don't just subtract $10 to get $100. Use the formula: $110 ÷ 1.10 = $100. The difference is small here but grows with higher tax rates.

Forgetting the mode: Entering $100 in "Add tax" mode with 10% gives $110. Entering $100 in "Remove tax" mode with 10% gives $90.91. Choose the right mode based on whether your starting price includes tax or not.

Stacking calculations: If you calculate tax on a subtotal, then tax on tax, you're double-taxing. Most jurisdictions apply tax once to the final pre-tax amount, not repeatedly.

Frequently asked questions

What's the difference between 'Add tax' and 'Remove tax' modes?

'Add tax' mode assumes your input price is before tax is applied, so the calculator multiplies it by (1 + tax rate) to show the final cost. 'Remove tax' mode assumes your input includes tax already, so it divides by (1 + tax rate) to find the pre-tax price.

Can I use this for any sales tax rate?

Yes. Enter any tax percentage—whether it's 5%, 10%, 15%, or your local rate. The calculation works the same way regardless.

Does this work for VAT or GST?

Absolutely. VAT (Value Added Tax) and GST (Goods and Services Tax) are calculated the same way as sales tax. Just enter the rate and use the same calculator.

Why do I get a different pre-tax price when I remove tax?

Because tax is calculated as a percentage of the pre-tax amount. When you work backwards from a total that includes tax, you're dividing by a factor greater than 1, which gives you a lower base price than if you simply subtracted the tax amount.

Can I use decimals for the tax rate?

Yes. You can enter 7.5%, 8.875%, or any decimal rate your region uses. The calculator handles it automatically.

What if I need to calculate tax on multiple items?

Add up all the pre-tax prices first, then enter that total. Or calculate tax on each item separately and sum the results—both approaches give the same final answer.