VAT / GST Calculator

Add VAT/GST to a net price or back it out of a tax-inclusive total — at any country's rate

Direction

£

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.

Gross (incl. VAT)
£0.00
Add VAT

VAT / GST Calculator — guide & how to use

What it does

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.

How to use it

  1. Pick a direction: Add VAT (amount is net → tax added) or Remove VAT (amount is gross → tax backed out).
  2. Enter the amount. Its meaning follows the direction — the label updates so you always know whether you're entering net or gross.
  3. Set the rate, or pick a country preset to fill it (UK 20%, Germany 19%, Australia 10% GST…). Override it for reduced or zero-rated items.
  4. Read the headline (gross when adding, net when removing) plus the full net / VAT / gross breakdown.

Worked example

Adding VAT: a net price of £100 at the UK standard rate of 20%.

  1. r = 20 / 100 = 0.20.
  2. VAT = 100 × 0.20 = £20.00.
  3. Gross = 100 × 1.20 = £120.00 ← the headline.

Removing VAT: a tax-inclusive total of £120 at 20%.

  1. Net = 120 / 1.20 = £100.00 ← the headline. (Note: not 120 − 20% = £96 — that's the classic mistake.)
  2. VAT = 120 − 100 = £20.00, which is 16.67% of the gross but 20% of the net.

The formula

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.

Accuracy & disclaimers

Common mistakes this tool prevents

How to embed this tool on your website

No account, no coding. Copy the embed code and paste it where you want it to appear:

<!-- 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>
2 Paste it on your page
3 It just works

See it live: view a real embed example →

Frequently asked questions

How do you add VAT or GST to a price?

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.

How do you remove VAT from a price?

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.

Why is the VAT only 16.67% of the gross?

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.

What rate should I use?

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.

Is sales tax the same as VAT/GST?

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.

Do net, VAT and gross always add up?

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.

Is it really free?

Yes. 100% free and fully private — all math runs in your browser. It's arithmetic, not tax advice.

Related tools

Put this calculator on your site

No account, no coding. Copy the embed code and paste it where you want it to appear:

<!-- 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>
2 Paste it on your page
3 It just works

See it live: view a real embed example →

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.