Skip to content
littleden.blogEvidence-led Windows troubleshooting, without the guesswork
Browsers · scoped error record
ERR_CONNECTION_TIMED_OUT

Chrome ERR_CONNECTION_TIMED_OUT: the destination took too long to connect

Google says the page took too long to connect; the local connection may be slow or the destination may be busy/unreachable.

Applies to: Google Chrome page-loading context on WindowsReviewed: 2026-09-17

What it means in this context

Google Chrome Help groups ERR_CONNECTION_TIMED_OUT/ERR_TIMED_OUT as a page taking too long to connect and notes either a slow Internet connection or a busy page as possible contexts. A timeout alone does not identify DNS, firewall or the browser as the cause.

Start here
  1. Retry once and test another website.
  2. Test the same destination in another browser.
  3. Check whether other devices on the same network can reach the destination.
  4. Use ping/tracert only as diagnostics, remembering that some hosts/routers do not answer ICMP.
1

Separate destination-specific timeout from general slowness

Low risk

Why: One slow/unreachable service should not trigger a full Windows network reset.

  1. Open multiple known-good sites.
  2. Compare the same destination on another device/network if practical.
  3. If only the destination times out, check its service/status or try later.
2

Use route/connectivity diagnostics when many destinations time out

Low risk

Why: Ping and tracert can provide IP-level reachability/path clues without changing configuration.

  1. Ping a known reachable host or gateway.
  2. Run tracert to a target when path visibility is useful.
  3. Treat ICMP timeouts cautiously because some devices intentionally do not reply.
Scope boundary

When not to use this record

Asterisks in tracert or a failed ping do not by themselves prove the corresponding router/site is down because ICMP can be filtered.

If it persists

If names fail before connection attempts, use DNS diagnosis. If Chrome says the connection was reset or refused, use that specific error instead.

Evidence

Reviewed source