Google Chrome ERR_INCOMPLETE_CHUNKED_ENCODING: How to Fix It
Easy 10-30 minutes Medium Severity
Verified June 2026
- Error Code
- ERR_INCOMPLETE_CHUNKED_ENCODING
- Brand
- Google Chrome
- Product Type
- browser
- Severity
- Medium
- DIY Difficulty
- Easy
- Estimated Fix Time
- 10-30 minutes
Ad
Tools You'll Need
- Google Chrome browser (updated version)
- Access to Windows Command Prompt, Mac Terminal, or Linux Terminal
- Internet connection
- Chrome Task Manager (Shift+Esc) for diagnostics
How to Fix Error Code ERR_INCOMPLETE_CHUNKED_ENCODING
-
Reload the Page
-
Clear Chrome's Browsing Cache and Cookies
Clearing cookies will sign you out of most websites. Make sure you know your passwords before proceeding. -
Disable All Browser Extensions
-
Disable VPN or Proxy
-
Flush DNS Cache and Renew IP Address
-
Reset Chrome's Network Settings Using Flags
-
Disable Hardware Acceleration
-
Run Chrome in a New Profile or Incognito Mode
-
Update Google Chrome
-
Reset Chrome to Default Settings
This will disable all extensions and clear your new tab page, search engine, and pinned tabs. Bookmarks and passwords are preserved.
Ad
When to Call a Professional
If the error only appears on one specific website and you have no control over it, the problem is almost certainly on the server side — contact the website owner or hosting provider. If you are a website administrator and users are reporting this error, check your web server's chunked transfer encoding configuration, reverse proxy settings (such as Nginx or Apache), and ensure your server is not prematurely closing connections. If every website fails in Chrome but works fine in other browsers after completing all steps above, consider reaching out to Google Chrome support or posting on the Chrome Help Community. For enterprise or managed device environments, contact your IT administrator, as group policies may be affecting Chrome's network behavior.Frequently Asked Questions
What causes ERR_INCOMPLETE_CHUNKED_ENCODING in Chrome?
This error happens when Chrome starts downloading a web page using chunked transfer encoding — a method where the server sends data in pieces — but the transfer gets cut off unexpectedly. The most common causes are a faulty browser extension, a corrupted cache file, an unstable internet connection, a VPN or proxy interrupting the data stream, or occasionally a server-side misconfiguration on the website you are visiting.
Does ERR_INCOMPLETE_CHUNKED_ENCODING mean the website is down?
Not necessarily. While the error can sometimes be caused by a server-side problem on the website, the majority of the time it is a local issue specific to your Chrome installation or network setup. Try visiting the same URL on a different browser like Firefox or Edge. If it loads fine there, the issue is with your Chrome configuration. If it fails everywhere, the website itself may be having problems.
Why does this error only happen on one website?
If only one specific website triggers this error, it is likely that the web server for that site has a misconfiguration — such as a reverse proxy prematurely closing connections, a CDN issue, or incorrect chunked encoding implementation. Try clearing your cache for that specific site (press F12, right-click the Reload button, and select 'Empty Cache and Hard Reload'). If the problem persists across multiple browsers, contact the website's support team.
Can a VPN cause ERR_INCOMPLETE_CHUNKED_ENCODING?
Yes, a VPN is one of the most common triggers for this error. VPN software routes your traffic through an encrypted tunnel, and if the VPN server or client software has a bug or drops packets, it can break the chunked data stream mid-transfer. Try temporarily disabling your VPN and reloading the page. If that fixes it, try switching to a different VPN server location or updating your VPN application.
How do I fix ERR_INCOMPLETE_CHUNKED_ENCODING on Android Chrome?
On Android Chrome, your options are more limited but still effective. Start by closing and reopening Chrome. Then go to Chrome menu > Settings > Privacy and security > Clear browsing data, select 'Cached images and files' and 'Cookies and site data,' and tap 'Clear data.' Also check if you have a VPN app running and disable it temporarily. If you are on a mobile data connection, try switching to Wi-Fi or vice versa. You can also try enabling or disabling Data Saver in Chrome settings, as it routes traffic through Google's servers and can sometimes cause this issue.