Data Governance & Management March 14, 2026 · 14 min read

Netflix Privacy Policy Teardown: What 325 Million Subscribers Actually Agreed To

A Data Governance teardown of Netflix's privacy policy. What they collect, who they share it with, how they compare to Apple TV+, what the €4.75M GDPR fine revealed, and what practitioners can learn from how Netflix structures its data practices.

By Vikas Pratap Singh
#data-privacy #data-governance #gdpr #ccpa #netflix #streaming #ad-tech

Data Privacy Guide: Overview | Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7 | Part 8 | Part 9 | Part 10

I Downloaded My Netflix Data

I went to my Netflix account settings, clicked “Download your personal information,” and waited. Less than 24 hours later, a zip file arrived.

I expected viewing history and billing records. What I got was 7 files spanning three years of activity. 5,060 individual viewing events across 13 device types, from a Samsung Smart TV to an iPhone to an Android phone. 346 search queries. 76 ratings. 526 playback events, each containing a JSON playtrace that records every start, pause, and stop down to the millisecond. Four profiles: mine, my wife’s, our kids’.

Here is a single playback event, redacted to the structure:

[
  {"eventType": "start", "sessionOffsetMs": 0, "mediaOffsetMs": 0},
  {"eventType": "playing", "sessionOffsetMs": 62, "mediaOffsetMs": 0},
  {"eventType": "paused", "sessionOffsetMs": 578, "mediaOffsetMs": 453},
  {"eventType": "stopped", "sessionOffsetMs": 592, "mediaOffsetMs": 453}
]

Netflix knows I started a show, watched for less than a second, paused, and stopped. It knows the exact millisecond offset into the content where I lost interest. Multiply that by 526 events and you have a detailed behavioral map of how my family watches television.

I have spent most of my career building Data Governance frameworks and running data classification projects. I read privacy policies for my own understanding because the intersection of data collection and user rights genuinely interests me. But reading my own data, laid out in CSV files, changed the exercise. These were not “data subjects.” This was a Tuesday night, falling asleep during episode three. A Saturday morning, searching for something to watch with my kids.

That experience sent me back to Netflix’s privacy policy with different eyes. Not as a professional scanning for compliance gaps, but as one of 325 million subscribers who clicked “I Agree” without reading what I agreed to. What I found was a document that is structurally competent, strategically opaque, and worth examining whether you are a consumer or a practitioner.

This article is for both audiences. If you work in Data Governance, Data Privacy, or Data Architecture, the structural analysis and practitioner lessons will resonate. If you are a Netflix subscriber who wonders what they know about you, start with the data collection table and the rights section.

What Netflix Actually Collects

Netflix’s privacy policy, last updated April 17, 2025, organizes data collection into categories that would make any Data Catalog designer nod approvingly. The structure is clear. The scope is what surprises most people.

CategoryWhat the Policy Says They CollectWhat Most Users Expect
IdentityEmail, name, phone, address, gender, date of birthYes
PaymentCard details, billing address, full transaction history, gift card dataMostly yes
Viewing behaviorEvery title watched, when, how long, search queries, ratings, browsing behaviorPartial: users know about watch history, not interaction-level detail like playtraces
Device/networkDevice IDs, IP addresses, software specs, connection type, identifiers for routers and Netflix-capable devices on your networkNo: most users are unaware of local network data collection
Game activityLeaderboards, achievements, player connections, chat messages, user-generated contentNo: certain game data may be visible to other players in features like leaderboards and chat
Advertising (ad tier)Ad impressions, behavioral data received from third-party ad partnersNo: the reverse data flow from ad partners is not intuitive
CommunicationsSupport chat transcripts, survey responses, email interaction trackingPartial

A note on the device/network row: the privacy policy references identifiers for “routers” and “Netflix-capable devices on your network.” This is the language Netflix uses for household sharing enforcement. The policy does not explain the technical mechanism clearly enough to determine how this data is gathered. The ambiguity is itself a transparency issue.

My own data download confirmed the device granularity. Netflix recorded 13 distinct device types across my household: Samsung 2018 Kant-S UHD TV Smart TV, Apple iPhone 14 Pro Max, Apple iPad Air 13 M3 Wi-Fi, Amazon Fire TV Stick 2020, DefaultWidevineAndroidPhone, and more. Each viewing event is tagged with the specific device model, not just a category.

Where the data comes from. Netflix does not collect all of this directly from you. The policy discloses six categories of external data sources: TV manufacturers, ISPs and mobile carriers, payment processors, marketing partners, public sources, and advertising companies. That last category is significant for ad-tier subscribers: Netflix explicitly states it receives behavioral data from third-party partners, meaning the data flow is bidirectional.

