Inori
FeaturesToolsPricing
Learn
GuidesStep-by-step tutorials and walkthroughs
GlossaryInsurance and compliance terminology
CompareSee how Inori compares to alternatives
Support
Help CenterFind answers and get support
ChangelogLatest updates and improvements
DemoSee Inori in action
Legal
PrivacyHow we handle your data
TermsTerms of service and usage
Blog
Sign InStart Free

Product

  • Features
  • Pricing
  • Tools
  • Demo

Resources

  • Help Center
  • Guides
  • Glossary
  • Compare

Company

  • About
  • Blog
  • Changelog
  • Contact

Legal

  • Privacy
  • Terms
  • DPA
  • Security

© 2026 Inori Inc.

  1. Home
  2. /Glossary
  3. /Sensitive Personal Information (SPI)

Sensitive Personal Information (SPI)

Categories of personal data that receive heightened protection under state privacy laws — including race, health, biometric, genetic, precise geolocation, sexual orientation, immigration status, and children's data — typically requiring opt-in consent.

Overview

Sensitive Personal Information (SPI) — also called "sensitive data" or "sensitive personal data" depending on the statute — is the subset of personal information that US privacy laws treat as higher-risk. Its processing generally requires either affirmative opt-in consent (19 states) or a consumer's affirmative right to limit use (California, which opted for an opt-out model instead).

The category exists because certain kinds of information, once exposed or misused, cause harms that are qualitatively different from ordinary PII: discrimination, loss of liberty, denial of medical care, damage to family relationships. SPI therefore triggers an elevated stack of obligations — opt-in consent, mandatory DPIAs, restricted retention, and in some cases outright prohibitions on sale.

When It Applies

SPI rules engage any time a controller collects, infers, or discloses data in one of the enumerated categories. The consequences:

  • Processing cannot begin (in opt-in states) until the consumer has given explicit affirmative consent separate from any bundled ToS acceptance
  • A DPIA is effectively mandatory (see DPIA)
  • Retention periods must be tied to the specific purpose — indefinite retention is unlikely to be defensible
  • In California, the consumer has a standalone "Right to Limit Use and Disclosure of Sensitive Personal Information"
  • Breach notification thresholds are lower; some states require notice for any unauthorized exposure of SPI regardless of volume

Variations Across Jurisdictions

The categories are broadly consistent across state laws, with a few notable expansions. From docs/privacy-knowledge/consolidated/DATA_CLASSIFICATION.md Table 2:

CategoryCAVA/CO/CT/19 othersNotes
Racial or ethnic origin (D10)SensitiveSensitiveUniversal
Religious beliefs (D11)SensitiveSensitiveUniversal
Health data (D04)SensitiveSensitiveWA MHMDA and CA CHDPA add sectoral overlays
Reproductive health (D05)SensitiveSensitiveHeightened scrutiny post-Dobbs
Biometric data (D06)SensitiveSensitiveIL BIPA, TX CUBI, WA HB 1493 add sectoral obligations
Genetic data (D07)SensitiveSensitiveUniversal
Neural data (D08)StandardSensitive in CO and MN onlyEmerging category
Precise geolocation (D09)SensitiveSensitive; PROHIBITED SALE in OregonUsually defined as within 1,750 ft or 1,850 ft radius
Sexual orientation / gender identity (D12)SensitiveSensitive; Oregon explicitly lists transgender status—
Immigration status (D13)SensitiveSensitiveUniversal
Children under 13 (D14)SensitiveSensitiveCOPPA overlay applies federally
Teens 13-17 (D15)StandardSensitive for 13-16 in CT and OR 2026 emendasExpanding rapidly
Login credentials (D03)SensitiveStandardCalifornia is the outlier

California (CCPA/CPRA) is unique in applying an opt-out model — processing is permitted by default, but the consumer can exercise the Right to Limit at any time. The 19 other comprehensive states require affirmative opt-in before processing begins.

Oregon treats precise geolocation as PROHIBITED SALE — it may be processed with opt-in but never sold regardless of consent.

Maryland (MODPA) applies a stricter data-minimization-first layer: even with consent, SPI collection is limited to what is strictly necessary for the service the consumer requested.

How Inori Handles This

Inori's data surface includes limited SPI exposure — primarily (i) government identifiers that may appear in insurance documents and (ii) precise addresses in commercial-real-estate records.

Grounding in code:

  • Classification at ingest — src/lib/privacy/data-classification.ts tags fields per the D01-D21 taxonomy from docs/privacy-knowledge/consolidated/DATA_CLASSIFICATION.md.
  • Opt-in gates — notification_preferences.analytics_opt_out plus explicit consent modals (src/components/consent/) capture opt-in for any SPI-adjacent processing before it occurs.
  • GPC respect — middleware.ts:respectGpc honors Sec-GPC: 1 and applies it to the Right to Limit in California.
  • Retention — SPI fields inherit per-purpose TTLs enforced by src/app/api/cron/hard-purge-deleted-accounts and documented in the privacy notice v1.2.
  • Breach routing — the incident playbook treats any SPI exposure as triggering the strictest state threshold in Matrix 6 of COMPLIANCE_MATRIX.md.

Related Concepts

SPI processing almost always requires a DPIA. The opt-out right for profiling based on SPI is described at Profiling Opt-out. California's framework is the outlier — see CCPA/CPRA for the Right to Limit.

See how Inori handles sensitive personal information (spi)

Try our free COI checker first, or start a free trial of the full platform.

Free COI CheckerStart Free Trial

Related Terms

Data Protection Impact Assessment (DPIA)

A documented risk analysis required before processing activities that present a heightened risk to consumers — such as profiling, targeted advertising, sale of personal data, or processing of sensitive categories.

Right to Opt Out of Profiling

A consumer right recognized by 18 of the 20 comprehensive US state privacy laws to decline being subject to automated decision-making that produces legal or similarly significant effects — such as denial of credit, housing, insurance, or employment.

CCPA / CPRA (California Consumer Privacy Act / California Privacy Rights Act)

California's comprehensive consumer privacy laws giving residents the right to know, delete, correct, and opt out of the sale or sharing of their personal information. CPRA amended and expanded CCPA effective January 1, 2023.

Virginia Consumer Data Protection Act (VCDPA)

Virginia's comprehensive consumer privacy law — the second state law after CCPA — granting residents rights to access, correct, delete, and opt out of data sales. Served as the template for most subsequent state laws.

Colorado Privacy Act (CPA)

Colorado's comprehensive privacy law — the third state after California and Virginia — notable for being the first to formally approve Global Privacy Control as a Universal Opt-Out Mechanism and for pairing with the Colorado AI Act.