ERR_TIMED_OUT – Complete Fix Guide (2026)

Table of Contents

Hub: Windows 11 Troubleshooting Hub

Quick Answer
An ERR_TIMED_OUT error occurs when a website takes too long to respond. To fix it, refresh the page, check your internet connection, clear browser cache, restart your router, reset TCP/IP stack, disable VPN and proxy settings, and temporarily disable antivirus. If the error persists, flush DNS cache, reset Chrome, or perform advanced troubleshooting like updating network drivers or using the Windows Network Troubleshooter. For more networking troubleshooting, visit our Windows 11 Troubleshooting Hub.

Why ERR_TIMED_OUT Happens

An ERR_TIMED_OUT error indicates that your browser sent a request to a website but did not receive a response within the allotted time. This error is specific to Google Chrome and other Chromium-based browsers, and it occurs when the connection times out before the server can respond. For official documentation, refer to the Google Chrome net-error-codes documentation.

The ERR_TIMED_OUT error is similar to other Chrome errors like ERR_CONNECTION_RESET and ERR_CONNECTION_TIMED_OUT, but it is a more general timeout error. Common triggers include slow internet connections, server-side delays, VPN or proxy interference, antivirus blocking, corrupted browser cache, and network configuration issues.

Before diving into fixes, ensure you have a stable internet connection and try loading other websites. If only one website is affected, the problem may be on the server side. If all websites are affected, the issue is likely on your end. For a broader overview of network errors, see our Windows 11 Troubleshooting Hub.

⚠️ Warning: An ERR_TIMED_OUT error can be caused by server-side issues. If the error persists on a single website, the server may be down or overloaded.

1. Refresh the Page and Check Your Connection

The simplest fix for an ERR_TIMED_OUT error is refreshing the page and checking your internet connection. Sometimes the timeout is temporary.

  1. Press F5 or click the refresh button in Chrome.
  2. Open another website to verify your internet connection is working.
  3. If using Wi-Fi, ensure you are connected and have a strong signal.
  4. If using Ethernet, check that the cable is securely plugged in.
  5. Try loading the website on another device to see if the issue is isolated to your PC.

✅ Expected Result: A simple refresh often resolves the ERR_TIMED_OUT immediately. If not, proceed to the next method.

2. Clear Browser Cache and Cookies

Corrupted browser cache can trigger the ERR_TIMED_OUT error. Clearing the cache and cookies can resolve it.

  1. Open Chrome and press Ctrl + Shift + Delete.
  2. Select “All time” for time range.
  3. Check “Cookies and other site data” and “Cached images and files”.
  4. Click Clear data.
  5. Restart Chrome and try loading the website again.

💡 Quick Tip: You can also clear Chrome’s internal DNS cache by visiting chrome://net-internals/#dns and clicking “Clear host cache.”

3. Restart Your Router and Computer

Restarting your router and computer can resolve temporary network glitches that cause the ERR_TIMED_OUT error.

  1. Restart your computer.
  2. Power off your modem and router. Unplug them from power.
  3. Wait 30 seconds, then plug them back in.
  4. Wait for all lights to stabilize, then restart your PC.
  5. Open Chrome and try loading the website again.

✅ Expected Result: A restart often resolves the ERR_TIMED_OUT immediately. If not, proceed to the next method.

4. Reset TCP/IP Stack and Winsock

A corrupted TCP/IP stack can cause the ERR_TIMED_OUT error. Resetting it restores default network settings.

  1. Open Command Prompt as Administrator.
  2. Run the following commands in sequence:
    netsh int ip reset
    netsh winsock reset
  3. Restart your PC.
  4. Try loading the website again.

✅ Expected Result: Resetting the TCP/IP stack often resolves persistent ERR_TIMED_OUT issues.

5. Disable VPN and Proxy Settings

VPNs and proxy servers can cause delays and trigger the ERR_TIMED_OUT error. Disabling them can resolve the issue.

  1. Disconnect your VPN if active.
  2. Open Settings > Network & Internet > Proxy.
  3. Ensure “Use a proxy server” is turned Off.
  4. In Chrome, go to chrome://settings/system and ensure “Open your computer’s proxy settings” is not enabled.

❌ Common Mistake: Forgetting to disconnect VPN before testing. VPNs can slow down connections and cause timeouts.

6. Temporarily Disable Antivirus and Firewall

Antivirus and firewall software can block connections and cause the ERR_TIMED_OUT error. Temporarily disabling them can help identify the cause.

  1. Open your antivirus application.
  2. Turn off real-time protection or pause protection temporarily.
  3. Disable the Windows Firewall or any third-party firewall.
  4. Test the website in Chrome.
  5. If the error resolves, add Chrome or the specific website to the exclusion list.
  6. Re-enable your security software immediately after testing.

🔁 Alternative Solution: If you cannot disable your antivirus, try adding Chrome to the exclusion list.

7. Flush DNS Cache and Reset IP

