Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Internet»How to Fix “DNS Address Could Not be Found” Error

How to Fix “DNS Address Could Not be Found” Error

chunanBy chunanNovember 1, 2022
dns-address-could-not-be-found

The error message “DNS address could not be found” may appear when trying to browse some websites. It may completely prevent you from using the internet, or in some cases, it may only lock you out of specific websites.

If you are getting this error message for a particular website, it may be a client-side issue. For that, you can try to clear the DNS cache. However, if this issue pops up on multiple devices, the issue may be related to your ISP. You can contact your Internet service provider to make the necessary changes and fix the issue.

We’ve listed how to clear the DNS cache and some other possible fixes you can try on your own device in this article below.

Table of Contents

  • Causes for “DNS Address Could Not be Found” Error
  • How to Fix “DNS Address Could Not be Found” Error?
    • Run the Troubleshooter
    • Change DNS Server
    • Reset Network Settings
    • Clear Chrome Browser cache
    • Restart DNS Service
    • Uninstall Third-Party Software
    • Repair/Edit Host Files
    • Update Network Driver

Causes for “DNS Address Could Not be Found” Error

Your web browser throws out the DNS address not found error if it cannot find the IP address of the website you’re trying to reach. This may happen due to the following reasons:

  • DNS server is down
  • Malfunctioning Router
  • Corrupt DNS cache
  • Third-party software
  • Malfunctioning website

How to Fix “DNS Address Could Not be Found” Error?

The first general fix for this issue would be to restart your router. Turn it off and wait for 10 seconds before turning it back on. This will reset the cache memory of the router itself. If any cache is corrupted, it will clear them out. Here are some other fixes you can try:

Run the Troubleshooter

Windows has a built-in program to solve basic windows problems. It will search for any misconfiguration and notify you about it. Then it will try the fix the issue. Here’s how you can do it:

  1. Press Win + I to open settings.
  2. Go to Update & Security.
  3. Click on the troubleshooter from the left panel and go to Additional troubleshooters.
  4. Select Internet Connections and Run the troubleshooter.
    internet troubleshooter

Change DNS Server

A Domain Name System is a list and location of all the websites on the internet. A web browser uses this list to make requests to the server for connection with the website. A DNS server’s job is to respond to such requests made by the web browser. 

You may see this error if the DNS server is unresponsive. So, to fix this issue, you can change the DNS server address. Your ISP usually provides its own DNS, but you can change this in the network settings.

Here’s how you change your DNS server:

  1. Press Win + I to open the settings.
  2. Go to Network & Internet.
  3. Click on Change adapter options.
    change adapter options
  4. Choose and right-click on your type of internet connection. If you’re using an ethernet cable, choose Ethernet, and if you’re using Wi-Fi, right-click on Wi-Fi.
  5. Click on Properties.
    network properties
  6. Under the Networking tab, search for Internet Protocol Version 4 (TCP/IPv4) and click on Properties. 
    change ipv4 properties
  7. Click on the General tab and select the Use the following DNS server addresses option.
    • Preferred DNS server: 8.8.8.8
    • Alternate DNS server: 8.8.4.4
      prefered-number
  8. Press OK to save the settings.

Reset Network Settings

You can use the command prompt to flush and reset the DNS settings on your device. The command prompt is a command line interface you can use to execute system operations. You can force your PC to refresh the DNS list. This process of flushing the DNS will put the resolved DNS cache back after communicating with the DNS server.

Here’s how you flush the DNS cache:

  1. Press Win + R, type cmd, and press Ctrl + Shift + Enter to run it as administrator.
  2. Type the following commands and press enter sequentially.
    • ipconfig /flushdns
    • ipconfig /release
    • ipconfig /renew
      dns-flush
    • netsh winsock reset
    • netsh int ip reset
      netsh-winsock-int-ip-reset

Clear Chrome Browser cache

