VAT Calculator
How much VAT is in that price — or on top of it?
Enter a price and VAT rate to find the tax amount and gross total, or work backwards from a VAT-inclusive price to find the net amount. Works for any country's VAT or GST rate.
—
Send feedback
💡 Share your idea or report a problem
✓ Thanks! We'll take a look.
Learn more
How It Works
The formula, explained simply
Think of VAT as a layer added on top of a price, not a slice cut from it. When a supplier quotes $100 ex-VAT and the rate is 20%, the tax layer on top is $20 — straightforward multiplication. But when a retailer quotes $120 including VAT, peeling that layer off requires dividing by 1.20, not subtracting 20%. Subtract 20% and you get $96, which is wrong by $4. The direction of the calculation changes the arithmetic entirely.
The reason is the base. Adding VAT means 20% of the net. Removing VAT means finding the net hidden inside a gross where the tax was already calculated on that smaller net. The VAT fraction — the share of the gross that is tax — is always lower than the rate. At 20% VAT, the fraction is 1 in 6, or about 16.67%. At 5%, it is approximately 4.76%. These fractions are how businesses reconcile VAT from till receipts and bank statements where only gross totals are recorded.
This tool handles both directions. Add VAT mode takes the net (ex-VAT) price and multiplies by (1 + rate). Remove VAT mode takes the gross (inc-VAT) price and divides by (1 + rate). Both are exact given the inputs — no rounding occurs until display, so the figures are reliable for invoicing, VAT returns, and price comparison.
When To Use This
Right tool, right situation
Use this tool when creating an invoice that needs a VAT-exclusive price broken out into net, tax, and gross lines. Use it when receiving a supplier invoice and you need to confirm the VAT element before entering it on a return. Use it when comparing a product price shown inclusive of VAT in one country with a price shown exclusive of VAT in another.
Use it when a till receipt shows a gross total and you need to split the VAT for expense reporting. Many accounting systems require the VAT amount entered separately; this tool gives you the precise figure rather than a mental estimate.
Do not use this tool when the transaction involves multiple VAT rates on different line items — calculate each line separately. Do not use it as a definitive tax advice tool for novel or complex transactions such as zero-rated exports, reverse-charge supplies, or partial-exemption apportionment. Those scenarios require jurisdiction-specific rules that a single-rate percentage calculation cannot capture.
Common Mistakes
Why results sometimes look wrong
Subtracting the rate percentage directly from a gross price. This is the most common error. A $120 price with 20% VAT is not $120 minus $24 = $96. It is $120 divided by 1.20 = $100. The mistake happens because people apply the percentage to the gross, but VAT is calculated on the net. The difference is small at low rates and grows at higher ones.
Using the wrong mode. Entering a net price into Remove VAT mode — or a gross price into Add VAT mode — doubles the problem. The result looks plausible but is wrong. Before calculating, confirm whether the price on the document or screen is described as ex-VAT, ex-tax, or plus VAT (use Add VAT) or inc-VAT, inclusive, or total (use Remove VAT).
Applying a standard rate to a reduced-rate item. Many jurisdictions have multiple VAT rates. Food, children's clothing, and certain medical items often attract zero or reduced rates. Using the standard rate on a reduced-rate item produces an overclaim on a VAT return or an overcharge on an invoice — both of which create compliance problems. Always verify the applicable rate for the specific category of goods or services before calculating.
The Math
Worked examples and deeper derivation
Adding VAT: Gross = Net x (1 + r), where r is the VAT rate expressed as a decimal. VAT Amount = Net x r. At 20% on a $850 net price: VAT = $850 x 0.20 = $170. Gross = $850 + $170 = $1,020.
Removing VAT: Net = Gross / (1 + r). VAT Amount = Gross - Net. At 20% on a $1,020 gross price: Net = $1,020 / 1.20 = $850. VAT = $1,020 - $850 = $170. The result is identical to the add-VAT example — the two operations are exact inverses.
The VAT fraction used in bookkeeping is r / (1 + r). At 20% this is 0.20 / 1.20 = 1/6 = 16.667%. Multiply any 20% VAT-inclusive gross by 1/6 to get the embedded tax. This fraction changes with every rate, which is why the tool shows it explicitly rather than leaving you to derive it.
Expert Unlock
The thing most explanations skip
The formula Net = Gross / (1 + r) assumes the VAT is calculated once on the full net amount with no compounding. This breaks when a transaction crosses tax jurisdictions with cascading levies, or when a discount is applied after VAT is computed rather than before. It also assumes the rate is the marginal rate for the whole amount — tiered or threshold-based VAT systems (where different rates apply to different portions of the price) require each band to be calculated independently and summed. At high rates the difference between applying the rate to net versus gross becomes material enough that a misapplied formula causes reconciliation failures on VAT returns.
Why does stripping VAT give a different fraction than the rate you added?
Need something this doesn't cover?
Suggest a tool — we'll build it →