You are currently viewing How to Fix the ERR_CONNECTION_TIMED_OUT

How to Fix the ERR_CONNECTION_TIMED_OUT

How to Fix the ERR_CONNECTION_TIMED_OUT Error on Chrome, Android, Mac, and WordPress

The ERR_CONNECTION_TIMED_OUT error can disrupt your browsing experience, leaving you unable to access websites. Whether you’re using Chrome, Edge, or any other browser, this error can be a result of various issues such as network problems, server misconfigurations, or software conflicts. This detailed guide will help you understand the causes of this error and provide step-by-step solutions for fixing it across different devices, operating systems, and browsers.

What is the ERR_CONNECTION_TIMED_OUT Error?

The ERR_CONNECTION_TIMED_OUT error is a common issue when your browser cannot connect with a website’s server within the time allowed. This can happen on any device Windows 11, Windows 10, Mac, Android, or even when accessing a site via mobile browsers. When this error occurs, the browser displays a message indicating that it failed to load the page because the connection to the server took too long.

Common Causes of the ERR_CONNECTION_TIMED_OUT Error

The underlying causes of the ERR_CONNECTION_TIMED_OUT error vary. Some of the most common causes include:

  • Slow or Unstable Internet Connection: If your connection is intermittent, it can result in this error.

  • Firewall or Antivirus Blocking Connections: Overzealous security software can block legitimate websites.

  • DNS Issues: Misconfigured DNS settings can prevent your browser from accessing the site.

  • Server-Side Problems: If the website server is overloaded or misconfigured, it might not respond quickly.

  • Browser Cache and Cookies: Corrupted or outdated browser cache can interfere with website loading.

How to Fix the ERR_CONNECTION_TIMED_OUT

How to Fix the ERR_CONNECTION_TIMED_OUT Error in Different Browsers

ERR_CONNECTION_TIMED_OUT in Chrome: Troubleshooting Steps

If you’re encountering this error on Google Chrome, here are some steps to resolve it:

  1. Clear Cache and Cookies: Clear your browsing history, cache, and cookies in Chrome to avoid corrupted data causing errors.

    • Go to Settings > Privacy and Security > Clear browsing data.

    • Select Cookies and other site data and Cached images and files, then click Clear Data.

  2. Flush DNS Cache: Sometimes, outdated DNS data can result in connection issues. To flush the DNS cache:

    • Open Command Prompt (Windows) or Terminal (Mac) and type:

      ipconfig /flushdns
    • Restart Chrome and check if the issue persists.

  3. Change DNS Settings: Switch to a public DNS like Google’s (8.8.8.8) or Cloudflare (1.1.1.1) to resolve DNS issues.

    • Go to Control Panel > Network and Sharing Center and click on Change adapter settings.

    • Right-click on your network connection, select Properties, then click Internet Protocol Version 4 (TCP/IPv4).

    • Set the DNS server addresses to 8.8.8.8 (Primary) and 8.8.4.4 (Secondary) or Cloudflare’s 1.1.1.1 and 1.0.0.1.

ERR_CONNECTION_TIMED_OUT on Android: Fixing the Mobile Error

If you’re facing the ERR_CONNECTION_TIMED_OUT error on Android devices, follow these steps:

  1. Check Your Mobile Network: Ensure you’re connected to Wi-Fi or have sufficient mobile data.

  2. Clear Cache of the Browser: Open the Settings app, navigate to Apps > Chrome > Storage, and tap Clear Cache and Clear Data.

  3. Switch DNS on Android: Change the DNS server to Google DNS or Cloudflare DNS by going to Wi-Fi settings > Advanced > IP Settings and selecting Static. Input the DNS server values.

  4. Disable Battery Saver or Data Saver: These features might limit internet connectivity on your Android phone. Try disabling them temporarily.

Fix ERR_CONNECTION_TIMED_OUT on Mac

