What the Sales Tax Calculator does
Sales tax is a percentage a retailer adds to the price of a good or service at the point of sale and passes on to the government. In the United States it is tax-exclusive: the sticker price is the pre-tax amount and the tax is added on top at checkout. This calculator works both ways. In Add tax mode you enter the net price and a combined rate, and it returns the tax and the total you will actually pay. In Remove tax mode you enter a tax-inclusive total — say, the figure printed on a receipt — and it works backwards to reveal the pre-tax price and the exact tax that was charged.
The math is currency-agnostic, so it applies just as well to a VAT- or GST-quoted price abroad. If you are handling India’s Goods and Services Tax specifically, the GST calculator adds the CGST/SGST/IGST split on top of the same base arithmetic.
How it works
The two directions share one relationship — total = net × (1 + rate):
Forward: taxAmount = netPrice × (rate / 100); totalPrice = netPrice × (1 + rate / 100)
Reverse: netPrice = totalPrice / (1 + rate / 100); taxAmount = totalPrice − netPrice
The rate you enter should be the combined rate for the buyer’s location: the state rate plus any county, city and special-district rates. A single ZIP code can straddle several jurisdictions, which is why two stores a mile apart can charge different totals on the same item.
Worked example — adding tax
A $100 item at California’s 7.25% state minimum, generated by the calculator’s engine:
| Step | Value |
|---|---|
| Net price (before tax) | $100.00 |
| Combined rate | 7.25% |
| Sales tax = 100 × 0.0725 | $7.25 |
| Total price = 100 + tax | $107.25 |
Worked example — removing tax (the reverse decalculator)
A $108 receipt total at 8%. The left column is the correct division method; the right column is the common multiplication mistake, shown for contrast. You can reproduce these figures by switching the calculator to Remove tax mode. To split a percentage off a price before tax, the discount calculator and the general percentage calculator use the same reverse-percentage idea.
| Step | Correct (÷ 1.08) | Wrong (× 8%) |
|---|---|---|
| Tax-inclusive total | $108.00 | $108.00 |
| Operation | ÷ 1.08 | × 0.08 |
| Implied sales tax | $8.00 | $8.64 |
| Implied pre-tax price | $100.00 | $99.36 |
Combined rates by location
A few representative combined rates and what they add to a $100 purchase. Rates change often and vary by locality — always confirm the current figure with your revenue department.
| Location | Combined rate | Tax on $100 | Total on $100 |
|---|---|---|---|
| Delaware / Oregon (no state sales tax) | 0% | $0.00 | $100.00 |
| Colorado (state base) | 2.9% | $2.90 | $102.90 |
| New York City (state + city + MCTD) | 8.875% | $8.88 | $108.88 |
| California state minimum | 7.25% | $7.25 | $107.25 |
| Los Angeles County, CA | 10.25% | $10.25 | $110.25 |
Assumptions and limitations
- The rate you enter is treated as the single combined effective rate. The tool does not resolve state, county, city and special-district rates from an address or ZIP code.
- The full price is treated as the taxable base. No exemptions, reduced rates, sales-tax holidays, or price-cap thresholds are modelled — many states exempt groceries, prescription drugs, or clothing below a threshold.
- Tax is rounded to the nearest cent, following standard US practice. Actual invoice rounding can differ by state and by line-item versus invoice-level rounding.
- Origin- versus destination-based sourcing rules, use tax, and business remittance are out of scope. This is a point-of-sale arithmetic tool, not a substitute for a certified tax determination.
Frequently asked questions
How do I calculate sales tax on a price?+
Multiply the net (pre-tax) price by the decimal form of the combined rate. For example, at 7.25% on a $100 item: $100 x 0.0725 = $7.25 tax, so the total is $107.25. The formula is: Tax = Price x Rate / 100; Total = Price x (1 + Rate / 100).
How do I remove sales tax from a price that already includes it?+
Divide the tax-inclusive total by (1 + Rate / 100). For a $108 total with 8% tax: $108 / 1.08 = $100 pre-tax price; tax = $108 - $100 = $8. The common mistake is multiplying the total by the rate (giving $8.64) — that overstates the tax because you would be applying the rate to itself.
What sales tax rate should I enter?+
Use the combined rate for your location: state rate + county rate + city/municipal rate + any special district rate. For example, California's base state rate is 7.25%, but most counties add 1-3.5%, so buyers in Los Angeles County pay 10.25%. You can find the combined rate on your state revenue department's website or by searching your city name plus 'sales tax rate'.
Does the calculator account for exemptions on groceries, medicine, or clothing?+
No. The calculator applies the entered rate to the full price. In practice, many US states exempt or zero-rate groceries, prescription drugs, and some clothing — and some localities apply reduced rates. You should manually adjust the price or rate to reflect any exemption before entering it.
Is sales tax the same as VAT or GST?+
They share the same point-of-sale arithmetic (Amount = Price x Rate), but differ in structure. US sales tax is levied only at the final retail sale and the consumer pays it on top of the listed price (tax-exclusive). VAT and GST (used in the EU, UK, Australia, Canada, India, and most other countries) are multi-stage taxes and retail prices are typically quoted tax-inclusive. The forward and reverse formulas in this calculator work for any single-rate consumption tax.
Why does the remove-tax reverse formula use division, not multiplication?+
Because the tax-inclusive total is already inflated by the rate. If a $100 item has 8% tax, the total is $108. Working backwards: $108 / 1.08 = $100 exactly. If you instead multiplied $108 x 0.08 = $8.64, you would be applying the rate to the tax-inflated amount — overstating both the tax and the implied pre-tax price. Division by (1 + rate / 100) is the only correct reverse operation.
What is the highest combined sales tax rate in the United States?+
Combined (state + local) rates can reach around 11-12% in some US localities. Tennessee has the highest average combined rate (approximately 9.5%), and some specific jurisdictions in Louisiana, Alabama, and Oklahoma exceed 11%. The maximum rate input of 30% in this calculator provides headroom for any realistic combined rate worldwide.
Does sales tax get applied before or after a discount?+
In the United States, sales tax is applied to the selling price after any eligible discounts. If an item is $100 with a $20 coupon discount, tax is calculated on $80 (the discounted price), not $100. Enter the discounted price as your net price for an accurate result.
How is sales tax different from an excise tax or a use tax?+
Sales tax is a general tax on retail sales collected at point of purchase by the seller. Excise taxes are levied on specific goods (gasoline, tobacco, alcohol) often as a flat per-unit amount rather than a percentage of price. Use tax applies when you buy from an out-of-state seller who does not collect sales tax — you owe the equivalent amount to your home state directly. This calculator covers retail sales tax arithmetic only.
Does this calculator work for international prices and currencies?+
Yes. The math is currency-agnostic — the same percentage formula works for USD, EUR, GBP, CAD, AUD, or any other currency. Select your currency and enter the local rate. Note that many countries use VAT or GST rather than US-style sales tax, but the arithmetic is identical for a single-rate system.
How should I round the sales tax amount?+
Round to the nearest cent. The New York State Department of Taxation and Finance guidance is representative: 'Round the amount of tax due up or down to the nearest cent.' Most US states use standard half-up rounding. This calculator rounds the tax amount to two decimal places.
Can I use this calculator to figure out how much sales tax was charged on a receipt?+
Yes — use the Remove tax mode. Enter the total price shown on the receipt and the combined tax rate for the store’s location. The calculator will split out the pre-tax price and the exact tax amount, useful for expense reports or verifying a receipt.
Disclaimer
Sources
- New York State Dept. of Taxation and Finance — Sales Tax Rates
- Wikipedia — Sales Tax
- Corporate Finance Institute — Sales Tax Decalculator
- TaxHero — How to Calculate Sales Tax
Formula and data last reviewed by the TheCalculatorVault team on 4 July 2026. Figures are for general information, not professional advice.
Related calculators
Add GST to a price or reverse it out of a GST-inclusive total, and see the CGST + SGST (intra-state) or IGST (inter-state) split for any rate — 5%, 12%, 18%, 28% or custom.
DiscountWork out a sale price, the amount saved, the original price or the true percentage off — for a single discount, a fixed amount off, or a stack of successive discounts — and add sales tax. Stacked discounts compound (they do not add) and the discount is applied before tax. Multi-currency.
PercentageWork out what is X% of Y, what percent one number is of another, and the percentage increase or decrease between two values.