Why Is ChatGPT Not Working? Fixes That Actually Help

July 4, 2026 9 min read
Why Is ChatGPT Not Working? Fixes That Actually Help

If you’re seeing errors, spinning loaders, or blank responses, you’re not alone. The question “why is ChatGPT not working” usually boils down to one of a few things: temporary service issues, a network problem, or something local in your browser/app.

This guide walks you through the most common causes and the fastest ways to get ChatGPT running again—without guessing.

Why is ChatGPT not working? The 5 most common causes

ChatGPT can fail to respond for reasons that are outside your control—or caused by your device/session. Here are the usual suspects:

  1. OpenAI is having an outage or incident

    • You might see generic errors like “Something went wrong” or failures to generate responses.
  2. Network instability or routing problems

    • Even if your internet “works,” small drops or blocked routes can break the connection.
    • VPNs/proxies and some firewalls can also cause issues.
  3. Browser/app state is corrupted

    • Stale cache/cookies or corrupted session data can keep failing across tabs.
  4. Conflicting browser extensions

    • Privacy blockers, script blockers, ad blockers, and “security” extensions can interfere with required requests.
  5. Account or authentication issues

    • Temporary login/auth glitches, or rare account access restrictions, can prevent successful requests.

If you’re not sure where to start, start with the checks that take the least time: refresh, status page, then your browser session.

Step-by-step fixes when ChatGPT won’t load or won’t respond

Use this order if you want the quickest path to a fix.

1) Check OpenAI status first (fastest way to avoid wasted troubleshooting)

Before you clear anything locally, verify whether there’s an active incident.

  • Go to the OpenAI status page: https://status.openai.com/
  • If there’s an incident matching ChatGPT or API, the “fix” is basically waiting.

2) Reload correctly (not just a refresh)

Try each of these in order:

  1. Hard refresh: Windows/Linux Ctrl + F5; macOS Cmd + Shift + R
  2. Restart the chat (start a new thread and test there)
  3. Fully refresh the page and try again

Why this works: it forces new files and re-establishes the session handshake.

3) Use a clean session to isolate the problem

If ChatGPT works in a clean environment, your issue is almost certainly local.

  • Open a private/incognito window
  • Log in again if needed
  • Test ChatGPT

If it works in incognito but not normally, your likely causes are cached cookies or extensions.

4) Clear cache and cookies (target the browser, not your computer)

If incognito also fails, try clearing browser storage for your ChatGPT session.

  • Clear cookies and site data for the domain(s) used by ChatGPT
  • Then clear cached images/files (or browser cache overall, if you prefer)

After clearing, log back in and test.

Quick worked example: browser troubleshooting in 4 minutes

Goal: Fix “Something went wrong” that happens every time you send a prompt.

Before:

  • In Chrome, ChatGPT shows the error.
  • Regular window: fails.

Steps:

  1. Open Incognito window.
  2. Test ChatGPT with a simple prompt: “Write a 3-sentence summary of photosynthesis.”
  3. If it works in incognito, close incognito and disable extensions:
    • Turn off blockers (privacy/script/ad/security extensions)
    • Reload with Ctrl + F5
  4. If it still fails in incognito, clear cookies/site data.
  5. If it still fails, check the OpenAI status page and then test a different network (mobile hotspot) to rule out routing.

After:

  • ChatGPT responds normally in the regular window after you disable the extension or clear session cookies.

5) Disable VPN/proxy and temporarily loosen security tools

VPNs and proxies can route your traffic through IPs or networks that get flagged or blocked.

  • Turn off VPN
  • Turn off proxy settings (if enabled)
  • Temporarily disable strict firewall rules for the browser (only if you know what you’re doing)

Then test again with a new hard refresh.

6) Test whether your network is the problem

If ChatGPT fails only on one Wi‑Fi/network, it’s often routing, DNS, or intermittent packet loss.

Try this:

  • Switch from Wi‑Fi to mobile hotspot (or vice versa)
  • If it works on hotspot, your home network is the culprit
  • Consider restarting your router

For DNS resets:

  • You can reset your DNS settings in your OS
  • Or try a different DNS provider (only if you’re comfortable doing so)

7) Disable extensions methodically (not randomly)

If you suspect an extension (common with privacy and script blockers), don’t disable everything at once forever—use a quick elimination approach.

  • Disable extensions one group at a time
  • Reload ChatGPT with a hard refresh after each change

Common culprits:

  • Script blockers
  • Privacy/tracker blockers
  • Ad blockers with aggressive filtering

8) Log out/in and verify you’re authenticated

If you get errors around login/auth or it suddenly stopped working:

  • Log out of ChatGPT
  • Log back in
  • Try a new chat thread

If you use multiple devices, compare behavior:

  • If it fails on every device, it could be account/session
  • If it fails only on one device/browser, it’s usually local

9) When errors persist across devices: check account access

If ChatGPT is broken across networks and devices, it may be an account-specific authentication/access problem.

