FG

Google Chrome page load problem (ERR_TIMED_OUT)

Freshabout 19 hours ago
Mar 15, 202665166 views
Confidence Score0%
0%

Problem

I am having this annoying problem with Google Chrome, although I used to love Chrome I will switch to Firefox if the problem persists. Sometimes while loading a page Chrome fails and displays ERR_TIMED_OUT error. This does not occur every time, in average out of 10 page loads 1 fails. When I hit re…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix Google Chrome ERR_TIMED_OUT Issue

Medium Risk

The ERR_TIMED_OUT error in Google Chrome typically occurs due to network connectivity issues, DNS resolution failures, or browser settings that prevent proper loading of web pages. This can be exacerbated by extensions, outdated browser versions, or firewall settings that block certain connections.

Awaiting Verification

Be the first to verify this fix

  1. 1

    Clear Browser Cache

    Clearing the browser cache can resolve issues caused by corrupted or outdated files. Go to Chrome settings, navigate to 'Privacy and security', and select 'Clear browsing data'. Choose 'Cached images and files' and click 'Clear data'.

  2. 2

    Reset Network Settings

    Resetting network settings can help resolve connectivity issues. Open Command Prompt as an administrator and run the following commands: 'ipconfig /flushdns', 'ipconfig /release', 'ipconfig /renew'. This will refresh your DNS and IP settings.

    bash
    ipconfig /flushdns
    ipconfig /release
    ipconfig /renew
  3. 3

    Disable Browser Extensions

    Some extensions may interfere with page loading. Disable all extensions by going to 'chrome://extensions/' and toggling them off. Test if the issue persists, then re-enable them one by one to identify the culprit.

  4. 4

    Change DNS Settings

    Switching to a public DNS server like Google DNS (8.8.8.8 and 8.8.4.4) can improve DNS resolution. Go to your network settings, find the DNS settings, and replace the current DNS addresses with the Google DNS addresses.

  5. 5

    Update Google Chrome

    Ensure that you are using the latest version of Google Chrome. Go to 'chrome://settings/help' to check for updates and install any available updates to fix bugs and improve performance.

Validation

After performing the above steps, test loading various web pages in Chrome. If the ERR_TIMED_OUT error no longer appears, the issue is resolved. Additionally, monitor the page load success rate over the next few days to confirm stability.

Sign in to verify this fix

Environment