ERR_INTERNET_DISCONNECTED: The device is not connected to the internet

Chrome has no usable network route at all. This is a client-side state; no server configuration produces it.

Short answer

Chrome has no usable network route at all. This is a client-side state; no server configuration produces it.

What ERR_INTERNET_DISCONNECTED means

The browser checks for a viable network interface before attempting the request. This error means that check failed outright.

Causes and fixes, most likely first

  1. Wi-Fi or ethernet is disconnected, or airplane mode is on. Reconnect the interface and retry.
  2. DHCP failed, so the device is associated but has no valid address. Renew the lease or reconnect to the network.
  3. A VPN kill switch is blocking all traffic while the tunnel is down. Reconnect or disable the VPN.

How to stop it happening again

Check your own domain

Once connectivity is back, an external probe confirms whether the site itself was also affected during the window.

Frequently asked questions

Can a website cause ERR_INTERNET_DISCONNECTED?

No. Chrome raises it before contacting the server, based on the device's own network state.