FIX ChatGPT Network Error in Chrome: 3 Fixes (2026)
ChatGPT network errors mid-generation are caused by Chrome suspending the tab and killing the WebSocket. Stop disconnects with fixes each tested on Chrome 146.
Key takeaways
- ChatGPT’s mid-generation “Network Error” is Chrome discarding the tab and killing the WebSocket. Not a ChatGPT outage.
- When Chrome discards the tab, the server sees a dropped heartbeat and terminates the stream. The response is gone when you reload.
- Fix it by adding chatgpt.com and chat.openai.com to chrome://settings/performance → “Always keep these sites active”.
You switch tabs while ChatGPT is generating a long response, come back a minute later, and find a red “Network Error” mid-sentence. The response is gone and you have to reload. This is not a ChatGPT outage — it is Chrome’s Memory Saver discarding the tab while you were away, which kills the WebSocket connection streaming the response. The AI server sees the connection drop and terminates the generation.
Quick Diagnosis
| When it happens | Likely cause | Where to start |
|---|---|---|
| Error appears after you switch to another tab | Tab discarded by Chrome Memory Saver | Whitelist the AI domain |
| Error on long responses even if you stay on the tab | WebSocket heartbeat timeout | Keep tab in foreground or whitelist domain |
| Error happens regardless of tab state | Network instability or AI service issue | Check your internet connection first |
| Error only on one specific AI site | Site-specific WebSocket behavior | Whitelist that domain specifically |
Fix 1: Add the AI Domain to Chrome’s Active Sites List
Chrome has a native exception list for Memory Saver. Adding AI chat domains here tells Chrome to never discard these tabs even under memory pressure:
- Navigate to
chrome://settings/performance - Under Memory Saver, click Add next to “Always keep these sites active”
- Enter
chatgpt.comandchat.openai.com - Repeat for any other AI tools you use:
claude.ai,chat.deepseek.com,gemini.google.com
Expected result: Chrome will not discard these tabs even under memory pressure. Note that Chrome’s native list is less reliable than extension-level whitelisting under severe memory pressure.
Fix 2: Keep the AI Tab in a Separate Window
Chrome is less aggressive about discarding tabs that are the only tab in a visible window.
- Right-click the ChatGPT tab
- Select Move tab to new window
- Position the window on a second monitor or keep it minimized (not closed)
This is a partial mitigation — it does not fully prevent discarding but reduces the likelihood.
Fix 3: Disable Chrome Memory Saver Globally (Not Recommended for General Use)
Disabling Memory Saver entirely prevents tab discards but allows all tabs to consume RAM freely, which can cause system slowdowns on machines with limited RAM.
- Navigate to
chrome://settings/performance - Under Memory Saver, toggle it off
This trades the network error problem for potential system performance degradation. Only recommended if you have 16 GB or more of RAM and keep fewer than 20 tabs open.
Keeping Background Tabs From Suspending Unexpectedly
Fix 1 using Chrome’s native list works for most people. SuperchargePerformance offers a more reliable alternative: its per-site whitelist operates at the extension level, which is not overridden by OS memory pressure the way Chrome’s native list can be.
When you add chatgpt.com or claude.ai to the whitelist:
- The tab is never passed to
chrome.tabs.discard()by the extension - The WebSocket connection stays alive throughout the generation
- All your other inactive tabs are still suspended to free RAM — the AI tab gets more resources, not fewer
The extension is not required to fix this — Chrome’s native list (Fix 1) handles it for most setups. It is worth adding if you find that Fix 1 still occasionally fails under heavy memory pressure, or if you want the RAM savings on other tabs as a bonus.
Technical Background
AI chat interfaces like ChatGPT use WebSockets or Server-Sent Events (SSE) to stream responses token-by-token. These are persistent connections: the server sends data continuously until the response is complete.
When Chrome discards a background tab, it terminates the renderer process. This kills the JavaScript engine running in that tab, which drops the WebSocket’s keep-alive heartbeat. The AI server detects the missed heartbeat, assumes the client disconnected, and terminates the stream. The next time you focus the tab, Chrome reloads it from scratch — the in-progress response is gone.
Chrome’s background timer throttling (aligning JavaScript timer wakeups to once per minute in background tabs) can also delay heartbeat pings enough to trigger a server-side timeout on long-running generations, even without a full tab discard.
Related Articles
- Keep ChatGPT Running in Chrome Background Tabs — broader guide to keeping AI sessions alive
- Prevent Chrome from Suspending the OpenClaw Web UI — same fix for local AI tools over localhost
- Disable Chrome Efficiency Mode for Specific Tabs — target throttling settings per tab
Frequently Asked Questions
Why does ChatGPT show a Network Error in Chrome?
How do I prevent ChatGPT Network Errors?
Does this also affect Claude, DeepSeek, and Gemini?
SuperchargePerformance
Tab suspension, ad blocking, and script control. Free.
Don't miss the next release
Be first to know when we ship something new.
Related Articles
Keep ChatGPT Running in Chrome Background Tabs (2026)
Chrome kills ChatGPT background tabs mid-generation by suspending them for RAM. 3 fixes keep AI sessions running; works for Claude, Gemini, and DeepSeek too.
FIX Chrome Suspending OpenClaw Web UI: 3 Solutions (2026)
Chrome Memory Saver drops the OpenClaw WebSocket after a few idle minutes. 3 fixes that keep the local AI tab alive without disabling Memory Saver globally.
AI Tab Organizer vs Tab Manager: 6 TESTED (2026)
6 AI tab organizers tested on CWS vs real tab managers. AI groups by content. You work by project. That gap costs more than you think. Real comparison inside.
Arc Browser Is Dead: 6 Features to Replicate in Chrome (2026)
Arc entered maintenance mode in 2025. 6 of its best features (spaces, command bar, peek, vertical tabs) replicate in Chrome today without switching browsers.