The Ad-Tier Shift

Netflix launched its ad-supported tier in November 2022 with Microsoft as the initial advertising partner. The privacy implications of this shift are worth separating into three layers.

What the privacy policy explicitly says: Netflix uses data to “deliver and measure advertisements.” The policy authorizes sharing data with “advertising companies” for ad delivery and receiving behavioral data from third parties. Ad-tier subscribers can opt out of behavioral targeting via the Privacy and Data Settings toggle, but will still see untargeted ads.

What regulators and enforcement actions have established: The Dutch DPA fined Netflix €4.75M in December 2024 in part for not adequately disclosing which third parties receive subscriber data and why. The policy’s generic language (“advertising companies”) was deemed insufficient under GDPR transparency requirements.

What the broader ad-tech ecosystem implies: Netflix’s in-house advertising platform, the Netflix Ads Suite, launched in April 2025. The company has announced partnerships with Amazon Audiences and Yahoo DSP for audience targeting, Experian and Acxiom for data enrichment, and Affinity Solutions, DoubleVerify, and Lucid for campaign measurement. Netflix also operates a clean room allowing advertisers to match their datasets against Netflix’s audience data. These partnerships are disclosed in advertising documentation and press materials, but most are not individually named in the privacy policy itself.

The revenue trajectory provides context:

YearAd RevenueKey Development
2025Over $1.5BNetflix Ads Suite launches, in-house ad tech replaces Microsoft
2026 (projected)Expected to roughly double from 2025Amazon Audiences + Yahoo DSP integration (Q2 2026)

The diagram below maps the full data ecosystem: where Netflix’s data comes from, where it goes, and the bidirectional flow with advertising partners that makes the ad-tier a fundamentally different privacy proposition than the ad-free plan.

Netflix data ecosystem showing bidirectional data flows between user activity, third-party partners, and advertising platforms

How Netflix’s Privacy Policy Reads (and Why It Matters)

Netflix is a company that A/B tests every thumbnail, optimizes every autoplay delay, and reduces friction at every interaction point. That design sensibility does not extend to the privacy policy.

Three independent evaluators have scored Netflix’s privacy practices. Each uses a different methodology, measures something different, and was conducted at a different time. They are separate external signals, not an apples-to-apples benchmark. But they point in the same direction: Netflix scores worse on readability and privacy perception than Apple TV+.

EvaluatorWhat They MeasureNetflix ScoreApple TV+ Score
VPN Overview (2024)Readability (Flesch-based, 0-100)23.743.4
Common Sense Media (2024)Privacy practices (0-100%)46% (Warning, lowest among streaming apps)79% (Pass)
Privacy Watchdog (2025)Privacy practices (0-100)38/100 (Grade D)Not rated

VPN Overview described Netflix’s policy as one of the longest and least readable among major streaming platforms. Apple TV+ scored nearly twice as high on readability. That gap is worth studying.

Netflix vs Apple TV+: Why the Gap Exists

The comparison is instructive not as a scorecard but as a case study in how business model decisions shape privacy outcomes.

DimensionNetflixApple TV+
Business modelDual: subscription + advertisingSingle: subscription only
Ad-supported tierYes, with behavioral targetingNo ad tier
Third-party ad data sharingYes (per policy: “advertising companies”)No
External data ingestionYes (receives behavioral profiles from data brokers)No disclosed broker partnerships
Device data collectionDevice IDs, local network device identifiersLimited to device-level identifiers
Children’s profile protectionsNo behavioral ads on kids’ profilesPrivacy by design across all profiles
Sub-processor transparencyGeneric categories (“service providers,” “advertising companies”)More specific disclosures
GDPR enforcement€4.75M fine (2024, Dutch DPA)No known fines

Apple sells devices and services. Netflix increasingly sells audience attention alongside subscriptions. When revenue depends on knowing users deeply enough to target ads effectively, privacy becomes a cost to manage rather than a feature to market. Apple can position privacy as a differentiator because their incentive structure supports it. Netflix’s incentive structure pulls in the opposite direction.

This is not a moral judgment. It is a business architecture observation, and the same tension exists in every organization that collects data. The lesson for practitioners: if you want to understand a company’s real privacy posture, look at its revenue model before you read its policy.

Your Rights as a Netflix Subscriber

Your ability to control what Netflix does with your data depends on where you live. The EU has the most comprehensive protections. California has meaningful rights under CCPA/CPRA. Several other US states (Colorado, Connecticut, Virginia, and others) have enacted privacy laws with varying scope. There is no single federal privacy baseline in the United States.

