PDPL & compliance

UAE PDPL compliance for websites: what the law actually requires

Most PDPL articles online quote confident fine amounts. The decree itself does not set them — penalties are defined by Cabinet resolution, and vendor blogs disagree with each other by an order of magnitude. Here is what the law does say, and what your website has to do about it.

The UAE Personal Data Protection Law — Federal Decree-Law No. 45 of 2021 — applies to anyone processing the personal data of people inside the UAE, regardless of where the company or its servers sit. For a website that means two obligations that fail independently: the documented one (lawful basis, notice, data subject rights) and the technical one (measures that actually keep the data from walking out).

About the fine amounts you have seen

Search for "UAE PDPL penalties" and you will find confident tables: AED 50,000 to 5 million in one article, up to AED 20 million in the next. The decree-law itself sets no amounts — it delegates administrative penalties to a Cabinet resolution. Any specific figure, including ones quoted by consultancies, should be checked against the current resolution and with counsel. We would rather tell you the number is unsettled than invent precision.

Who the law covers

The scope follows the data subject, not the infrastructure. You are in scope if you process personal data of individuals inside the UAE — as a controller (you decide why and how) or as a processor (you handle it on someone else's instructions).

Situation In scope? Why
UAE company, servers abroad Yes Location of processing does not remove the obligation
Foreign company, UAE customers Yes Processing personal data of individuals inside the UAE
Entity established in DIFC or ADGM Usually no Those free zones have their own data protection regimes
Government entities and their data Separate treatment The federal law carves out specific categories

The free-zone distinction matters more than it looks. A company registered in DIFC follows the DIFC Data Protection Law, not the federal PDPL. Building a programme against the wrong regime is a common and expensive way to be busy without being compliant.

What the law asks of a website

Strip away the sections that concern internal governance, and what remains visible on a website is a short list. Every item below is observable from the outside — which means a regulator, a competitor or a complainant can check it without your cooperation.

Requirement What it looks like when done Common failure
Lawful basis for processing Consent, or another basis the law recognises, identified per purpose One blanket checkbox covering marketing, analytics and fulfilment at once
Privacy notice Published, reachable from every page, describing real practice A template naming purposes the company does not have and omitting the ones it does
Consent that can be withdrawn Withdrawal as easy as giving it Consent in one click, withdrawal only by emailing support
Data subject rights A working route to access, correct, delete, object, port A form that reaches nobody and a request that expires unanswered
Cross-border transfer basis Documented basis for sending data outside the UAE A CRM, analytics stack and support desk all hosted elsewhere, undocumented
Technical and organisational measures Access control, encryption in transit, logging, vulnerability management Confused with "we have a firewall"
Breach response A named owner and a route to notify the Data Office Notification drafted from scratch during the incident

Where the technical requirement actually bites

The documented half is cheap to fix — a lawyer and a week. The technical half is where companies lose money, because it fails silently and surfaces only when data is already gone.

Technical hole
SQL injection in a catalogue or search parameter
What it gives an attacker
The customer table in a single automated query
Legal consequence
Failure of required security measures, plus a notifiable breach
Technical hole
Changing an ID in the URL reveals another customer's order
What it gives an attacker
Enumeration of records with no exploit at all
Legal consequence
Unauthorised disclosure — hard to argue it was adequately controlled
Technical hole
Admin panel or database backup reachable from the internet
What it gives an attacker
Everything, by following a link
Legal consequence
The clearest possible failure of access control

None of these appear in a document review. A company can hold a flawless privacy notice, a signed processor agreement and a data map, and still hand over its customer base to anyone who changes a number in a URL.

Breach response: decide who sends it before you need to

The obligation is to notify the UAE Data Office once a breach that risks data subjects is discovered, without undue delay, and to inform affected individuals where the risk warrants it. The practical failure is never the drafting — it is the hours lost deciding who owns the decision.

  • Preserve first. The instinct to wipe and reinstall destroys the evidence needed to establish scope. Snapshot systems and logs before touching anything.
  • Establish scope second. Which records were reachable, not just which you can prove were taken.
  • Notify third, with what is known — under-reporting and correcting later reads worse than reporting an estimate honestly labelled as one.
Logs are a compliance control, not an ops luxury

Without retained logs you cannot establish what was reached, which means you cannot notify accurately, which means you are explaining to a regulator why your own account of the incident is a guess. Retention long enough to investigate is part of the technical measures the law asks for.

Checklist

  1. Confirm which regime binds you — federal PDPL, DIFC or ADGM.
  2. Map every form on the site to a purpose and a lawful basis. Separate marketing consent.
  3. Make withdrawal of consent as easy as giving it, and test that the route works.
  4. Publish a privacy notice that matches what the site actually does today, not the template.
  5. Document where data goes outside the UAE — analytics, CRM, support, hosting.
  6. Test the site externally: injection points, access to other users' records, exposed admin panels and backups, outdated components, forms posting over plain HTTP.
  7. Fix what is found, then re-test — an unverified fix is regularly a partial one.
  8. Name the person who notifies the Data Office, and write the template before the incident.
  9. Turn on logging with retention long enough to investigate.
  10. Repeat the technical check on a schedule. A single audit is a snapshot; the requirement is ongoing.

Sources

  1. Federal Decree-Law No. 45 of 2021 (UAE PDPL) — official legislation portal
  2. UAE Data Office
  3. OWASP Top 10

FAQ

Does the UAE PDPL apply to a company outside the UAE?
Yes, if it processes the personal data of individuals inside the UAE. The law follows the data subject, not the server location. A foreign e-commerce site shipping to Dubai, or a SaaS product with UAE users, falls in scope even with no local entity.
What are the actual fines under the UAE PDPL?
The decree-law itself does not list amounts — it delegates administrative penalties to a Cabinet resolution. This is why published figures vary wildly, from AED 50,000 to AED 20 million depending on which vendor blog you read. Treat any specific number you see, including in this article, as something to verify against the current Cabinet resolution and with counsel before you budget for it.
How fast do we have to report a breach?
The obligation is to notify the UAE Data Office without undue delay once a breach that risks the privacy of data subjects is discovered, and to inform affected individuals where the risk warrants it. In practice, teams that have not decided in advance who sends the notification miss the window while deciding.
Do free-zone companies follow the federal PDPL?
Not always. DIFC and ADGM have their own data protection regimes, and entities established there follow those instead. The federal PDPL covers the rest of the UAE. Check which regime binds your entity before building a compliance programme around the wrong one.
Is a privacy policy enough to be compliant?
No. A policy documents intent. The law also requires appropriate technical and organisational measures — access control, encryption in transit, breach detection. Those are what fail during an incident, and an incident is when the gap between the policy and reality gets examined.
EverWatch

Check your website against PDPL

A free PDPL readiness check, and a full external security audit where every finding is mapped to the article of the law it breaches — not just to a CVSS score.

Run the free PDPL check Request an audit

Read next

Security audits
Automated audit or manual VAPT: which one your company actually needs first
A manual VAPT engagement in the GCC costs several times an automated audit and finds things no scanner will. It also happens once a year, while your code ships weekly. The honest answer is that they solve different problems — here is which one to buy first.
July 28, 2026 9 min read