Quick Answer: ERR_EMPTY_RESPONSE means the server didn’t send anything back at all, not even an error page. It’s usually the website’s server dropping the connection, but it can also come from an overly aggressive browser extension, a corrupted local cache, or a proxy/VPN interfering mid-request. Reloading the page and testing without extensions clears most cases.
What Causes This Error
- The website’s own server crashing or timing out mid-response
- An ad blocker or privacy extension stripping the response before Chrome can read it
- A corrupted local cache for that specific site
- A VPN or proxy dropping the connection partway through
- A flaky Wi-Fi connection interrupting the data transfer

How to Fix It
Step 1: Just reload
Press Ctrl + R. ERR_EMPTY_RESPONSE is frequently a one-time server hiccup, and a simple reload fixes it more often than any other step here.
Step 2: Test in an incognito window
Open an incognito window (Ctrl + Shift + N) and load the same page. If it works there, an extension in your regular profile is the cause.
Step 3: Disable extensions one at a time
Go to chrome://extensions and turn off ad blockers and privacy tools first, since they’re the most common culprits, then reload the page after each one.
Step 4: Clear cache and cookies for the site
See how to clear cache and cookies on a Chromebook and clear data for just the affected domain.
Step 5: Turn off any VPN or proxy
If you’re using a VPN extension or a configured proxy, disable it temporarily and reload. If the page loads normally, the VPN’s server is the one dropping the connection.
Still Not Fixed?
If the error follows you across networks, devices, and browsers, the problem is almost certainly on the website’s server. Try again later, or check the site’s status page if it has one.
FAQ
Is ERR_EMPTY_RESPONSE the same as a 502 or 504 error?
No. A 502 or 504 means the server sent an actual error page back. ERR_EMPTY_RESPONSE means nothing came back at all, which usually points to a more abrupt server crash or a dropped connection.
Can my router cause this?
Yes, if it’s dropping packets mid-transfer. If this happens on many different sites, restart your router and test again.
Does this mean my Chromebook has a virus?
No. ChromeOS doesn’t get traditional viruses, and this error is a network/server-level issue, not a sign of malware.
