How to Use a Sales Tax Calculator: Add or Remove Tax
To add sales tax, multiply the net price by the tax rate and add it on; to remove it from a tax-inclusive price, divide the gross by 1 plus the rate. The ByteTools Sales Tax Calculator does both instantly and shows the net, tax and gross amounts together. Switch on add mode to price something from a net figure, or extract mode to pull the tax out of a total that already includes it. Every calculation runs locally in your browser, so your prices are never uploaded.
What the calculator does
The tool works in two directions because real invoices and receipts come both ways:
- Add tax β you have a net (tax-exclusive) price and want the gross total a customer pays.
- Extract tax β you have a gross (tax-inclusive) price and want to know how much of it is tax and what the net was.
Either way it displays the net amount, the tax amount and the gross total in a plain breakdown, so there is no ambiguity about which figure is which. It works with any percentage, which means it handles sales tax, VAT and GST rates equally well.
Step-by-step
- Choose currency and mode. Pick your currency symbol, then select add or extract mode.
- Enter the amount. Type the net price if you are adding tax, or the gross price if you are extracting it.
- Enter the rate. Put in the sales tax percentage that applies to your sale.
- Read the breakdown. The net, tax and gross figures appear together, clearly labeled.
Worked examples both ways
Here is the same 8% rate used in each direction so you can see how they mirror each other.
| Mode | You enter | Net | Tax | Gross |
|---|---|---|---|---|
| Add tax | $100 net, 8% | $100.00 | $8.00 | $108.00 |
| Extract tax | $108 gross, 8% | $100.00 | $8.00 | $108.00 |
The extract calculation is the one people get wrong by hand: you cannot just take 8% of $108. You divide $108 by 1.08 to get the $100 net, then the tax is the $8 difference. The calculator does this automatically so you never subtract the wrong amount.
Privacy and choosing the right rate
Because everything runs in your browser with nothing uploaded, you can price products, check receipts or draft invoices with real figures that stay private β no server sees your prices or totals. The tool works offline once loaded, which is handy at a market stall or on the move. What the calculator cannot do is know your local rate: sales tax, VAT and GST vary by state, county, city and product type, so you enter the exact combined percentage that applies to your sale. The results are estimates for planning β confirm your local rate with the relevant authority and treat the output as a helpful breakdown rather than tax advice.
Try the Sales Tax Calculator β free and 100% in your browser.
FAQ
How do I add tax to a price?
Enter the net price in add mode with your tax rate. The calculator multiplies the net by the rate and adds it, showing net, tax and gross. For $50 at 10% you get $5 tax and a $55 gross.
How do I find the tax already included in a price?
Use extract mode and enter the gross, tax-inclusive amount. The tool divides by 1 plus the rate to recover the net, then reports the tax as the difference β the correct way to reverse a tax-inclusive total.
Can I use it for VAT or GST?
Yes. The add and extract modes work for any single-rate consumption tax, so you can enter a VAT or GST percentage just as easily as a sales tax rate.
Are my prices kept private?
They are. The calculator runs entirely in your browser and never uploads your figures, so your prices and totals stay on your device.
Related free tools
- VAT Calculator β dedicated VAT add and remove calculations.
- GST Calculator β handle GST at any rate.
- Discount Calculator β apply a discount before or after tax.
- Tip Calculator β split a bill and add a tip.
Built by ByteVancer
ByteTools is a free product of ByteVancer, a software and web development studio building web apps, SaaS and custom software. If your business needs invoicing, checkout or finance tools built to spec, explore what ByteVancer can do.
Recommended reading
Real-World Sales Tax Calculator Use Cases and Examples
See who uses a sales tax calculator and how: freelancer invoices, shop pricing, receipt checks and expense reports, each with a concrete worked example.
Sales Tax Calculator Tips and Common Mistakes to Avoid
Expert tips for the sales tax calculator: pick the right rate, avoid double-taxing, use extract mode correctly, and dodge the rounding errors that skew invoices.
XOR Cipher Use Cases: CTFs, Learning, and Puzzles
Real use cases for the XOR cipher, from CTF challenges and teaching bitwise logic to lightweight obfuscation, with concrete worked examples.
XOR Cipher Tips: Keys, Security, and Common Mistakes
Pro tips and common mistakes for the repeating-key XOR cipher: key length, reuse pitfalls, format choices, and when to switch to real encryption.