Adding tax, and taking it back out
Sales tax is the simplest of the everyday taxes to compute going forward: take the price of what you are buying, multiply by the rate, and add the result. A $40 purchase at a 7% rate carries $2.80 in tax for a total of $42.80. The interesting direction is the reverse — starting from a receipt total and recovering the original price — which is where most people quietly make a mistake. The same arithmetic that built the total has to be undone in exactly the right order, and the order matters more than it looks.
The two formulas
Forward: Total = Price × (1 + rate)
Reverse: Price = Total ÷ (1 + rate)
where rate is the combined tax rate written as a decimal. The tax amount is the difference between the two — either price × rate going forward, or total − price coming back the other way.
Worked example
Take a $100.00 purchase at a combined 8.25% rate — a typical state-plus-local figure. Here is how the register builds the total:
| Step | Amount |
|---|---|
| Pre-tax pricethe sticker price, before any tax | $100.00 |
| + Sales tax (8.25%)price × 0.0825 — the combined state and local rate | $8.25 |
| = Total at the registerprice × 1.0825 — what actually leaves your wallet | $108.25 |
Computed with this calculator's default settings — open the tool above and you'll see the same numbers, then change the price or rate to match your own purchase.
Why you divide, not subtract, to find the pre-tax price
Suppose a receipt shows a $108.25 total and you know the rate was 8.25%. The tempting move is to subtract 8.25% of the total — but that is the wrong number to take a percentage of. The tax was never charged on $108.25; it was charged on the smaller pre-tax price. Subtracting 8.25% of the total removes the tax plus a sliver of extra — the tax on the tax — and leaves you with about $99.32, which is not the right answer.
The correct approach reverses the original multiplication. The total was built by multiplying the price by 1.0825, so to get back you divide: 108.25 ÷ 1.0825 = exactly $100, with $8.25 of tax. Division undoes the multiplication cleanly, which subtraction can never do. Whenever you are peeling tax out of an inclusive figure, reach for division by one-plus-the-rate, not subtraction of the rate.
How sales tax behaves in the real world
- The rate is stitched together locally. In the US a checkout rate usually combines a state rate with county and city add-ons, so it varies from one address to the next and is not part of the sticker price you see on the shelf.
- Not everything is taxed the same. Many states exempt essentials such as groceries and prescription medicine, or tax them at a reduced rate, so two items in the same cart can carry very different tax.
- It is a regressive consumption tax. Because it falls on spending rather than income, it takes a larger bite out of smaller budgets. That also sets it apart from a value-added tax, which is collected in stages across production rather than once at the final sale.
Sales tax often lands on top of a price you have already adjusted — after a markdown, or alongside a service charge. To work out the price before tax even enters the picture, use ourdiscount calculator; and when you are splitting a restaurant bill where tax and gratuity sit side by side, ourtip calculatorkeeps the two straight.
Frequently asked questions
How do you calculate sales tax?
Sales tax is a percentage added to the pre-tax price of an item. You multiply the price by the tax rate to get the tax amount, then add it back to the price for the total. For example, a $50 item at an 8% rate carries $4 in tax — 50 × 0.08 — for a total of $54. The tax is calculated at the register on the price before tax, not on any rounded or final figure.
How do I find the pre-tax price from a total?
To recover the original price from a tax-inclusive total, you divide the total by one plus the rate. A $108.25 total at an 8.25% rate works out to 108.25 ÷ 1.0825, which equals exactly $100. The tax portion is then the difference, $8.25. This reverse calculation is what you need when a receipt only shows the grand total and you want to know what the item itself cost.
Why divide instead of subtract when backing out the tax?
Because the tax was applied to the smaller pre-tax price, not to the larger total. Subtracting the rate from the total takes the percentage of the wrong, bigger number, so it removes too much. Taking 8.25% off a $108.25 total gives about $99.32, not $100 — it is off by the tax on the tax. Dividing by 1.0825 reverses the original multiplication exactly and lands back on the true pre-tax figure.
Why is the sales tax rate different from the sticker price I see?
In the United States the rate shown at checkout is usually a combination of state, county, and sometimes city taxes, so the total rate depends on exactly where you are buying. Stores generally display pre-tax prices because the tax added at the register varies by location and is not part of the listed price. The same item can cost slightly more in one town than the next purely because of these stacked local rates.
Is sales tax the same as VAT?
No. Sales tax is collected once, at the final sale to the consumer, as a single percentage on the purchase price. A value-added tax is collected in stages at each step of production and distribution, with businesses claiming credit for the tax they paid on their inputs. The consumer ultimately bears both, but VAT is built into the price along the supply chain, whereas US sales tax is typically added visibly at the register.
Sources
The official figures this page quotes are drawn from the primary sources above — check them (or a qualified professional) before relying on a result.
Disclaimer: This calculator is foreducation and illustration only. Actual sales tax rates and exemptions vary by state and locality and change over time, so the figures it produces are estimates rather than official tax amounts. Nothing here is tax or legal advice.