ChatGPT breaks in very specific, frustrating ways. And because the error messages are usually garbage -- "Something went wrong," "Network error," a blank screen with a spinning cursor -- it's hard to know if you're dealing with a server outage, a browser issue, an account problem, or something else entirely.
I've been using ChatGPT since the GPT-3.5 days. I've hit every one of these issues. Here's what actually fixes them.
1. First: Check if ChatGPT is Down
Before you do anything else, go to status.openai.com.
I mean it. Do this first. Half the time someone tells me "ChatGPT isn't working," it's because OpenAI is having an active incident. The status page shows real-time uptime for ChatGPT, the API, DALL-E, and other services separately -- so you can see exactly what's degraded.
If the status page shows an incident: stop. There's nothing you can do on your end. No browser fix, no cache clear, no account action will resolve a server-side outage. You wait. Follow @OpenAIStatus on X if you want incident updates without refreshing manually.
Outages usually clear in under an hour. Major ones occasionally take a few hours.
If the status page looks fine and you're still having issues, keep reading.
2. ChatGPT Stuck on Loading Screen
You open ChatGPT, the page loads, but the interface just... sits there. Spinner going, nothing happening.
Nine times out of ten this is a browser issue. Start with incognito mode -- it bypasses extensions and cached data instantly. If ChatGPT loads fine in incognito, the problem is either a browser extension or corrupted cached data.
Browser cache fix:
- Chrome:
Ctrl+Shift+Delete→ check "Cached images and files" and "Cookies and other site data" → select "All time" → Clear data - Firefox:
Ctrl+Shift+Delete→ same options - Then hard refresh:
Ctrl+Shift+R(Windows) orCmd+Shift+R(Mac)
If it still doesn't load after a cache clear, try a completely different browser. I've seen Chrome sessions get into a state where ChatGPT just won't cooperate no matter what, and Firefox loads it fine.
Extensions to disable if you're troubleshooting: any ad blocker (uBlock Origin, AdBlock), privacy extensions (Privacy Badger), and any VPN browser extensions. These can all interfere with ChatGPT's real-time streaming.
3. ChatGPT Error: 'Something Went Wrong'
The vaguest error message in tech. OpenAI's "Something went wrong" can mean roughly twelve different things.
Most common cause: a failed request mid-stream. The fix is almost always a hard page reload (Ctrl+Shift+R) and starting a new conversation -- not refreshing the same broken one. ChatGPT conversations can get into a broken state where every message in that thread returns an error, but a fresh conversation works fine.
If the error persists across new conversations:
- Clear your browser cache (see above)
- Try incognito
- Try a different browser
- Log out completely and log back in -- not just a page refresh, an actual sign-out from chat.openai.com
This error also spikes during high-traffic periods even when the official status page shows green. OpenAI's status page sometimes lags reality by 10-15 minutes. If you're seeing "Something went wrong" repeatedly and nothing else fixes it, check Downdetector for real-time user reports.
4. ChatGPT Not Responding or Freezing Mid-Conversation
You send a message, the cursor blinks, and then... nothing. Or it starts responding and stops dead mid-sentence.
This is usually a session timeout or a network hiccup. The fix:
- Refresh the page
- If you had a long conversation going (50+ messages), start a new one. Long threads slow ChatGPT down and increase the chance of timeouts.
- If the response stopped mid-sentence, you can ask ChatGPT to "continue" or "keep going" -- it'll pick up from where it left off most of the time.
If freezing is constant across conversations: your network connection might be dropping packets intermittently. ChatGPT uses streaming (server-sent events), which is sensitive to connection instability. A VPN can also cause this -- I've had it happen with certain VPN servers that have high packet loss. Disconnect your VPN and see if it improves.
One underrated fix: switch to a wired connection if you're on Wi-Fi and experiencing consistent freezing.
5. ChatGPT Login Loop or Can't Sign In
You click "Log in," enter your credentials, it redirects you back to the login page. Or you get an error like "Unable to load site" or "Auth0 error" or "There was a problem with authentication."
Auth loops are almost always a cookie or session issue.
The fix sequence:
- Clear all cookies for
openai.comandchat.openai.comspecifically (not all cookies -- just OpenAI's) - Try incognito mode to confirm it's a cookie issue
- If you use a Google or Microsoft account to sign in, make sure you're actually signed into that account in the same browser session
- If you enabled 2FA recently: double-check your authenticator app is giving current codes, not expired ones
- Last resort: try the "Forgot password?" flow even if you remember your password -- sometimes forcing a password reset clears stuck auth state
One specific issue I've seen: if you're using a work or school email, your organization may have blocked access to OpenAI services entirely. Check with your IT department if you're on a managed device.
6. ChatGPT Giving Wrong or Outdated Answers
This isn't technically broken -- it's working as designed, which can be more frustrating.
ChatGPT has a knowledge cutoff. The default model (GPT-4o as of early 2026) has training data through early 2024, roughly. Anything after that, it either doesn't know or will hallucinate plausibly-sounding but incorrect information.
If you need current information: enable browsing. In ChatGPT Plus, you can turn on web search in the conversation settings (the globe icon). ChatGPT Free also has access to web search now, though it's less reliable.
For factual questions about recent events, I'd honestly rather use Perplexity AI than ChatGPT -- it's purpose-built for real-time research with citations.
If ChatGPT is giving confidently wrong answers about stable topics (not current events): that's hallucination. It happens more with obscure topics, math, and code. Cross-reference important outputs. Don't trust it blindly for anything where being wrong has consequences.
7. ChatGPT Plus Features Not Showing
You're paying $20/month and don't see GPT-4o, image generation, or other Plus features.
First check: go to chat.openai.com and click your profile in the lower left. It should show your subscription tier. If it shows "Free plan," your Plus subscription either didn't process or is in a billing error state.
Billing issues:
- Go to platform.openai.com/account/billing and check if your payment method is current
- Look for a failed charge email from OpenAI
- If your card expired, update it and reactivate the subscription
Features visible but broken: Sometimes Plus features activate but take a few minutes to fully propagate after subscribing or after a payment processes. Log out, wait five minutes, log back in.
Wrong account: This sounds obvious but it happens -- make sure you're logged into the account that has the Plus subscription, not a second account you created.
If billing looks fine and you're still on Free: OpenAI support is reachable via help.openai.com. Their chat support is slow but they do resolve billing issues.
8. ChatGPT Plugins or GPTs Not Working
If you use custom GPTs and they're returning errors, behaving unexpectedly, or just not loading:
Custom GPT issues:
- The GPT might be temporarily unavailable because its creator took it down or made changes
- Try refreshing the GPT page directly and starting a new conversation
- If a custom GPT has a broken action (API call to an external service), the external service might be down -- not ChatGPT itself
GPT builder issues: If you're building a GPT and the actions aren't working, the most common cause is a malformed OpenAPI spec or authentication config. Test your API endpoint separately before blaming ChatGPT.
Plugins (the old plugin system) were deprecated by OpenAI in 2024. If you're still seeing plugin-related errors, the plugin ecosystem no longer exists -- those features have moved to GPT actions and the tools built into the main interface (web search, code interpreter, image generation).
One thing that trips people up: the memory feature -- not a ChatGPT link, but worth comparing to how Claude handles context -- can sometimes cause weird behavior in conversations if ChatGPT's memory has outdated or conflicting information. Go to Settings → Personalization → Memory → Manage Memory to clear it if conversations are behaving strangely.
9. ChatGPT Slow Responses
ChatGPT is slower during peak hours. Full stop. That's usually weekday afternoons in US time zones -- 1pm to 6pm Eastern.
Free plan users get throttled during high demand. If you're on Free and ChatGPT is consistently slow, it's partially by design. Plus subscribers get priority access, which is one of the actual tangible benefits of the $20/month subscription.
Other causes of slow responses:
- Long conversations: The longer your thread, the more context ChatGPT has to process. Start fresh if you're 30+ messages deep and it's getting sluggish.
- Complex tasks: Image generation, code interpreter, and web search all add latency. Expect 10-30 seconds for these.
- Your network: Slow responses can look like ChatGPT being slow when it's actually your connection buffering the streamed output. Test your internet speed at fast.com.
If you need faster responses for coding specifically, GitHub Copilot and other coding tools tend to be more consistent because they have dedicated infrastructure.
10. ChatGPT App Not Working on Mobile
The iOS and Android apps have their own issues separate from the web version.
App crashing or not loading:
- Force-close the app and reopen it -- not just swipe away, full force-close
- Check for app updates in the App Store or Play Store. OpenAI pushes updates frequently and old versions sometimes break.
- Check your phone's storage. Apps get weird when storage is full.
- If it's still broken: uninstall and reinstall. On mobile, this usually fixes issues that persist through updates.
Audio / voice mode not working: Make sure you've granted the ChatGPT app microphone permission. On iOS: Settings → ChatGPT → toggle Microphone on. On Android: Settings → Apps → ChatGPT → Permissions → Microphone.
Mobile web fallback: If the app is completely broken and you need ChatGPT now, chat.openai.com works in mobile Safari and Chrome. It's not as polished as the native app but it's fully functional.
One annoyance specific to iOS: if your device is in Low Power Mode, it can cause the app to drop connections mid-conversation. Turn off Low Power Mode if you're seeing frequent disconnects.
If you've worked through all 10 of these and ChatGPT still isn't working, compare it with Claude or Gemini to see if the issue is AI-tool-specific or something in your setup. Sometimes the fastest fix is just using a different tool for the next 20 minutes while OpenAI sorts itself out.
ChatGPT's reliability has gotten better over the years but it's still not perfect. The status page, a hard refresh, and a fresh conversation resolve about 80% of issues.
Top comments (0)