ChatGPT not loading — is it down or is it you

You type chatgpt.com into your browser and nothing happens. The page hangs, shows a blank screen, or spins forever. Before you panic, you need to figure out whether OpenAI's servers are actually down or if something on y

ChatGPT not loading — is it down or is it you

You type chatgpt.com into your browser and nothing happens. The page hangs, shows a blank screen, or spins forever. Before you panic, you need to figure out whether OpenAI's servers are actually down or if something on your end is blocking the connection. You can usually tell within 30 seconds by checking the live OpenAI status monitor and trying an incognito window.

How to check if OpenAI is actually down

Start with this site's live OpenAI status monitor, which updates every 60 seconds directly from OpenAI's official status feed. It shows you which specific components are working and which aren't — ChatGPT, the API, authentication, and other services. If you see red indicators for "ChatGPT" or "ChatGPT Web Application", the problem is on OpenAI's side and you're not alone.

OpenAI's official status page at status.openai.com gives you the same information with historical uptime data and incident reports. When ChatGPT goes down, they typically post updates there within 10-15 minutes explaining what's broken and what they're doing about it. You'll see terms like "degraded performance", "partial outage", or "major outage" — these tell you how bad it is.

Third-party sites like Downdetector track user reports in real time. If thousands of people are suddenly reporting problems with ChatGPT in the last five minutes, that's strong confirmation of a widespread outage. But if you only see scattered reports, the problem might be regional or specific to certain ISPs.

Is it OpenAI or is it you

Open an incognito or private browsing window (Ctrl+Shift+N in Chrome, Cmd+Shift+N on Mac). Try loading chatgpt.com there. If it works in incognito but not in your normal browser, you've got a local issue — usually corrupted cache, problematic cookies, or a misbehaving extension.

Clear your browser cache and cookies specifically for chatgpt.com. In Chrome, go to Settings > Privacy and security > Clear browsing data > Advanced, select "Cached images and files" and "Cookies and other site data", change the time range to "All time", then click Clear data. In Firefox, it's Settings > Privacy & Security > Cookies and Site Data > Clear Data. After clearing, close your browser completely and restart it.

Disable all browser extensions temporarily. Extensions like ad blockers, privacy tools, or VPNs can interfere with ChatGPT's authentication and streaming responses. In Chrome, type chrome://extensions in the address bar and toggle everything off. In Firefox, type about:addons. Try loading ChatGPT again. If it works, turn extensions back on one by one to find the culprit.

Check if you're on a VPN or corporate network. Some VPNs route traffic through servers that OpenAI blocks due to abuse. Corporate networks often have strict firewalls that block WebSocket connections, which ChatGPT needs for real-time responses. Try disconnecting from your VPN or switching to your phone's mobile data to test.

Test the ChatGPT mobile app versus the browser version. If the app works but the browser doesn't, it's almost certainly a browser-specific issue. If neither works, check if other OpenAI services are loading — try platform.openai.com to see if the API dashboard loads. For more comprehensive troubleshooting, see ChatGPT not working — troubleshooting.

What to do during an outage

Wait it out. Most ChatGPT outages last between 15 minutes and 2 hours. Refreshing the page 50 times won't help — it just adds load to servers that are already struggling. Check the live OpenAI status monitor every few minutes for updates.

If you're using the API and getting 500 or 503 errors, implement exponential backoff in your code. Start with a 1-second retry delay, then 2 seconds, 4 seconds, 8 seconds, up to a maximum of 60 seconds. This prevents hammering the API with requests when it's already down.

Don't delete your ChatGPT account or cancel your subscription during an outage. You won't get an instant refund, you'll lose your conversation history, and you'll have to re-subscribe when service comes back. Outages happen to every online service — they're not grounds for cancellation.

Don't contact support unless the outage lasts more than 6 hours or affects only your account. OpenAI's support team gets flooded during outages with thousands of "is it down?" tickets. They can't respond faster than they can fix the servers.

Questions people actually ask

Q: Is ChatGPT down right now?

A: Check the live OpenAI status monitor on this site — it updates every 60 seconds and shows exactly which components are working. If ChatGPT shows green, the problem is likely on your end.

Q: Why does ChatGPT load but not respond to my messages?

A: That's usually a WebSocket connection failure. Try disabling VPNs and browser extensions first, then check status.openai.com to see if there's a partial outage affecting chat functionality.

Q: How long do ChatGPT outages typically last?

A: Most resolve within 2 hours. Major incidents affecting all services can last 4-6 hours. OpenAI posts updates on status.openai.com during extended outages.

What to remember

  • Check the live OpenAI status monitor first — updates every 60 seconds from official sources
  • Test in incognito mode to rule out cache, cookies, and extensions instantly
  • Clear chatgpt.com cookies and cache specifically, not just general browsing data
  • VPNs and corporate networks frequently block ChatGPT's WebSocket connections
  • Never delete your account or cancel subscriptions during outages — they're temporary
  • API users should implement exponential backoff, not rapid-fire retries

Related help

---

*openai-support.com is an independent resource, not affiliated with OpenAI Inc.*

Related help