How to fix the error ERR_CONNECTION_TIMED_OUT
The error ERR_CONNECTION_TIMED_OUT
typically indicates that your browser cannot establish a connection to the server within a specific time. Here are common steps to troubleshoot and resolve this issue:
1. Check Internet Connection
- Ensure your device is connected to the internet.
- Restart your router or modem.
- Test other websites to confirm if the issue is isolated.
2. Verify the URL
- Double-check the URL for typos or errors.
- Try accessing the website from another browser or device.
3. Clear Browser Cache
- In Chrome:
- Go to
Settings
?Privacy and Security
?Clear browsing data
. - Select “Cached images and files” and clear the cache.
- Go to
4. Disable Browser Extensions
- Sometimes, extensions can block connections. Disable them and retry:
- Go to
chrome://extensions/
. - Turn off all extensions.
- Restart the browser and check.
- Go to
5. Flush DNS Cache
- On Windows:
- Open Command Prompt (as Administrator).
- Type:
- Press Enter.
- On macOS:
- Open Terminal.
- Type:
- Press Enter.
6. Restart Network Adapters
- On Windows:
- Open Command Prompt (as Administrator).
- Type:
- Restart your computer.
7. Check Firewall or Antivirus Settings
- Temporarily disable your firewall or antivirus to see if they’re blocking the connection.
- Add the website to the firewall or antivirus exceptions list.
8. Adjust Proxy or VPN Settings
- If you’re using a VPN or proxy, disconnect and try again.
- In Chrome:
- Go to
Settings
?System
?Open your computer’s proxy settings
. - Disable any unnecessary proxy settings.
- Go to
9. Change DNS Servers
- Use public DNS servers like Google or Cloudflare:
- Google DNS:
- Cloudflare DNS:
- How to change:
- Go to Network Settings.
- Locate “DNS settings” and input the above DNS addresses.
10. Contact Website Administrator
- The issue might be server-side. If none of the above works, reach out to the website owner for assistance.
Was this article helpful?
YesNo