UTILS.
100% in-browser
↩🧾

Reverse Sales Tax Calculator

Back out the pre-tax price and the tax from a tax-inclusive total. Enter a receipt total and the sales tax rate to see the original price and tax paid.

About this tool

The Reverse Sales Tax Calculator works backward from a tax-inclusive total. You already know what you paid and the sales tax rate, and you want to split that figure into the original pre-tax price and the tax portion — useful for expense reports, bookkeeping, and separating tax on a receipt that only shows the grand total.

The formula is pre_tax = total ÷ (1 + rate ÷ 100), and tax = total − pre_tax, which is algebraically the same as tax = total × rate ÷ (100 + rate). Both the pre-tax price and the tax are rounded to the nearest cent, and the tax is computed as total minus the rounded pre-tax so the two pieces always add back up to the exact total you entered — any one-cent rounding drift is absorbed into the tax component rather than left as a mismatch.

All calculation happens in your browser, so nothing is sent anywhere. As with a forward sales-tax calculation, the rate can be split into a state rate and a local (county/city) rate; the tool uses their sum as the denominator. The effective-rate readout (tax ÷ pre-tax × 100) should equal the combined rate, confirming the reverse split is consistent.

Frequently asked questions

How do you remove sales tax from a total?
Divide the tax-inclusive total by 1 plus the rate as a decimal: pre-tax = total ÷ (1 + rate/100). The tax is the total minus that pre-tax price. For an 8% rate, a $108 total splits into $100 pre-tax and $8 tax.
Do the pre-tax price and tax add back to my total?
Yes. Both values are rounded to cents, and the tax is calculated as the total minus the rounded pre-tax price, so pre-tax plus tax always equals the exact total you entered with no rounding gap.
Can I use a combined state and local rate?
Yes. Enter the state rate and the local rate separately and the calculator uses their sum as the tax rate. Put the entire rate in one field and leave the other at 0 if you only have a single figure.
Why is the tax not simply total times rate?
Because the rate applies to the pre-tax price, not the tax-inclusive total. Multiplying the total by the rate overstates the tax. The correct inclusive formula is tax = total × rate ÷ (100 + rate).

More tools