Add VAT/GST to a net price or back it out of a tax-inclusive total — at any country's rate
Pick a country preset to auto-fill its standard rate, or type any rate for reduced / zero-rated / exempt items. Selecting Custom leaves the rate free. Rates as of 2026 — verify the current band before filing.
This calculator works in both directions. Choose Add VAT/GST when your amount is the net (pre-tax) price and you want the tax added on top to get the gross. Choose Remove VAT/GST when your amount is the gross (tax-inclusive) total and you want to back the tax out to find the net. Either way it shows all three figures — net, VAT/GST amount, and gross — at any rate, with country presets to fill the rate for you. Everything runs privately in your browser, free.
Adding VAT: a net price of £100 at the UK standard rate of 20%.
Removing VAT: a tax-inclusive total of £120 at 20%.
r = rate% / 100 (20% -> 0.20)
ADD VAT (amount = NET):
net = amount
vat = amount × r
gross = amount × (1 + r) (= net + vat)
REMOVE VAT (amount = GROSS):
net = amount / (1 + r)
vat = amount − net (= amount × r / (1 + r))
gross = amount
vat is always gross − net. Add -> multiply by (1 + r);
remove -> divide by (1 + r). Never divide by the rate itself.
Rounding: figures are computed at full precision, then each displayed value is rounded to 2 decimals half-up (≥ half a penny rounds up, the HMRC rule). The third figure is reconciled by subtraction so net + VAT always equals gross to the penny.
<!-- height starts at 980px; raise it if the tool looks clipped on your page -->
<iframe src="https://snaptoolsuite.com/vat-gst-calculator/?embed=1"
style="width:100%;max-width:560px;height:980px;border:0;"
title="VAT / GST Calculator" loading="lazy"></iframe>
<p>Free <a href="https://snaptoolsuite.com/vat-gst-calculator/">VAT / GST Calculator</a> by Snap Tool Suite</p>
See it live: view a real embed example →
Multiply the net price by 1 plus the rate. At 20%, net 100 → 100 × 1.20 = 120 gross, VAT 20. In general VAT = net × rate, gross = net × (1 + rate). The tool does it instantly and also works in reverse.
Divide the gross by 1 plus the rate — do not subtract the percentage. At 20%, gross 120 → net 120 / 1.20 = 100, VAT 20. Subtracting 20% (120 × 0.8 = 96) is wrong. Use Remove VAT mode and it divides for you.
The rate is a percentage of the net, not the gross. At 20%, VAT (20) is 20% of net (100) but 16.67% of gross (120), since VAT-as-%-of-gross = rate / (1 + rate). That's why you divide by 1.20 rather than take 20% off the total.
Your country's standard rate — UK 20%, Germany 19%, France 20%, Ireland 23%, Australia 10% GST, NZ 15% GST, South Africa 15%, India 18%. Pick a preset to fill it, or type a custom rate for reduced/zero-rated items. The manual field always wins.
No. US sales tax is added once at sale, varies by state, and isn't normally backed out of a total. VAT/GST is used outside the US and is commonly quoted tax-inclusive. This tool is for VAT/GST jurisdictions.
Yes. The tool rounds each figure half-up to 2 decimals then reconciles by subtraction so net + VAT = gross to the penny. Software that rounds line-by-line on a multi-line invoice may differ by a penny — that's normal.
Yes. 100% free and fully private — all math runs in your browser. It's arithmetic, not tax advice.
Everything is calculated in your browser — nothing is sent to Snap. Share links encode your inputs in the URL, so only share them with people you trust.