Error messageERR_NAME_NOT_RESOLVED indicates that Chrome could not resolve the requested name. It does not prove the domain was deleted: the queried name and the network’s resolution path also matter. A corporate VPN may be required for internal names. The nslookup check in this guide is Windows-only.

ERR_NAME_NOT_RESOLVED in Chrome

ERR_NAME_NOT_RESOLVED

Check the site name and distinguish DNS name-resolution failure from a slow site or a general connection outage.

Try this first

1 quick checks · ~3 min

  1. Check the exact nameStart with the domain, not a cache wipe.

Step-by-step solutions

01

Check the exact name

Start with the domain, not a cache wipe.

  1. Check the address for typing mistakes. Use a known bookmark for the official address if available, and try another site.

  2. If only an internal work name fails, confirm the required network or VPN with IT. Do not query it through public resolvers or change DNS to bypass that configuration.

02

Query the current DNS server in Windows

The query does not change network configuration.

  1. Command Prompt
    nslookup example.com.

    Replace example.com. with the affected public hostname, ending in a dot and without https:// or a path. This uses the default DNS server and needs no administrator rights.

  2. An address response shows that this query resolved. Nonexistent domain means that resolver did not find the name; timed out means it did not answer in time. Neither result alone identifies who must fix the problem.

  3. Chrome may use a different resolution path, such as Secure DNS. If nslookup works but Chrome fails, report that difference before changing DNS.

03

Separate browser, name and network

Keep specific comparisons for the site or network administrator.

  1. Try the address in another browser on the same computer. If the failure stays in Chrome, update it and compare an Incognito window.

  2. If the same public name also fails on other devices, give the name and DNS result to the site or network operator. Do not manually substitute a site IP address: it is not a safe replacement for its name.

Next step

Still not working?

If no site works, follow the general connection diagnosis; if only one domain fails, do not reset Windows or the router. Share errors and DNS comparisons privately when they contain internal names.

Sources

Documentation behind this guide. Editorial recommendations are identified separately.

Source review: . A documentation review, not a physical hardware test.

Related problems