What is PII?

short answer

PII is any information that can identify a specific person, either on its own or when combined with other data. Direct identifiers like a name, email address, phone number, or Social Security number are obvious PII. But so are indirect identifiers — an IP address, a device ID, or a ZIP code plus a birth date — because they can be combined to single someone out. There is no single legal definition: US regulators, state laws, and the GDPR each draw the line slightly differently.

The definition depends on who is asking

There is no one definition of PII, which is the first thing that trips people up. Three different frameworks draw three different lines:

If you operate across jurisdictions, assume the broadest definition applies. Designing to the narrowest one is how organizations discover, during an incident, that the data they did not classify as PII was PII somewhere.

Direct and indirect identifiers

Direct identifiers point at one person on their own:

Indirect identifiers identify someone in combination:

That last one deserves emphasis. Research has repeatedly shown that a small combination of non-obvious fields can uniquely identify a large share of a population. “We only collect ZIP code and date of birth” is not the safe statement it sounds like.

Why the boundary matters commercially

Classification determines obligation. Once data is PII:

The practical failure mode is not misunderstanding the definition. It is holding data you never inventoried, then being unable to answer a request about it because nobody knows where it lives.

What a reasonable practice looks like

  1. Inventory it. You cannot protect or delete what you have not mapped.
  2. Collect less. Every field you do not collect is one you never have to secure, disclose, or delete. See data minimization.
  3. Separate identifiers from the rest. Encryption and access control are easier when identifying fields are isolated.
  4. Know your basis. For each field, be able to say why you have it and what the person was told when you got it.

For consumers

You have more rights over PII than most people use. Depending on where you live, you can ask a company what it holds about you, ask for it to be deleted, and ask it to stop selling or sharing it. The mechanism is a data subject access request, and it is usually a form or an email — not a legal proceeding.

people also ask this as

keep reading

Last updated August 2026. This is general information, not legal advice — privacy law changes often and turns on specifics. For your own situation, talk to counsel.