Finding the sales tax percentage when you only have the final price
If you know what you paid in total and what the original price was before tax, you can find the sales tax percentage with basic arithmetic. The method works the same way whether you are checking a receipt, comparing tax rates between states, or understanding what percentage was added to a purchase.
The core steps are: subtract the original price from the total, divide that difference by the original price, then multiply by 100 to turn the decimal into a percentage. A calculator makes this fast, but the math works on paper too.
Key Takeaways
- Subtract the original price from the total amount paid to find the dollar amount of tax.
- Divide the tax amount by the original price to get a decimal.
- Multiply that decimal by 100 to convert it to a percentage.
- The formula is: (Total − Original Price) ÷ Original Price × 100 = Sales Tax Percentage.
- This method works whether you are checking a single receipt or comparing tax rates across different purchases.
The three-step calculation
Step 1: Find the tax amount in dollars. Take the total price you paid and subtract the original price before tax. If you bought something for $50 and paid $54 total, the tax was $54 − $50 = $4.
Step 2: Divide the tax by the original price. Take that $4 and divide it by the $50 original price. $4 ÷ $50 = 0.08. This decimal represents the tax rate.
Step 3: Convert to a percentage. Multiply the decimal by 100. 0.08 × 100 = 8%. The sales tax rate on that purchase was 8 percent.
You can write this as a single formula: (Total − Original Price) ÷ Original Price × 100 = Sales Tax Percentage. Plug in your numbers and solve left to right.
Working through a real receipt
Suppose you bought groceries and the receipt shows a subtotal of $87.42 and a final total of $93.53. To find the tax rate:
Tax amount: $93.53 − $87.42 = $6.11. Divide by the subtotal: $6.11 ÷ $87.42 = 0.0699. Multiply by 100: 0.0699 × 100 = 6.99%, which rounds to 7%. Your state or local sales tax rate on that purchase was approximately 7 percent.
The subtotal on a receipt is the original price before tax. If the receipt does not show a subtotal line, add up the individual item prices yourself, or look for a line labeled "Subtotal" or "Before Tax."
Why the order of steps matters
The sequence—subtract first, then divide, then multiply—matters because division and multiplication are done in the order they appear. If you multiply before dividing, you will get a number far too large to be a percentage.
A common mistake is dividing the total by the original price first, which gives you 1.08 instead of 0.08. That number represents the total as a multiple of the original (1.08 times the original), not the tax rate itself. You have to subtract the original price from the total before dividing to isolate just the tax portion.
Checking your math with the reverse calculation
Once you have the percentage, you can verify it by working backwards. Multiply the original price by the tax rate (as a decimal) and add it back to the original price. If the original was $50 and the tax rate is 8 percent (0.08), then $50 × 0.08 = $4 in tax, and $50 + $4 = $54 total. That matches what you paid, so the calculation is correct.
This reverse check is useful when you are not sure whether you made an arithmetic error. If the number you get does not match the total on your receipt, recalculate the percentage.
When you have multiple items at different tax rates
Some purchases are taxed at different rates—groceries might be untaxed while prepared food is taxed, for example. If your receipt shows separate tax amounts for different categories, calculate the percentage for each group separately using the same three steps.
If you want a single blended rate across the whole receipt, add all the tax amounts together and divide by the total of all subtotals, then multiply by 100. This tells you the average tax rate across everything you bought, though it will not match any single line item rate.
Using a calculator or spreadsheet
On a basic calculator, enter the total, press the minus button, enter the original price, press equals, then divide by the original price, then multiply by 100. Most phones have a calculator app that works the same way.
In a spreadsheet like Google Sheets or Excel, you can set up a formula in a cell. If the total is in cell A1 and the original price is in cell B1, type =((A1-B1)/B1)*100 and press Enter. The spreadsheet will calculate the percentage when ready. This is faster if you have many receipts to check.
Frequently Asked Questions
What if the receipt does not show the subtotal separately?
Add up the prices of all individual items listed before the tax line. That sum is your original price. Then subtract it from the final total to find the tax amount, and follow the three steps as usual.
Can I use this method to find the tax rate for online purchases?
Yes. The order total before shipping is your original price. If tax was added, subtract the original price from the final total (including tax but not shipping), then divide by the original price and multiply by 100. Shipping is separate and should not be included in the tax calculation.
Why do I get a different percentage each time I calculate?
Rounding during the calculation can cause small differences. Use more decimal places in your intermediate steps—do not round until the final answer. Also check that you are using the correct subtotal, not a price that already includes tax.
Does this method work for sales tax in every state?
Yes. The math is the same everywhere. Sales tax rates vary by state and sometimes by county or city, but the calculation method does not change. You are straightforward finding what percentage was added to the original price.
What if I only know the total and the tax rate, not the original price?
You would use a different formula. Divide the total by 1 plus the tax rate as a decimal. For example, if the total is $54 and the tax rate is 8 percent (0.08), the original price is $54 ÷ 1.08 = $50. This reverses the process and finds the price before tax.