Skip to content
faceela

UAE Data Protection as a Systems Problem: Where Personal Data Actually Lives

The legal summary is short and everybody has read one. The part nobody has done is the part that decides whether any of it is achievable: finding out how many copies of an employee's passport your estate is holding, and which of them anyone can delete.

· 10 min read · Written by Faceela Research & Editorial Team

Somebody sends you a summary of the UAE's data protection law. It is accurate, it is two pages, and it lists obligations: a lawful basis for processing, rights for the individual, restrictions on moving data out of the country, security appropriate to the risk, a duty to report breaches.

You read it, and none of it is objectionable. Then you try to work out what to do on Monday, and the summary is silent — because every one of those obligations resolves into a question about your systems that nobody in the business can currently answer.

How many places hold a copy of an employee's passport? When a candidate who was not hired asks you to delete their data, which systems does that touch, and can anyone actually delete from all of them? Where does the CV attached to a WhatsApp message live? If personal data is leaving the country, which integration is doing it, and did anybody decide that?

The law is not the hard part. The hard part is that personal data in a mid-market company is scattered across more places than anybody has counted, and every obligation in the summary presumes a map that does not exist. This article is about producing that map, which is the only work that makes the rest of it possible. It is the same structural point that runs through everything a UAE regulator asks your systems to hold or reconstruct: the obligation is easy to state and expensive only because the record was never designed to answer it.

What is settled, and what to check yourself

The federal baseline is Federal Decree-Law No. 45 of 2021 on the Protection of Personal Data, in force since 2 January 2022. It establishes an integrated framework covering the confidentiality of personal information, sets requirements for cross-border transfer and sharing of personal data for processing, and gives the individual rights including correction of inaccurate data and restriction or cessation of processing. Implementation guidance and standards sit with the UAE Data Office.

Two cautions, and they matter more than any summary.

The federal law is a baseline, not the whole picture. Sector rules override it — health data is the clearest case, and financial institutions sit under separate Central Bank requirements. The two financial free zones operate their own data protection regimes entirely. So "which law applies to us" is a question with a real answer and it is not always the federal one, in the same way that where your data is permitted to be hosted is decided by your licence and your sector rather than by a preference.

And the executive detail is not something to take from an article. The official government page describing the law does not itself set out executive regulations, and secondary summaries of them disagree with each other. Verify the current position with counsel or with the UAE Data Office before treating any specific procedural obligation as settled or as dormant. Checked against the UAE Government's data protection page on 9 September 2026.

Nothing below depends on that detail. The systems work is the same regardless of how the procedural requirements land, which is exactly why it is worth starting now.

The map, and why it is longer than expected

The first deliverable is a data map: every place personal data sits, what kind, whose, why, for how long, and who can reach it. Not a diagram — a table, one row per location.

Start with the systems you would expect. The HR system holds employees. The ERP holds customer and supplier contacts, and in most UAE implementations it holds employees too, because payroll is in there. The CRM holds prospects. Payroll holds bank details. Access control holds names against door badges.

Then keep going, because the second half of the list is where the obligations actually break.

Document attachments. Passports, visas, Emirates ID copies, trade licences, driving licences, certificates of good conduct. These are attached to records in the ERP or HR system, and they are the most sensitive material in the estate. They are also the least indexed: a passport attached to an employee record is discoverable, and the same passport attached to a purchase requisition four years ago is not.

Email and file shares. The CV somebody forwarded to three colleagues. The salary spreadsheet exported for a board pack. The scanned contract in a folder called Old HR. This is the single largest holding of uncontrolled personal data in almost every company, and it is the one that no system-level control reaches.

Messaging. WhatsApp is not a fringe channel in the GCC; it is where a large part of the operational conversation happens, including approvals, and it carries attachments. A photograph of an ID card sent to a manager's personal phone is personal data your company is processing, on a device you do not control. This is the sharpest of several reasons to be moving the operational conversation out of chat and into a system — the audit trail argument and the data protection argument point the same way.

Backups. Every backup contains every deletion you have ever performed, until it rolls off. This is not a reason to avoid deletion, and it is a reason to know your retention period for backups and to be able to state it.

Copies held by suppliers. The recruitment agency, the payroll bureau, the PRO service, the visa typing centre, the insurance broker. Each is a processor holding your data, and the map is not complete without them.

Legacy systems nobody uses. The system you migrated off three years ago, still switched on because somebody might need history. It holds a full copy of everything as of its last day, it is patched by nobody, and it is almost always missing from the map.

The reason the map is the first deliverable rather than a policy is arithmetic. You cannot honour a deletion request against a location you have not listed. Every obligation is bounded by this table, and until it exists, a policy describing how you handle those obligations is a description of a company that does not exist.

Retention is where implementation actually fails

Of all the obligations, the one that reliably defeats a mid-market company is retention: holding personal data no longer than the purpose requires.

The reason is that nothing in a normal system deletes anything. An ERP has no concept of a record that should expire. Employees are archived, not removed. Documents are attached forever. The default behaviour of every system you own is to keep, and keeping has never cost anybody anything visible.

The competing obligation makes it worse rather than simpler. Commercial and tax law require you to retain records for defined periods, and those obligations do not disappear because a data subject would prefer them to. So the answer is never "delete on request"; it is a schedule that says, per data category, how long and on what basis — and it needs a lawyer's input once, after which it is a systems problem forever.

