ChatGPT Not Loading
Quick Answer
ChatGPT not loading usually means the web app cannot finish its initial page request, JavaScript startup, or session check. In most cases the cause is local: corrupted browser cache, blocked scripts, stale cookies, a bad extension, or a network filter between your device and OpenAI.
Symptoms
- The page stays on a spinner and never reaches the chat screen
- The app shell appears but messages and sidebar never load
- The page refreshes to the same half-loaded state repeatedly
- Buttons do not respond after the first paint
- Developer console often shows failed network requests or blocked scripts
Why This Happens
- Old cookies or cached app files are out of sync with the current ChatGPT build
- An extension blocks scripts, storage, or requests needed for login and app hydration
- DNS, VPN, firewall, or secure web gateway is slowing or blocking requests
- The browser is reusing a broken service worker or stale local storage state
- OpenAI is having a partial outage affecting session bootstrap or static assets
How to Fix
- Check whether the problem is broad or local. Open ChatGPT in a private window. If it loads there, your main browser profile is the problem, not the service.
- Hard refresh the page. On desktop, force reload so the browser fetches fresh assets instead of reusing the cached application shell.
- Clear site data for
chat.openai.comandchatgpt.com. Remove cookies, local storage, indexed data, and cache for the site only, then sign in again. - Disable extensions that alter requests or page scripts. Ad blockers, privacy filters, script managers, coupon tools, and antivirus browser modules are common causes.
- Turn off VPN, proxy, or filtered DNS temporarily. If the page starts loading on a direct connection, the routing layer is interfering with required requests.
- Try another browser. If ChatGPT works in Safari but not Chrome, or vice versa, you have confirmed a browser-specific issue and can focus on that profile.
- Test another network, especially if you are on office Wi‑Fi, school Wi‑Fi, hotel internet, or mobile hotspot. These networks often filter Cloudflare or websocket traffic.
- Check the browser console only if the issue persists. Repeated
403,429, failed script loads, orERR_BLOCKED_BY_CLIENTerrors usually point directly to the root cause. - Update the browser. Older browser builds can fail on newer security or rendering requirements, especially after a site rollout.
- If all browsers and networks fail, check the OpenAI status page and wait. A platform-side failure can leave the page stuck before the interface finishes loading.
If It Still Doesn't Work
- Test whether the issue is closer to
chatgpt-blank-screen,chatgpt-cloudflare-error, orchatgpt-login-loop - If only one browser profile fails, create a clean profile and compare behavior
- If every device on the same network fails, move to network diagnostics instead of browser cleanup