What to do during a ChatGPT outage

ChatGPT stops mid-sentence, won't load your chat history, or throws a network error — you need to know within 30 seconds whether OpenAI's infrastructure is down or your connection is at fault. Check the [live OpenAI stat

What to do during a ChatGPT outage

ChatGPT stops mid-sentence, won't load your chat history, or throws a network error — you need to know within 30 seconds whether OpenAI's infrastructure is down or your connection is at fault. Check the live OpenAI status on this site first, then open status.openai.com in a new tab. If both show green across all components, the problem is likely on your end.

How to check if OpenAI is actually down

The live OpenAI status monitor on this site updates every 60 seconds directly from OpenAI's official status feed. You'll see real-time indicators for ChatGPT, the API, Sora, and individual infrastructure components. If any component shows red or yellow, OpenAI has acknowledged the problem and is working on it.

Head to status.openai.com next — it's OpenAI's own status page. Look for the component breakdown: "ChatGPT" is the web and mobile interface, "API" covers developer integrations, and "Sora" is the video model. A partial outage might affect only API users while chatgpt.com works fine, or vice versa. Check the incident timeline at the bottom — OpenAI posts updates every 15-30 minutes during major outages.

If both status pages show operational but you're still stuck, search "ChatGPT down" on Twitter or check downdetector.com/status/openai. A sudden spike in reports from the last 10 minutes confirms a widespread issue OpenAI hasn't acknowledged yet. If reports are flat and your friends can access ChatGPT normally, you've got a local problem — skip to the next section.

Is it OpenAI or is it you

  • Open chatgpt.com in an incognito window (Ctrl+Shift+N on Chrome, Cmd+Shift+N on Safari). Log in fresh. If it works here but not in your regular browser, your cache or cookies are corrupted. Clear them: Settings → Privacy and security → Clear browsing data → check "Cookies" and "Cached images" → select "Last 24 hours" → Clear data. Close the browser completely and restart.
  • Disable all browser extensions — especially VPNs, ad blockers, and privacy tools. Click the puzzle icon in Chrome, toggle off each extension, then reload chatgpt.com. Extensions like uBlock Origin and Privacy Badger sometimes block WebSocket connections ChatGPT needs for real-time streaming.
  • Test a different network. If you're on corporate WiFi or a university network, IT firewalls might block chatgpt.com or platform.openai.com. Switch to mobile data as a test. If ChatGPT works on 4G but not WiFi, you've confirmed a network restriction.
  • Try the mobile app instead of the browser. Download the official ChatGPT app for iOS or Android. If the app works but the website doesn't, you've likely got a browser-specific issue. Update your browser to the latest version — outdated Chrome or Safari builds cause connection failures.
  • Check your account status. Log into chatgpt.com and click your profile icon → Settings → Manage my subscription. If your Plus subscription lapsed or your payment failed, you'll see a banner. Reactivate it before assuming there's an outage. API users should check platform.openai.com/usage for quota limits or billing issues.

For more troubleshooting steps beyond outages, see ChatGPT not working — troubleshooting.

What to do during an outage

  • Wait 15 minutes before retrying. Repeatedly refreshing chatgpt.com or hammering the API won't restore service faster. It might trigger rate limiting on your account or IP address, making recovery slower when systems come back online.
  • For API users: implement exponential backoff immediately. If you're getting 503 errors or timeouts, don't retry every second. Wait 1 second, then 2, then 4, then 8, doubling the delay until you hit a 60-second ceiling. See OpenAI API error 429 and other API errors for code examples.
  • Queue requests instead of dropping them. Store failed prompts in a temporary queue. When the live OpenAI status shows green again, process the queue with 2-3 second delays between requests. This prevents thundering herd problems that can trigger secondary outages.
  • Don't delete your account or cancel your subscription. Mid-outage panic leads to regret. You won't get faster service by re-subscribing, and you'll lose your chat history if you delete the account. OpenAI doesn't offer refunds for brief outages — they credit extended downtime automatically.
  • Never contact support during an acknowledged outage. If status.openai.com shows an active incident, OpenAI support already knows. Your ticket won't get answered faster. Save support for account-specific problems that persist after service is restored. For contact methods, see How to contact OpenAI support.

Questions people actually ask

Q: Is ChatGPT down right now?

A: Check the live OpenAI status — it updates every 60 seconds. If all components show operational but you still can't connect, the problem is local. Follow the isolation steps above.

Q: How long do ChatGPT outages usually last?

A: Most partial outages resolve within 30-90 minutes. Total platform failures are rare and typically last 2-4 hours. Check status.openai.com for real-time estimates — OpenAI posts ETAs during major incidents.

Q: Will I get refunded for downtime?

A: OpenAI doesn't issue prorated refunds for short outages. If downtime exceeds several hours and affects your subscription billing cycle, they may apply automatic service credits. You'll see these reflected in your account, not as cash refunds.

What to remember

  • Check the live OpenAI status and status.openai.com before assuming an outage — most connection problems are local
  • Clear your browser cache and cookies for chatgpt.com if the service works in incognito mode
  • API developers must use exponential backoff during degraded performance, not aggressive retries
  • Don't cancel subscriptions or delete accounts during outages — you won't get faster service and you'll lose chat history
  • Support tickets won't accelerate fixes during acknowledged incidents — save contact for account-specific issues

---

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

Related help