ChatGPT down on mobile vs desktop — how to tell the difference
When ChatGPT stops working, your first question shouldn't be "Is it down?" — it should be "Is it down everywhere, or just on this device?" You can figure this out in under two minutes by testing both your phone and compu
ChatGPT down on mobile vs desktop — how to tell the difference
When ChatGPT stops working, your first question shouldn't be "Is it down?" — it should be "Is it down everywhere, or just on this device?" You can figure this out in under two minutes by testing both your phone and computer, and the difference matters because the fix changes completely.
How to check if OpenAI is actually down
Start with the live OpenAI status monitor on this site. It updates every 60 seconds from OpenAI's official status feed and shows component-level detail — ChatGPT web, iOS app, Android app, API. If it shows "Operational" across the board but you're still locked out, the problem is local.
Head to status.openai.com next. OpenAI breaks down incidents by service: you might see "ChatGPT Web Degraded" while the mobile apps run fine, or vice versa. During the May 2024 outage, the iOS app stayed up for 40 minutes after the web version went dark — users who only checked one platform thought the entire service was down.
Third-party sites like Downdetector spike when outages hit, but they can't tell you which platform is affected. You need OpenAI's official breakdown or the live OpenAI status page here to see whether it's mobile-specific, desktop-specific, or everything at once.
Is it OpenAI or is it you
Open ChatGPT on your phone. Try sending a message. Now do the same on your desktop browser. If one works and the other doesn't, you've isolated the problem — it's not OpenAI, it's your setup.
If only mobile fails:
- Force-quit the ChatGPT app (swipe up on iOS, tap app switcher on Android) and reopen it
- Check App Store or Google Play — update available? Install it
- Delete the app, reinstall from scratch, log back in
- Switch from Wi-Fi to cellular data or vice versa
- Check Settings > ChatGPT > Local Network (iOS) or Permissions (Android) — network access enabled?
If only desktop fails:
- Open chatgpt.com in an incognito/private window (Ctrl+Shift+N in Chrome, Cmd+Shift+N on Mac)
- If incognito works, your problem is cookies or cache — go to Settings > Privacy and Security > Clear browsing data, select "Cached images and files" and "Cookies" for chatgpt.com, last 7 days
- Disable all browser extensions (three-dot menu > Extensions > toggle everything off), reload ChatGPT
- Try a different browser entirely — if Chrome fails, test Firefox or Edge
- Check if you're on a work/school network with content filtering — try your phone's hotspot instead
If both fail:
- Visit platform.openai.com and try logging in there — if you can't access your account at all, it's an account-level issue
- Check ChatGPT not working — troubleshooting for authentication and payment problems
- Confirm you're not on a VPN that OpenAI blocks — disconnect and retry
- Test from a different network (mobile hotspot, coffee shop Wi-Fi, neighbor's network)
Write down exactly what happens: error code, blank screen, infinite loading spinner. "Error code 1020" means Cloudflare blocked you. A blank white page usually means JavaScript is disabled or an extension conflict.
What to do during an outage
If OpenAI confirms an outage affecting your platform, don't make it worse:
- Stop refreshing constantly. You're adding load to systems already under stress. Check the live OpenAI status every 15 minutes instead.
- Don't delete and reinstall the app repeatedly. You might lose conversation history, and you're not fixing anything — the servers are down, not your installation.
- Don't cancel your ChatGPT Plus subscription out of frustration. Outages happen. You won't get a pro-rated refund for two hours of downtime, and you'll lose your subscription benefits immediately.
- If you're an API user, implement exponential backoff. Start with a 1-second retry delay, double it each time (2s, 4s, 8s, 16s), cap at 60 seconds. Don't hammer the endpoints — see OpenAI API error 429 and other API errors for retry logic.
- Check Twitter/X for @OpenAIStatus updates. OpenAI posts incident updates there faster than anywhere else.
Questions people actually ask
Q: Is ChatGPT down right now?
A: Check the live OpenAI status page — it shows real-time status for web and mobile separately, updated every 60 seconds. If both show green but you're having issues, it's a local problem.
Q: Why does the app work but the website doesn't?
A: OpenAI runs separate infrastructure for web and mobile. Browser-based issues (cookies, cache, extensions) don't affect the app. Network-level blocks sometimes target chatgpt.com but miss the app's API endpoints.
Q: Can I use the web version if the mobile app is down?
A: Yes. Your conversations sync across platforms when both are working, but during platform-specific outages, you can absolutely switch to whichever one's up.
Q: Do Plus subscribers get priority during outages?
A: No. When infrastructure goes down, it affects everyone. Plus subscribers get priority access during high-traffic periods, not during full outages.
What to remember
- Test both mobile and desktop before assuming everything's down — one often works when the other doesn't
- Platform-specific failures point to local issues: browser cache, app updates, network restrictions
- If both fail but status.openai.com shows operational, check your account status and network
- Never delete your app or cancel subscriptions during an outage — you're reacting to temporary infrastructure problems
- The live OpenAI status monitor updates every 60 seconds and breaks down mobile vs web vs API status separately
---
*openai-support.com is an independent resource, not affiliated with OpenAI Inc.*