Categories: GuideHow To

How to Change DNS Settings on Windows 11

What if your present DNS servers are unreliable, slow, or you don’t trust your ISP system. Have you ever thought of changing your DNS settings and you don’t know the process? Here is a simple guide on how to change DNS settings on windows 11.

You can modify the DNS address on Windows 11 in different methods utilizing Command Prompt and PowerShell.

Changing the DNS server using Command Prompt on Windows 11

 Click on Start on Windows 11

  1. Browse for Command Prompt, right-click the first result, and choose “Run as administrator.”
  2. To view your current networking setup, enter the following command : (ipconfig /all) and hit Enter
  3. Verify the name of the adapter and the following information under the network adapter section:
  • DNS servers
  • IPv4
  1. To change the DNS server address on Windows 11 type the following command and hit Enter:

netsh interface ip set dns name=”Ethernet0″ static 1.1.1.1

  1. Change 1.1.1.1 to the DNS server IP for the service you wish to utilize and Ethernet1 to the name of your adapter in the command. Additionally, you can select the location of the regional DNS server.
  2. To set a different DNS server address, enter the following command and hit Enter:

netsh interface ip add dns name=” Ethernet0″ 1.0.0.1 index=2

  1. Change 1.0.0.1 to the preferred alternate DNS server location and Ethernet1 to the name of your adapter in the command.

Changing the DNS server using Power Shell on Windows 11

 Click on Start

  1. Browse for Power Shell, right-click the first result, and choose “Run as administrator.”
  2. To view your current networking setup, enter the following command:

Get-NetIPConfiguration and click on enter.

  1. Note down the following information after running the command:
  • InterfaceIndex
  • DNSServer
  1. To assign a main DNS server address, use the following command and click Enter: Set-DnsClientServerAddress -InterfaceIndex 12 -ServerAddresses 208.67.222.222

Change the ServerAddresses to the DNS address and the InterfaceIndex number in the command to the value that corresponds to your network adapter.

Also Read: How to Set up and Test Your Microphone in Windows 11?

 

Share
Published by
Team My Mobile

Recent Posts

POCO M8 Power Launched in India With 8,000mAh Battery, 120Hz AMOLED Display and Snapdragon 4 Gen 4

Highlights POCO M8 Power debuts in India at a special launch price of ₹21,999 for…

2 hours ago

Poco F9 Ultra, Poco F9 Pro and Poco X8 5G Receive Indonesia SDPPI Certification Ahead of Global Launch

Highlights Poco F9 Ultra, F9 Pro and X8 5G received Indonesia SDPPI approval, signalling imminent…

2 hours ago

Motorola G Max India Launch Tipped for Around August 15, Snapdragon 6s Gen 4, 50MP Sony Camera Expected

Highlights Motorola G Max tipped to launch in India around August 15, official confirmation pending.…

4 hours ago

Oppo A7 Pro Max Camera Samples Released Ahead of Launch, 50MP Front and Rear Cameras Confirmed

Highlights Oppo A7 Pro Max launches in China on Aug 4 and Oppo confirms an…

15 hours ago

Redmi 17 5G Global Variant Leaked in Full Ahead of Launch, Design, Price and Specifications Surface

Highlights Redmi 17 5G global variant leaked with flat-edge design, large camera island, Orange/Black/Blue colours…

19 hours ago

Oppo Find X10 Series Receives China Certification, Find X10 Ultra Leak Reveals Camera Upgrades and Premium Pricing

Highlights Two Oppo Find X10 models have received network approval in China, suggesting a late…

21 hours ago

This website uses cookies.