VAT Calculator Online

Calculate VAT (Value Added Tax) for invoices, pricing, and financial reports. Supports standard rates and custom values.

🧮

Two Calculation Modes

Add VAT to a base amount or extract VAT from a total sum

Instant Results

Get calculations in real-time without page reloads

🌍

Flexible Rates

Use standard rates (20%, 10%, 0%) or enter custom values

🔒 Client-Side Processing
All calculations happen in your browser. Your data never leaves your device.

Add VAT
Extract VAT
Calculation Results
VAT Amount
Total Amount
Base Amount
💡 For developers: Calculate VAT programmatically
// Add VAT to base amount
const total = base * (1 + rate / 100);
// Extract VAT from total amount
const base = total / (1 + rate / 100);

How VAT Calculation Works

VAT (Value Added Tax) is calculated as a percentage of the base amount. The standard formula depends on whether you are adding VAT to a base amount or extracting it from a total sum.

Key Formulas

ℹ️ VAT rates vary by country and product type. Always verify the correct rate for your jurisdiction before finalizing calculations.

Standard VAT Rates by Country

Common VAT rates for major economies (2024 data)

Country Standard Rate Reduced Rate
United Kingdom 20% 5% (some goods)
Germany 19% 7% (food/books)
France 20% 10% (restaurants)
United States 0% (no federal VAT) State sales tax applies

🛠️ Free Smart Tools

English English