# VAT Calculator

Calculate value-added tax rates for countries worldwide, add or remove VAT from a price, and generate an itemized invoice.

---

- **Canonical URL:** https://dothecalculation.com/calculators/vat-calculator
- **Category:** Financial calculators
- **Publisher:** Do The Calculation (https://dothecalculation.com)
- **Cost:** Free, no account or sign-up required
- **Privacy:** Runs entirely in the browser; inputs are never sent to a server
- **Methodology:** https://dothecalculation.com/methodology

---

## Add or remove VAT from any amount

Estimate net amount, VAT amount, and gross total using country-specific or custom value-added tax rates.

- Tax-inclusive and tax-exclusive modes
- Country preset rates
- Invoice-style VAT breakdowns

## What value-added tax measures

Value-Added Tax (VAT) is a broad-based consumption tax charged at each stage of production and distribution. Unlike a simple retail-only sales tax, VAT is embedded through the supply chain and ultimately borne by the end consumer. Businesses collect VAT on sales (output VAT) and usually recover VAT they paid on business inputs (input VAT), remitting the difference to the tax authority.

VAT is widely used across Europe, parts of Asia, Africa, and Latin America. It is often quoted as a tax-inclusive or tax-exclusive price, which is why a calculator must support both “add VAT” and “remove VAT” modes.

## The VAT formulas for adding and removing tax

If your starting amount is a net price (tax-exclusive), add VAT using:

$$\text{Gross} = \text{Net} \times \left(1 + \frac{\text{VAT Rate}}{100}\right)$$

$$\text{VAT Amount} = \text{Gross} - \text{Net}$$

If your starting amount is a gross price (tax-inclusive), isolate the tax by reversing the formula:

$$\text{Net} = \frac{\text{Gross}}{1 + \frac{\text{VAT Rate}}{100}}$$

$$\text{VAT Amount} = \text{Gross} - \text{Net}$$

For example, if a net service fee is $1,000 and VAT is 20%, the gross amount is $1,200 and the VAT portion is $200. If instead you start from a gross invoice of $1,200 and want the pre-tax amount, you divide 1,200 by 1.20 to recover $1,000.

## Output VAT, input VAT, and invoice structure

Businesses that are VAT-registered usually need invoices showing the net amount, VAT amount, applicable rate, and gross amount. This creates a clear audit trail. The seller collects output VAT from customers, while input VAT on qualifying business purchases can often be reclaimed. Because these two values net against each other in filing systems, invoice accuracy matters.

## Why VAT rates differ by country and product

Different countries apply different standard VAT rates, reduced rates, or zero-rated treatment depending on the category. Essential food, education, and public-interest goods may be reduced or exempt. That is why VAT estimation tools often include country presets but still need manual override capability for special categories, exemptions, or changed legislation.

## Frequently asked questions

### What is VAT?

VAT is a value-added tax applied across the supply chain and ultimately paid by the final consumer.

### How do I add VAT to a net amount?

Multiply the net amount by 1 + VAT rate / 100.

### How do I remove VAT from a gross amount?

Divide the gross amount by 1 + VAT rate / 100 to recover the net amount.

### What is the VAT amount on an invoice?

It is the difference between the gross total and the net amount.

### What is the difference between VAT and sales tax?

VAT is collected throughout the supply chain with input and output tax accounting, while sales tax is typically charged only at the final retail transaction.

### Why do some countries have reduced VAT rates?

Reduced rates are often used for essential goods or policy-priority categories such as food, books, or public transport.

### What is a VAT-registered business?

It is a business authorized or required to charge VAT on taxable sales and usually reclaim VAT on eligible business purchases.

### Are VAT and GST the same?

They are closely related consumption tax structures. GST is often a specific national implementation of value-added taxation.

### Does VAT apply to exports?

Many systems zero-rate qualifying exports, but documentation and filing rules are strict and jurisdiction-specific.

### Why does this calculator include country presets?

Because VAT rates vary significantly across countries and preset rates reduce input errors for common scenarios.

## Related concepts

- **Input VAT** — VAT paid on business purchases that may be recoverable.
- **Output VAT** — VAT charged by a business on taxable sales.
- **Tax-inclusive pricing** — A price presentation model where the listed amount already includes VAT.

## Related guides

- [GST and Sales Tax: Calculation and Compliance Guide](https://dothecalculation.com/blog/business/gst-sales-tax-compliance) — Add or extract GST and sales tax, distinguish inclusive and exclusive pricing, and verify registration, taxability, location, invoices, returns, and records.

## Related calculators

- [Property Tax Calculator](https://dothecalculation.com/calculators/property-tax-calculator) — Calculate annual property taxes using local millage rates, assessed home value, and applicable homestead exemptions instantly.
- [Sales Tax Calculator](https://dothecalculation.com/calculators/sales-tax-calculator) — Calculate sales tax, gross price, and net price instantly with step-by-step work, 50-state rate presets, reverse calculation, and a multi-item cart.
- [GST Calculator](https://dothecalculation.com/calculators/gst-calculator) — Add or remove GST from any amount instantly using a custom tax rate to calculate accurate pre-tax and tax-inclusive prices for free.
- [Cohort SaaS LTV Calculator](https://dothecalculation.com/calculators/saas-ltv-cohort-calculator) — Calculate customer lifetime value using cohort-specific retention curves, discount rates, and average monthly subscription price.
- [Auto Loan Calculator](https://dothecalculation.com/calculators/auto-loan-calculator) — Estimate monthly car payments, total financing cost, and interest owed based on vehicle price, down payment, and loan term.
- [CAGR Calculator](https://dothecalculation.com/calculators/cagr-calculator) — Calculate the compound annual growth rate between a starting and ending value to measure investment performance over time.

---

_This calculator is for educational and planning purposes only. Sales tax, VAT, GST, service charges, and billing rules vary by jurisdiction, industry, and merchant policy. Always verify official rates and consult a licensed tax professional or accountant before using these figures for filing, invoicing, or compliance._

---

_Source: [Do The Calculation](https://dothecalculation.com/calculators/vat-calculator). Quote freely with attribution and a link to this page._
