Why VAT Rates Are More Complicated Than They Look
The EU has 27 member states. Each one sets its own VAT rates within the bounds of EU law (which requires a minimum standard rate of 15% and allows for reduced rates on specific categories). In practice, that means rates range from 17% in Luxembourg to 27% in Hungary, with a patchwork of reduced and super-reduced rates across different product types.
For businesses selling across Europe, this creates a real challenge. Charging the wrong rate isn't just a minor error — it means you've either overcharged your customer or undercharged tax, both of which create problems. And rates do change: member states periodically adjust their rates, introduce temporary changes, or apply new rules to specific product categories.
This guide covers the current standard VAT rates for all 27 EU member states, explains how reduced rates work, and covers how to keep your systems current without manually tracking every change.
EU Standard VAT Rates by Country (2026)
Below are the standard VAT rates currently in effect for each EU member state. These apply to most goods and services unless a reduced rate applies.
- Austria (AT): 20%
- Belgium (BE): 21%
- Bulgaria (BG): 20%
- Croatia (HR): 25%
- Cyprus (CY): 19%
- Czech Republic (CZ): 21%
- Denmark (DK): 25%
- Estonia (EE): 22%
- Finland (FI): 25.5%
- France (FR): 20%
- Germany (DE): 19%
- Greece (GR): 24%
- Hungary (HU): 27%
- Ireland (IE): 23%
- Italy (IT): 22%
- Latvia (LV): 21%
- Lithuania (LT): 21%
- Luxembourg (LU): 17%
- Malta (MT): 18%
- Netherlands (NL): 21%
- Poland (PL): 23%
- Portugal (PT): 23%
- Romania (RO): 19%
- Slovakia (SK): 23%
- Slovenia (SI): 22%
- Spain (ES): 21%
- Sweden (SE): 25%
Note: Rates can change. For programmatic use, always pull rates from a live API rather than hardcoding these values.
Understanding Reduced Rates
Most EU countries apply reduced VAT rates to specific categories of goods and services. The EU's VAT Directive defines which categories are eligible for reduced treatment, and member states choose which ones to apply reductions to and at what level.
Common categories that attract reduced rates include food and non-alcoholic beverages, books and newspapers (including digital publications), hotel and accommodation services, medical devices and medicines, public transport, and cultural events.
Some countries operate two levels of reduced rates — a standard reduced rate and a super-reduced rate (typically under 10%). France applies different reduced rates to food, restaurants, books, and medicines respectively. Spain applies a super-reduced rate of 4% to basic necessities.
For digital services specifically, the applicable rate is determined by the customer's country, not yours — which is why knowing each country's rates for your product category matters.
Special Cases Worth Knowing
Zero-Rated Supplies
Some goods and services are zero-rated in certain countries, meaning VAT is charged at 0% rather than being exempt. The distinction matters: zero-rated supplies still count as taxable supplies, so businesses making them can reclaim input VAT. Common zero-rated items include children's clothing in Ireland, printed books in the UK, and certain food products in various countries.
Digital Services
For digital services sold to consumers (B2C), the EU rule is that VAT applies at the rate in the customer's country. This was introduced in 2015 and significantly complicated things for businesses selling software, apps, and digital content. The OSS scheme, introduced in 2021, simplified the reporting side of this — but businesses still need to know the correct rate for each customer's country.
UK VAT Rates
The UK is no longer part of the EU VAT system post-Brexit. The UK standard VAT rate is 20%, with a reduced rate of 5% on certain goods (domestic fuel, children's car seats, etc.) and zero-rated on food, children's clothing, and books. UK VAT operates under different rules from EU VAT in several respects, including different thresholds and different rules for digital services.
How Rates Change — and Why It Matters
EU member states can and do change their VAT rates. Estonia raised its standard rate from 20% to 22% in 2024. Finland raised its standard rate from 24% to 25.5% in 2024. Several countries introduced temporary rate reductions during the energy crisis that have since been rolled back.
If you've hardcoded VAT rates into your application, you're one announcement away from charging the wrong amount to customers in a particular country. The safe approach is to pull rates from a live source rather than maintaining them yourself.
Keeping Your Rate Data Current
The most reliable way to ensure your application always uses current rates is to integrate with a VAT rates API. The VAT API provides a rates endpoint that returns the current rate structure for any EU country, including standard, reduced, and super-reduced rates by category. When a rate changes, the API updates automatically — your application doesn't need to change.
For most applications, the approach is to either call the rates API at checkout time (if your volume is low) or cache the rates with a regular refresh (if you're making many lookups). Either way, you're not maintaining rate tables yourself.
Practical Implications for Businesses
If you're selling goods or services across the EU, you need to know the correct rate for each country and each product category you sell. For digital services, that means the rate in the customer's country at the time of the sale.
The complexity scales quickly. A business selling five product categories across 27 EU countries theoretically needs to track 135 different rates. That's why automated rate lookups, rather than hardcoded tables, are the right architectural choice for anything beyond the simplest setup.