๐Ÿ‡ฎ๐Ÿ‡ณ DPDP Act 2023๐Ÿ“‹ Data Privacy๐Ÿข India CompliancePhase 1 โ€” Basics

What Counts as Personal Data Under the DPDP Act?

Before you can build a DPDP compliance programme, you need to know what you are protecting. The Act's definition is deliberately broad โ€” if you are assuming only Aadhaar or medical records are in scope, you will have serious gaps. Here is the breakdown for your product and engineering teams.

CM
Chandrika Mulage
๐Ÿ” Security Engineer, SecComply Technologiesยท๐Ÿ“– 6 min read
๐Ÿ“… April 2026ยท๐Ÿข SecComply
What counts as personal data DPDP Act India definition

The key phrase in the DPDP Act's definition: 'identifiable by or in relation to'. Personal data does not need to identify someone on its own โ€” it is in scope if it can identify someone when combined with other data you hold.

Personal Data Under the DPDP Act โ€” In Scope vs Out of Scopeโœ“ IN SCOPE โ€” PERSONAL DATAIdentity:Name, DOB, Aadhaar, PAN, PassportContact:Email, phone, address, IP addressFinancial:Bank details, card numbers, UPI IDsHealth:Medical records, prescriptions, fitnessBiometric:Fingerprints, facial data, iris scansBehavioural:Browsing history, purchase patternsLocation:GPS coordinates, location historyEmployment:Salary, performance, leave recordsEverything above = compliance obligations applyโœ— OUT OF SCOPEAnonymised:Truly anonymised data โ€”genuinely irreversibleCompany Data:CIN, GST number, companyname (legal entity, not individual)Aggregate Stats:"60% of users from Maharashtra"โ€” no individual identifiedOnly truly irreversible anonymisation qualifiesPseudonymisation is explicitly IN SCOPE
๐Ÿ“š DPDP Act SeriesPhase 1 โ€” Basics

Before you can build a DPDP compliance programme, you need to know what you are protecting. The Act's definition is deliberately broad โ€” if you are assuming only Aadhaar numbers or medical records are in scope, you are going to have serious gaps. Here is the breakdown your product and engineering teams need โ€” including the grey zones where most companies get it wrong.

What Is In Scope vs Out of Scope

โœ“ IN SCOPE โ€” Personal Data

  • Identity: Name, DOB, Aadhaar, PAN, Passport
  • Contact: Email, phone, address, IP address
  • Financial: Bank details, card numbers, UPI IDs
  • Health: Medical records, prescriptions, fitness data
  • Biometric: Fingerprints, facial data, iris scans
  • Behavioural: Browsing history, purchase patterns
  • Location: GPS coordinates, location history
  • Employment: Salary, performance reviews, leave records

โœ— OUT OF SCOPE

  • Truly anonymised data (genuinely irreversible)
  • Company data: CIN, GST number, company name
  • Aggregate stats: "60% users from Maharashtra"

The Grey Zones โ€” Where Your Team Gets Confused

Data TypeThe QuestionThe Answer
Device IDs / IMEIsNot a name โ€” can it identify someone?Yes, when linked to a user account
IP AddressesJust a number โ€” personal data?Yes, in most contexts โ€” treat as in scope
Pseudonymised dataWe replaced names with user IDsStill in scope โ€” you hold the lookup key
ML / inferred dataCredit scores, predicted health risk we generatedIn scope if linked to an identifiable individual
Photos / videosProfile pics, CCTV, call recordingsIn scope if individuals are identifiable
Work email addressesIt is a company email, not personalStill personal data โ€” identifies a natural person
โš ๏ธ
Pseudonymisation vs Anonymisation โ€” The Most Common Mistake

Replacing names with user IDs in analytics while keeping the reverse-lookup table in your database is pseudonymisation, not anonymisation. It remains fully in scope under the DPDP Act. True anonymisation requires that re-identification is not reasonably possible using any data you hold โ€” a much higher bar than most teams assume.

What Your Product Team Should Do Now

#ActionWhat It Catches
1Run a field-by-field data inventory for your productHidden data collection you forgot about
2Audit your analytics stack โ€” Mixpanel, Amplitude, Google AnalyticsVendor tools processing personal data without DPAs
3Check what vendors collect independently (client-side)Identifiers grabbed without explicit configuration
4Apply data minimisation โ€” delete fields with no clear purpose"Just in case" fields are compliance liability

Once you have a full inventory of your personal data, the next step is understanding who the obligations sit with โ€” that is a question of your role under the DPDP Act. And for the consent architecture that must sit on top of this inventory, read our guide on consent under the DPDP Act.

Ready to Build DPDP Compliance?

SecComply delivers structured DPDP compliance programmes for Indian startups and enterprises โ€” from gap assessment to audit-ready documentation.

Frequently Asked Questions

Is a work email address personal data?โ–พ

Yes. sanil@company.in identifies a specific individual and is personal data under the DPDP Act. The fact that it is professional or issued by an employer does not matter โ€” it still relates to an identifiable natural person. Work emails processed by your HR system, CRM, or email marketing tools are all in scope.

We use randomised user IDs in analytics. Is that still personal data?โ–พ

Yes. If you can link that ID back to an individual โ€” which you almost certainly can since it is tied to a user account โ€” it is personal data. This is pseudonymisation, not anonymisation. The test under the DPDP Act is what is possible using all data you hold, not whether the ID is identifiable in isolation.

What about employee data โ€” we were not thinking about that?โ–พ

Most companies focus on customer data and forget HR. Salary, attendance, performance reviews, health information, payroll bank details โ€” all in scope. HR systems, payroll software, and background verification vendors all need to be in your compliance inventory. Employee data is one of the most commonly overlooked areas of DPDP scope.

Are IP addresses really personal data under the DPDP Act?โ–พ

In most practical contexts, yes. An IP address can identify a specific individual when combined with other information โ€” browsing logs, account activity, geolocation. The DPDP Act's 'identifiable by or in relation to' standard treats IP addresses as personal data in the vast majority of commercial processing scenarios. Treat them as in scope unless you can demonstrate genuine non-identifiability.

What about ML-inferred data like credit scores we generate ourselves?โ–พ

Inferred or derived data โ€” credit scores, predicted health risk, churn probability โ€” is personal data if it is linked to an identifiable individual. It does not matter that you generated it rather than collected it. Under the DPDP Act, you hold it, you are the Data Fiduciary for it, and all obligations (including access, correction, and erasure rights) apply.