Stale DNS cache entries can cause the ERR_TIMED_OUT error. Flushing the DNS cache and resetting IP settings can resolve it.

  1. Open Command Prompt as Administrator.
  2. Run the following commands:
    ipconfig /flushdns
    ipconfig /release
    ipconfig /renew
  3. Wait for the commands to complete.
  4. Restart your browser and try loading the website again.

💡 Quick Tip: You can also clear Chrome’s internal DNS cache by typing chrome://net-internals/#dns and clicking “Clear host cache.”

8. Reset Google Chrome Settings

If the ERR_TIMED_OUT error persists, resetting Chrome to default settings can resolve the issue.

  1. Open Chrome and go to chrome://settings/reset.
  2. Click “Restore settings to their original defaults”.
  3. Click “Reset settings” to confirm.
  4. Restart Chrome and test.

✅ Expected Result: Resetting Chrome often resolves ERR_TIMED_OUT caused by corrupted extensions or settings.

9. Advanced Troubleshooting

If the error persists, try these advanced solutions.

Check for Malware

Malware can cause network issues. Run a full scan with Windows Defender Offline. For detailed steps, see How to Scan Malware Windows 11.

Update Network Drivers

Outdated network drivers can cause the ERR_TIMED_OUT error. Update them via Device Manager or from your manufacturer’s website. For more, see How to Update Drivers Windows 11.

Disable IPv6

IPv6 can sometimes cause connection issues. Open Control Panel > Network and Sharing Center > Change adapter settings, right-click your connection, select Properties, uncheck Internet Protocol Version 6 (TCP/IPv6), and restart.

Use the Windows Network Troubleshooter

Run the built-in network troubleshooter: Settings > System > Troubleshoot > Other troubleshooters > Internet Connections > Run.

Check for Server-Side Issues

If only one website is affected, check if the website is down using online tools like DownDetector. If it is down, wait for the server to recover.

Change DNS Server

Change DNS servers to Google DNS (8.8.8.8) or Cloudflare DNS (1.1.1.1) to improve resolution speed.

Perform a System Restore

If the error started after a system change, use System Restore to revert. See How to Use System Restore Windows 11.

For more networking troubleshooting, explore our Windows 11 Troubleshooting Hub.

Conclusion

An ERR_TIMED_OUT error is a common timeout issue that can be fixed by refreshing the page, checking your connection, clearing browser cache, restarting your router, resetting TCP/IP, disabling VPN/proxy, and temporarily disabling antivirus. If the error persists, flush DNS cache, reset Chrome settings, or perform advanced troubleshooting like updating network drivers or checking for server-side issues. By following these steps, you can resolve the error and restore your internet connectivity.

Regular system maintenance, such as keeping your network drivers updated and maintaining a stable network connection, can prevent the ERR_TIMED_OUT error from recurring. For more Windows and browser troubleshooting, explore our Windows 11 Troubleshooting Hub and check out related articles on ERR_CONNECTION_RESET, ERR_NETWORK_CHANGED, and ERR_CONNECTION_TIMED_OUT.

Related Guides

FAQ

What does ERR_TIMED_OUT mean?

ERR_TIMED_OUT means a website took too long to respond to your browser’s request, causing the connection to time out.

How do I fix ERR_TIMED_OUT?

Refresh the page, check your internet connection, clear browser cache, restart your router, reset TCP/IP stack, disable VPN and proxy settings, and temporarily disable antivirus.

Can a VPN cause ERR_TIMED_OUT?

Yes, VPNs can slow down connections and cause timeouts. Disconnect your VPN to test if it resolves the issue.

Is ERR_TIMED_OUT a virus?

No, it is a network timeout error, not a virus. However, malware can cause network issues.

Does clearing browser cache fix ERR_TIMED_OUT?

Yes, clearing cache and cookies can resolve the ERR_TIMED_OUT error if it is caused by corrupted cache data.

How do I reset TCP/IP stack for ERR_TIMED_OUT?

Open Command Prompt as Administrator and run netsh int ip reset and netsh winsock reset, then restart your PC.

What is the difference between ERR_TIMED_OUT and ERR_CONNECTION_TIMED_OUT?

They are similar, but ERR_TIMED_OUT is a more general timeout error, while ERR_CONNECTION_TIMED_OUT specifically indicates a connection timeout.

Can outdated network drivers cause ERR_TIMED_OUT?

Yes, outdated network drivers can cause timeouts. Update them via Device Manager or manufacturer’s website.

Should I disable IPv6 to fix ERR_TIMED_OUT?

In some cases, disabling IPv6 can resolve timeout issues if your network does not support it properly.

What should I do if the error persists after all fixes?

If the error persists, run a malware scan, use the Windows Network Troubleshooter, update network drivers, change DNS servers, or contact your network administrator.

HowToFixPro Editorial Team

We’re a team of system administrators, technical writers, and platform specialists who genuinely enjoy solving the problems most users find frustrating. From persistent Windows errors and Android sync failures to browser crashes and network drops — we’ve seen it all, and we document every fix properly. Our guides are built on official documentation, direct testing, and real troubleshooting experience. No filler, no guesswork — just reliable, step-by-step solutions you can trust.

Scroll to Top