How To Change DNS Server On Windows 10 | NEW in 2024

It’s not everyday that one needs to change the DNS server on Windows 10 but it can be one of the important things that you can do if you’re having trouble browsing websites, pulling up certain internet pages, or even when having trouble with some online games. 

In this guide, we’ll show you how to access your computer’s DNS settings and change them to fix your network connections problem.

What is DNS?

DNS stands for Domain Name System. This system is a group of computers that handle requests to translate human-readable domain names (such as TheDroidGuy.com) into an IP address. So, if you want to visit our website and type in our domain, it’s the job of DNS servers to translate what you’ve entered into computer-readable values so you can pull our web page. There’s no need to enter the IP address assigned to the server of your website, or any other website.

Why change your DNS server?

DNS servers a vital part to all Internet-related activities and without them, you will have a challenging way to open every website you want to visit as you need to memorize every IP addresses. That said, if DNS servers encounter issues, they can also cause a chain of problems. 

One common issue with DNS servers can be slow response time. Your ISP-provided DNS server may be slow or not configured properly for caching, which often manifests in slow loading times when browsing. In some instances, websites may become totally inaccessible if your Internet Service Provider or ISP DNS server is down. 

Fortunately, any of these situations can be fixed by using another set of DNS servers. You can do that by going into your computer settings to change the DNS settings.

How to change DNS server on Windows 10

Estimate Cost : 0

Time Needed : 3 minutes

You can change the DNS settings on your Windows 10 PC under a few minutes. We recommend that you use the Google Public DNS (with the following IP addresses: 8.8.8.8 and 8.8.4.4) but if you want to use other third party DNS servers, that’s fine as well.
Basically, what you want to do is to go to the network connections settings and use the 

Follow the steps below on what to do:

  1. Press the Windows key on your keyboard.

    Windows button 1
    Or you can click on the Start button at the bottom-left corner of the screen.

  2. Click the Settings icon at the left.

    Settings 3
    This will bring you to the main Settings menu.

  3. Select Network and Internet.

    Network and internet
    Select the type of connection, depending on what type you're using (Wi-fi or Ethernet). In this demonstration, we use Ethernet.

  4. Click on Change Adapter options.

    Change adapter options 1
    This will bring you to another window.

  5. Right-click on Ethernet network and select Properties.

    Ethernet network
    In the Ethernet Properties window, select Internet Protocol Version 4 (TCP/IPv4), then select Properties

  6. In the Internet Protocol Version 4 (TCP/IPv4) window, select Use the following DNS server addresses:

    DNS settings
    For your preferred DNS server, type in: 8.8.8.8.
    For your Alternate DNS server, type in: 8.8.4.4.
    Make sure to enable Validate settings upon exit box, then click OK.

Tools
  • Network adapter
Materials
  • Windows 10

You can also change the DNS server settings using the Network and Sharing Center. Here’s how:

  1. Press the Windows key on your keyboard.
  2. Type in “control panel” and open the Control Panel app.
  3. Click Network and Internet.
  4. Go to Network and Sharing Center.
  5. Click on Change Adapter options.
  6. Right-click on Ethernet network and click Properties.
  7. In the Ethernet Properties window, click Internet Protocol Version 4 (TCP/IPv4), then select Properties.
  8. In the Internet Protocol Version 4 (TCP/IPv4) window, select Use the following DNS server addresses:
  9. For your preferred DNS server, type in: 8.8.8.8.
  10. For your Alternate DNS server, type in: 8.8.4.4.
  11. Make sure to enable Validate settings upon exit box, then click OK.

Changing your DNS servers with Windows Powershell

If you prefer to change your DNS settings using a command-line, you can use the Windows Powershell. Here’s how:

powershell
  1. Press the Windows key on your keyboard.
  2. Type in “cmd” and open the Command Prompt.
  3. Type in “powershell” and press enter.
  4. Then, type in “start-process PowerShell -verb runas” and press enter to run the prompt as an administrator.
  5. Once you have the elevated powershell pulled up, type in “netsh” and press enter.
  6. Type in “interface show interface” and press enter.
  7. Type in “interface ip set dnsservers Ethernet static 8.8.8.8”. If you’re trying to change the DNS settings of your wi-fi network, then put in “Wi-Fi” instead of the word “Ethernet

OTHER INTERESTING ARTICLES:

Visit our TheDroidGuy Youtube Channel for more troubleshooting videos and tutorials.


Posts You Might Like

Leave a Comment