De-Identification vs Anonymization Under Canadian Privacy Law
Plenty of teams toss around 'anonymized' and 'de-identified' as if they're the same word. Under Canadian law — Quebec's Law 25 especially — they're not, and the gap bites hardest when you're prepping data to train AI.
De-identified data has had its direct identifiers stripped out, but it can still be traced back to a person — so under Canadian law it's still personal information. Anonymized data has been transformed for good, to the point where re-identification is no longer reasonably possible. That's a much higher bar, especially under Quebec's Law 25. Mixing the two up is a common mistake, and an expensive one, above all when you're getting data ready to train AI.
Why Aren't "Anonymized" and "De-Identified" Synonyms?
In everyday talk, "anonymized" and "de-identified" get swapped around freely. In Canadian privacy law they mean genuinely different things, and treating them as the same is one of the most common — and most consequential — mistakes teams make once they start pushing data into AI systems. The distinction decides whether privacy law still touches your dataset at all.
Here's the short version. De-identified data has had its direct identifiers removed or masked, but it can still, in principle, be linked back to a person. Anonymized data has been transformed irreversibly, so re-identification is no longer reasonably possible. De-identification lowers the risk; anonymization is meant to wipe out the legal category of "personal information" entirely. And because that second claim is so much stronger, the bar for actually meeting it sits much higher.
| De-identified | Anonymized | |
|---|---|---|
| Direct identifiers | Removed or masked | Removed |
| Re-identification possible? | Yes, in principle | No, not reasonably |
| Still "personal information"? | Yes | No |
| Privacy law still applies? | Yes | No |
| Bar to meet | Moderate | High (documented assessment) |
What De-Identification Actually Is
De-identification is the workhorse of day-to-day privacy protection. You take a dataset and pull out or transform the fields that point straight at someone — name, health card number, email, exact address — usually swapping in a pseudonym or a token. The result is safer to work with and to pass around internally.
But here's the catch that trips people up: de-identified data is still personal information under Canadian law. It can often be re-identified once you combine it with something else. A classic finding in the privacy literature is that a surprisingly large slice of the population can be pinned down uniquely from just a few data points — for a lot of people, postal code, birthdate, and sex are enough. Take a health record from Prince Edward Island, strip the name, and keep the rare diagnosis, the tiny community, and the age, and you may have peeled off the label without touching the identifiability underneath.
Because de-identified data is still personal information, your PIPEDA and Law 25 duties keep applying: purpose limits, safeguards, retention rules, and — this one matters most — the ban on using it beyond what people actually consented to. Figuring out which datasets still count starts with a proper PIPEDA assessment and clear data discovery. De-identification is a genuinely useful safeguard. It is not a door out of privacy law.
Why Anonymization Sets a High Bar
Anonymization is the finish line where data stops being personal information and the obligations fall away. And precisely because the prize is so big, the standard is demanding.
Quebec's Law 25 is the sharpest example we have in Canada. It treats anonymized information as information that no longer lets a person be identified, directly or indirectly — and it asks that this be judged against generally accepted best practices, with the transformation being, in effect, irreversible. Put bluntly, "we deleted the names" doesn't clear the bar. You need a defensible, documented process showing that re-identification isn't reasonably foreseeable, weighing both the data itself and whatever else could plausibly be combined with it.
PIPEDA doesn't use the same statutory wording, but the underlying logic runs parallel: information only stops being personal information when a person can no longer be identified from it, alone or alongside other available information. If a realistic path back to a name exists, you're still holding personal information — whatever label you slapped on the file.
So the practical upshot is this. Anonymization isn't a checkbox you tick by running a script. It's a risk assessment. It weighs the transformation you applied against the motivated-intruder scenario — what could a determined party plausibly link this data to? — and it should be written down so you can defend the claim later. Plenty of teams who are sure they've "anonymized" data have really only de-identified it, and that legal gap is the whole ballgame.
The AI Training Data Problem
This is where the distinction stops being academic. More and more, organizations want to put their own data — support transcripts, customer records, clinical notes — to work training, fine-tuning, or grounding AI systems. The instinct is sound: don't shovel raw personal information into a model. But the plan usually rests on a shaky line: "we anonymized it first."
Two risks make this harder than it looks. First, free text resists anonymization. A support chat or a clinical note is full of incidental identifiers — someone mentions their employer, their neighbourhood, a specific incident with a date attached. Stripping structured fields does nothing about any of that, and those details can re-identify a person as surely as a name would. Second, models memorize. Large models have been caught regurgitating rare training examples word for word, which means a fragment of personal information in the training set can resurface in an output months later, in front of a completely different user.
Guidance that holds up in practice:
- Assume text is not anonymized just because names were removed. Treat de-identified free text as personal information and keep it inside your consent and safeguard boundaries.
- Do a re-identification risk assessment before calling anything anonymized — and document it. Consider what could realistically be combined with your data, not just what's in it.
- Prefer minimization and purpose alignment over relabeling. If your consent doesn't cover using customer data to train AI, anonymization that doesn't truly meet the bar won't rescue the plan; genuinely anonymized data will.
- Consider synthetic or aggregated data for cases where you need patterns, not individuals.
- Contract and log carefully when a third-party model is involved, so you know whether your data could be retained or used for further training.
Getting the Vocabulary Right Is Part of the Work
A lot of privacy risk hides in loose language. When someone says "it's anonymized, so we're fine," the useful follow-up is: anonymized to what standard, assessed how, and documented where? If the honest answer is "we took out the obvious identifiers," then it's de-identified — still useful, still personal information, still bound by your obligations. Naming it correctly changes what you're allowed to do with it, which is the whole point.
This article is general information, not legal advice; whether a given dataset qualifies as anonymized under PIPEDA or Law 25 turns on the specific data and context, and it's worth confirming with a professional.
Canuckt built Valdra to keep these distinctions visible where they matter — tracking which datasets feed which AI systems, whether they hold personal information, and what transformation was actually applied. The tooling helps you dodge the quiet mislabeling that turns a reasonable plan into a compliance gap.
Frequently asked questions
What is the difference between de-identification and anonymization?+
De-identification strips or masks direct identifiers, but the data can still be linked back to a person, so it stays personal information. Anonymization transforms data irreversibly, so re-identification is no longer reasonably possible — which takes it outside privacy law altogether. Anonymization is a far higher bar, and a documented one.
Is de-identified data still personal information under Canadian law?+
Yes. Because de-identified data can often be re-identified once you combine it with other information, it's still personal information under PIPEDA and Quebec's Law 25. Your purpose limits, safeguards, retention rules, and consent obligations all keep applying to it.
How high is the anonymization bar under Law 25?+
Very high. Law 25 treats anonymized information as information that no longer lets a person be identified, directly or indirectly, judged against generally accepted best practices, with the transformation effectively irreversible. Deleting names doesn't clear it — you need a documented re-identification risk assessment behind the claim.
Can I use anonymized data to train AI without consent?+
Genuinely anonymized data isn't personal information anymore, so the consent rules don't reach it. The catch: a lot of what teams call "anonymized" is only de-identified — free text especially — and still needs consent and safeguards. Confirm the anonymization claim before you lean on it.
Why is free text hard to anonymize for AI?+
Free text like support chats or clinical notes is packed with incidental identifiers — an employer, a neighbourhood, a dated incident — that stripping structured fields never touches. Models can also memorize and later spit back rare training examples, so a fragment of personal information can resurface inside an output months later.
AI governance and privacy compliance, simplified.
Valdra helps Canadian companies govern AI and meet PIPEDA and Law 25 — hosted in Canada.
Explore Valdra