This error means Chrome tried to look up the IP address for the website you visited but the DNS lookup failed. Your DNS server could not translate the domain name into an IP address.
First, check if your internet is working and what your current IP address is:
🔍 Check My IP Address →Every website has an IP address. When you type a domain name, your browser asks a DNS server to look up the IP address — a process called DNS resolution. "Server IP address could not be found" means that lookup failed. This is essentially the same underlying problem as DNS_PROBE_FINISHED_NXDOMAIN but shown in a slightly different context. Causes include: your DNS server is down or unreachable, the domain genuinely does not exist, you have no internet connection, your hosts file has a conflicting entry, or your ISP is blocking the domain.
The most basic check — make sure you are actually connected to the internet.
google.com)Clear your DNS cache and get a fresh IP from your router.
Windows:
Win + R → type cmd → press Enteripconfig /flushdnsipconfig /releaseipconfig /renewnetsh winsock resetMac:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponderYour ISP's DNS may be the problem. Switch to a public DNS server.
8.8.8.8 (Google primary) and 1.1.1.1 (Cloudflare)Alternatively, in Chrome go to Settings → Privacy and security → Security → Use secure DNS → choose Google or Cloudflare.
Your hosts file can override DNS and redirect domains to wrong IPs. Malware sometimes modifies this file.
Windows:
C:WindowsSystem32driversetchostsMac:
sudo nano /etc/hostsIf the site works on mobile data but not your home broadband, your ISP is likely blocking it. A VPN bypasses this.
✅ Fixed it? Visit tools.examineip.com to confirm your IP address and connection are working correctly.
← Back to the complete guide: Internet Errors Hub
Last updated: March 29, 2026 • Report an error