Add tax, remove tax, or find the rate — net ⇄ gross at any VAT / GST / sales-tax rate — instant, browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
What this tool does
A VAT and sales-tax calculator that handles the three jobs a quote or invoice actually throws at you. You set the rate yourself — 5%, 13%, 20%, 25%, or anything custom — so the same tool covers VAT, GST, consumption tax, and US sales tax without pretending to know your country's rules. Add-tax mode takes a net (pre-tax) amount and puts tax on top to give the gross total, which is the direction you work in when you write a B2B quote. Remove-tax mode does the harder, more error-prone direction: it takes a tax-inclusive gross figure — a till receipt, a shelf price — and pulls the embedded tax back out. The tax inside a $120 gross at 20% is $20, not $24, because you divide by 1.20 rather than multiplying by 0.20, and getting that backwards is the single most common VAT mistake. The third mode takes a net and a gross you already have and reports the implied rate, which is handy for reverse-checking a foreign receipt. An optional quantity multiplies the line so the breakdown reads like a real invoice row. Everything runs in your browser, the amounts never leave your device, and the inputs ride along in a shareable link so you can send a colleague the exact figure you just worked out.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 10 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Marketer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How VAT / Sales Tax Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Discount Calculator Sale price, amount saved, % off — plus stacked discounts, BOGO, spend-X-save-Y, tax, and reverse % — instant, browser-only Open
- 2 Percentage Calculator 5 common percentage calculations — "x% of y", "x is what% of y", percentage change, increase/decrease — instant, browser-only Open
- 3 Currency Converter Currency converter — 50+ currencies with offline reference rates, convert without internet, source data updated each release. Open
Real-world use cases
Add VAT to a net quote for a B2B client
A client asks for the all-in price on a $2,400 net service quote and you bill at 20% VAT. Open add-tax mode, enter 2400, set the rate to 20: the breakdown reads net $2,400.00, tax $480.00, gross $2,880.00. Copy the all line straight into the email so the client sees the split, not just a single number. Steps: pick "Add tax", type the net, tap the 20% preset, copy. The split matters because a VAT-registered buyer reclaims the $480 and only cares about the $2,400 net, while a consumer cares about the $2,880 they actually pay.
Back out the VAT hidden in a receipt to file an expense
Your expense system wants the net and the VAT separately, but the coffee-shop receipt only prints the £14.40 gross total at 20%. Open remove-tax mode, enter 14.40, rate 20: net £12.00, VAT £2.40. Type those two numbers into the expense line. Steps: pick "Remove tax", type the gross from the receipt, read net and tax. Doing this by hand people reach for 14.40 × 0.20 = £2.88 and overclaim the VAT by 48p — the divide-by-1.2 method this tool uses is the one HMRC and every tax authority expects.
Check the tax rate on a foreign receipt you can't read
You're back from a trip with a hotel folio that shows a net room rate and a larger total but no rate printed, in a language you don't read. Open find-the-rate mode, enter the net and the gross: it reports the implied percentage, e.g. net 100 and gross 110 gives 10%. Steps: pick "Find the rate", type the two figures, read the percent. Now you can tell whether the line you were charged is a standard VAT, a city/tourist tax, or a service charge that shouldn't be taxed at all.
Price a tax-inclusive shelf label from a net cost
You run a small shop and price everything tax-inclusive on the sticker, but your supplier costs and margins are tracked net. A product nets $7.50 and you mark it up to a $12.00 net price; at 8% sales tax the shelf label needs the gross. Add-tax mode, enter 12, rate 8: gross $12.96, round to a clean $12.99 if you prefer. Steps: enter the net price, set your local rate, read the gross, and that is the number that goes on the sticker.
Build an invoice line with quantity in one shot
You're invoicing 15 units at a $40 net unit price plus 13% tax and want the line total split out. Add-tax mode, enter unit 40, set quantity 15, rate 13: the line reads net $600.00, tax $78.00, gross $678.00. Steps: type the unit price, put the count in the quantity field, set the rate, copy the all line into your invoice row. The quantity field saves you the separate 40 × 15 multiply and keeps the tax math on the line total, not the unit, which is what most invoice formats want.
Common pitfalls
Multiplying the gross by the rate to get the tax. The tax inside a tax-inclusive price is gross − gross/(1+rate), not gross × rate. At 20%, a $120 gross holds $20 of tax, not $24. Use remove-tax mode.
Adding tax to a price that already includes tax. If a shelf price is already gross, running add-tax on it taxes the tax. Check whether your starting number is net or gross before you pick a mode.
Treating two stacked taxes as automatically additive. State plus city tax on the same net base does add (6% + 2% = 8%), but a true compound tax on an already-taxed amount needs two sequential passes.
Privacy
The VAT and sales-tax math runs entirely in your browser with JavaScript. Toolora does not upload the amounts, rates, or quantities you enter, so invoice figures and confidential quotes stay local. The one caveat: a share link encodes your inputs in the URL, so copy the result by hand instead of sharing the link when the numbers are sensitive.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- AI Model Comparison AI model comparison — 20+ models (GPT / Claude / Gemini / Llama / Qwen) across price, context, speed, capabilities (2026).
- Annuity Calculator Annuity & retirement calculator — see monthly income from your savings, accumulation + payout phases, multiple scenarios.
- Avatar Generator Generate avatars from initials, identicons, or random shapes. Download PNG/SVG.
- Barcode Generator Code 128 / EAN-13 / UPC-A / Code 39 — generate scannable 1D barcodes, export SVG or PNG, fully offline.