VAT Calculator: Add or Remove UK and EU VAT Instantly

Free VAT calculator for UK and EU rates. Add VAT to a net price or remove VAT from a VAT-inclusive total using current official presets.

Updated: • Free Tool

VAT Calculator

Inputs

What Is the VAT Calculator?

The VAT Calculator is built for one narrow job: turning an amount into a clear VAT breakdown. If you know a net amount, it adds VAT. If you only know the VAT-inclusive total from a receipt or invoice, it removes VAT and shows the pre-tax base. That makes it useful for quotes, invoice checks, receipts, and bookkeeping entries.

This page is intentionally more focused than the broader VAT/GST Calculator. Instead of covering dozens of VAT and GST systems at once, it concentrates on common UK and EU VAT presets: the United Kingdom, Germany, France, Ireland, the Netherlands, and Spain. You choose the amount, choose whether you are adding or removing VAT, select the rate preset, and the calculator returns the VAT amount, net amount, VAT-inclusive total, and exact rate used.

That focused structure matters because VAT mistakes usually come from two problems: using the wrong rate or applying the right rate to the wrong base. A user may subtract 20% from a VAT-inclusive total instead of dividing by 1.20, or use a standard rate where the transaction actually qualifies for a reduced rate. According to HM Revenue & Customs, the UK still distinguishes among standard, reduced, and zero rates, and the same pattern appears across the EU even though the actual percentages differ.

You should think of this calculator as an arithmetic tool, not a VAT adviser. It tells you what the numbers are once you know the tax treatment. If you need to compare the same transaction in a non-VAT system such as Australia, New Zealand, Canada, or India, you should switch to a GST-specific tool rather than force those transactions into a VAT workflow.

How to Use the VAT Calculator

Start with the amount field. In Add VAT mode, enter the amount before tax. This is the net amount you want to bill or the pre-tax price you want to analyze. In Remove VAT mode, enter the VAT-inclusive total from a receipt, quote, or invoice. That total already contains VAT, so the calculator works backward to split it into net amount and tax amount.

Next choose the calculation type. Add VAT is for forward pricing, where you know the base amount and want to see the tax and final total. Remove VAT is for reverse pricing, where you know the final total and need to recover the original pre-tax amount. Many manual VAT errors happen at this step because people use a forward formula on a reverse-calculation problem.

Then choose the VAT preset that matches the transaction. The preset list is explicit on purpose. Instead of asking you to choose a country and then guess which reduced rate applies, the calculator lists exact country-rate combinations such as UK standard 20%, Germany reduced 7%, France reduced 5.5%, or Spain super-reduced 4%. That keeps the choice transparent.

The custom field is there for exceptions. Use it if you need a rate that is not on the list, a special transitional rate, or a country outside the current preset set. When the custom preset is selected, the calculator uses your entered percentage rather than the built-in percentages.

After you press calculate, read the outputs in order. VAT Amount shows the tax portion. Total (VAT-Inclusive) shows what the customer pays or what the receipt total represents. Net Amount (ex-VAT) shows the pre-tax base. VAT Rate Applied confirms the exact percentage used. Those outputs are enough for most quoting, receipt-checking, and bookkeeping tasks.

Current VAT Rates Included in This Calculator

The preset rates in this calculator were checked against official government or tax authority sources on March 9, 2026. For the United Kingdom, HM Revenue & Customs still publishes a standard rate of 20%, a reduced rate of 5%, and a zero rate for qualifying supplies. Germany continues to use 19% as its standard VAT rate and 7% as its reduced rate, as explained in the VAT guidance from German Customs.

France remains more layered. The current public guidance from Service-Public.fr describes a standard rate of 20%, an intermediate rate of 10%, and a reduced rate of 5.5% for qualifying categories. Ireland continues to publish 23% as its standard VAT rate and 13.5% as a reduced rate through Revenue. The Netherlands still uses 21% and 9%, with a zero rate for certain transactions, according to Belastingdienst. Spain continues to publish 21%, 10%, and 4% VAT rates through the Agencia Tributaria.

Those figures are enough to make the calculator practical, but they do not make VAT simple. A reduced or zero rate is not a discount code. It applies only when the transaction legally qualifies. For example, a zero-rated supply is not the same thing as an exempt supply, and a supply taxed at 5.5% in France is not automatically eligible for the same treatment in Spain or Ireland.

The practical reason for explicit presets is that users rarely need an essay on all EU VAT law. They need a reliable number tied to a named rate they can verify. The presets therefore act as a checked shortcut, while the custom field handles edge cases that should not be hard-coded into the main list.

How the VAT Formula Works

VAT arithmetic is simple once you separate forward calculations from reverse calculations. In forward mode, where you start from the net amount, the formula is:

VAT Amount = Net Amount x (VAT Rate / 100)
Total Amount = Net Amount + VAT Amount

If the net amount is 100 and the rate is 20%, the VAT amount is 20 and the VAT-inclusive total is 120. That is the easy case, and it is the formula people often have in mind when they say they want to “add VAT.”

Reverse VAT is different. When a total already includes VAT, you cannot recover the net amount by subtracting 20% from the gross. You must divide by 1 plus the VAT rate as a decimal:

Net Amount = Total Amount / (1 + VAT Rate / 100)
VAT Amount = Total Amount - Net Amount

If the total is 120 and the rate is 20%, the net amount is 120 / 1.20 = 100 and the VAT amount is 20. This is why people who try to remove VAT by simply multiplying by 0.80 often get the wrong answer. The tax is embedded inside the total, so the base has to be recovered first.

