Discord rarely goes down all at once. Far more often, one piece breaks — voice servers in one region, image loading, or the gateway that keeps your client connected — while the rest works. Knowing which piece is failing tells you whether to wait, switch regions, or fix something on your own machine.
The parts of Discord that fail separately ¶
- The gateway (WebSocket) — the persistent connection that streams messages and presence to your client. When it drops you see "Connecting…" or the RTC spinner. This is the most common "Discord is down" symptom.
- Voice servers — regional. Voice is routed through the closest voice region, so a Brazil or US-East voice outage can cut your call while text chat and everyone in other regions are fine.
- The API — sending messages, editing, uploading. A degraded API means messages fail to send even though the app is open.
- The CDN — avatars, embeds, and uploaded images. When the CDN struggles, chat works but images and emoji break.
The 60-second check ¶
- Probe Discord from four regions. Check discord.com from US East, US West, Europe, and Asia. All four failing is a global outage; a mixed result points to a regional problem (often voice or gateway in one geography).
- Read the official incident feed. Our Discord status page mirrors Discord's own status feed, including which component (API, gateway, voice, media) is affected and whether it's investigating, identified, or monitoring.
- Match the symptom to the component. Voice cutting out but chat fine → voice region. Images broken but messages send → CDN. Nothing loads at all → gateway or a local network block.
Symptom → what's actually wrong ¶
| What you see | Likely component | What to do |
|---|---|---|
| Stuck on "Connecting…" | Gateway or local network | Check regions; if they pass, restart the app / switch network. |
| Voice drops, chat works | Voice region | Change the server's voice region, or wait it out. |
| Messages won't send | API degradation | Wait; check the status feed. |
| Images/emoji broken | CDN | Usually resolves quickly; nothing to fix locally. |
| Only you affected | Local | Flush DNS, disable VPN, try mobile data. |
If the check says it's you, not Discord ¶
When all four regions reach Discord but you can't, the problem is local. The usual suspects: a VPN or proxy interfering with the WebSocket, an aggressive firewall or school/work network blocking Discord's voice UDP ports, stale DNS, or a corrupted client cache. Quick tests: open Discord in a browser (isolates the desktop app), try mobile data instead of Wi-Fi (isolates your router/ISP), and disable any VPN. If it works on your phone's cellular but not home Wi-Fi, the block is on your network — not Discord.
Why "everyone in my server is fine but me" happens ¶
Discord routes voice by region and serves media from a CDN with many edge nodes, so two people in the same text channel can hit entirely different infrastructure. Your friend on the US-West voice region can be fine while your Europe voice region is having an incident. That's why a multi-region probe plus the component-level status feed beats "well, it works for my friend."
FAQ ¶
Is Discord down for everyone or just me?
Probe discord.com from multiple regions. If every region fails, it's a global outage. If they all succeed but you still can't connect, it's your network, VPN, or DNS. If some regions fail and others pass, it's a regional issue — most often voice.
Why does Discord voice keep cutting out when chat is fine?
Voice and text run on different systems. Voice is routed through a regional voice server; if that region has an incident (or your route to it is congested), calls drop while text chat — which goes through a different path — keeps working. Changing the server's voice region often restores a call immediately.
Discord won't load images but messages work — is it down?
Not really. Avatars, embeds, and uploads come from Discord's CDN, which can be degraded independently of chat. Messages sending fine while images fail is a CDN symptom, not a full outage, and usually clears on its own within minutes.