Sales Tax Calculator

Add sales tax to any price.

Details

I know the
$
%

Price after tax

$107.25

Includes $7.25 sales tax

Price before tax$100.00
Sales tax$7.25
Price after tax$107.25

This adds sales tax to a price, or works backwards from a total to find the pre-tax price and the tax inside it.

It handles combined state and local rates, which is what you actually pay at the register.

How sales tax is calculated

Sales tax is a percentage added to a purchase at the point of sale. In the US it is charged by states and by local jurisdictions, and there is no national rate.

The rate you actually pay is a combination: a state rate plus county, city and sometimes special district rates stacked on top. A 6.25% state rate can easily become 8.25% at the till, and the total can differ between two shops a few miles apart.

Two calculations matter. Forward: price × rate gives the tax. Backward: given a total that already includes tax, divide by 1 + rate to recover the price. Subtracting the percentage instead is the common mistake, and it gives the wrong answer.

Forward and backward at 8.25%
$100price
× 1.0825
= $108.25total
and back:
$108.25 ÷ 1.0825= $100.00

Reversing means dividing, not subtracting. Taking 8.25% off $108.25 gives $99.32, which is $0.68 wrong, and the error grows with the amount.

What to enter

Price
The pre-tax amount. If you only have the total, use the reverse calculation instead.
Sales tax rate
Use the combined rate for the exact address, not just the state rate. Local additions are often the larger part of the difference.
Direction
Adding tax to a price, or extracting the tax already inside a total.

What this assumes

Rates are set locally and change. Confirm the current combined rate with your state's department of revenue if it matters.

Many states exempt or reduce tax on certain goods, most commonly groceries, prescription medicine and clothing.

How to calculate sales tax on a purchase

Multiply to add tax. Divide to take it out.

total = price × (1 + rate); price = total ÷ (1 + rate)
rate
The combined rate as a decimal, so 8.25% is 0.0825
1 + rate
1.0825 at 8.25%. Multiply going forward, divide coming back
  1. Find the combined rate. State plus county plus city plus any special district. State revenue departments publish lookup tools by address.

  2. Convert it to a decimal. Divide by 100. 8.25% becomes 0.0825.

  3. Multiply to add tax. Price times the rate gives the tax; price times 1 + rate gives the total directly.

  4. Divide to reverse it. Total divided by 1 + rate gives the pre-tax price. Subtract that from the total for the tax inside.

See a worked example: adding tax, then taking it back out
Price
$100
Combined rate
8.25%

Tax: $100 × 0.0825 = $8.25. Total: $108.25.

Reversing: $108.25 ÷ 1.0825 = $100.00.

Doing it wrong: $108.25 − 8.25% = $99.32, which is $0.68 out.

On a $5,000 total the same error would be $31.44, which is why expense reports and invoices get this wrong so often.

$108.25 total, $8.25 of tax

Frequently asked questions

Problems people actually run into

Subtracting the percentage to reverse a total

Taking 8.25% off a $108.25 total gives $99.32, not $100. The percentage was applied to the smaller number, so it cannot be removed from the larger one.

Always divide by 1 + rate. The error is small on a coffee and material on an invoice, and it is the single most common sales tax mistake.

Using the state rate instead of the combined rate

Budgeting a large purchase on the state rate alone understates the bill, sometimes by a couple of percent.

On a $30,000 car, the gap between a 6.25% state rate and an 8.25% combined rate is $600. Look up the rate for the actual address before relying on the figure.

Results are estimates for general information only and are not professional financial, medical, or legal advice. Read our full disclaimer.

Last updated: September 4, 2026