Skip to content
Vol. 1 · Ed. 2026
CyberGlossary
Entry № 280

Data Minimization

What is Data Minimization?

Data MinimizationA privacy principle requiring organizations to collect, process, and retain only the personal data that is strictly necessary for a defined, lawful purpose.


Data minimization, codified in GDPR Article 5(1)(c) and echoed in the OECD Privacy Guidelines, means limiting the volume, granularity, and lifespan of personal data to what is adequate, relevant, and necessary for a specified purpose. Teams operationalize the principle by challenging each data field at design time, redacting unneeded attributes, avoiding free-text capture, sampling instead of storing full logs, and applying short retention windows. It complements purpose limitation and storage limitation and reduces breach impact, DSAR scope, and regulatory exposure. Combined with pseudonymization, masking, and aggregation, minimization is one of the most cost-effective privacy controls available to engineering and analytics teams.

Examples

  1. 01

    A signup form removing the "date of birth" field because age is only needed as a 18+ boolean.

  2. 02

    Truncating IP addresses in web analytics to the first three octets to reduce identifiability.

Frequently asked questions

What is Data Minimization?

A privacy principle requiring organizations to collect, process, and retain only the personal data that is strictly necessary for a defined, lawful purpose. It belongs to the Privacy & Data Protection category of cybersecurity.

What does Data Minimization mean?

A privacy principle requiring organizations to collect, process, and retain only the personal data that is strictly necessary for a defined, lawful purpose.

How does Data Minimization work?

Data minimization, codified in GDPR Article 5(1)(c) and echoed in the OECD Privacy Guidelines, means limiting the volume, granularity, and lifespan of personal data to what is adequate, relevant, and necessary for a specified purpose. Teams operationalize the principle by challenging each data field at design time, redacting unneeded attributes, avoiding free-text capture, sampling instead of storing full logs, and applying short retention windows. It complements purpose limitation and storage limitation and reduces breach impact, DSAR scope, and regulatory exposure. Combined with pseudonymization, masking, and aggregation, minimization is one of the most cost-effective privacy controls available to engineering and analytics teams.

How do you defend against Data Minimization?

Defences for Data Minimization typically combine technical controls and operational practices, as detailed in the full definition above.

What are other names for Data Minimization?

Common alternative names include: Minimal Data Collection, Need-to-Know Data.

Related terms

See also