Home » How To » Resetting Network Settings on Windows 11

Resetting Network Settings on Windows 11

For most users, Windows networking issues are not that common. However, when you face a network issue, troubleshooting, diagnosing, and fixing the problem can be hard. Thankfully, you can reset the network settings on your Windows 11 computer when nothing else works. Resetting will reset all network adapters and Windows firewall rules to their default settings. Additionally, it will delete saved Wi-Fi networks & their passwords and VPN connections. To put it simply, it makes your Windows 11 network a clean slate so that any problems caused due to misconfigured network settings are immediately solved.

Follow one of the below methods:

Reset network settings using Windows 11 Settings

Unlike the older versions, Windows 11 users can use the Settings app to reset all the network settings with a single button click. Here’s how.

First of all, open the Settings window (press Windows key + I). Once opened, click on the “Network & Internet” > “Advanced network settings” > “Network reset” option. On this page, press the “Reset now” button. Press the “Yes” button when prompted for confirmation.

click the reset button to reset network settings on Windows 11

As soon as you confirm, Windows will schedule a shutdown and restart in five minutes. A restart is required to change network settings to their defaults. Press the “Close” button. Use the five minutes to save your work and close all open applications.

click yes

Windows will restart as scheduled and once that is done, all your network settings are back to their default settings. i.e., reset.

Command to reset network settings

As an alternative, you can use the Command Prompt to reset Windows 11 network settings. There is no single command, rather, you need to reset individual network components and clear DNS. While not as easy as the Settings app method, this method is useful if you need to use Command Prompt or want to create custom scripts.

First, launch the Command Prompt window with administrator rights. You can do that by pressing the Start key on your keyboard, searching for Command Prompt, and choosing the Run as Administrator option. In the command window, run the below commands one after another.

Reset proxy settings for Windows HTTP (WinHTTP) service:

netsh winhttp reset proxy

Reset the Winsock catalog and TCP/IP stack:

netsh winsock reset catalog

Reset all IPv4-related settings on your computer to their default. This command not only resets IPv4 but also removes custom configurations, and resets DHCP, and other network components:

netsh int ip reset all

Clear DNS:

ipconfig /flushdns

After running the above four commands, close the Command Prompt window. Next, restart your computer by clicking on the “Start” icon, pressing the “Power” button, and selecting the “Restart” button. It is important that you restart your computer as some network settings require it. Once the system as been restarted, all the network configuration is restored to its default settings.

Wrapping up

You can use any of the two methods shown above to restore default settings to the network on Windows 11. For most users, I recommend using the Settings app. However, if you want to reset network settings on a Windows server or create a personalized script that you want to run from other programs then follow the Command Prompt method.

I hope this small Windows how-to tutorial helped you.

If you are stuck or need help, send an email or comment below, and I will try to help as much as possible.

2 thoughts on “Resetting Network Settings on Windows 11”

  1. Avatar for Jack

    I am having issues where I can ping websites in command prompt but cannot use anything that requires internet, like websites or apps. Other devices on the network are fine. I can also access a vnc server if it is on the same network as me. The issue occurs on wifi and on ethernet. I just deleted a filter that I had, and the issue appeared after the deletion, it probably has something to do with that. If you could help I would be forever indebted to you…

    1. Avatar for Bashkarla

      Hi Jack

      Since you said you started seeing issues after deleting a filter (a firewall rule, I assume), here are a few things you can try to fix it. This is assuming that you can access the internet from other devices on the network.

      First, reset your Windows Firewall to its default settings -> Reset Windows Firewall

      Second, if you have other computers on the same network and they are working fine, use the `ipconfig /all` command on them and compare the results to your computer. If see differences in network configuration, you might have to change them.

      Third, since you can ping by IP but might be having issues with domain names, there could be a DNS resolution issue. Try setting your DNS servers to a public DNS like Google (8.8.8.8 and 8.8.4.4) or Cloudflare (1.1.1.1). -> Changing DNS in Windows

      Fourth, sometimes a wrongly configured proxy can also be the issue. So, open Internet Options > Connections > LAN settings and make sure ‘Use a proxy server for your LAN’ is unchecked.

      Fifth, reset your network as shown in this article.

      Try these and hopefully, one of them will help you fix the problem.

      Please let me know how it goes.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top