How to fix the error ERR_CONNECTION_CLOSED
The error ERR_CONNECTION_CLOSED in your browser indicates that the connection to the server was closed unexpectedly. This can occur for several reasons, including network issues, browser settings, or server-side problems. Here’s a step-by-step guide to troubleshoot and fix this error:
1. Check Your Internet Connection
- Ensure your device is connected to the internet.
- Restart your router or modem.
- Try visiting other websites to confirm if the issue is specific to one site.
2. Clear Browser Cache and Cookies
- Google Chrome:
- Open Chrome settings (
chrome://settings/clearBrowserData
). - Select Cookies and other site data and Cached images and files.
- Click Clear data.
- Open Chrome settings (
3. Disable Proxy or VPN
- If you’re using a proxy or VPN, disable it temporarily:
- Windows:
- Go to Settings ? Network & Internet ? Proxy.
- Turn off Use a proxy server.
- Mac:
- Open System Preferences ? Network.
- Select your active connection and click Advanced.
- Go to the Proxies tab and uncheck any enabled proxies.
- Windows:
4. Reset Your TCP/IP Stack
- Windows:
- Open Command Prompt as Administrator.
- Run the following commands one by one:
- Restart your computer.
- Mac:
- Open Terminal.
- Flush DNS using:
5. Update Your Browser
- Make sure you’re using the latest version of your browser. Update it if necessary.
6. Disable Browser Extensions
- Extensions can sometimes interfere with connections:
- Open your browser’s extensions page (
chrome://extensions
for Chrome). - Disable all extensions and see if the issue resolves.
- Enable them one by one to identify the culprit.
- Open your browser’s extensions page (
7. Check for Malware
- Run a scan using reliable anti-malware software like Malwarebytes to ensure your system is not infected.
8. Disable Firewall or Antivirus Temporarily
- Sometimes, overzealous firewalls or antivirus programs block connections:
- Disable them temporarily to see if the issue resolves.
- If it works, adjust their settings to whitelist your browser.
9. Verify DNS Settings
- Use Google’s public DNS:
- Windows:
- Go to Network and Sharing Center ? Change adapter settings.
- Right-click your active connection ? Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) ? Properties.
- Use the following DNS server addresses:
- Preferred:
8.8.8.8
- Alternate:
8.8.4.4
- Preferred:
- Mac:
- Go to System Preferences ? Network.
- Select your connection ? Advanced ? DNS.
- Add
8.8.8.8
and8.8.4.4
.
- Windows:
10. Check the Website or Server
- The server hosting the website might be down. Try accessing the site from another device or network.
11. Reinstall or Reset Browser
- If nothing else works, reinstall or reset your browser to default settings.
12. Contact Your ISP
- If the issue persists, your Internet Service Provider might have a network problem. Contact them for assistance.
Was this article helpful?
YesNo