ChatGPT down right now?

You're getting errors, blank screens, or the site won't load at all — and you need to know whether ChatGPT is actually down or if it's something on your end. Here's how to figure that out in under a minute: check the [li

ChatGPT down right now?

You're getting errors, blank screens, or the site won't load at all — and you need to know whether ChatGPT is actually down or if it's something on your end. Here's how to figure that out in under a minute: check the live OpenAI status monitor on this site, which updates every 60 seconds, and visit status.openai.com for the official feed.

How to check if OpenAI is actually down

Start with the live OpenAI status page right here. It pulls directly from OpenAI's official feed every 60 seconds and shows you the current state of ChatGPT (web), the API, Sora, and other services. If any component is marked "degraded performance" or "major outage," that's your answer — it's not you.

Next, go to status.openai.com directly. OpenAI posts real-time updates there when something breaks. Look for specific components: "ChatGPT" for the web interface, "API" for developers, and "Labs" for experimental features. A green checkmark means operational. Yellow or red means trouble. If the status page says "All Systems Operational" but you're still locked out, the problem is likely local.

Check third-party outage trackers like DownDetector or search Twitter for "ChatGPT down" to see if thousands of people are reporting the same issue in the last 10 minutes. If you see a spike in reports within the last hour, it's a widespread outage. If reports are scattered or old, it's probably not a system-wide problem.

Is it OpenAI or is it you

Open an incognito or private browsing window and try chatgpt.com again. This bypasses your cache, cookies, and extensions. If ChatGPT loads perfectly in incognito mode, you've got a local issue — probably a corrupted cookie or a browser extension blocking the site.

Clear your cache and cookies specifically for chatgpt.com. In Chrome: Settings → Privacy and security → Clear browsing data → select "Cookies and other site data" and "Cached images and files," then set the time range to "All time" and confirm. In Firefox: Preferences → Privacy & Security → Cookies and Site Data → Manage Data, then search for "chatgpt.com" and remove it. Restart your browser and try again.

Disable all browser extensions temporarily. Ad blockers, privacy tools, and VPNs can interfere with ChatGPT's loading sequence. Turn them off one by one, reload chatgpt.com after each, and see if the site comes back. If it does, you've found the culprit.

Try a different browser or device. If ChatGPT works in Safari but not Chrome, or loads on your phone but not your laptop, the outage is local to that specific setup. Check the ChatGPT mobile app (iOS or Android) if you normally use the web interface — they run on separate infrastructure.

Switch networks. If you're on corporate or school Wi-Fi, try your phone's mobile hotspot. Some networks block OpenAI domains entirely. If ChatGPT loads on mobile data but not Wi-Fi, your network admin is filtering the traffic.

For more in-depth troubleshooting, see ChatGPT not working — troubleshooting.

What to do during an outage

Don't refresh obsessively. Hammering the site won't bring it back faster and might trip rate limits that lock you out longer. Check the live OpenAI status monitor here — it updates automatically, so you don't need to refresh manually.

If you're an API user and getting 503 or 429 errors, implement exponential backoff in your retry logic. Start with a 1-second wait, then 2, 4, 8, up to a maximum of 60 seconds between attempts. Set a retry budget — say, 5 attempts — and fail gracefully after that. For detailed API troubleshooting, see OpenAI API error 429 and other API errors.

Queue your requests instead of dropping them. If you're building a production app, store failed requests in a queue and process them when the service recovers. Don't delete critical data or cancel paid subscriptions during an outage — you'll lose access when the service comes back.

Wait at least 30 minutes before contacting support. Most outages resolve in under an hour, and support teams are flooded during incidents. If you need to reach out after that, see how to contact OpenAI support for the correct channels.

Questions people actually ask

Q: Is ChatGPT down right now?

A: Check the live OpenAI status page here — it updates every 60 seconds from OpenAI's official feed. If all systems show operational and you're still locked out, follow the "Is it OpenAI or is it you" steps above.

Q: How long do ChatGPT outages usually last?

A: Most resolve in 15-90 minutes. Severe incidents can take several hours. OpenAI posts updates on status.openai.com with estimated recovery times.

Q: Will I lose my chat history during an outage?

A: No. Your conversations are stored server-side and will reappear when the service recovers. Don't delete your account or clear your data.

Q: Can I get a refund if ChatGPT Plus is down?

A: OpenAI doesn't offer refunds for brief outages. Extended downtime (multiple days) may qualify for credit — contact support directly, but expect a 3-5 business day response.

What to remember

  • Check the live status monitor here and status.openai.com before assuming an outage
  • Test in incognito mode, clear cookies for chatgpt.com, disable extensions, and try different networks
  • Don't spam refresh, delete your account, or cancel subscriptions during an outage
  • API users: implement exponential backoff and retry budgets to handle temporary failures
  • Most outages resolve in under an hour — wait 30 minutes before contacting support

---

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

Related help