The calculator uses exactly those formulas and does not introduce any hidden rounding rules beyond normal decimal output formatting. That matters because VAT calculations can be checked line by line. If your result does not match the invoice, you can compare the amount, the rate, and the mode used. If you want a quick way to sense-check the percentage logic before thinking in VAT terms, the Percentage Calculator is useful because it isolates the percent arithmetic without the tax-specific language.

There is also a zero-rate case. When the applicable rate is 0%, the net amount and the total amount are the same and the VAT amount is zero. The calculator handles that directly so you can model zero-rated transactions without any divide-by-zero issues or special manual adjustments.

Common VAT Examples

Example 1: Adding UK Standard VAT

A consultant quotes a client a net fee of 850 under the UK standard rate. Using the 20% preset:

  • VAT Amount = 850 x 0.20 = 170
  • Total Amount = 850 + 170 = 1,020

Example 2: Removing German VAT From a Receipt

A supplier receipt shows a VAT-inclusive total of 119 and the transaction is taxed at Germany’s standard 19% rate:

  • Net Amount = 119 / 1.19 = 100
  • VAT Amount = 119 - 100 = 19

Example 3: French Reduced VAT on a Qualifying Sale

A qualifying transaction in France is priced at a net amount of 200 and uses the 5.5% reduced rate:

  • VAT Amount = 200 x 0.055 = 11
  • Total Amount = 211

Example 4: Spain Super-Reduced VAT on a VAT-Inclusive Price

A total of 104 is shown for a transaction using Spain’s 4% super-reduced rate:

  • Net Amount = 104 / 1.04 = 100
  • VAT Amount = 4

Example 5: Custom VAT Rate for a Non-Preset Scenario

You need to model a transaction at 17.5% on a net amount of 80:

  • VAT Amount = 80 x 0.175 = 14
  • Total Amount = 94

That is a good example of when the custom field is more appropriate than forcing an unusual rate into the standard preset list. If you need to compare this kind of VAT-inclusive purchase with a province-based combined tax model, the GST/QST Calculator Canada is useful because it shows how federal and provincial components stack differently from a single VAT rate.

When to Use a VAT Calculator and When Not To

Use a VAT calculator when the tax treatment is already known and you need the arithmetic: checking quotes, splitting receipt totals into net and VAT, reviewing purchase invoices, or testing final customer pricing. It is most useful when you move back and forth between VAT-exclusive and VAT-inclusive figures.

Do not use it to decide whether a supply is exempt, zero-rated, outside the scope of VAT, or eligible for a reduced rate. Those are classification questions, not calculation questions. The calculator can confirm the numbers for a chosen rate, but it cannot decide whether that chosen rate is legally correct.

As a rule of thumb, use the preset list when the transaction clearly matches a published rate category, use the custom field when you already know a different percentage must apply, and stop to confirm the tax treatment first if the status of the sale is uncertain.

VAT Tips, Edge Cases, and Practical Checks

The fastest way to avoid VAT errors is to confirm three inputs before you calculate: the amount you actually know, the rate that applies, and whether the amount is net or VAT-inclusive. Most wrong answers come from getting one of those inputs wrong rather than from the formula itself.

For invoice work, start with the net amount if possible. For receipt work, start with the VAT-inclusive total and let the calculator extract the tax. If the result looks wrong, check the rate first, then check whether the amount entered was actually inclusive or exclusive of VAT.

Reduced-rate and zero-rate transactions need extra care because the arithmetic is simple but the eligibility rules are not. The calculator will not stop you from using 5% or 0% where 20% should have been used.

It also helps to keep VAT separate from income-tax thinking. VAT affects pricing and indirect-tax reporting, not take-home pay. If you are moving from invoice totals to personal cash-flow analysis, the Gross to Net Calculator is the right follow-on tool because it models payroll and income-tax deductions instead of transaction tax.

Finally, remember that published rates can change. The presets here were checked on March 9, 2026, and the custom field exists so you can override them if an official rate changes before the preset list is updated.

Frequently Asked Questions

To add VAT, multiply the net price by the VAT rate divided by 100, then add that VAT amount to the net price. At 20% VAT, a net price of 100 has VAT of 20 and a total of 120.

To remove VAT, divide the VAT-inclusive total by 1 plus the VAT rate as a decimal. A total of 120 including 20% VAT becomes 100 net because 120 divided by 1.20 equals 100.

The standard UK VAT rate is 20%. HM Revenue and Customs also publishes a reduced 5% rate and a zero rate for qualifying goods and services.

Germany's standard VAT rate is 19% and the reduced rate is 7%, based on official German customs guidance.

This calculator includes verified presets for the United Kingdom, Germany, France, Ireland, the Netherlands, and Spain, plus a custom rate field for transactions not covered by those presets.

No. VAT is collected throughout the supply chain and businesses usually recover input VAT on eligible purchases. Sales tax is usually imposed only at the final retail sale.

Use the custom field when a transaction uses a special rate, a rate from a country not listed here, or a historical rate you need to model.

Yes, for arithmetic checks. It helps verify the VAT amount, net amount, and gross total on an invoice or quote.

Because the VAT is embedded inside the total. You must divide by 1 plus the VAT rate to recover the pre-tax amount correctly.

No. Zero-rated supplies are taxable at 0%, while exempt supplies are treated differently in VAT law. This calculator handles the math only, not the legal classification.

Found this helpful? Share it with others.