RightGDPR (EU/EEA)CCPA/CPRA (California)Other US States
Access your dataYes (Article 15)YesVaries by state
Download a copyYesYesSome states
Correct inaccuraciesYes (Article 16)Yes (CPRA addition)Limited
Delete your dataYes (Article 17, with exceptions)Yes (with exceptions)Varies
Opt out of ad targetingYes (legitimate interest objection)Yes (opt out of “sale/sharing”)Varies
Data portabilityYes (Article 20)Not framed as GDPR-style portability, but access responses must be in a portable, machine-readable formatNo broad right
Complain to a regulatorYes (supervisory authority)Yes (AG enforcement)Varies
Restrict processingYes (Article 18)No explicit rightNo

How to exercise these rights:

  • Download your data: Netflix account, then Security & Privacy, then “Download your personal information.” Select specific categories or request everything. Netflix says it may take up to 30 days, though my request completed in under 24 hours.
  • Opt out of behavioral advertising: Netflix account, then Privacy and Data Settings, then Behavioral Advertising toggle. This stops personalized ad delivery on the ad-supported plan. You will still see ads.
  • Request deletion: Email privacy@netflix.com. Be specific about which data categories you want deleted and cite the relevant regulation (GDPR Article 17 or CCPA Section 1798.105).
  • GDPR access request: Email the DPO at privacy@netflix.com, reference Article 15, and specify whether you want the data in machine-readable format.

The enforcement reality. Rights on paper require enforcement mechanisms to have teeth. Netflix was fined €4.75M by the Dutch DPA in December 2024 for GDPR transparency violations. The investigation started in 2019 after a complaint by Austrian privacy NGO noyb. Five years from complaint to fine.

The specific failures cited by the Dutch DPA:

  • Not clearly explaining the purposes and legal basis for data collection
  • Not adequately disclosing which data is shared with third parties and why
  • Not explaining how data is protected during international transfers
  • Providing incomplete responses to user data access requests under Article 15

As noyb’s lawyer Stefano Rossetti put it: “It took almost five years to obtain it, and in a very simple case.” Netflix disputes the fine. Regardless of which side is right, the timeline illustrates a structural challenge: even with legal rights, enforcement moves slowly.

Cross-Border Transfers: Where Your Data Goes

Netflix operates in over 190 countries. The privacy policy states that personal information “may transfer to countries with different data protection standards” and that Netflix uses “contractual agreements, technical protections, and measures to challenge excessive government requests.”

What the policy does not specify: whether Netflix is certified under the EU-US Data Privacy Framework (the July 2023 adequacy decision that replaced Privacy Shield after Schrems II), which specific countries process subscriber data, or what supplementary measures are in place. The Dutch DPA fine specifically cited this lack of cross-border transfer clarity as a violation.

For data architects, this is a concrete example of why data residency documentation matters. A more transparent approach would specify: “Your data is processed in the US and Ireland. We rely on EU-US Data Privacy Framework certification for transfers.” If you are building a Data Governance framework, your cross-border transfer documentation should be more specific than Netflix’s.

What Data Governance Teams Can Learn

Netflix’s privacy policy is useful for practitioners not because it is a model to follow, but because it illustrates both effective structural patterns and transparency gaps worth studying.

DimensionWhat Netflix Does WellWhere Netflix Falls Short
Data categorizationClear categories: identity, payment, viewing, device, advertising, games, communicationsCategories are broad enough to be catch-alls (“usage information” covers active choices and passive interaction signals alike)
Purpose limitationEach data use tied to a stated purpose (recommendations, payments, security, advertising)Purposes are vague enough to cover nearly anything (“research and improve services”)
Children’s dataNo behavioral ads on kids’ profiles; parental supervision requiredDoes not disclose how kids’ profile data is protected at the infrastructure level
Consent architectureBehavioral Advertising toggle, granular privacy settingsOpt-out model, not opt-in. Default is maximum collection
Retention policyAcknowledges retention varies by data type”As long as necessary” without specific retention periods per category
Third-party disclosureAcknowledges data sharing with categories of partnersDoes not name specific sub-processors or advertising partners
Cross-border transfersAcknowledges transfers and mentions safeguardsDoes not specify DPF certification, destination countries, or supplementary measures

Three takeaways for practitioners:

First, audit your own retention language. If your data retention policy says “as long as necessary,” you have the same gap Netflix has. Specify retention periods by data category: payment data (7 years per tax law), behavioral data (X months after last session), device identifiers (Y days after last login). Specificity is what separates a governance framework from a legal disclaimer.

