Skip to main content

VAT Explained: Adding Tax, Reverse Calculations, and Net vs Gross Prices

How to add VAT on top of a net price, reverse-engineer the tax inside a gross figure, and read UK and EU VAT rates correctly — with worked £100 and £120 examples.

Published By 李雷
#vat #tax #finance #invoicing #calculator

VAT Explained: Adding Tax, Reverse Calculations, and Net vs Gross Prices

Value-added tax looks like a one-line multiplication until you sit down with a real invoice. Then the questions start. Is this £120 already including tax, or do I add it? How much of a receipt total is actually the tax? Why does the number I get by hand disagree with what my accounting software shows? Most VAT mistakes are not about the rate — they are about which direction you are calculating in. This guide walks through the three operations that cover almost every real case, with worked numbers you can check against a VAT calculator.

Net, gross, and the word that trips everyone up

Two words decide everything. The net price is the amount before tax — the figure a business quotes another business, and the number a VAT-registered buyer actually cares about. The gross price is the net plus the tax, the total a consumer pays at the till. VAT itself is the difference between the two.

The trap is that "20% VAT" describes a charge on the net, not on the gross. A £100 net price at 20% becomes £120 gross. But the £20 of tax is 20% of £100, not 20% of £120. Read a gross figure as if the percentage applied to it, and every number downstream is wrong. Hold the net-versus-gross distinction in your head and the arithmetic becomes mechanical.

Adding VAT to a net price

This is the forward direction, the one you use when writing a quote. Take the net amount and multiply by one plus the rate:

gross = net × (1 + rate)
tax   = gross − net

A £100 net service at 20% VAT:

gross = 100 × 1.20 = £120.00
tax   = 120 − 100  = £20.00

So a £100 quote bills out at £120, of which £20 is VAT. If you quote a lot of work, a percentage calculator handles the same multiplication when you only need the percentage step in isolation, but for the full net-tax-gross split a dedicated VAT tool is faster and harder to get wrong.

Removing VAT — the reverse calculation people botch

Here is the operation that produces wrong numbers in spreadsheets every single day. You have a gross figure — a receipt, a shelf price, a total invoice — and you need the net and the tax hidden inside it. The instinct is to multiply the gross by the rate. That over-states the tax, because the rate was charged on the smaller net base, not the larger gross total.

The correct method divides:

net = gross ÷ (1 + rate)
tax = gross − net

Take a £120 gross receipt at 20%:

net = 120 ÷ 1.20 = £100.00
tax = 120 − 100  = £20.00

The tax inside £120 is £20, not £24. The wrong-but-tempting 120 × 0.20 = £24 over-claims by £4 on this small example, and that error scales with every figure you process. When you file an expense, the divide-by-1.2 method is the one HMRC and every other tax authority expects. The reverse mode of the VAT calculator does the division and lays net, tax, and gross side by side so you can sanity-check the split.

UK and EU VAT rates you actually need

Rates are set per country, and the standard rate is only part of the story — most countries also run reduced rates for things like food, books, and children's clothing. A few standard rates, drawn from the UK government's published VAT guidance and the European Commission's VAT rates database:

  • United Kingdom — 20% standard, with a 5% reduced rate (domestic energy, child car seats) and 0% on most food and books.
  • Germany — 19% standard, 7% reduced.
  • France — 20% standard, with 10%, 5.5%, and 2.1% reduced tiers.
  • Ireland — 23% standard, among the higher in the EU, with 13.5% and 9% reduced rates.
  • Luxembourg — 17% standard, the lowest standard rate in the EU.
  • Hungary — 27% standard, the highest standard rate in the EU.

Two practical takeaways. First, there is no single "EU VAT rate" — standard rates span a full ten points from Luxembourg's 17% to Hungary's 27%. Second, the rate you apply depends on what is being sold and, for cross-border digital sales, where the customer is. Always check the live rate for the specific country and product category before you invoice; published rates do change, and reduced-rate categories are narrower than people assume.

When I get it wrong

I have made the multiply-the-gross mistake more times than I would like to admit. The one that stuck with me was reconciling a batch of supplier receipts late one evening: I ran every gross total times 0.20, the column looked plausible, and the figures only fell apart when the net subtotal refused to match the supplier's own statement. I had over-stated the VAT on roughly forty lines. Re-running them as gross ÷ 1.2 fixed it in a few minutes, but I now treat any receipt total as gross by default and reach for the divide method without thinking. The arithmetic is trivial; remembering which direction you are in is the actual skill.

Reading and building an invoice

A clean invoice line shows three numbers, not one: net, VAT, and gross. For 15 units at a £40 net unit price plus 20% VAT, the line reads net £600.00, VAT £120.00, gross £720.00. Putting the quantity on the line keeps the tax math on the total rather than the unit, which is what most invoice formats expect. A VAT-registered buyer reads the net and the VAT separately because they reclaim the VAT; a consumer only sees the gross.

If your pricing involves discounts before tax, apply the discount to the net first, then add VAT — the order matters, and a discount calculator sorts the markdown before you hand the net to the VAT step. For totals that cross currencies, settle the VAT in the invoice currency, then convert the gross with a currency converter rather than converting mid-calculation, which introduces rounding drift.

The short version

Adding tax multiplies the net by 1 + rate. Removing tax divides the gross by 1 + rate — never multiply a gross figure by the rate. Standard VAT rates run from 17% to 27% across the EU and sit at 20% in the UK, with reduced rates underneath that you have to check by category. Keep net and gross straight in your head, work in the right direction, and the rest is multiplication you can do on a phone. When the figures matter, run them through the VAT calculator and copy the net-tax-gross split straight into your invoice.


Made by Toolora · Updated 2026-06-13