Luxembourg VAT regimes
VAT (value added tax) is the consumption tax added to the price of a good or service. Luxembourg is notable for applying the lowest standard rate in the entire European Union: 17%. Alongside it, three reduced rates apply to specific categories — an intermediate rate of 14%, a reduced rate of 8%, and a super-reduced rate of 3% for essential goods.
History — the EU's lowest standard rate
Luxembourg long kept a standard rate of 15% — the floor allowed by the European VAT directive — before raising it to 17% in 2015. Even at 17%, it remains the lowest standard rate in the Union, ahead of Malta (18%) and Germany (19%). This low level is a deliberate economic-policy choice for a small country seeking to attract consumption and corporate headquarters.
In 2023, as part of an anti-inflation package, the government temporarily cut rates by one point (standard to 16%, intermediate to 13%, reduced to 7%, the super-reduced 3% unchanged). The measure ended on 1 January 2024, restoring the 17 / 14 / 8 / 3% schedule.
Luxembourg VAT regimes (applicable rates)
Standard 17% default goods and services
— the lowest in the European Union
Intermediate 14% some wines, solid fuels, management/custody
of securities, printed advertising
Reduced 8% gas, electricity, hairdressing, small
repairs, plants, cleaning
Super-reduced 3% food, medicines, books (paper and digital),
water, transport, restaurant services,
children's clothing
Exempt 0% exports, intra-EU supplies, certain
financial and insurance services
Note: standard rate temporarily lowered to 16% in 2023
(anti-inflation measure), back to 17% on 1 January 2024. Governance — the AED
VAT is administered by the AED (Administration de
l'enregistrement, des domaines et de la TVA), which handles taxpayer
registration, return collection and audits. Every Luxembourg taxable
person receives a VAT number formatted as
LU followed by 8 digits, used in intra-EU exchanges (VIES)
and reported in every PEPPOL invoice.
The AED publishes circular notes clarifying how goods and services map to rates — a field of subtleties, e.g. restaurant service (3%) vs alcohol served (17%), or paper and digital books (3%) vs online press.
Rate coding in EN 16931 / PEPPOL
In a PEPPOL BIS 3.0 invoice, each line carries a
ClassifiedTaxCategory with a VAT category code (from
UNCL5305) and the percentage. Code S denotes the standard
rate, AA reduced rates, E exemptions,
Z the zero rate. The exact percentage (17.00, 14.00, 8.00,
3.00) always accompanies the code.
<!-- EN 16931 / PEPPOL BIS 3.0 — line VAT detail -->
<cac:ClassifiedTaxCategory>
<cbc:ID>S</cbc:ID> <!-- S = standard rate -->
<cbc:Percent>17.00</cbc:Percent>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:ClassifiedTaxCategory>
<!-- Document-level VAT summary -->
<cac:TaxTotal>
<cbc:TaxAmount currencyID="EUR">170.00</cbc:TaxAmount>
<cac:TaxSubtotal>
<cbc:TaxableAmount currencyID="EUR">1000.00</cbc:TaxableAmount>
<cbc:TaxAmount currencyID="EUR">170.00</cbc:TaxAmount>
<cac:TaxCategory>
<cbc:ID>S</cbc:ID>
<cbc:Percent>17.00</cbc:Percent>
<cac:TaxScheme><cbc:ID>VAT</cbc:ID></cac:TaxScheme>
</cac:TaxCategory>
</cac:TaxSubtotal>
</cac:TaxTotal> EU rate comparison
| Country | Standard rate | Super-reduced |
|---|---|---|
| Luxembourg | 17% | 3% |
| Malta | 18% | — |
| Germany | 19% | — |
| France | 20% | 2.1% |
| Belgium | 21% | — |
| Hungary | 27% | — |
Cross-border e-commerce appeal
- Historically, the low rate attracted digital giants (e-book sales, online services) that invoiced from Luxembourg at the Luxembourg rate.
- Place-of-supply reform: since 2015, B2C electronic services are taxed at the rate of the consumer's country, which removed the pure windfall, but Luxembourg remains fiscally competitive across many categories.
- OSS/IOSS one-stop shop: cross-border e-commerce now flows through the VAT One-Stop Shop, managed on the Luxembourg side by the AED.
- 3% super-reduced on paper and digital books — one of Europe's most favourable rates for publishing.
Common pitfalls
- Coding the 3% as "standard". The super-reduced rate
is not the standard rate: category code
AA, notS. Otherwise EN 16931 rejection. - Forgetting the 2023 16% window. Invoices issued between January and December 2023 legitimately carry 16 / 13 / 7% — do not "correct" them to 17% retroactively.
- Confusing place of establishment and place of supply. For B2C digital services, the customer's country sets the rate, not the seller's Luxembourg seat.
- Malformed VAT number. The format is exactly
LU+ 8 digits — not to be confused with the matricule (11/13 digits) or the RCSL number.