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

Chrome ERR_CONNECTION_REFUSED: the destination did not accept the connection

Google describes this as the page not allowing Chrome to connect or the page being blocked; prove whether the failure is destination-specific before local resets.

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

What it means in this context

Google Chrome Help says ERR_CONNECTION_REFUSED means the page did not let Chrome connect or the page is blocked. That is different from a DNS lookup failure or a timeout, and it can be destination/service-specific.

Start here
  1. Try another website in Chrome.
  2. Try the same destination in another browser.
  3. Check whether the service is expected to be reachable from your network.
  4. If this is a local/private service, verify that the server/application is actually running.
1

Treat one-destination refusal as a service/access problem first

Low risk

Why: A destination that actively refuses a connection is not automatically fixed by flushing DNS or reinstalling Chrome.

  1. Confirm the address/port/service is correct.
  2. Test from another device or network when appropriate.
  3. Check the destination service or administrator status.
2

Investigate local security/policy only when multiple destinations are blocked

Low risk

Why: If many unrelated sites/services are refused only on this PC, filtering or managed policy becomes a more plausible local branch.

  1. Compare another browser.
  2. Review proxy/VPN configuration.
  3. Keep security software enabled; update it and inspect its logs/rules rather than permanently disabling protection.
Scope boundary

When not to use this record

Do not bypass organizational filtering or disable endpoint security to reach a service that policy intentionally blocks.

If it persists

Use the proxy/VPN guides for local policy/tunnel clues, or the destination administrator/service status when refusal is isolated to one host.

Evidence

Reviewed source