Reset Network Adapters to Default in Windows 11
If you are experiencing persistent internet connectivity problems, slow speeds, or configuration errors, performing a full network reset in Windows 11 can resolve these issues. A network reset removes and reinstalls all of your physical and virtual network adapters and restores all networking components back to their original factory settings. This guide outlines the exact steps to reset your network configuration using Windows Settings and the Command Prompt.
Method 1: Reset Network Adapters via Windows Settings
The primary and easiest way to reset all network adapters in Windows 11 is through the built-in Settings app.
- Open Settings: Press Windows Key + I on your keyboard, or right-click the Start button and select Settings.
- Navigate to Network Settings: In the left sidebar, click on Network & internet.
- Open Advanced Settings: Scroll down on the right pane and click on Advanced network settings.
- Select Network Reset: Under the More settings section, click on Network reset.
- Initiate the Reset: Click the Reset now button located next to the Network reset description.
- Confirm: A confirmation prompt will appear asking if you are sure you want to reset your network settings. Click Yes.
- Restart Your PC: Windows will inform you that your computer will shut down in 5 minutes. To complete the process immediately, manually restart your computer via the Start menu.
Method 2: Reset Network Adapters via Command Prompt
If you cannot access the Settings menu, you can achieve a full reset using the Windows Command Prompt.
Press the Windows Key, type
cmd, right-click on Command Prompt, and select Run as administrator.Run the following commands one by one, pressing Enter after each:
netsh winsock reset netsh int ip reset ipconfig /release ipconfig /renew ipconfig /flushdnsOnce all commands have successfully executed, restart your computer.
What to Expect After a Network Reset
Once your computer restarts, the following changes will have taken effect:
- Reinstalled Adapters: Windows automatically detects and reinstalls your Ethernet and Wi-Fi adapters with clean default configurations.
- Deleted Wi-Fi Profiles: All previously saved Wi-Fi networks and passwords will be cleared. You will need to select your network and re-enter the password.
- Reset IP and DNS Settings: Any custom static IP addresses or custom DNS servers (such as Google DNS or Cloudflare) will be reverted to automatic (DHCP).
- VPN and Virtual Switches: Third-party VPN clients, proxy settings, or virtual network adapters (like those used in Hyper-V or VMware) may need to be reconfigured or reinstalled.