Quickly add a sales tax rate to a price to see the tax and the final amount due.
How the Sales Tax Calculator works
Sales tax is the dollar amount added to a purchase, found with Tax = amount x rate, where the total you pay is amount x (1 + rate). This calculator runs that math in both directions, so you can add tax to a pre-tax price or strip tax back out of a tax-inclusive total.The variables are simple. Amount is the pre-tax price of the item (the shelf or list price). Rate is your combined US sales tax rate written as a decimal - the state rate plus any county, city, and special-district rates added together. A 7.25% combined rate is entered as 0.0725. Tax is the dollars of tax, and total is what you actually hand the cashier.
Here is what the tool does internally, step by step:
- Reads your amount and converts the percentage rate to a decimal (divide by 100).
- Computes tax = amount x rate.
- Computes total = amount + tax, which equals amount x (1 + rate).
- In reverse mode it solves the formula backward: pre-tax amount = total / (1 + rate), then tax = total - pre-tax amount.
- Rounds the displayed tax and total to the nearest cent.
Edge cases specific to US sales tax that the tool handles: a 0% rate (the five NOMAD states with no statewide sales tax) returns tax of $0 and a total equal to the amount. A tax-inclusive total is unwound with the division formula, not by multiplying the total by the rate - the single most common reverse-calc error, covered below. It also accepts a combined rate you build yourself by adding state + county + city + district, because most US addresses stack several layers and the receipt rate almost never matches the headline state rate. Because each line item is technically taxed on its own base, rounding one combined total can differ by a cent or two from summing per-item tax, so the tool rounds only the final figures it shows.
]]>Example calculation
Three worked examples show forward tax, the reverse (back-out) calculation, and a stacked combined rate.Example 1 - adding tax to a $49.99 item at a 7.25% combined rate. Tax = 49.99 x 0.0725 = $3.62. Total = 49.99 x 1.0725 = $53.61. You pay $53.61, of which $3.62 is tax. This is the everyday "what will it ring up as at checkout" case.
Example 2 - backing tax out of a $215.00 receipt at 8.25%. You only have the tax-inclusive total and need the pre-tax price (useful for expense reports). Pre-tax amount = 215.00 / 1.0825 = $198.61. Tax = 215.00 - 198.61 = $16.39. Notice you divide; if you instead multiplied 215 by 8.25% you would get $17.74 of "tax" - overstated by $1.35 - because the rate would be applied to the wrong base.
Example 3 - a $1,200 purchase with a self-built combined rate. Suppose state 6.25% + county 1.00% + city 1.75% = 9.00% combined. Tax = 1,200 x 0.09 = $108.00. Total = 1,200 x 1.09 = $1,308.00. The identical item in a no-tax NOMAD state would cost exactly $1,200, a $108 swing on one purchase.
The table below shows how one $1,000 item changes as the combined rate climbs from a NOMAD 0% to a high urban rate:
| Scenario | Combined rate | Tax on $1,000 | Total paid |
|---|---|---|---|
| NOMAD state | 0.00% | $0.00 | $1,000.00 |
| Low-rate state | 4.00% | $40.00 | $1,040.00 |
| Mid combined rate | 7.25% | $72.50 | $1,072.50 |
| Higher combined rate | 9.25% | $92.50 | $1,092.50 |
| High urban rate | 11.50% | $115.00 | $1,115.00 |
The gap between the cheapest and most expensive jurisdiction on the same $1,000 item is $115 - exactly why where you buy can matter as much as what you buy on big-ticket items like furniture, electronics, or a vehicle.
]]>Tips for using the Sales Tax Calculator
- Always enter your COMBINED rate, not just the state rate. Most US addresses stack state + county + city + special-district taxes, so the storefront rate is usually higher than the headline state figure.
- Two addresses a mile apart can have different rates because city and district boundaries do not follow zip codes. For large dollars, verify the rate by exact street address, not by zip.
- To back tax out of a tax-inclusive total, DIVIDE by (1 + rate). Subtracting amount x rate from the total overstates the tax because the rate gets applied to the wrong base - on a $215 total at 8.25% the error is $1.35.
- Groceries and prescription drugs are exempt or taxed at a reduced rate in many states, so never apply your standard rate to a whole receipt that mixes food and taxable goods - tax only the taxable lines.
- Remember the five NOMAD states with no statewide sales tax: New Hampshire, Oregon, Montana, Alaska, and Delaware. Alaska is the trap - it has no STATE tax but many local boroughs and cities levy their own.
- For online orders, most states are destination-based, so you are charged your shipping-address rate; your cart total can differ from a friend's in another county buying the identical item.
- Clothing, over-the-counter medicine, and digital goods are treated very differently state to state. Never assume an exemption carries across a state line.
- On a vehicle or other titled purchase, sales/use tax is usually assessed where you register the item, not where you bought it - budget for your home rate, not the dealer's lot rate.
- Keep the reverse calculation handy for expense reimbursement and bookkeeping: many receipts show only the total, and you need the clean pre-tax figure for your records.
- If you sell online, you may owe tax in states where you have economic nexus (a sales or transaction threshold) even with no physical location there - track sales by state so you know when you cross a threshold.
Why US sales tax rates vary so much: state + county + city + district
US sales tax rates vary because the rate at any address is built by stacking a state rate on top of optional county, city, and special-district rates. There is no national sales tax - each layer is set independently, so two stores in the same metro can charge different rates.
A typical combined rate is built like this: a state base (commonly 4% to 7%), plus a county add-on, a city add-on, and sometimes a transit, stadium, or tourism district. Add them together and you get the combined rate you actually pay. That is why a headline like "the state rate is 6.25%" rarely matches your receipt - local layers routinely push real rates into the 8% to 10%-plus range in larger cities. Always run the calculator with the combined figure. If you ever need to convert a stated percentage into a flat dollar add-on, or compare one rate to another, the percentage calculator handles that conversion quickly.
Sales tax vs VAT: what is actually different
US sales tax is a single-stage tax charged once, at the final retail sale; VAT is a multi-stage tax collected at every step of the supply chain. They can land on a consumer at a similar total, but the mechanics, who remits, and how prices are displayed differ - which is exactly why a US shopper sees tax appear at checkout while a European shopper sees it baked into the shelf price.
| Feature | US Sales Tax | VAT |
|---|---|---|
| Where it is charged | Once, at the final retail sale | Every stage of production and sale |
| Who remits | The final retailer | Each business, netting input credits |
| Shown on price tags | Usually added at checkout | Usually included in the displayed price |
| Rate setting | State + county + city + district layers | National (often a single rate) |
| Business relief | Resale exemption certificates | Input-tax credit mechanism |
The practical upshot for a US buyer: your sticker price is pre-tax and you must add the combined rate yourself. If you are pricing for a VAT market instead, use the VAT calculator, which is built around input-credit logic rather than a single retail add-on.
The reverse calculation: backing tax out of a tax-inclusive total
To remove sales tax from a tax-inclusive total, divide by (1 + rate) - never subtract the rate times the total. This is the calculation people get wrong most often, and it matters for expense reports, reimbursements, and bookkeeping where you only have the receipt total.
Say a receipt shows $215.00 and the combined rate was 8.25%. The pre-tax price is 215.00 / 1.0825 = $198.61, and the tax was 215.00 - 198.61 = $16.39. The wrong method - multiplying 215.00 by 8.25% to get $17.74 - overstates the tax by $1.35, because the 8.25% rate was originally applied to the smaller $198.61 base, not to the $215.00 total. The bigger the receipt, the bigger the error. Whenever you see only a grand total and need the clean pre-tax figure for your records, switch the calculator to reverse mode rather than reaching for subtraction.
How to calculate sales tax by hand or in Excel
By hand, multiply the price by the rate as a decimal; in Excel, the forward formula is =A2*B2 for tax and =A2*(1+B2) for the total. Put the pre-tax price in A2 and the combined rate (as a decimal like 0.0725) in B2.
- Tax dollars: =A2*B2
- Total with tax: =A2*(1+B2), or simply =A2+A2*B2
- Reverse - pre-tax from a tax-inclusive total in C2: =C2/(1+B2)
- Reverse - tax portion of that total: =C2-C2/(1+B2)
To keep cents clean, wrap each formula in ROUND, for example =ROUND(A2*B2,2). Doing it by hand: $80 at 8% is 80 x 0.08 = $6.40 tax, total $86.40; to reverse $86.40, divide by 1.08 to get $80.00 back. The same divide-don't-subtract logic that trips people up on tip math applies here too, and the tip calculator handles the gratuity version of the same problem.
The five NOMAD states and what counts as a benchmark rate
Five states levy no statewide sales tax - the NOMAD group: New Hampshire, Oregon, Montana, Alaska, and Delaware - while a typical US combined rate sits roughly in the 7% to 9% range. Use those as your sanity-check benchmarks.
- 0%: New Hampshire, Oregon, Montana, and Delaware (no state and no meaningful local sales tax).
- 0% state, but local taxes exist: Alaska - boroughs and cities can charge their own, so your real rate there may not be zero.
- Roughly 7% to 9% combined: the common range in most populated areas once state and local layers are stacked.
- Above 9%, into double digits: many large cities with multiple local add-ons.
If your entered rate lands far outside the 0% to about 11% band, double-check it - you have likely typed the percentage as a whole number (7.25 instead of 0.0725, which inflates the tax 100x) or mixed up the state-only rate with the combined rate. For the precise current figure at any address, confirm against an authoritative rate source rather than memory.
Common mistakes when calculating sales tax
The most common sales tax mistakes are using the state-only rate, subtracting instead of dividing on reverse calculations, and taxing exempt items.
- Using the state rate alone. The state base ignores county, city, and district layers, so your real combined rate is usually higher.
- Reversing with subtraction. Taking total minus (total x rate) overstates the tax; the pre-tax base is total / (1 + rate).
- Taxing exempt lines. Applying your full rate to groceries or prescriptions that are exempt or reduced inflates the result.
- Trusting the zip code. Rates follow city and district lines, not zips, so a zip-level lookup can be off by a point or more.
- Confusing origin vs destination sourcing. For shipped orders the rate usually follows the buyer's address, not the seller's.
- Entering 7.25 instead of 0.0725. Mixing the percentage and decimal forms inflates the tax 100x.
One related trap: if a coupon or markdown applies, tax is charged on the discounted price, not the original. Run the price through the discount calculator first, then add tax to the discounted amount.
Origin vs destination sourcing and nexus for online sellers
Sourcing decides which rate applies: a few origin-based states use the seller's location rate, while destination-based states (the majority) use the buyer's shipping-address rate. This is why an online cart total changes depending on where the order ships.
For sellers, the key concept is nexus - the connection that obligates you to collect tax in a state. Physical nexus comes from an office, warehouse, employee, or inventory in the state. Economic nexus comes from crossing a state's sales or transaction threshold even with no physical presence, a rule that became standard nationwide after the 2018 South Dakota v. Wayfair Supreme Court decision. Once you have nexus in a state, you must register, collect the correct destination rate, and remit. Track revenue by state so you know when you cross a threshold, and keep the tax you collect separate from earnings - it is the state's money, not profit. A running total alongside your profit margin calculator output helps you keep collected tax out of your true margin.
What is exempt, and advanced use cases
Many states exempt or reduce tax on groceries and prescription drugs, and treat clothing, over-the-counter medicine, and digital goods very differently. Never apply one flat rate to a mixed receipt.
Common US exemption patterns: unprepared groceries are often exempt or taxed at a special lower rate, while prepared and restaurant food is usually fully taxable; prescription drugs are widely exempt; some states exempt clothing under a price cap; and resale purchases are exempt with a valid certificate. On a mixed $150 receipt - say $100 taxable goods plus $50 exempt groceries at a 6% rate - you tax only the $100, for $6.00 of tax and a $156.00 total. Advanced uses for the calculator include budgeting big-ticket buys (a 9% rate on a $3,000 purchase is $270 you must have on hand), cross-border comparison (is it worth driving to a lower-rate jurisdiction on a large purchase?), and bookkeeping (reverse-calculating the pre-tax cost from receipts for accurate expense records). For markup and pricing decisions on items you resell, pair this with the markup calculator so the tax line never surprises you at checkout.
Sales tax coverage table: forward, reverse, and combined-rate scenarios
This coverage table maps the main ways people use a sales tax calculator to the exact formula and a worked figure, so you can match your situation to the right mode in one glance.
| Use case | What you have | Formula | Worked example |
|---|---|---|---|
| Add tax (forward) | Pre-tax price + rate | tax = amount x rate; total = amount x (1 + rate) | $49.99 at 7.25% -> $3.62 tax, $53.61 total |
| Back out tax (reverse) | Tax-inclusive total + rate | pre-tax = total / (1 + rate); tax = total - pre-tax | $215.00 at 8.25% -> $198.61 pre-tax, $16.39 tax |
| Self-built combined rate | State + county + city + district | add layers, then apply forward formula | 6.25% + 1.00% + 1.75% = 9.00% on $1,200 -> $108 tax |
| NOMAD state (0%) | Pre-tax price only | tax = 0; total = amount | $1,000 at 0.00% -> $0 tax, $1,000 total |
| Mixed receipt (exemptions) | Taxable + exempt lines | tax = taxable lines x rate only | $100 taxable + $50 grocery at 6% -> $6.00 tax, $156.00 total |
| Big-ticket budgeting | Large pre-tax price + rate | tax = amount x rate | $3,000 at 9.00% -> $270 tax to set aside |
If your scenario is not in this table, it usually reduces to one of two operations: multiply by (1 + rate) to add tax, or divide by (1 + rate) to remove it.
Related on this site
VAT Calculator · Discount Calculator · Percentage Calculator · Tip Calculator · Markup Calculator · Profit Margin Calculator
For a related deep dive, see Tax Foundation state and local sales tax rates.
Sales Tax Calculator — frequently asked questions
- Why do rates differ?
- US sales tax varies by state, county and city; some items are exempt.
- Reverse calculation?
- To remove tax from a total, divide by (1 + rate).
- Why do tax rates differ?
- Sales tax is set by state and local governments, so it varies by location.
- How do I back out tax?
- Divide the tax-inclusive total by (1 + rate) to get the pre-tax amount.
- Why is the sales tax on my receipt higher than my state's published rate?
- Because your receipt reflects the combined rate, not the state rate alone. The combined rate stacks the state base on top of county, city, and special-district add-ons, so a 6.25% state rate can become 9% or more at the register once local layers are added. Always calculate with the combined rate for your exact address.
- How do I back out the sales tax from a total that already includes tax?
- Divide the tax-inclusive total by (1 + rate). For a $215.00 total at an 8.25% rate, pre-tax = 215.00 / 1.0825 = $198.61, and the tax was 215.00 - 198.61 = $16.39. Do not subtract total x rate - that applies the rate to the wrong base and overstates the tax (here by $1.35).
- Which states have no sales tax?
- Five states have no statewide sales tax, known by the acronym NOMAD: New Hampshire, Oregon, Montana, Alaska, and Delaware. Note that Alaska has no state tax but allows local boroughs and cities to levy their own, so your real rate there may not be zero.
- Are groceries taxed in the US?
- In many states unprepared groceries are exempt or taxed at a reduced rate, while prepared and restaurant food is usually fully taxable. Because rules vary by state, never apply your standard rate to a whole receipt that mixes food and taxable goods - tax only the taxable lines.
- Do I pay sales tax based on where I live or where I buy?
- For most in-person purchases you pay the rate at the store's location, but for shipped and online orders the majority of states are destination-based, meaning you pay the rate at your shipping address. Titled purchases like vehicles are usually taxed where you register them, not where you bought them.
- What is the difference between sales tax and VAT?
- Sales tax is a single-stage tax charged once, at the final retail sale, and remitted by the retailer. VAT is a multi-stage tax collected at every step of the supply chain, with each business claiming input credits. US sales tax is usually added at checkout, while VAT is typically built into the displayed price.
- How do I calculate sales tax in Excel?
- Put the pre-tax price in A2 and the combined rate as a decimal (like 0.0725) in B2. Use =A2*B2 for the tax dollars and =A2*(1+B2) for the total with tax. To remove tax from an inclusive total in C2, use =C2/(1+B2) for the pre-tax price. Wrap any formula in ROUND, such as =ROUND(A2*B2,2), to keep clean cents.
- How much sales tax will I pay on a $1,000 purchase?
- It depends entirely on your combined rate. At 0% (a NOMAD state) you pay $0; at 4% you pay $40; at 7.25% you pay $72.50; at 9.25% you pay $92.50; and at 11.50% you pay $115. The same $1,000 item can cost $115 more in a high-rate city than in a no-tax state.
- Why do two stores in the same city sometimes charge different sales tax?
- Because city and special-district boundaries do not follow zip codes, two addresses just a mile apart can sit in different taxing jurisdictions. When the dollars are large, verify the rate by exact street address rather than relying on a zip-code lookup.
- What is sales tax nexus, and do online sellers have to collect tax?
- Nexus is the connection that obligates a seller to collect tax in a state. Physical nexus comes from an office, warehouse, employee, or inventory in the state. Economic nexus comes from crossing a state's sales or transaction threshold even with no physical presence - a rule that became standard after the 2018 South Dakota v. Wayfair decision. Once you have nexus, you must register, collect, and remit.
- Is sales tax charged before or after a discount?
- Sales tax is charged on the discounted price, not the original price. Apply the coupon or markdown first, then calculate tax on the lower amount. Calculating tax on the pre-discount price overstates what you actually owe.
- Why does entering 7.25 instead of 0.0725 give a huge tax number?
- Because 7.25 is the percentage and 0.0725 is its decimal form. Entering 7.25 multiplies the price by seven-and-a-quarter times itself, inflating the tax 100x. Always convert the percentage to a decimal by dividing by 100 before applying it, or enter the rate in the field the calculator expects.
- How do I budget sales tax on a big purchase like a car or furniture?
- Multiply the pre-tax price by your combined rate and set that amount aside. A 9% rate on a $3,000 purchase is $270, and an 8% rate on a $30,000 vehicle is $2,400. For titled items like vehicles, budget for your home registration rate, which may differ from the dealer's local rate.
- What gets taxed differently from state to state?
- Clothing, over-the-counter medicine, and digital goods are treated very differently across states - some exempt clothing under a price cap, some tax digital downloads and some do not. Prescription drugs are widely exempt and unprepared groceries are often exempt or reduced. Never assume an exemption you see in one state carries across the state line.
- Why should I keep sales tax collected separate from my business profit?
- Because tax you collect from customers is the state's money, not earnings - you are holding it until you remit it. Tracking it separately from your profit margin keeps you from spending funds you owe and helps you remit the correct amount on time. Keep a running total by state so you also know when you cross an economic-nexus threshold.
Guides & articles
- How to Back Out Sales Tax From a Tax-Inclusive Total
- Sales Tax Nexus for Online Sellers: Where You Have to Collect
Related calculators
Markup Calculator · Profit Margin Calculator · Break-Even Calculator · ROI Calculator · CAGR Calculator · VAT Calculator