How to Fix the 'ERR_CONNECTION_TIMED_OUT' Error: A Complete Networking Guide

The ERR_CONNECTION_TIMED_OUT error is one of the most common networking issues encountered by Chrome users. It signifies that the website you are trying to reach took too long to respond, and the communication between your device and the server has been severed. This guide provides a step-by-step approach to diagnosing and fixing this error on Windows 11/10.

Step 1: Clear Your Browser Cache and Cookies

Often, outdated or corrupted browser data can interfere with how a website loads. To rule this out, start by clearing your browser's data.

  • Open Chrome and press Ctrl + Shift + Delete.
  • Set the time range to All time.
  • Check the boxes for Cookies and other site data and Cached images and files.
  • Click Clear data and restart your browser.

Step 2: Flush DNS and Reset TCP/IP Stack

Network configurations can become cached or corrupted over time. Using the Command Prompt to reset these settings is a powerful way to restore connectivity.

  • Press the Windows Key, type cmd, and select Run as Administrator.
  • Type the following commands one by one, pressing Enter after each:
    • ipconfig /flushdns
    • ipconfig /registerdns
    • ipconfig /release
    • ipconfig /renew
    • netsh winsock reset
  • Restart your computer after the final command.

Step 3: Check Your Proxy Settings

If your system is configured to use a proxy server that is no longer active, you will encounter connection timeouts.

  • Press Windows Key + R, type inetcpl.cpl, and hit Enter.
  • Go to the Connections tab and click on LAN settings.
  • Ensure that Automatically detect settings is checked.
  • Make sure Use a proxy server for your LAN is unchecked (unless you are on a specific corporate network).
  • Click OK and Apply.

Step 4: Temporarily Disable Windows Firewall and Antivirus

Sometimes, overly aggressive security software blocks the connection to certain websites. To test this:

  • Open Windows Security via the Start menu.
  • Go to Firewall & network protection.
  • Select your active network and toggle Microsoft Defender Firewall to Off.
  • Try to access the website again. If it works, you may need to add an exception for your browser or the specific URL. Remember to turn your firewall back on immediately after testing.

Step 5: Edit the Windows Hosts File

The Hosts file can manually override DNS settings. If a website's IP has changed but is hardcoded in your Hosts file, the connection will time out.

  • Open Notepad as an Administrator.
  • Go to File > Open and navigate to: C:\Windows\System32\drivers\etc.
  • Change the file type dropdown to All Files and open hosts.
  • Look for any lines containing the URL of the website you are trying to visit. If found, delete those lines.
  • Save the file and restart your browser.

Step 6: Power Cycle Your Router

Local hardware fatigue is a frequent culprit. Unplug your router and modem from the power source for at least 30 seconds. This clears the router's short-term memory and forces a fresh connection with your ISP.


💡 Pro Tip: Keep your software updated to avoid these issues in the future.


Category: #Internet