Dutch Cookie Law: Telecommunicatiewet Art. 11.7a
Steven | TrustYourWebsite · 6 April 2026 · Last updated: April 2026
Most people talk about "GDPR cookie consent", but in the Netherlands, cookie consent is primarily governed by a different law: Article 11.7a of the Telecommunications Act (Telecommunicatiewet). Understanding the distinction matters because the Dutch law has specific exceptions that the GDPR does not, and the enforcement authority is the AP (Autoriteit Persoonsgegevens), not the European Data Protection Board.
Not sure whether your website is compliant? Scan your website free to see which cookies load before consent is given.
Why the Telecommunications Act, Not the GDPR?
The GDPR governs the processing of personal data. Cookies are a method of accessing and storing information on a user's device. The ePrivacy Directive (2002/58/EC), implemented in the Netherlands via the Telecommunications Act, specifically covers device access, independent of whether personal data is processed.
This means:
- Even a cookie that does not process personal data (rare in practice) still requires consent under the Telecommunications Act if it is not functionally necessary
- Cookies that do process personal data must comply with both the Telecommunications Act (consent to place the cookie) and the GDPR (lawful basis for processing personal data)
- The AP enforces both laws for cookies on Dutch websites
The Core Rule: Consent Before Placement
Article 11.7a paragraph 1 of the Telecommunications Act states:
A party may only store information on or retrieve information from the terminal equipment of a user with the user's prior consent.
"Terminal equipment" means the user's device: computer, phone, tablet. "Consent" must meet the GDPR standard: freely given, specific, informed and unambiguous affirmative action.
In plain terms: you cannot place cookies on a visitor's device or retrieve stored information without their consent first. The cookie banner must appear before any non-essential scripts load.
The Three Legal Exceptions
Article 11.7a paragraph 3 lists three situations where consent is not required. The matrix below summarises each, with detail following.
| Exception | Trigger | Example cookies | Common tool that qualifies |
|---|---|---|---|
| 1. Communication transmission | Technically essential to transmit a communication over an electronic network | Load-balancing cookies that route between servers, network-level session routing | None at the website-author level. These live in CDN or infra config |
| 2. Service explicitly requested by the user | Strictly necessary to deliver a service the user actively requested | Login session, shopping cart, CSRF token, consent-storage cookie, explicit language-preference cookie | First-party session cookies set by your CMS, WooCommerce cart, login auth |
| 3. Privacy-friendly analytics | Aggregated stats only, no cross-site tracking, no third-party sharing, clear opt-out | First-party analytics with anonymised IPs and no client ID | Plausible, Fathom, self-hosted Matomo in cookieless mode, Simple Analytics |
Google Analytics (including GA4) does not qualify for exception 3, since it generates a unique per-visitor client ID and sends data to a third party.
Exception 1: Strictly Necessary for Communication Transmission
Cookies that are technically essential to transmit a communication over an electronic network are exempt. This covers, for example, load balancing cookies that route traffic between servers. These are rare in typical websites and very narrow in scope.
Exception 2: Strictly Necessary for a Requested Service
Cookies that are strictly necessary to provide a service explicitly requested by the user are exempt. The key word is "strictly": it must be impossible to provide the service without the cookie.
Examples that qualify:
- Session cookies that keep you logged in
- Shopping cart cookies that remember what you have added
- Language preference cookies saved at the user's explicit choice
- Cookies that store your cookie consent choice
- CSRF protection tokens for form security
Examples that do not qualify:
- Analytics cookies (you can operate the website without them)
- Preference cookies for personalisation that was not explicitly requested
- Cookies placed by embedded third-party content (YouTube, Google Maps, social media), as these come from a different service than the one the user requested
Exception 3: Privacy-Friendly Analytical Cookies
This exception was added to Dutch law via amendment 33.902 in 2015. Analytical cookies are exempt if they meet all of the following conditions:
- Used solely to obtain statistical information about the use of the service
- Do not result in individual tracking across websites (no cross-site tracking)
- Data is not shared with third parties
- The service includes a clear explanation of the cookies used and an easy way for users to object (opt-out)
The AP has clarified that this exception is designed for self-hosted, aggregated analytics solutions. It does not cover Google Analytics.
Why Google Analytics does not qualify:
- GA4 generates a unique client ID per visitor, enabling individual tracking across sessions
- The data is sent to Google's servers (a third party)
- Google may use aggregated data for its own purposes
What does qualify:
- Plausible Analytics (cookieless, no personal data, no cross-site tracking)
- Fathom (cookieless, EU infrastructure option)
- Matomo in cookieless/fully anonymised mode, self-hosted
- Simple Analytics
With a qualifying analytics tool, you do not need a cookie banner at all for the analytics component.
What This Means in Practice
| Tool | Consent required? | Notes |
|---|---|---|
| Session cookie (login) | No | Exception 2 |
| Shopping cart cookie | No | Exception 2 |
| Cookie preference cookie | No | Exception 2 |
| Plausible / Fathom (cookieless) | No | Exception 3 |
| Google Analytics (GA4) | Yes | Does not qualify for exception 3 |
| Facebook Pixel | Yes | Third-party tracking |
| YouTube embed (standard) | Yes | Third-party cookies placed immediately |
| Google Maps embed | Yes | Third-party data transfer |
| Google Fonts (external) | No consent banner needed, but | IP address transfer is a GDPR issue |
| Hotjar / heatmaps | Yes | Individual session tracking |
| Intercom / chat widget | Yes | Places tracking cookies |
How the AP Enforces Cookie Rules
The AP (Autoriteit Persoonsgegevens) is the Dutch enforcement authority for both the Telecommunications Act and the GDPR. Since April 2025, the AP structurally checks whether Dutch websites request consent for tracking cookies in the correct way.
Enforcement approach:
- Automated monitoring: the AP continuously scans the cookie banners of 10,000 Dutch websites
- Complaint-driven investigation (anyone can file a complaint at autoriteitpersoonsgegevens.nl)
- Warning letters with a deadline for compliance
- Formal investigation when warnings are ignored
- Fines and binding corrective orders
The AP has warned more than 200 websites about their cookie banners. About three-quarters adjusted their banners after the warning. The AP then launched formal investigations into those who refused.
Fines imposed:
- Kruidvat (AS Watson): fined for placing tracking cookies without proper consent, with the penalty later reduced on appeal
- Coolblue: fined for unsolicited use of cookies
The fine amounts reflect the scale of the business. For small businesses, the AP typically starts with a warning. But the warning letter comes with a deadline for compliance, and non-compliance leads directly to formal proceedings.
Nine rules the AP enforces on cookie banners:
- Reject must be as easy as accept (same prominence, same clicks)
- No pre-ticked consent boxes
- Scripts must not load before consent
- No cookie walls (consent cannot be required to access the website)
- Consent must be specific per category (not one blanket accept)
- Users must be able to withdraw consent as easily as they gave it
- The banner must clearly identify who is processing data
- Dark patterns that manipulate users toward consent are prohibited
- Consent records must be maintained
For the full list of requirements, see our guide on cookie banner dark patterns and cookie banner requirements for the Netherlands.
Relationship Between the Telecommunications Act and GDPR
The two laws work together. The Telecommunications Act determines whether you need consent to place a cookie. The GDPR determines whether placing that cookie constitutes lawful processing of personal data.
For tracking cookies that collect personal data (which almost all do, including IP addresses, browsing behaviour and device fingerprints), you need:
- Consent under the Telecommunications Act before placing the cookie
- A valid legal basis under the GDPR for processing the resulting personal data. For tracking cookies, this is also consent under Article 6(1)(a) of the GDPR
In practice these overlap: properly obtained cookie consent satisfies both requirements.
Summary
The Dutch cookie law is stricter than many businesses assume. The three exceptions are narrow. Google Analytics does not qualify for the analytics exception. Most websites with third-party scripts (analytics, social media, maps, videos) need a proper consent banner.
Not sure what cookies your website places? Scan your website free to see exactly which cookies load and whether they require consent.
This article is technical analysis, not legal advice. Consult a lawyer for advice specific to your situation.
Check your website now
Scan your website for GDPR & Privacy issues and 30+ other checks.
Start free checkWebsite Guides
GDPR Fines Netherlands: Real AP Cases | TrustYourWebsite
GDPR fines in the Netherlands: real cases and amounts from the Dutch DPA (AP), including Uber, Booking.com, TikTok and Kruidvat.
Cookie Banner Required in NL: What the AP Enforces in 2026
A cookie banner is required in the Netherlands once your site sets non-functional cookies. What the AP enforces in 2026 and how to test compliance.
Website Trust Check: Free GDPR & Security Scan in 60 Seconds
Check your website free for GDPR violations, cookie issues, security and accessibility. Results in 60 seconds, no account required.
Dutch Privacy Policy: 10-Step GDPR Guide
Privacy policy requirements for Dutch websites: 10 steps under the GDPR, what each section must contain, common AP findings, scanner check.
Dutch Privacy Policy: 14 GDPR Required Elements
Under GDPR Articles 13 and 14, Dutch sites collecting personal data need a privacy policy. 14 mandatory elements and what the AP checks.