Second, name your third parties. If your privacy policy says you share data with “service providers” and “analytics partners” without listing them, you are following the Netflix pattern that the Dutch DPA found insufficient. Best practice, and increasingly a regulatory expectation, is to maintain a public or easily accessible list of sub-processors with their purposes.

Third, design your privacy notice in layers. A policy that scores 23.7 on readability (per VPN Overview) is a compliance artifact, not a communication tool. The most effective privacy notices use a layered approach: a plain-language summary on top (one page, written at a 12th-grade reading level) with the full legal text available underneath. Your users should be able to understand what you collect and why in under five minutes.

What a Better Privacy Policy Looks Like

Netflix’s policy illustrates the gap between legal disclosure and genuine user understanding. That gap is not unique to Netflix. Most privacy policies are written to satisfy regulators and protect the company in litigation, not to help users make informed decisions.

A better approach, applicable to any organization, would include:

  • A one-page summary written in plain language, covering: what data is collected, why, who it is shared with (named, not categorized), how long it is kept, and how to opt out or delete.
  • Specific retention schedules by data category, not a blanket “as long as necessary.”
  • A named sub-processor list, updated when vendors change, with the purpose for each.
  • Cross-border transfer specifics: which countries, which legal mechanism (DPF, SCCs, adequacy decision), and what supplementary measures are in place.
  • Layered consent: different consent flows for core service data (necessary for the product to work) versus advertising data (optional, with a genuine opt-in rather than an opt-out buried in settings).

Do Next

PriorityActionWhy It Matters
This weekDownload your own Netflix data (Account > Security & Privacy > Download your personal information)Understanding what a company collects about you changes how you read their policy
This weekToggle off Behavioral Advertising in Netflix Privacy and Data Settings if you are on the ad tierDefault is opt-in to targeted ads; the toggle is the only user-facing control
This monthAudit your organization’s retention policy for vague language like “as long as necessary”The Dutch DPA cited exactly this kind of ambiguity; specify retention periods by data category
This monthReview your privacy policy’s third-party disclosure section for named sub-processorsGeneric categories like “advertising companies” were found insufficient under GDPR (Dutch DPA fine)
This quarterImplement layered privacy notices: plain-language summary on top, full legal text underneathA 23.7 readability score is a compliance artifact, not a communication tool
This quarterDocument cross-border transfers with specific mechanisms (DPF, SCCs) and destination countriesNetflix’s vague transfer language was cited as a violation; your policy should be more specific

When I opened my Netflix data download and saw three years of my family’s viewing habits organized into CSV files, the first thing I felt was not outrage. It was recognition. I have built systems that collect this kind of data. I have run classification projects that categorize it. I have sat in governance meetings debating retention periods and consent models. I know why companies collect what they collect.

What struck me was the distance between what I know professionally and what I had accepted personally. I agreed to Netflix’s privacy policy the same way every other subscriber did: by not reading it.

Download your data. It takes five minutes to request and a day or two to arrive. The files you get back will tell you more about your relationship with Netflix than the privacy policy ever will.

Netflix built its privacy posture around a business model that profits from behavioral data. But what happens when a company’s business model actually supports privacy? Apple has staked its brand on privacy as a product differentiator, backed by hardware margins that fund the investment. The next question is whether that positioning survives contact with a $95M Siri settlement, a state-owned Chinese data center, and Privacy Nutrition Labels with a 97% error rate.

Sources & References

  1. Netflix Privacy Policy (April 2025)(2025)
  2. Netflix Q4 2025 Earnings: 325M Subscribers(2026)
  3. Netflix Privacy Score 38/100 -Privacy Watchdog(2025)
  4. Most Difficult to Read Privacy Policies -VPN Overview(2024)
  5. Privacy of Streaming Apps and Devices -Common Sense Media(2024)
  6. noyb WIN: Dutch authority fines Netflix €4.75 Million(2024)
  7. Dutch DPA: Netflix fined for not properly informing customers(2024)
  8. Netflix Upfront 2025: Ads Suite(2025)
  9. Netflix Doubled Its Ad Revenue -AdExchanger(2026)
  10. Netflix Ad Targeting with Amazon/Yahoo - ALM Corp(2026)
  11. EU-US Data Privacy Framework Adequacy Decision(2023)
  12. Netflix GDPR Transparency Fine -The Hacker News(2024)

Stay in the loop

Get new articles on data governance, AI, and engineering delivered to your inbox.

No spam. Unsubscribe anytime.