Snapchat Enforces 16+ Policy in Australia, Blocking Over 415,000 Under-18 Accounts

Snapchat Enforces 16+ Policy in Australia, Blocking Over 415,000 Under-18 Accounts
source: gettyimages
February 2, 2026

In a move tied to Australia’s new Social Media Minimum Age law, Snapchat has begun restricting access for anyone under 16. The company reports that it has already blocked more than 415,000 accounts belonging to users below the new threshold. Snapchat says it will continue to enforce the rule across its platform, but it argues that app store–level age verification could offer stronger protection for young people wherever they go online.

By Emma Roth

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 136 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6645438,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}