Is Discord Down? How to Check Discord Status in 2026
Discord hosts over 500 million registered users across gaming communities, developer teams, and online communities. When Discord goes down, it's not just entertainment — it's developer standups, community moderation, customer support channels, and open-source project coordination. A Discord outage can halt thousands of simultaneous communities at once.
The Fastest Way to Check If Discord Is Down
Start with Discord's official status page:
This shows real-time status for all Discord services. What to look for:
- Green "All Systems Operational" — Services are running normally
- Yellow/orange degraded performance — Some features slow or partially unavailable
- Red major outage indicators — Widespread service failure affecting most users
- Component breakdown — API, Gateway, Media Proxy, Push Notifications, Search, and Voice each have separate status
- Incident history — Full postmortems for past incidents with timelines and root causes
Click "Subscribe to updates" on discordstatus.com to get email or webhook notifications the moment Discord posts a new incident. This beats social media for accuracy and speed.
Discord's Service Components Explained
Discord incidents often affect specific components rather than the entire platform:
- API — The core REST API powering message sends, channel reads, user lookups, and bot integrations. API degradation affects every Discord client and bot simultaneously.
- Gateway — The WebSocket connection that keeps your client connected in real-time. Gateway issues cause disconnects, failed reconnects, and the spinning loading animation.
- Media Proxy — Image and file delivery. When the media proxy degrades, images fail to load and file downloads stall, even if messaging works.
- Push Notifications — Mobile notification delivery. An outage here means iOS and Android users miss mentions and DMs.
- Voice — Voice channel audio and video. Voice outages let you join channels but produce silence — particularly disruptive for gaming sessions and team standups.
- Search — Server message search. Usually lowest-priority component; outages don't affect core functionality.
- CDN — Content delivery for static assets, including Discord's app resources. CDN issues can prevent Discord from loading at all for some users.
Is It Discord — Or Is It You?
Before assuming Discord is down, eliminate local causes:
| Symptom | Likely Cause | First Check |
|---|---|---|
| Spinning loading animation | Gateway connection / WebSocket blocked | Check discordstatus.com → Gateway |
| Messages sending but images not loading | Media Proxy outage | Check discordstatus.com → Media Proxy |
| Connected but can't hear anyone in voice | Voice component outage | Check discordstatus.com → Voice |
| Only affects you | Local network / ISP / firewall | Try mobile data (rule out ISP) |
| Works for some, not others | Regional routing issue | Check downdetector.com for geographic spread |
| Bot commands not responding | Bot hosting or API outage | Check bot host status + discordstatus.com → API |
| "RTC Connecting" on voice | UDP port blocked (local) | Ensure UDP ports 50000-65535 open |
| Can't load Discord web at all | CDN / ISP routing issue | Try Discord app vs. browser; test on mobile data |
Quick local checks:
- Switch from WiFi to mobile data (or vice versa) — isolates local network
- Try the Discord web app at discord.com/app if the desktop app fails
- Check Discord's Twitter/X at @discord — they post outage acknowledgments quickly
- Try a third-party tracker like Downdetector to see if reports are spiking
Q1 2026 Discord Incident History
Notable incidents from January–March 2026, sourced from discordstatus.com:
| Date | Services | Duration | Impact |
|---|---|---|---|
| March 2026 | API / Gateway | Various | Periodic elevated error rates; minor |
| February 2026 | Voice | ~45 min | Voice channel audio degraded for EU users |
| January 2026 | Push Notifications | ~2 hrs | Delayed mobile notifications (iOS + Android) |
| January 2026 | Media Proxy | ~30 min | Image loading failures across multiple regions |
Discord's historical uptime runs approximately 99.8–99.9% for core services. Voice and push notifications have historically been the most incident-prone components.
What Discord's Status Levels Mean
- Operational — All systems normal
- Degraded Performance — Service works but is slower or intermittently failing for some users
- Partial Outage — Significant portion of users affected; component is functioning but unreliable
- Major Outage — Service is unavailable or severely impacted for most users
- Under Maintenance — Planned downtime; Discord typically posts these 24-48 hours in advance
When Discord Is Down: Backup Options
If Discord is experiencing a major outage, here are fallback communication options by use case:
- Gaming teams: TeamSpeak 3 (self-hosted, extremely reliable), Mumble (open-source, low-latency)
- Developer communities: Slack (free tier), Zulip (open-source, threading), IRC (Matrix/Element)
- Voice/video calls: Zoom, Google Meet, or Microsoft Teams for scheduled meetings
- Text chat: Telegram groups, WhatsApp groups, Signal group chats
- Gaming-specific: Xbox Party Chat, PlayStation Party, Steam Chat for platform-specific gaming communication
For communities that depend on Discord for moderation and announcements, have a secondary notification channel (email list, Telegram channel, or Twitter/X) ready for Discord outage communications.
Monitoring Discord Automatically
If your project, business, or community depends on Discord, automated monitoring beats manual status checks.
Discord does not publish a machine-readable status API, but:
- discordstatus.com exposes a JSON feed at
https://discordstatus.com/api/v2/status.jsonyou can poll - Webhook subscriptions on discordstatus.com deliver Atom/RSS to your feed reader
- External monitoring services like Ezmon can monitor your specific Discord bot's API response time and alert you when Discord's API degrades before it shows on the status page
For teams running Discord bots or relying on Discord for customer support, consider monitoring the Discord API endpoint directly (e.g., https://discord.com/api/v10/gateway) to get alerts specific to your use case rather than relying on Discord's aggregate status.
Summary
When Discord isn't working:
- Check discordstatus.com first — fastest, authoritative source
- Identify which component is affected — Gateway, Voice, Media Proxy, etc.
- Rule out local issues — switch networks, try web vs app
- If confirmed outage — switch to backup communication channel
- Subscribe to updates — automated notifications prevent repeated manual checking
Most Discord outages resolve within 30–90 minutes. Voice and push notifications have historically been the slowest to fully recover.
Status data sourced from discordstatus.com. Incident history reflects publicly reported incidents. All times UTC. Updated March 2026.
Related: Is Slack Down? | Is Zoom Down? | Is Microsoft Teams Down?