ERR_EMPTY_RESPONSE means Chrome connected to the web server successfully but the server sent back no data at all — an empty response. The server is reachable but something prevented it from sending the page.
First, check if your internet is working and what your current IP address is:
🔍 Check My IP Address →Unlike connection errors where Chrome cannot reach the server, ERR_EMPTY_RESPONSE means the connection was established — but the server closed it without sending any data. This usually indicates the server is overloaded, crashed mid-response, or a firewall/proxy terminated the connection before data could be sent. Common causes: server crashed or is overloaded, your ISP is silently dropping the response, a proxy is blocking the content, the site is temporarily down, Chrome's network stack has cached a bad state, or your antivirus terminated the connection.
Ctrl+Shift+R (hard reload, bypasses cache)Ctrl+Shift+Delete → clear cache → reloadCtrl+Shift+N)chrome://extensions/ and disable allWindows Command Prompt (Administrator):
ipconfig /flushdnsnetsh winsock resetIf your ISP is silently dropping responses from specific servers, a VPN routes traffic through a different network path.
✅ Fixed it? Visit tools.examineip.com to confirm your IP address and connection are working correctly.
← Back to the complete guide: Internet Errors Hub
Last updated: March 30, 2026 • Report an error