On a Mac, follow these troubleshooting steps:

  1. Clear Cache and Browsing History: Open Safari or Chrome and clear cache and browsing data.

  2. Check Your Network Settings: Ensure your Wi-Fi connection is stable. If necessary, reset your Network Preferences under System Preferences > Network.

  3. Flush DNS Cache on Mac:

    • Open Terminal and enter the following command:

      sudo killall -HUP mDNSResponder
    • Press Enter, and the DNS cache will be cleared.

ERR_CONNECTION_TIMED_OUT in Edge: Resolving the Error

If you’re using Microsoft Edge, you can fix the issue by:

  1. Clearing Browser Cache: Go to Settings > Privacy, Search, and Services and under Clear Browsing Data, select Choose what to clear.

  2. Reset Network Settings: Open Settings > Network & Internet > Status, then click Network reset.

  3. Change DNS: Follow the same steps for changing DNS as you would for Chrome.

How to Fix ERR_CONNECTION_TIMED_OUT for a Specific Website

Sometimes, the ERR_CONNECTION_TIMED_OUT error occurs only for a specific website. This could be due to an issue with the website’s server or an incorrect configuration in your network settings.

Steps to Resolve the Issue for One Website:

  1. Check the Website’s Status: Use a service like Down for everyone or Just me to see if the website is down for everyone or just you.

  2. Test on Different Browsers and Devices: Try accessing the website from a different browser (Chrome, Edge, Firefox) or device (PC, mobile) to identify if the issue is device-specific.

  3. Contact the Website Administrator: If the issue persists, reach out to the website owner or administrator to ensure their server is not experiencing overloads or configuration problems.

Fixing ERR_CONNECTION_TIMED_OUT in WordPress

If you encounter this error while browsing a WordPress site, it could be a server or configuration issue. Here’s how to resolve it:

1. Increase PHP Limits in WordPress

  • Go to wp-config.php and add:

define(‘WP_MEMORY_LIMIT’, ‘256M’);

This will help increase the available memory for your WordPress site.

2. Deactivate Plugins and Themes

  • If a plugin or theme is causing the timeout, try disabling them temporarily by accessing your WordPress files via FTP and renaming the plugins folder or switching to a default WordPress theme.

3. Check for Server-Side Issues

  • Contact your hosting provider to ensure the server is not overloaded or facing any technical issues.

ERR_CONNECTION_TIMED_OUT in WordPress

Fixing the “Website Took Too Long to Respond” Error

The ERR_CONNECTION_TIMED_OUT error is sometimes accompanied by the message “Website took too long to respond.” This indicates that the server took too long to process your request. Here’s how to fix it:

  1. Check for High Traffic: If the website has high traffic, it might cause delays in responding. Contact the hosting provider to ensure they have enough resources to handle the traffic.

  2. Optimize Website Performance: Use caching, optimize images, and minimize the use of heavy scripts to speed up the website.

  3. Upgrade Hosting Plan: If you’re using shared hosting, consider upgrading to a VPS or dedicated server for more resources.

Resolving the ERR_CONNECTION_TIMED_OUT on Windows 10 and Windows 11

On both Windows 10 and Windows 11, you can try these solutions:

  1. Check the Network Connection: Ensure that you are connected to the internet and that other websites load properly.

  2. Disable VPN or Proxy: If you’re using a VPN or proxy server, disable it to see if it’s causing the issue.

  3. Reset TCP/IP Stack: Open Command Prompt and run:

        netsh int ip reset

Disable Windows Firewall: Temporarily disable your firewall and check if the issue resolves.

Preventing the ERR_CONNECTION_TIMED_OUT Error in the Future

While it’s impossible to guarantee that you’ll never encounter this error again, you can take some proactive steps:

  1. Keep Software Updated: Ensure your browser, operating system, and security software are up-to-date to prevent compatibility issues.

  2. Use Reliable Hosting: If you own a website, use reliable hosting services with enough resources to handle high traffic.

  3. Regularly Clear Cache and Cookies: Performing this maintenance regularly helps prevent errors related to corrupt data.

Leave a Reply