Age thresholds for minors are not uniform
Aliases: minor age threshold · children's privacy age · parental consent · age assurance
What it is
Context-specific age threshold rules pair age with a legal question: whether a person can consent to particular processing, needs authorization from a guardian, can contract, access content, buy something, or use a regulated feature. There is no global “age of majority” value that can drive every product behavior. A threshold varies not only by jurisdiction but by whether a service is directed to children, data purpose, organizational knowledge, user role, and effective date. Products need to retain rule semantics rather than hard-code one number.
Why it happens
Legal regimes address different questions. For information-society services offered directly to a child where consent is the processing basis, the EU GDPR sets 16 as a baseline while allowing a Member State to lower that particular threshold no further than 13; it expressly leaves Member State contract law unaffected. US COPPA addresses commercial sites and online services directed to children under 13, plus operators with actual knowledge that they collect, use, or disclose personal information from a child under 13, and requires measures including notice and verifiable parental consent. These numbers are not interchangeable and do not generalize to content rating, payment, or contractual capacity. A rule engine resolves jurisdiction, question, service audience, data operation, role, and effective date, keeping age assertion, age assurance, guardianship, and authorization evidence separate.
Studying it
Counsel should decompose every restricted feature into legal questions and record an authority source, covered party, threshold range, exceptions, verification duty, and effective period for each. Engineering tests exercise either side of every boundary, birthday rollover, unknown age, relocation, guardian withdrawal, and rule upgrades, comparing feature access, processing gates, and historical evidence. Usability and harm studies examine whether children and guardians understand the reason, collection is minimized, misclassification is repairable, and alternatives do not exclude people lacking particular documents. Research with children independently requires appropriate ethics and guardian procedures; a participant sample cannot establish the product's legal rule.
Where it stops holding
A statutory threshold governs a specified act; it does not mean capacity appears fully on a birthday or that everyone above it understands the risk. Age-assurance methods introduce privacy, error, accessibility, and exclusion costs, so age checking does not justify unlimited identity collection. Travel, dual residence, shared household devices, and organizational accounts complicate location and relationship. Unknown rules must not silently classify a person as an adult. A safe fallback can pause optional processing and high-risk features, offer a data-minimized age or guardian path, and route exceptions for review, but it should not permanently trap every unknown user in a child mode.
Applying it
- Configure threshold, exception, authorization, and evidence by
jurisdiction + legal question + audience + data/action + user role + effective date. Do not let oneminimumAgegovern registration, privacy, contracts, content, and payment. - Record age or age-band assertion, assurance method and result, guardian relationship, authorization scope, time, and rule version separately. Collect only what the present decision needs and apply access and deletion controls to evidence.
- For unknown or conflicting state, pause optional processing and high-risk capability, explain why, and offer guardian authorization, a lower-risk experience, or human review. A rule-service failure must not default to adult access.
- Test threshold boundaries, cross-zone birthday transitions, relocation, shared devices, withdrawal, and rule upgrades end to end. Require legal approval for changes, assess whether existing accounts need re-evaluation, and notify affected people in clear, age-appropriate, accessible language.
Related
- Same group: S3.06.1 Mandatory consent and notice requirements vary by region · S3.06.3 Price and tax disclosure can be legally mandated · S3.06.4 Accessibility laws differ in scope
- Adjacent: A11.02.9 Age-appropriate design guidance as an external regulatory constraint · P4.05.5 Consent capacity stratifies with age, not acquired in a single day
- Search terms:
GDPR Article 8·COPPA parental consent·age assurance