What makes it tractable is a distinction the summaries skip. Deleting a transaction is usually impossible and usually unnecessary. Deleting or redacting the personal data attached to it is often both possible and sufficient. An invoice must survive for tax purposes; the delivery driver's mobile number on it usually need not. A completed recruitment process leaves a record that a role was filled; it does not require the unsuccessful candidates' passports to still be in the folder.

That reframing is what turns an impossible obligation into a work item. It also means the unit of retention is the field and the attachment, not the record — which is a design conversation, not a legal one.

The practical starting point is narrower than a full programme: pick the two categories with the highest volume and the least justification for being kept. In most UAE companies those are unsuccessful job applicants and expired supplier or visitor identity documents. Write a period for each, implement the deletion, and prove it ran. Two categories genuinely handled beats twelve categories described.

Access: the control you probably have and cannot evidence

Personal data must be reachable only by those who need it. Most companies believe this is true of their systems, and most cannot demonstrate it, for a specific reason.

The demonstration requires knowing who can see what, and that requires roles that mean something. Where users have accumulated permissions over years, where a shared account exists for a shift, where three people know the finance login, the honest answer to "who could open this employee's passport scan" is we would have to check, and checking produces a list longer than anybody expected.

The evidential half is worse than the access half. A log showing a document was opened is worth nothing if the account that opened it is shared — the same collapse that makes an audit log whose only answer is admin unusable as evidence of anything. Named accounts are not a security nicety in this context; they are the difference between a control you can show a regulator and one you can only assert.

There is a useful shortcut. Rather than auditing every permission, pick the three most sensitive holdings — the passport attachments, the payroll figures, the medical or insurance records — and answer only for those. A precise answer about the three things that matter is more valuable than a survey of everything, and it is achievable in a week.

Cross-border, and the integration nobody decided

The law restricts moving personal data out of the country. The systems question is not whether you intend to; it is whether you already are, and the answer is frequently yes without a decision having been made.

Personal data leaves the country through more channels than the obvious one. Cloud hosting in another region. A backup replicated elsewhere. A support arrangement where an offshore team can read production. An integration that pushes contact records to a marketing platform. An AI feature inside a product you bought, calling a model hosted somewhere the vendor has not told you about — the specific gap that makes asking suppliers where the data actually goes a procurement question rather than a technical one.

The exercise is mechanical and short: list every outbound flow that carries personal data, name the destination country and the receiving company, and record what makes it permissible. Most of the list will be fine. The value is in the two entries nobody knew about, which are always there, and which are usually a support tunnel or a reporting connector switched on during an implementation and never revisited.

Subject requests are a rehearsal, not a policy

The obligation to correct, restrict or stop processing on request is easy to write a procedure for and hard to satisfy, and the gap only shows when one arrives.

So rehearse it once, with a real record. Take a former employee — the hardest case, because their data is in the most places — and walk the whole thing. Find every location from your map. Work out what must be kept and on what basis. Work out what can be removed. Attempt the removal. Time it.

The rehearsal produces three things a policy cannot: a real duration you can commit to, a list of systems where deletion turns out to be impossible without a developer, and the discovery that two locations were missing from your map. Every company that does this finds the third one.

Then write the procedure, informed by what actually happened. And give it an owner, on the same footing as everything else the organisation must do again on a cycle, because a data map with no review date is accurate for about a quarter.

The order of work

Six steps, and they are deliberately in this order.

  1. Determine which regime applies to you — federal, sector-specific, or free zone. This is a question for counsel and it changes everything downstream.
  2. Build the data map, including email, file shares, messaging, backups, suppliers and the legacy system nobody switched off.
  3. Write a retention schedule per category, reconciled against the commercial and tax retention you are separately obliged to.
  4. Implement retention on two categories, not twelve, and produce evidence that it ran.
  5. Answer the access question for the three most sensitive holdings, on named accounts.
  6. Rehearse one subject request end to end and let the result write your procedure.

Notice what is not on the list: buying software. There is a market in data protection tooling and it is useful to an organisation that has already done steps one to three. Bought before them, it produces an inventory of systems you already knew about and a dashboard reporting compliance with a policy you have not implemented.

The short version

The legal summary is not the work. The work is that personal data in a normal company sits in a dozen places nobody has listed, several of which are email, chat and a system that was switched off in name only.

Retention is where implementation fails, and it becomes tractable when you stop trying to delete transactions and start removing the personal data attached to them. Access becomes evidenceable only when accounts are named. Cross-border transfer is usually already happening through an integration or a support tunnel nobody decided on.

None of that is a legal question, which is why a legal summary cannot answer it, and why the first deliverable is a table rather than a policy. If the estate is large enough that nobody can produce that table from memory, mapping it is a standard part of an independent look at the systems — and the map is worth having even if the regulator never asks, because most of what it finds is a copy of something sensitive that nobody meant to keep.

Next step

Is this happening in your company?

If the article described your situation, the useful next move is a diagnosis rather than another article. Tell us the one thing that is not working.

Monday to Friday, 9:00 AM – 6:00 PM (GST)

Prefer we call you?

Leave your WhatsApp number and we will reach out.

We reply on WhatsApp first. Include your country code.

No newsletter, no reselling your number. We use it to reply to you — see our privacy policy.

WhatsApp us