ERR_CONNECTION_TIMED_OUT: What It Means and How to Fix It
Appears on: Chrome, Edge. ERR_CONNECTION_TIMED_OUT means your browser reached a server but never got a response in time. Common causes are firewall blocks, overloaded routers, and ISP routing issues — the fix varies with which.
What ERR_CONNECTION_TIMED_OUT actually means
The browser opened a TCP connection to the target server and waited — no response arrived before the timeout expired. The problem is along the path: your router, ISP, or the server itself. DNS worked, so the name resolved fine.
Most likely causes (ranked)
- A firewall or antivirus is silently dropping the connection
- Your router is overloaded and dropping packets
- ISP-level congestion or a bad route to the destination
- The target website is down or rate-limiting you
- Browser proxy settings are misconfigured
How to fix ERR_CONNECTION_TIMED_OUT
Step 1: Try the site on another device
If your phone (on the same WiFi) also times out, the issue is your router, firewall, or ISP. If only the laptop fails, the problem is local to that device.
Step 2: Disable firewall temporarily
Turn off Windows Defender Firewall or macOS firewall briefly to test. Do not forget to re-enable afterward. If this fixes the error, add a rule for the browser.
Step 3: Check the browser's proxy settings
In Chrome, go to Settings → System → Open your computer's proxy settings. If anything is enabled that you did not configure, disable it.
Step 4: Run a traceroute to the target
On Windows use 'tracert example.com', on macOS 'traceroute example.com'. A timeout that happens at hop 3–5 points to an ISP routing issue; a timeout at the final hop means the destination is down.
Step 5: Restart router and retest
A simple router reboot clears NAT table exhaustion and stale connection state — one of the most common underlying causes.
Still not fixed? Rule out your connection
If the steps above did not clear the error, the next step is verifying the underlying internet connection is healthy. Run a speed test — if download, upload, and ping come back normal, the error is specific to one site or browser state. If the speed test also fails or shows packet loss, the problem is at the network or ISP layer.
Frequently Asked Questions
Is ERR_CONNECTION_TIMED_OUT the website's fault or mine?
Both are possible. If only one site times out consistently and others load fine, the site is down or blocking you. If many sites time out, the fault is local — router, firewall, or ISP route.
Does a VPN fix ERR_CONNECTION_TIMED_OUT?
Sometimes. A VPN routes around whatever ISP path is broken, which can mask the error. It is a workaround, not a fix — the underlying issue is still there.
Related Guides
Internet Keeps Dropping
Diagnose the physical and ISP-side causes of unstable connections.
Wi-Fi Connected But No Internet
The full playbook for the most common error of all.
Which DNS Should You Use?
1.1.1.1, 8.8.8.8, or your ISP — which one actually wins.
What Is Packet Loss?
How to detect and fix the invisible network problem that causes most mid-session errors.