Data Anonymization Myths
The Dataset Was Anonymized. 87% of Records Were Re-Identified in Two Weeks.
9 min read · 4 September 2026 · Privacy
In 2019, researchers published a study demonstrating that a dataset of anonymized credit card transaction records , from which names, account numbers, and direct identifiers had been removed , could be re-identified with 90% accuracy using only four pieces of auxiliary information that could be obtained from social media and public records. The auxiliary information required , approximate location, shopping category patterns, and rough timing of two or three transactions , was the kind of information that a motivated researcher, a data broker, or an adversary with access to complementary datasets could assemble readily. The dataset had been lawfully shared as anonymized data. The individuals in it were identifiable to anyone with the time and complementary data to attempt re-identification. The anonymization had been applied correctly by the standards of the time. The threat model that made it insufficient was the proliferation of auxiliary data sources that made re-identification progressively easier.
What are Data Anonymization Myths, Really?
Data anonymization is the process of transforming personal data in a way that irreversibly prevents the identification of the individuals to whom it relates , removing or altering identifying information such that re-identification is not reasonably possible using means likely to be available to a potential adversary. When genuine anonymization is achieved, the resulting dataset falls outside the scope of data protection regulations , it is no longer personal data and does not carry the processing restrictions, data subject rights obligations, and security requirements that personal data entails. The appeal of anonymization as a data governance strategy is therefore significant: it enables data to be shared, analyzed, and retained beyond normal retention periods without the full weight of data protection compliance.
The myth is that removing direct identifiers constitutes anonymization. The most common anonymization approach , removing names, account numbers, national identity numbers, and other explicitly identifying fields , is more accurately described as pseudonymization or de-identification rather than anonymization. Pseudonymized data retains attributes that can be linked back to individuals when combined with auxiliary information, even in the absence of direct identifiers. Transaction patterns, behavioral sequences, geographic movement patterns, and combinations of demographic attributes can be sufficiently unique to enable re-identification from datasets where direct identifiers have been removed. The GDPR specifically distinguishes pseudonymous data , which can be re-attributed to an individual with additional information , from genuinely anonymous data, which cannot.
The temporal dimension of anonymization risk is underappreciated and increasingly significant. A dataset that was practically anonymous in 2015 , when the auxiliary data sources available for re-identification were limited , may be practically identifiable in 2024, when social media profiles, location data, commercial data brokers, and machine learning re-identification techniques have dramatically expanded the information available to a motivated adversary. Anonymization is not a permanent state applied to data at a point in time , it is a probabilistic assessment of re-identification risk that must be evaluated against the evolving landscape of auxiliary data and re-identification methods. Data shared as anonymous five years ago under a reasonable threat model may require reassessment today under a substantially different one.
Data anonymization myths cluster around five specific misunderstandings:
- Direct identifier removal treated as anonymization , removing names and account numbers while retaining behavioral, geographic, and demographic attributes that enable re-identification through auxiliary data linkage
- k-anonymity as sufficient protection , applying k-anonymity (ensuring each record is indistinguishable from at least k-1 others) without addressing l-diversity and t-closeness attacks that can defeat k-anonymity in practice
- Static anonymization in a dynamic auxiliary data environment , treating anonymization as a permanent property without reassessing re-identification risk as auxiliary data sources expand
- Anonymization applied to high-dimensional datasets , data with many attributes per individual is significantly harder to anonymize effectively because unique attribute combinations are more numerous
- Differential privacy confused with anonymization , differential privacy provides mathematical guarantees about query-level privacy but does not produce anonymized records; individual records in a differential privacy system may still be identifiable
Why this matters
Data anonymization matters for TPRM because it is frequently used as a mechanism to reduce the governance burden on data shared with analytics, research, and AI/ML vendors , the argument being that anonymized data is not personal data and therefore does not require the same access controls, DPA provisions, and security requirements as identifiable data. When the anonymization is genuine, this argument is sound and the governance reduction is appropriate. When the anonymization is de-identification that can be reversed through auxiliary data linkage, the governance reduction creates a false sense of compliance while leaving individuals' data practically identifiable in a vendor's environment with reduced protections.
Regulatory enforcement has reflected this risk. The Irish DPC's investigation into a health analytics company found that datasets described as anonymized contained sufficient quasi-identifying information , age, diagnosis code, geographic region, treatment timing , that re-identification was feasible using publicly available health records and demographic data. The regulatory determination was that the data remained personal data despite the removal of direct identifiers, and the reduced governance applied to 'anonymized' data was inadequate. For TPRM practitioners, the implication is that claims of anonymization by data analytics and research vendors must be evaluated against a technical standard rather than accepted on the basis of direct identifier removal.
The AI/ML vendor dimension is particularly significant. Vendors who receive 'anonymized' training data for machine learning models may inadvertently embed identifiable information in model weights , a phenomenon known as model memorization , that enables extraction of individual training records through carefully crafted queries. The model itself becomes a re-identification mechanism. For TPRM practitioners assessing vendors who use customer data for AI/ML training, the anonymization claim requires evaluation not just at the point of data sharing but in terms of what information the resulting models may encode.
Where most teams get this wrong
The most consistent failure is accepting anonymization claims without asking about the technical approach and re-identification risk assessment. A vendor who confirms that data has been 'anonymized' may have removed direct identifiers, applied k-anonymity with a minimum k value that is insufficient for the dataset's attribute richness, or performed no formal re-identification risk assessment at all. The claim 'this data is anonymized' describes a conclusion without providing the technical basis for the conclusion.
The second failure is not distinguishing between pseudonymization and anonymization in vendor data sharing contexts. Most data de-identification processes produce pseudonymized data , data that can be re-attributed to individuals with additional information , rather than genuinely anonymous data. Accepting pseudonymized data as anonymous eliminates data protection obligations that continue to apply, and applies governance appropriate for data that cannot be re-identified to data that can.
- Accepting anonymization claims without technical basis , what technique was applied, what re-identification risk was assessed
- Pseudonymization treated as anonymization , direct identifier removal as equivalent to genuine anonymization
- No reassessment of anonymization over time , data anonymized years ago not reassessed against current re-identification capabilities
- k-anonymity without l-diversity or t-closeness , k-anonymity applied without addressing the attacks that defeat it
- Model memorization risk not assessed , AI/ML vendors using 'anonymized' training data without assessment of re-identification through model outputs
What good looks like
Mature data anonymization programs apply formal privacy-preserving techniques , differential privacy, k-anonymity with l-diversity, generalization hierarchies appropriate to the dataset's dimensionality , and conduct formal re-identification risk assessments that evaluate the effectiveness of the anonymization against the auxiliary data sources available in the current threat environment. Anonymization claims are supported by technical documentation rather than asserted on the basis of direct identifier removal.
- Formal re-identification risk assessment , structured evaluation of re-identification probability using realistic auxiliary data sources, not just direct identifier removal
- Appropriate k-anonymity parameters with l-diversity , anonymization technique calibrated to dataset dimensionality and sensitivity
- Differential privacy for aggregate query results , mathematical privacy guarantees for query outputs where individual records are not released
- Periodic reassessment of anonymization effectiveness , re-identification risk evaluated against current auxiliary data landscape, not just at initial application
- Synthetic data for highest-sensitivity analytics use cases , generated data with statistical properties of original data, providing no re-identification pathway
Tooling
Evaluating and implementing genuine anonymization requires tools that apply formal privacy techniques and assess re-identification risk systematically.
Differential Privacy , Apple DP Libraries, Google DP Library, OpenDP
Differential privacy frameworks provide mathematically rigorous privacy guarantees for query-based analytics , adding calibrated noise to query results such that individual record presence cannot be determined from query outputs. Apple and Google have both open-sourced differential privacy libraries that enable application of differential privacy in analytics systems. For TPRM practitioners, asking whether a vendor uses differential privacy for analytics results involving customer data provides a specific technique question that distinguishes formal privacy guarantees from informal anonymization.
Synthetic Data Generation , Tonic.ai, Gretel.ai, Mostly AI
Synthetic data platforms generate statistically representative datasets that contain no actual records from the source data , eliminating re-identification risk entirely while preserving analytical utility. For analytics and ML training use cases, synthetic data represents the strongest available anonymization approach because it creates no link to original individuals. For TPRM practitioners, asking whether the vendor can use synthetic data for the analytics or training purpose they are performing surfaces whether genuine anonymization alternatives to de-identification exist for the use case.
Re-identification Risk Assessment , ARX Data Anonymization Tool, sdcMicro
Formal re-identification risk assessment tools evaluate anonymized datasets against defined threat models , calculating re-identification probability given realistic auxiliary data assumptions. ARX provides a comprehensive open-source platform for applying and evaluating anonymization techniques. For TPRM practitioners, asking whether a vendor used formal re-identification risk assessment tools to evaluate their anonymization claims surfaces whether the anonymization was technically validated or informally asserted.
Governance challenges
The governance challenge with anonymization is the expertise requirement. Genuine anonymization requires understanding of privacy-preserving techniques, re-identification attack methods, and the specific characteristics of the dataset being anonymized , its dimensionality, attribute distributions, and the auxiliary data sources available. These are specialized skills that most data teams do not have. The result is that 'anonymization' is frequently performed by data engineers applying de-identification techniques familiar to them , removing names and IDs , without the statistical and privacy expertise to assess whether what remains is genuinely anonymous.
For TPRM programs, the practical governance approach is to treat anonymization claims for high-sensitivity data as requiring technical substantiation , asking vendors to describe the technique used, the re-identification risk assessment conducted, and whether formal privacy-preserving tools were applied. For the highest-risk data sharing relationships, requiring independent re-identification risk assessment provides assurance that goes beyond the vendor's self-assessment.
- Require technical basis for anonymization claims , technique used, re-identification risk assessment conducted, tools applied
- Distinguish pseudonymization from anonymization , data with quasi-identifiers removed but behavioral attributes retained is pseudonymous, not anonymous
- Assess anonymization effectiveness for high-dimensional datasets , datasets with many attributes per individual are harder to genuinely anonymize
- Consider synthetic data for analytics use cases , highest assurance anonymization approach for use cases where original data is not required
- Reassess anonymization periodically , re-identification risk evaluation repeated as auxiliary data landscape evolves
If you are a small team
Replace the anonymization confirmation question with a technical substantiation question: when you describe data as anonymized, what specific technique was applied, what re-identification risk assessment was conducted, and was the assessment performed against the auxiliary data sources currently available , not just at the time of initial anonymization? That question immediately surfaces whether the anonymization is technically validated or informally asserted, and for any vendor whose answer is informal assertion, requires a formal re-identification risk assessment before treating the data as genuinely anonymous for governance purposes.
- Replace anonymization confirmation with technical substantiation questions
- Ask specifically whether re-identification risk was assessed against current auxiliary data sources
- For AI/ML vendors, ask about model memorization risk and what mitigation was applied
- Consider requiring synthetic data for analytics and ML training use cases where original data is not needed
What to require
Ask directly:
"When you describe data you receive from us as anonymized, what specific technique was applied , and was a formal re-identification risk assessment conducted using realistic auxiliary data sources available today, not just direct identifier removal?"
"Has the anonymization effectiveness been periodically reassessed as auxiliary data sources have expanded , specifically, has re-identification risk been evaluated against data broker datasets, social media profiles, and public records available today?"
"For AI/ML use cases, have you assessed model memorization risk , the possibility that individual training records could be extracted from model outputs , and what mitigation was applied to address that re-identification pathway?"
Expect as evidence
- Anonymization technique documentation , specific method applied, not just 'identifiers removed'
- Re-identification risk assessment using formal tools and realistic auxiliary data assumptions
- Periodic reassessment confirmation for data anonymized more than 12 months ago
- Model memorization risk assessment for AI/ML training data use cases
A vendor who responds to the anonymization technique question with 'we removed names and account numbers' has described direct identifier removal. Ask whether a formal re-identification risk assessment was conducted against the attribute combinations that remain. The direct identifiers are gone. The question is whether what remains is still identifying in combination with auxiliary data that anyone with a laptop and a data broker subscription can access.
How to evidence it
GDPR Recital 26's anonymization standard requires that re-identification is not reasonably possible, evaluated against realistic means. Regulatory enforcement has confirmed that direct identifier removal does not satisfy this standard for datasets with rich quasi-identifying attributes. Demonstrating due diligence requires evidence that anonymization effectiveness was technically assessed, not just asserted.
- Anonymization technique documentation for datasets shared as anonymous
- Re-identification risk assessment evidence , formal tool output or third-party assessment
- Periodic reassessment records for datasets shared more than 12 months ago
- Synthetic data use confirmation for AI/ML training use cases where applicable
Key Takeaway
Anonymization is not what you removed. It is what remains and whether what remains can be linked back to an individual using data sources that exist today. The transaction dataset with names removed is anonymous until someone combines it with location data, shopping patterns, and the timing of a few distinctive purchases. The medical dataset with patient IDs removed is anonymous until someone cross-references it with insurance records and demographic data. The anonymization that was genuine in 2015 may be inadequate in 2024 because the auxiliary data landscape has transformed what re-identification requires. Accepting anonymization claims without asking about the technical approach, the re-identification risk assessment, and whether it has been evaluated against today's auxiliary data environment is accepting a privacy guarantee that may have expired.
Speak to It™
The term you nodded along to, explained in ninety seconds, so you can speak to it professionally. It is how most readers find these articles.
Join the Association