ChatGPT not loading — is it down or is it you
ChatGPT won't load and you're staring at a blank screen or spinning wheel. Before you assume OpenAI's servers crashed, you need to check whether it's an actual outage or something on your end — this takes less than a min
ChatGPT not loading — is it down or is it you
ChatGPT won't load and you're staring at a blank screen or spinning wheel. Before you assume OpenAI's servers crashed, you need to check whether it's an actual outage or something on your end — this takes less than a minute.
How to check if OpenAI is actually down
Start with the live OpenAI status monitor on this site. It pulls directly from OpenAI's official status feed and updates every 60 seconds. You'll see component-level status for ChatGPT Web, the API, and other services. If everything shows green, the problem is almost certainly local.
Head to status.openai.com for OpenAI's official status page. During real outages, you'll see incident reports with timestamps, affected components, and progress updates. If they're reporting "All Systems Operational" while ChatGPT won't load for you, the issue is on your side.
Check third-party sites like DownDetector or X (formerly Twitter) for "ChatGPT down" — if thousands of people are reporting problems simultaneously, it's a genuine outage. If you're not seeing widespread reports and the live OpenAI status shows green, keep reading.
Is it OpenAI or is it you
Try these numbered steps to isolate the problem:
1. Open an incognito or private browsing window
Press Ctrl+Shift+N (Chrome/Edge) or Cmd+Shift+N (Safari/Firefox). Navigate to chatgpt.com. If ChatGPT loads normally, your browser cache or extensions are the culprit.
2. Clear your browser cache and cookies for chatgpt.com
In Chrome: Settings → Privacy and security → Clear browsing data → select "Cookies and other site data" and "Cached images and files" → choose "Last 24 hours" → Clear data. In Safari: Preferences → Privacy → Manage Website Data → search for "chatgpt.com" → Remove.
3. Disable all browser extensions temporarily
Extensions like ad blockers, VPNs, or privacy tools can prevent ChatGPT from loading. In Chrome, go to chrome://extensions and toggle everything off. Reload chatgpt.com. If it works, re-enable extensions one by one to find the offender.
4. Check your network connection
Switch from WiFi to mobile data or vice versa. If ChatGPT loads on one but not the other, your network or ISP might be blocking OpenAI's domains. Corporate networks, school WiFi, and some countries actively block chatgpt.com.
5. Try a different device or browser
Load ChatGPT on your phone if you're on desktop, or try Edge if you normally use Chrome. Different results across devices confirm it's not an OpenAI-wide outage.
6. Update the ChatGPT mobile app
If you're using the iOS or Android app, check your app store for pending updates. Old versions sometimes fail to connect after OpenAI deploys backend changes.
For comprehensive troubleshooting beyond loading issues, check ChatGPT not working — troubleshooting.
What to do during an outage
If you've confirmed OpenAI is actually down — status.openai.com shows an active incident, the live OpenAI status displays degraded performance, and thousands are reporting problems — here's what to do:
1. Don't spam the refresh button
Hammering F5 won't bring ChatGPT back faster. You're just adding load to already-stressed servers. Check the status page for estimated recovery time.
2. If you're an API user, implement exponential backoff
Your code should catch 503 Service Unavailable errors and retry with increasing delays: 1 second, 2 seconds, 4 seconds, up to a reasonable maximum. Don't hammer the API with immediate retries. See OpenAI API error 429 and other API errors for proper retry logic.
3. Don't delete your account or cancel your subscription
During past outages, some users panicked and deleted accounts or cancelled ChatGPT Plus. This doesn't solve anything and creates new problems when service returns.
4. Don't flood OpenAI support
Support can't resolve infrastructure outages any faster. They're already aware. For contact methods when you do need help, see How to contact OpenAI support, but save it for account-specific issues, not outages.
Questions people actually ask
Q: Is ChatGPT down right now?
A: Check the live OpenAI status on this page — it updates every 60 seconds from OpenAI's official feed and tells you immediately whether ChatGPT, the API, or other services are experiencing problems.
Q: Why does ChatGPT load for others but not me?
A: Outages sometimes affect specific regions or ISPs first. Clear your browser cache, disable extensions, and try incognito mode. If it works in incognito, your regular browser has corrupted data.
Q: How long do ChatGPT outages usually last?
A: Most resolved within 15-60 minutes. Major incidents can take several hours. OpenAI posts time estimates on status.openai.com during active outages.
Q: Will OpenAI refund my ChatGPT Plus subscription for downtime?
A: OpenAI doesn't automatically refund for brief outages. Extended downtime may qualify for prorated credits, but you need to contact support directly — there's no public refund guarantee.
What to remember
- Check the live OpenAI status and status.openai.com first — takes 30 seconds and eliminates guesswork
- Try incognito mode before assuming an outage — clears 80% of "ChatGPT won't load" problems
- Browser extensions, especially ad blockers and VPNs, frequently prevent ChatGPT from loading
- During real outages, implement exponential backoff for API calls and don't spam refresh
- Network-level blocks from your ISP, workplace, or country can look exactly like an OpenAI outage
---
*openai-support.com is an independent resource, not affiliated with OpenAI Inc.*