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 SocialMedia MinimumAge 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 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
}
}