x

Disclaimer: This post may contain affiliate links, meaning we get a small commission if you make a purchase through our links, at no cost to you. For more information, please visit our Disclaimer Page.

In this article, we’ll be tackling the infamous “Server DNS Address Could Not Be Found” message that affects Google Chrome users.

If you get this error, don’t panic. This is a pretty common error that can be resolved.

Here are the basic steps you can take to fix the “Server DNS Address Could Not Be Found” in Google Chrome.

Read Article: DNS Server Not Responding: How To Fix Error In Windows


Fix #1: Clear Chrome’s Host Cache

The first step you should take is to clear Chrome’s host cache.

  1. In your Chrome browser’s URL bar type copy and paste: chrome://net-internals/#dns
  2. This will take you to the below screen, simply hit the Clear Host Cache button

Clear Host Cache in Google Chrome

  1. If that doesn’t work, move on to Fix #2.

Fix #2: Replace Your DNS Server With A Third-Party Provider

In most cases, there is a problem with your default DNS server from your ISP. Somehow, your computer can’t be connected or doesn’t respond so it can’t match your requested domain name to the right IP address.

Replacing your default DNS server with an alternate DNS server address through third-party services like Google’s DNS or OpenDNS will help to load a website faster and more securely. It will also be more stable. This should eliminate the error message.

Google's DNS Service

To change your preferred DNS server in Windows 10::

  1. Open Control Panel
  2. Click “Network and Internet”
  3. Click “Network and Sharing Center”
  4. On the left, click “Change adapter settings”
  5. From there, right-click the network and select “Properties”
  6. Select Internet Protocol Version 4 (TCP/IPv4)
  7. Select Properties (again)
  8. Click “Use the following DNS server addresses”
  9. Enter your preferred DNS server
  10. Hit “Ok”

The IP addresses of Google’s DNS are as follows:

8.8.8.8

8.8.4.4

The IP addresses of OpenDNS are as follows:

208.67.222.222

208.67.220.220


Fix #3: Flush DNS Cache And Reset IP Configuration

All DNS entries and IP addresses are stored in the cache of your computer so that the same queries can be run. If a website has changed its DNS entry or IP address lately, then you need to clean up all outdated entries. Otherwise, it will cause DNS errors, like I mentioned above, including this one.

Don’t know how to clear DNS cache and reset IP configuration? Here’s how to do it:

  1. Press Windows + X, then press A to open the Command Prompt program with administrator privilege.
  2. In the next step, perform all the following commands below, one by one:

ipconfig /flushdns

ipconfig /registerdns

ipconfig /release

ipconfig /renew

  1. Then perform the these next commands:

netsh winsock reset catalog

netsh int ipv4 reset reset.log

netsh int ipv6 reset reset.log

That’s it! You just need to restart your computer, and then everything should be back to normal.

Read Related Article: 6 Ways To Fix “Your Connection Is Not Private” Error In Google Chrome


Fix #4: Restart DNS Client Service

In case you are still encountering the “server DNS address could not be found” issue, then restart DNS Client service in Windows Services can help to fix it.

  1. To restart DNS Client service, press Windows + R, type: services.msc into the field and press Enter.
  2. In the Windows Services application, locate DNS Client, right-click on it and select “Restart“.

Restart DNS Client to fix Server DNS Address Could Not Be Found error

  1. After that, restart your Windows PC.