The chrome browser uses its own separate DNS cache. So, just resetting the Windows DNS cache may not fix this issue. If you use a chrome browser, you can try the steps below to reset its cache.

  1. Open Chrome and press Ctrl + T.
  2. Type Chrome://net-internals/#dns in the address bar and press enter.
  3. Press the Clear host cache button and restart chrome.
    reset chrome dns

Restart DNS Service

You can also try to restart your DNS client in your Windows system. A DNS client is responsible for sending queries to the DNS servers. Restarting this service may solve issues with unexpected malfunctions. Here’s how you do it using the command prompt:

  1. Press Win + R, type cmd, and run as administrator.
  2. Type net stop dnscache to stop the DNS service.
  3. Type net start dnscache to start the DNS service.
    restart dns cache service

Uninstall Third-Party Software

Third-party applications like antivirus software or VPN apps can also sometimes cause this issue. These apps may create another layer of network configurations which may break your connection as well. 

You can try running your PC in safemode to rule out this possibility. Safemode runs your PC with the most basic and minimal files needed to operate your computer. If this issue doesn’t occur in safemode, we can confirm that a third party is intercepting your connection. Here’s how you run your PC on safe mode:

  1. Press Win + R, type msconfig, and press enter.
  2. Go to the Boot tab.
  3. Tick the Safe boot option under Boot options.
    safemode
  4. Click OK and restart your PC.

You can follow the above steps and untick the option to change the boot settings back to normal.

You can uninstall any application that you think may be responsible for Apps & features.

  1. Press Win + I to open settings.
  2. Go to Apps > Apps & features.
    uninstall applications
  3. Select the app from the list and click Uninstall.

If you’ve manually changed proxy and VPN settings, you can temporarily disable it and check if it works.

Repair/Edit Host Files

If you’ve made changes to the host files before, you may want to change them back to default values. It is because the host files are essential to map IP addresses to their corresponding host names. Here’s how you do it:

  1. Press Win + R to open Run.
  2. Type notepad %WinDir%\System32\drivers\etc\hosts and press Ctrl + Shift + Enter. This allows us to open the file as an administrator and save any changes directly. 
  3. Remove any entries you might have previously made.
    edit host files
  4. Press Ctrl + S to save it. 

Update Network Driver

An outdated or corrupt driver can also cause this error. Updating the driver can remove the corrupt files and replace them with new ones. Here are the steps to do it:

  1. Press Win + X and click on Device Manager.
  2. Expand Network adapters.
  3. Right-click on your Network adapter and click Update driver.
    update-network-driver'
  4. Select Search automatically for drivers.
fix
chunan

I was always enthusiastic when it comes to technological advancements. Any chance to learn something new about computers excites me which is why i got into IT as well. Now I get to write about them as well.

Related Posts

how-to-open-and-use-chrome-settings

How to Open and Use Chrome Settings

January 16, 2023
gmail-notifications-not-working-iphone

Gmail Notifications Not Working on iPhone? 9 Ways to Fix It

January 7, 2023
Best 20 Websites to Cure Boredom

Best 20 Websites to Cure Boredom

January 3, 2023
google-docs-not-working

Google Docs Not Working? Here’s How to Fix It

December 27, 2022
this connection is not private safari

Fix: This Connection is Not Private on Safari

December 25, 2022
how to spot phishing email

How to Spot a Phishing Email

January 16, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
what is ghost of tsushima legends

What is the Ghost of Tsushima Legends Mode

January 12, 2023
raid 5 vs raid 10

RAID 5 Vs RAID 10 – Which One Is Better?

January 12, 2023
best-tv-settings-for-gaming

Best TV Settings for Gaming

January 9, 2023
You may also like
pc stuck on boot screen

PC Stuck on Boot Screen? Here’s How to Fix It

January 16, 2023
tv-screen-goes-black-randomly

TV Screen Goes Black Randomly? Try These 11 Fixes

January 15, 2023
how to find unique values in excel

How to Find Unique Values in Excel

January 15, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Editorial Guidelines
  • Fact-Checking Policy
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.