At that point, gather details:

  • exact error message
  • time it started
  • which devices/browsers fail

Then contact support.

For error-message troubleshooting, OpenAI also publishes steps here: https://help.openai.com/en/articles/7996703-troubleshooting-chatgpt-error-messages

Understanding common ChatGPT error messages (so you know what to try)

If you’re stuck, don’t just keep refreshing. Match the error to the likely cause.

“Something went wrong” / “There was an error generating a response”

Usually:

  • transient service issues
  • network interruption
  • corrupted session state

Try:

  1. Check OpenAI status
  2. Hard refresh
  3. Incognito test
  4. Clear cookies/site data

“Network error”

Usually:

  • blocked requests, unstable connection, VPN/proxy interference

Try:

  • Disable VPN/proxy
  • Switch networks (hotspot)
  • Disable extensions that block scripts/privacy

“Access denied” / Error 1020-type situations

Usually:

  • security filtering at the network level (sometimes firewall/WAF-like behavior)

Try:

  • disable VPN and try again
  • try a different network
  • check corporate/school network restrictions

429 (rate limiting)

Usually:

  • too many requests in a short time

Try:

  • wait a bit and retry
  • reduce rapid retries
  • if you’re using a tool/integration, slow it down

OpenAI’s troubleshooting guide covers many of these patterns: https://help.openai.com/en/articles/7996703-troubleshooting-chatgpt-error-messages

Advanced checks (for when the usual steps don’t work)

If you’ve tried the basics and ChatGPT still won’t behave, use these higher-signal tests.

Test with a different browser and/or device

Sometimes a browser-specific extension policy, cookie behavior, or storage issue is to blame.

  • Try Firefox, Edge, or Safari
  • Try the mobile app (if you were using desktop)

If it works elsewhere, you can focus your troubleshooting on the failing browser.

Look for a specific JavaScript/browser-side failure

In some cases, errors come from how your browser executes scripts.

If you see odd messages in the page console (or you’re getting a persistent “not working” state), try:

  • Disable extensions
  • Clear cache/cookies
  • Update the browser

(If you’re comfortable, open the browser console to see what’s failing, then describe it to support.)

Re-check DNS if the issue only appears on one network

DNS problems can prevent the initial handshake or cause intermittent connections.

Try:

  • restart router
  • reset DNS
  • test another network to confirm

What to do if you need work right now (temporary workaround)

If ChatGPT is down or broken for your setup, you can keep moving while you troubleshoot.

  • Draft your prompts elsewhere (notes) and paste later
  • Switch to another browser/device to restore access
  • If you use multiple AI services, you can temporarily switch tools to avoid blocking your workflow

(If you’ve tried everything and you still can’t access ChatGPT, this “workaround” is mainly about reducing downtime until service returns or your local issue is resolved.)

How to prevent “ChatGPT not working” next time

You can reduce repeat failures by keeping your environment stable.

  • Keep your browser updated
  • Avoid heavy blocker extensions unless you truly need them
  • If you use VPN/proxy, note whether ChatGPT fails with it enabled
  • When you hit a persistent error, use incognito as your first diagnostic tool

If you’re also dealing with performance issues (slowness, timeouts), you may find this useful: why is chatgpt so slow.

If you’re trying to get more done while you debug, these can help:

(Those pages aren’t “fixes” for ChatGPT itself, but they can keep your workflow moving when the site is down.)

FAQ

Why is ChatGPT not working on only one device?

If it works on your phone but not your laptop (or vice versa), the cause is usually local: browser cache/cookies, an extension conflict, or a device-specific network setting. Try incognito on the failing device first; if that fixes it, start disabling extensions or clearing site data.

Why does ChatGPT show “Something went wrong” every time I send a message?

This can happen when the session state is corrupted, the network drops mid-request, or the service is experiencing an incident. Start with OpenAI status, then hard refresh, then test in incognito to isolate whether it’s your browser.

Does a VPN cause ChatGPT not to work?

Yes, it can. VPNs and proxies sometimes route traffic through IP ranges that trigger security filtering or cause unstable routes. Disable your VPN temporarily and retry; if that resolves it, you can keep using a different VPN configuration or switch networks.

How do I fix ChatGPT not working without clearing everything?

Use the smallest “clean session” test first: open an incognito/private window and test ChatGPT there. If it works, you don’t need a full browser reset—just clear cookies/site data for the ChatGPT domain or disable the extensions running in your normal browser.

What should I do if ChatGPT is down for everyone?

If OpenAI status shows an incident, the best option is to wait. You can still reduce downtime by testing access later, switching devices/browsers (in case the outage is partial), and preparing your prompt drafts so you can resume quickly when it’s back.

When should I contact support for account-specific issues?

If ChatGPT fails across multiple devices and networks, and it also fails in incognito, it’s time to contact support. Include the exact error message, the time it started, and what you already tried so they can narrow it down faster.

255K

Related posts