Meta Oversight Board weighs cautious rollout of Community Notes beyond the United States

Meta Oversight Board weighs cautious rollout of Community Notes beyond the United States
source: gettyimages
March 27, 2026

The Oversight Board has released a policy advisory opinion addressing Meta’s request for guidance on which factors to weigh when deciding whether to omit any country from expanding Community Notes outside the U.S. The document emphasizes that, while Community Notes could broaden users’ freedom of expression and enrich online discussion at scale and pace, expanding into some contexts—especially in repressive states, during elections, or amid ongoing crises—could pose meaningful human rights risks and real harms Meta must avoid or address.

Executive Summary

Background

Key Findings and Recommendations Safeguards in repressive human rights contexts

Exercise caution during elections

Omit countries with a history of coordinated disinformation networks

Do not introduce in crisis or protracted conflict conditions

Delay introducing where language complexity cannot be technically and operationally accommodated

Extreme caution where social division and disagreement drive political violence

Omit countries with persistent obstacles to internet access

Data and reporting

For Further Information

If you’d like, I can tailor this rewrite to a particular audience (policy brief, blog post, or summary for executives) or adjust the tone to be more formal or more accessible.

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 · 143 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": 6646986,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}