Chrome ERR_NAME_NOT_RESOLVED: hostname resolution failed
Google defines this Chrome page-loading code as a hostname that does not exist or now resolves differently; verify the name and DNS path before browser reset.
What it means in this context
Google Chrome Help describes ERR_NAME_NOT_RESOLVED as a hostname/web address that does not exist or has a different IP address. This record is specifically for Chrome’s page-loading code; it does not prove the Windows DNS client itself is broken.
- Verify the URL/hostname spelling.
- Try another website in Chrome.
- Try the same hostname in another browser.
- Run nslookup for the hostname if the failure appears system-wide.
Diagnose DNS rather than reinstalling Chrome first
Low riskWhy: The code is about hostname resolution, so a DNS comparison is more targeted than browser reinstall.
- Run nslookup for the hostname.
- If other hostnames resolve but this one does not, consider a domain/DNS-record problem.
- If many hostnames fail across browsers, follow the Windows DNS-resolution guide.
Flush the Windows DNS cache only when stale local resolution is plausible
Low riskWhy: Microsoft documents /flushdns for DNS name-resolution troubleshooting.
- Open Command Prompt or Terminal.
- Run ipconfig /flushdns.
- Retry the hostname.
ipconfig /flushdnsWhen not to use this record
If only one domain fails across multiple devices/networks, the domain or authoritative DNS may be the issue; do not keep resetting the local PC.
If it persists
Use the DNS-resolution guide for system-wide failures or Chrome’s general page-loading guide when the error changes to a different network code.