Reddit Implements 18+ Age Verification for UK Users

Overview
To comply with the UK’s Online Safety Act, Reddit has activated a new age-verification system requiring UK users to prove they are at least 18 before accessing adult or sensitive content. This change marks one of the most significant content-access shifts in Reddit’s history and reflects a global trend toward stricter online-age assurance.
Implementation Details
- Third-party provider: Reddit partnered with Persona, a specialist in identity verification.
- Verification methods: Users can submit a government-issued ID photo or a biometric-enabled selfie featuring liveness checks powered by computer-vision algorithms.
- Data handling: Persona processes and discards raw image data within 7 days per GDPR guidelines; Reddit only stores a cryptographically hashed birthdate and a pass/fail flag.
Privacy and Data Security
Persona’s service leverages end-to-end encryption (AES-256) in transit over TLS 1.3 and at rest using AWS KMS-managed keys. Their architecture employs a zero-trust model, isolating Reddit’s production environment from PII-rich workflows. According to Persona’s whitepaper, liveness detection uses a Convolutional Neural Network trained on a diversified dataset of 5 million images to minimize spoofing attacks.
Regulatory Landscape
The UK’s Online Safety Act (effective July 25, 2025) mandates “highly effective age assurance.” Ofcom has warned platforms they risk fines up to 10% of global turnover for non-compliance. Similar U.S. state laws, such as Texas’s ID requirement for adult sites, remain under debate in the Supreme Court after a majority upheld them, while dissenting opinions highlight First Amendment concerns.
Technical Deep Dive
- Optical Character Recognition (OCR): Persona extracts data fields (name, date of birth, document number) via multi-language OCR engines with >98% accuracy on standard IDs.
- Biometric Matching: Proprietary face-matching algorithms compare selfie embeddings to ID photos, achieving a false acceptance rate (FAR) below 0.001%.
- Audit Trail: An immutable, hash-linked audit log records verification events on a Hyperledger Fabric network, ensuring transparency without exposing PII.
Expert Perspectives
Dr. Maya Sullivan, a digital-safety researcher at University College London, notes: “This approach balances regulatory compliance with user privacy. The ephemeral storage model is a best practice for minimizing data sovereignty risks.”
Global Expansion & Future Roadmap
Reddit indicates that similar age checks could roll out in jurisdictions under review by local authorities, such as the EU’s upcoming Digital Services Act enforcement. A Reddit spokesperson told TechCrunch that they are evaluating additional identity-proofing vendors and exploring zero-knowledge proof protocols to further decouple user identity from age verification.
Conclusion
Reddit’s new age-verification system for UK users exemplifies the industry’s shift toward robust, privacy-preserving compliance. As regulators worldwide tighten rules on online safety, platforms must invest in scalable, secure identity frameworks that respect user anonymity while keeping minors from harmful content.