How To Fix 'Server IP Address Could Not Be Found Error?'

PUBLISHED: Wed Sep 09 2020 00:00:00 GMT+0000 (Coordinated Universal Time)

Tired of repeatedly getting this error? Well, here are some solutions to fix it!

Ip address not found image

Assuming your Internet is working fine, proceed to the following steps

Step 1:Clear Chrome Host Cache

Try clearing your host cache, which will solve the problem if it is caused by an Extension.To clear your cache, open a new incognito tab by pressing the three vertical dots at the top right of the page, and clicking ‘New Incognito Window’ or by pressing Ctrl + Shift + N. Then in the URL bar, type chrome://net-internals/#dns and press enter. You will be taken to the following window.

Clear cache button

Click on 'Clear host cache'. Now see if the problem is resolved

Step 2: Reset Your IP and Clear DNS Cache

The method includes using of 'netsh' and 'ipconfig' commands. Netsh is a command-line scripting utility that allows you to either locally or remotely display or modify the network configuration of a currently running computer. ipconfig command displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings. Open Command Prompt with administrative permissions and press Enter after each command\

netsh int ip reset\ netsh winsock reset\ ipconfig /release\ ipconfig /renew\ ipconfig /flushdns

flushing dns After doing this step check if this step fixes the "Server DNS address could not be found" error.

Step 3: Change Your DNS

This is the step that worked for me and most of the people online Here we are going to use Google's Public DNS. It is a free Domain Name System offered to Internet users around the world.It is both owned and maintained by Google.To change your DNS follow the steps given below

Right click the start menu and then select "Network Connections" or simply go to settings and click "Network and Internet".

Chaning dns

Now click on "Adapter Settings" on the right side of the window chaging adapter settings Now double click on your wifi name now Select "Internet Protocol Version 4 (TCP/IPv4)" and click "Properties" this mighrequire administrative permissions, . IPV$ settings panel

In the Internet Protocol Version 4 (TCP/IPv4) Properties window, select "Use the following DNS server addresses", enter 8.8.8.8 as the "Preferred DNS server" and 8.8.4.4 as the "Alternate DNS server". Click "OK" to save changes, open Google Chrome again, and check if this solves the problem with the 'Server DNS address could not be found' error. changing DNS

You are done with Step 3! check if this has fixed "Server DNS address could not be found" error.

Step 4: Restart Your DNS Services

Your DNS Services might have been glitched out and be the culprit behind the error. In this step we will restart our DNS service in two ways: by either manually restarting it or through commands on Command Prompt Doing it manually/visually

  1. Press the 'Windows' + 'R' button on your keyboard to open the Run Prompt.
  2. Type in 'services.msc' and press 'Enter' to launch the service management window.

running command

Doing it by using Command Prompt

  1. Press the 'Windows' + 'R' button on your keyboard to open the Run Prompt.
  2. Type in 'cmd' and press 'Enter' to launch Command Prompt.
  3. In Command prompt type command net stop dnscache and press enter key to stop the DNS client service
  4. Or type command net start dnscache and press the enter key to start the DNS client service\

Step 5: Reinstall your browser

Sometimes the issue might not be lying in the network configurations and might be the problem of your browser! so reinstalling it might help to fix the error. In this step we will be reinstalling the browser(in this case chrome)\

Follow these steps to uninstall chrome

  1. On your computer, close all Chrome windows and tabs.
  2. Click the Start menu Start menu and then Settings.
  3. Click Apps.
  4. Under "Apps & features" find and click Google Chrome.
  5. Click on Uninstall.
  6. Confirm uninstall by clicking on Uninstall.
  7. If necessary also check the box "Also delete your browsing data" to delete your browsing data

Uninstalling chrome

Now follow these steps to install chrome

  1. Go here to install chrome
  2. Click on "download chrome".
  3. Run the executable as soon as it is downloaded

Downloading chrome




TAGS: browser edge chrome fix error fix

If you found this article helpful, please do share, sharing encourages me to write more and better articles!