status-guide

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

ResourceURLWhat It Covers
X Status Pagehttps://api.twitterstat.usAPI, web app, iOS, Android
X Developer Statushttps://developer.x.com/statusAPI v2, media uploads, streaming
Downdetectorhttps://downdetector.com/status/twitterCrowdsourced user reports
@XStatustwitter.com/xstatusReal-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

ComponentWhat It DoesSigns of Failure
Web App (x.com)Browser-based accessPage won't load, blank screen, infinite spinner
iOS AppiPhone/iPad native appCrash on launch, feed won't refresh, DMs not loading
Android AppAndroid native appForce close, empty timeline, login loop
API v2Programmatic access503/429/5xx errors, empty responses
Streaming APIReal-time filtered streamConnection drops, no new tweets delivered

Platform Features

ComponentWhat It DoesSigns of Failure
Timeline (For You)Algorithmic feedEmpty feed, no new posts, same posts repeating
Timeline (Following)Chronological feedMissing posts from accounts you follow
SearchTweet and account searchNo results, stale results, "something went wrong"
Direct MessagesPrivate messagingDMs not sending, red exclamation, no delivery
SpacesLive audio roomsCan't join/host, audio drops mid-session
Media UploadPhoto/video attachmentsUpload fails, "media processing" stuck
Image/Video CDNServing media in tweetsBroken image icons, spinning video player

Is It X, or Is It Me?

SymptomLikely X IssueLikely Local Issue
Site completely unreachable✅ Platform downCheck DNS / VPN first
Feed loads but no new tweets✅ Streaming/fetch issueTry hard refresh (Ctrl+Shift+R)
Images not loading, text works✅ CDN issueTry different network
Can't log in✅ Auth service issueClear cookies, try incognito
DMs not sending (red !)✅ Messaging API issueCheck internet connection
Works on mobile, not desktop❌ Browser issueClear cache, try different browser
Works on 4G, not WiFi❌ Network/ISP issueRestart router, check DNS settings
Only affects one account❌ Account-specificCheck account status, try alt account
429 errors in API calls❌ Rate limit hitCheck 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

DateAffected ComponentsDurationUser Impact
Feb 28, 2026DMs — global delivery failure~4 hoursDirect messages not delivered across all clients
Feb 14, 2026Web app login loop~2.5 hoursNew login attempts failed; existing sessions unaffected
Jan 22, 2026API v2 search degradation~6 hoursTweet search returning empty/stale results; trending broken
Jan 9, 2026iOS push notifications~8 hoursiOS users received no notifications; Android and web unaffected
Mar 5, 2026Spaces (live audio)~3 hoursAll 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:

TierMonthly Tweet CapPost RateSearch Rate
Free1,500/month17/24hNone
Basic ($100/mo)50K/month100/24h60 req/15min
Pro ($5,000/mo)1M/month1,000/24h300 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

All incident data sourced from public status pages and official announcements. Monitoring by ezmon.com — multi-location uptime monitoring for production services.

twitterxdownstatusoutagesocial-mediaapi