24/7 support in USA, UK & Canada
Internet Troubleshooting

Internet Connection Timeout? Fix Guide

Getting "connection timed out" or "ERR_CONNECTION_TIMED_OUT" errors? Fix DNS, MTU, firewall, and network issues.

Updated: Feb 202610 min read

Connection timeout errors are frustrating because the internet "kind of works" but pages won't load, apps say "network error," and everything feels broken. Unlike a full outage, timeouts are usually caused by DNS issues, slow connections, or network misconfigurations.

Fix 1: Quick Restart

  1. Unplug modem and router for 30 seconds
  2. Plug in modem → wait 3 minutes
  3. Plug in router → wait 2 minutes
  4. Test the connection

Fix 2: Change DNS Servers

A slow or failing DNS server is the #1 cause of timeout errors:

  1. Open Settings → Network & Internet → WiFi/Ethernet → Properties
  2. Edit DNS server assignment
  3. Set to Manual
  4. Preferred DNS: 8.8.8.8
  5. Alternate DNS: 8.8.4.4
  6. Alternative: Cloudflare DNS → 1.1.1.1 and 1.0.0.1

Fix 3: Flush DNS Cache

ipconfig /flushdns

ipconfig /registerdns

netsh winsock reset

Restart your computer after running these commands. The Winsock reset fixes corrupted network socket settings.

Fix 4: Disable Firewall and Antivirus Temporarily

  • Temporarily disable your antivirus (right-click tray icon → disable for 10 minutes)
  • Temporarily disable Windows Firewall: Settings → Firewall → Turn Off (test, then turn back on)
  • If timeouts stop, add browser/app to firewall exceptions instead of leaving it disabled

Fix 5: Check Proxy Settings

  1. Open Settings → Network & Internet → Proxy
  2. Turn OFF "Use a proxy server"
  3. Turn OFF "Automatically detect settings"
  4. In Chrome: Settings → System → "Open your computer's proxy settings" → disable all

Fix 6: Fix MTU Size

Find optimal MTU by running in Command Prompt (as Admin):

ping -f -l 1472 google.com

# If "Packet needs to be fragmented", reduce by 10:

ping -f -l 1462 google.com

# Keep reducing until it works. Add 28 to the working number = your MTU

Set the MTU:

netsh interface ipv4 set subinterface "Wi-Fi" mtu=1492 store=persistent

Fix 7: Reset TCP/IP Stack

netsh int ip reset

netsh winsock reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

Restart your computer after running all commands.

Fix 8: Check for Background Downloads

  • Check for Windows Update downloading in the background
  • Check for game updates (Steam, Xbox, PlayStation)
  • Check for cloud sync (OneDrive, Google Drive, Dropbox)
  • Check if other devices are streaming or downloading
  • Open Task Manager → Network to see which apps are using bandwidth

Frequently Asked Questions

What does 'connection timed out' mean?

It means your computer tried to reach a server but didn't get a response within the time limit. Causes: (1) DNS server not responding, (2) Website/server is down, (3) Your internet is too slow, (4) Firewall blocking the connection, (5) ISP routing issues, (6) MTU mismatch causing packet fragmentation.

Why do only some websites time out?

If most websites work but specific ones don't: (1) That website may be down — check downdetector.com, (2) Your ISP may be blocking it, (3) DNS cache has a stale record — flush DNS, (4) The site's server may be geographically far with routing issues, (5) Your ad blocker or antivirus may be blocking it.

Can a VPN fix connection timeouts?

Sometimes yes: If your ISP is throttling or blocking a site, a VPN routes around it. If the ISP's routing to the server is bad, a VPN uses a different path. However, VPNs add latency which can make timeouts worse for slow connections. Try with and without VPN to compare.

Why do I get timeouts only at certain times?

Network congestion: (1) Peak hours (6-11 PM) — your ISP's network is overloaded, (2) Your bandwidth is shared with others at home, (3) ISP throttling during peak hours, (4) Background downloads/updates consuming bandwidth. Try speed tests at different times to confirm.

Should I change my MTU to fix timeouts?

If you're getting timeouts on large page loads but small pages work, MTU could be the issue. The optimal MTU for most connections is 1500, but PPPoE connections should use 1492. To find your optimal MTU: 'ping -f -l 1472 google.com' — if it fails, reduce the number by 10 until it works, then add 28 to the working number.

Still Getting Timeout Errors?

Our technicians can diagnose network and DNS configuration issues.