# VAT Calculator

Calculate VAT on any amount. Add VAT to a net price or remove VAT from a gross price. Supports all VAT rates. Free online VAT calculator.

## What this calculates

Calculate Value Added Tax instantly. Add VAT to a net price to find the gross total, or remove VAT from a gross price to see the net amount and tax breakdown. Supports any VAT rate for any country.

## Inputs

- **Amount** ($) — min 0 — The price amount (net or gross depending on calculation type).
- **VAT Rate** (%) — min 0, max 100 — The VAT percentage rate (e.g., 20% for UK, 19% for Germany).
- **Calculation Type** — options: Add VAT to Net Price, Remove VAT from Gross Price — Choose whether to add VAT to a net amount or extract VAT from a gross amount.

## Outputs

- **Net Amount (excl. VAT)** — formatted as currency — The price before VAT.
- **VAT Amount** — formatted as currency — The VAT tax amount.
- **Gross Amount (incl. VAT)** — formatted as currency — The total price including VAT.

## Details

Value Added Tax (VAT) is a consumption tax applied to goods and services at each stage of the supply chain. Unlike U.S. sales tax, which is applied only at the final retail sale, VAT is charged at every step of production and distribution. Businesses can reclaim VAT paid on their inputs, so the tax ultimately falls on the end consumer.

VAT rates vary significantly by country. The UK charges 20%, Germany 19%, France 20%, Japan 10%, and Australia 10% (called GST). Many countries also have reduced rates for essentials like food, medicine, and children's clothing. The EU requires a minimum standard VAT rate of 15%.

To add VAT: multiply the net price by (1 + VAT rate). For a $100 item at 20% VAT, the gross price is $100 x 1.20 = $120. To remove VAT: divide the gross price by (1 + VAT rate). A $120 gross price at 20% VAT has a net price of $120 / 1.20 = $100, with $20 being the VAT portion.

## Frequently Asked Questions

**Q: How do I add VAT to a price?**

A: Multiply the net (before-tax) price by (1 + VAT rate as a decimal). For 20% VAT: $100 x 1.20 = $120. For 10% VAT: $100 x 1.10 = $110. The VAT amount is simply the net price multiplied by the VAT rate: $100 x 0.20 = $20 VAT on a $100 item at 20%.

**Q: How do I remove VAT from a price?**

A: Divide the gross (VAT-inclusive) price by (1 + VAT rate as a decimal). For 20% VAT: $120 / 1.20 = $100 net. A common mistake is subtracting the percentage directly -- $120 minus 20% of $120 = $96, which is wrong. You must divide, not subtract, because the VAT was applied to the smaller net amount.

**Q: What is the difference between VAT and sales tax?**

A: VAT is collected at every stage of production and distribution, with businesses claiming credits for VAT paid on inputs. Sales tax is collected only at the final retail sale. VAT is typically included in the displayed price (tax-inclusive), while U.S. sales tax is added at checkout (tax-exclusive). VAT is used in most countries worldwide; sales tax is primarily a U.S. system.

**Q: What are the standard VAT rates by country?**

A: Common standard VAT rates: UK 20%, Germany 19%, France 20%, Italy 22%, Spain 21%, Netherlands 21%, Canada 5% GST, Australia 10% GST, Japan 10%, India 18% GST, Brazil 17-25% ICMS. Many countries have reduced rates (5-10%) for essentials and zero rates for exports. Always check the current rate for your specific country and product category.

---

Source: https://vastcalc.com/calculators/finance/vat
Category: Finance
Last updated: 2026-04-21
