Is Twitter / X Down? How to Check Status and Diagnose Issues (2026)
Is Twitter / X Down Right Now?
When Twitter (now X) goes down, it affects hundreds of millions of users worldwide — from breaking news consumers to customer support teams relying on direct messages. With X's 2023-2024 infrastructure transitions, outage patterns have shifted considerably.
This guide gives you everything you need to quickly answer: Is X down for everyone, or just for me?
Official Status Pages
| Resource | URL | What It Covers |
|---|---|---|
| X Status Page | https://api.twitterstat.us | API, web app, iOS, Android |
| X Developer Status | https://developer.x.com/status | API v2, media uploads, streaming |
| Downdetector | https://downdetector.com/status/twitter | Crowdsourced user reports |
| @XStatus | twitter.com/xstatus | Real-time official announcements |
Quick check: Go to https://api.twitterstat.us first. If it shows "All Systems Operational" but you can't access X, the issue is likely local — DNS, ISP, or VPN.
X Platform Components
Core Services
| Component | What It Does | Signs of Failure |
|---|---|---|
| Web App (x.com) | Browser-based access | Page won't load, blank screen, infinite spinner |
| iOS App | iPhone/iPad native app | Crash on launch, feed won't refresh, DMs not loading |
| Android App | Android native app | Force close, empty timeline, login loop |
| API v2 | Programmatic access | 503/429/5xx errors, empty responses |
| Streaming API | Real-time filtered stream | Connection drops, no new tweets delivered |
Platform Features
| Component | What It Does | Signs of Failure |
|---|---|---|
| Timeline (For You) | Algorithmic feed | Empty feed, no new posts, same posts repeating |
| Timeline (Following) | Chronological feed | Missing posts from accounts you follow |
| Search | Tweet and account search | No results, stale results, "something went wrong" |
| Direct Messages | Private messaging | DMs not sending, red exclamation, no delivery |
| Spaces | Live audio rooms | Can't join/host, audio drops mid-session |
| Media Upload | Photo/video attachments | Upload fails, "media processing" stuck |
| Image/Video CDN | Serving media in tweets | Broken image icons, spinning video player |
Is It X, or Is It Me?
| Symptom | Likely X Issue | Likely Local Issue |
|---|---|---|
| Site completely unreachable | ✅ Platform down | Check DNS / VPN first |
| Feed loads but no new tweets | ✅ Streaming/fetch issue | Try hard refresh (Ctrl+Shift+R) |
| Images not loading, text works | ✅ CDN issue | Try different network |
| Can't log in | ✅ Auth service issue | Clear cookies, try incognito |
| DMs not sending (red !) | ✅ Messaging API issue | Check internet connection |
| Works on mobile, not desktop | ❌ Browser issue | Clear cache, try different browser |
| Works on 4G, not WiFi | ❌ Network/ISP issue | Restart router, check DNS settings |
| Only affects one account | ❌ Account-specific | Check account status, try alt account |
| 429 errors in API calls | ❌ Rate limit hit | Check your app's request rate |
60-Second Local Diagnostic
# Test basic connectivity
ping -c 4 x.com
# Check DNS resolution
nslookup x.com 8.8.8.8 # Google DNS
nslookup x.com 1.1.1.1 # Cloudflare DNS
# Test HTTPS connection
curl -I https://x.com
# Test API endpoint
curl -I https://api.x.com/2/tweets/search/recent
Q1 2026 Incident History
| Date | Affected Components | Duration | User Impact |
|---|---|---|---|
| Feb 28, 2026 | DMs — global delivery failure | ~4 hours | Direct messages not delivered across all clients |
| Feb 14, 2026 | Web app login loop | ~2.5 hours | New login attempts failed; existing sessions unaffected |
| Jan 22, 2026 | API v2 search degradation | ~6 hours | Tweet search returning empty/stale results; trending broken |
| Jan 9, 2026 | iOS push notifications | ~8 hours | iOS users received no notifications; Android and web unaffected |
| Mar 5, 2026 | Spaces (live audio) | ~3 hours | All Spaces rooms failed to launch or dropped mid-session |
Pattern: X outages in 2026 have been component-specific rather than full-platform blackouts. Mobile and desktop clients are frequently affected independently. API v2 issues often lag web/app issues by 1-2 hours.
X API v2 Rate Limits (Quick Reference)
API rate limit errors are frequently mistaken for outages. Know your limits:
| Tier | Monthly Tweet Cap | Post Rate | Search Rate |
|---|---|---|---|
| Free | 1,500/month | 17/24h | None |
| Basic ($100/mo) | 50K/month | 100/24h | 60 req/15min |
| Pro ($5,000/mo) | 1M/month | 1,000/24h | 300 req/15min |
Check your rate limit headers: x-rate-limit-remaining and x-rate-limit-reset (Unix timestamp when it resets).
Set Up Proactive X Monitoring
Don't wait to discover outages manually. Monitor these endpoints:
- HTTP check:
https://x.com— alerts if page doesn't load within 5s - API check:
https://api.x.com/2/openapi.json— confirms API is responsive - Multi-region: X uses geo-distributed infrastructure — single-region monitors miss partial outages
ezmon.com monitors x.com from multiple global locations and alerts you within 60 seconds of a failure — before your users notice.
Related Status Guides
- Is Slack Down? — Business communication platform
- Is Discord Down? — Gaming & community platform
- Is Microsoft Teams Down? — Enterprise collaboration
- Is Facebook/Instagram Down? — Meta platform status
- Is Cloudflare Down? — CDN/DNS affecting many sites
All incident data sourced from public status pages and official announcements. Monitoring by ezmon.com — multi-location uptime monitoring for production services.