voidly
Citizen Lab category·COMT·circumvention

Countries blocking VPNs, Tor, and encrypted messengers

Live data on which governments and ISPs are restricting circumvention tools and encrypted communication.

7
severe-blocking
8
high-blocking
31
countries with data
3,781
evidence rows
Last updated Jul 25, 2026, 04:35 PM UTC · revalidates every 5 min

Top countries blocking circumvention tools

Ranked by total measured blocking volume in this category.

  • #1
    severe
    100
    263
    whatsapp.comtelegram.orgsignal.org
  • #2
    severe
    87
    230
    telegram.orgsignal.orgwhatsapp.com
  • #3
    severe
    87
    229
    telegram.orgsignal.orgwhatsapp.com
  • #4
    severe
    84
    220
    telegram.orgsignal.orgwhatsapp.com
  • #5
    severe
    79
    208
    telegram.orgsignal.orgwhatsapp.com
  • #6
    severe
    75
    197
    telegram.orgsignal.orgwhatsapp.com
  • #7
    severe
    71
    186
    telegram.orgsignal.orgwhatsapp.com
  • #8
    high
    69
    182
    whatsapp.comsignal.orgtelegram.org
  • #9
    high
    65
    172
    telegram.orgsignal.orgwhatsapp.com
  • #10
    high
    65
    172
    telegram.orgsignal.orgwhatsapp.com
  • #11
    high
    65
    172
    signal.orgwhatsapp.comtelegram.org
  • #12
    high
    62
    162
    signal.orgtelegram.orgwhatsapp.com
  • #13
    high
    55
    144
    whatsapp.comtelegram.orgsignal.org
  • #14
    high
    55
    144
    telegram.orgsignal.orgwhatsapp.com
  • #15
    high
    54
    142
    telegram.orgsignal.orgwhatsapp.com
  • #16
    medium
    48
    126
    whatsapp.comtelegram.orgsignal.org
  • #17
    medium
    46
    120
    whatsapp.comtelegram.orgsignal.org
  • #18
    medium
    40
    105
    telegram.orgsignal.orgwhatsapp.com
  • #19
    medium
    37
    96
    whatsapp.comtelegram.orgsignal.org
  • #20
    medium
    36
    94
    signal.orgwhatsapp.comtelegram.org

How we measure circumvention tools

The COMT category covers anti-censorship tools and encrypted messengers — VPNs, Tor, Signal, Telegram, WhatsApp. When a regime is escalating censorship, these are usually the first targets, because they are the tools people use to evade everything else.

Voidly correlates network-level measurements (DNS, TCP, TLS, HTTP) from OONI, CensoredPlanet, IODA, and our own probe network. Each blocked domain is mapped to a Citizen Lab test-list category, and the topic API filters those measurements to category COMT.

Scoring: within a topic, a country's score is a percentile against the worst country in the same category — so the top-ranked country always scores 100. This avoids cross-topic distortions. Full methodology →

Example domains in this category: signal.org, telegram.org, whatsapp.com, torproject.org

Embed this on your site

Drop this iframe into any page (newsroom, advocacy site, dashboard) — it auto-updates.

<iframe
  src="https://voidly.ai/widget/embed?topic=circumvention"
  width="100%"
  height="500"
  frameborder="0"
  title="Voidly censorship: Circumvention tools">
</iframe>

API access

Free, no auth required, JSON, CC BY 4.0. Cached at the CDN; live every 5 minutes.

curl
curl https://api.voidly.ai/data/censorship-index.json?topic=circumvention
JavaScript / TypeScript
const res = await fetch(
  'https://api.voidly.ai/data/censorship-index.json?topic=circumvention'
)
const data = await res.json()
console.log(data.countries[0])
Cite as voidly.ai/topics/circumvention