What to do during a ChatGPT outage

When ChatGPT stops responding, you need to know within 30 seconds whether it's a global outage or just your connection. Check the [live OpenAI status](/status) on this site — it updates every 60 seconds from OpenAI's off

What to do during a ChatGPT outage

When ChatGPT stops responding, you need to know within 30 seconds whether it's a global outage or just your connection. Check the live OpenAI status on this site — it updates every 60 seconds from OpenAI's official feed and shows exactly which services are down. If ChatGPT shows "Operational" but you can't access it, the problem is on your end.

How to check if OpenAI is actually down

Start with the live OpenAI status monitor here — it pulls directly from status.openai.com and updates automatically. You'll see individual components listed: ChatGPT, API, Sora, and others. Green means operational, yellow means degraded, red means down. This is faster than refreshing ChatGPT repeatedly.

Next, check status.openai.com directly. OpenAI posts incident reports there with timestamps, affected services, and estimated resolution times. If you see "Investigating" or "Identified", they know about it. If you see "Monitoring", they've applied a fix and are watching for problems.

Third-party sites like Downdetector show user reports in real time, but treat these as supporting evidence, not primary confirmation. A spike in reports usually correlates with real outages, but sometimes reflects localised network issues or confusion after OpenAI updates their interface.

Is it OpenAI or is it you

Before assuming it's an outage, isolate your setup. These steps take three minutes and eliminate most false alarms.

1. Open an incognito or private window. Press Ctrl+Shift+N (Chrome/Edge) or Cmd+Shift+N (Safari). Navigate to chatgpt.com. If ChatGPT works here but not in your regular browser, you've got a cache or extension problem.

2. Clear your browser cache for chatgpt.com specifically. In Chrome: Settings > Privacy and security > Clear browsing data > choose "Cached images and files" and set the time range to "All time". Then type `chatgpt.com` in the filter box. Firefox: Settings > Privacy & Security > Cookies and Site Data > Manage Data > search for `chatgpt.com` > Remove Selected.

3. Disable browser extensions one by one. Ad blockers, privacy tools, and VPNs commonly interfere. Go to your extensions page (chrome://extensions or about:addons), toggle each off, and test ChatGPT after each one. The culprit is often uBlock Origin, Privacy Badger, or workplace security extensions.

4. Test on a different network. Switch from WiFi to mobile data or vice versa. If ChatGPT works on mobile data but not WiFi, your router, workplace firewall, or ISP is blocking WebSocket connections that ChatGPT needs.

5. Try the mobile app versus the web interface. Download the ChatGPT app (iOS or Android) and test there. If the app works but the browser doesn't, you've confirmed a browser-specific issue. If neither works, check the live OpenAI status again.

6. Check if other OpenAI services work. Visit platform.openai.com/playground or try the API with a simple cURL request. If the Playground loads but ChatGPT doesn't, the outage is isolated to ChatGPT specifically.

For detailed troubleshooting beyond these steps, see ChatGPT not working — troubleshooting.

What to do during an outage

Once you've confirmed it's a real outage, here's how to handle it productively.

1. Don't refresh constantly. Hammering chatgpt.com or the API won't speed up recovery and might trigger rate limits when service resumes. OpenAI's systems handle millions of requests — your F5 key doesn't matter.

2. If you're using the API, implement exponential backoff. Retry failed requests with increasing delays: wait 1 second, then 2, then 4, then 8. Most SDKs (Python's `openai` library, for example) support automatic retry with backoff. Don't loop retries without delays.

3. Queue requests if you're building a product. Use a message queue like Redis or RabbitMQ to store failed requests during outages, then process them when service returns. This prevents data loss and avoids overwhelming OpenAI's systems when they come back online.

4. Don't delete your account, cancel your subscription, or contact support during an active outage. None of these help. OpenAI's engineering team already knows about the outage and is working on it. Support tickets won't speed up repairs.

5. Check for status updates every 15-20 minutes. OpenAI posts progress on status.openai.com. Look for incident updates with timestamps — they'll tell you if the issue is identified, if a fix is being deployed, or if service is back but still being monitored.

6. For urgent work, have a backup. Keep API credits with Anthropic (Claude) or Google (Gemini). During major outages, switching providers temporarily is faster than waiting.

Questions people actually ask

Q: Is ChatGPT down right now?

A: Check the live OpenAI status — it updates every 60 seconds and shows real-time status for ChatGPT, the API, and other services. If it shows green for ChatGPT, the service is operational globally.

Q: How long do ChatGPT outages usually last?

A: Most outages resolve within 15-45 minutes. Major incidents occasionally stretch to 2-3 hours. OpenAI posts estimated resolution times on status.openai.com when they have enough information.

Q: Will I get a refund for ChatGPT Plus during an outage?

A: OpenAI doesn't typically issue automatic refunds for brief outages. For extended downtime exceeding several hours, you can request a prorated refund through help.openai.com, but approval isn't guaranteed.

Q: Can I contact OpenAI to report an outage?

A: You can, but it won't speed up resolution. OpenAI's monitoring systems detect outages automatically before users report them. Save support tickets for persistent individual issues after outages end.

What to remember

  • Use the live OpenAI status as your first check — it's faster than chatgpt.com
  • Test incognito mode and clear chatgpt.com cache before assuming it's a global outage
  • During confirmed outages, implement exponential backoff for API calls and avoid spamming refresh
  • Don't cancel subscriptions or delete accounts during active incidents
  • status.openai.com posts timestamped updates with estimated resolution times

Related help

---

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

Related help