Something went wrong loading the calculator engine. Open your browser's console (F12) to see the error.
// myloanmath

Sales Tax Calculator

Add tax to a price, or pull it back out of a total — the reverse calculation is the one people get wrong by hand.

Total including tax
-

Enter the combined rate you actually pay. In most US states that is a state rate plus county and city rates, which is why the figure on your receipt rarely matches the state rate alone.

Removing sales tax is a division, not a subtraction

Adding tax is straightforward: multiply by the rate and add it on. Removing it is where the arithmetic trips people, because the tax was calculated on the pre-tax price, not on the total you are now holding.

If a receipt totals $270.61 at 8.25%, the pre-tax price is not $270.61 minus 8.25%. That would give $248.29, which is wrong by more than a dollar. The correct step is to divide by 1.0825, giving $249.99. The gap widens as the rate rises — at 20% the subtraction method is out by about 4% of the total, which matters on anything expensive.

Why your receipt never matches the state rate

Sales tax in the United States is rarely a single rate. Most states set a base rate and then permit counties, cities, and special districts to add their own on top, so the combined figure at the till can be several percentage points above the state number. Two shops a few miles apart can charge different totals on an identical item.

This is why the calculator asks for the rate rather than the state: the only reliable source for a combined rate is a receipt from the exact location, or your state revenue authority's own rate lookup for that address. A state-level table would be confidently wrong for most transactions inside that state.

What is and isn't taxed varies too

Rates are only half the picture. States differ sharply on what falls into the tax base: groceries are frequently exempt or taxed at a reduced rate, prescription medicines are usually exempt, and clothing is exempt in some states and taxed in others. Several states run annual tax holidays where specific categories become exempt for a weekend. Five states levy no general statewide sales tax at all, though some of those permit local ones.

For a business rather than a shopper, the harder question is usually not the rate but the obligation: whether you have to collect at all in a given state depends on economic nexus thresholds that differ state by state, and that is a question for your state revenue authority or an accountant, not a calculator.

Frequently asked questions

How do I remove sales tax from a total?

Divide by one plus the rate as a decimal, rather than subtracting the percentage. To strip 8.25% from $270.61, divide by 1.0825 to get $249.99. Subtracting 8.25% instead would give $248.29, which is wrong.

Why is the tax on my receipt higher than my state rate?

Most states let counties, cities and special districts add their own rate on top of the state base rate. The combined figure is what you actually pay, and it can differ between two shops a few miles apart.

Does this calculator know my local rate?

No, and deliberately so. Combined rates vary by exact address within a state, so a state-level table would be wrong for most transactions. Take the rate from a recent receipt or your state revenue authority\u2019s address lookup.

Calculations last verified 2026-08-02 against the sources listed in our methodology. Every correction we have made is public in the corrections log.