Skip to main content
RebootDoctor

How to Reset Network Settings on Windows 11

By Mike Chen Fact-checked by Mike Chen (CompTIA A+ Certified) on

Short answer: Settings, Network & internet, Advanced network settings, Network reset, Reset now, then restart. This is the nuclear option — it removes and reinstalls every network adapter and resets all settings to default, so saved WiFi passwords, VPNs, static IPs, and custom DNS are wiped. It takes about five minutes and fixes more connection problems than chasing individual settings, so note your WiFi passwords first.

Settings, Network & internet, Advanced network settings, Network reset, Reset now. Restart. That’s the nuclear option — it removes all network adapters, reinstalls them, and resets every network setting to factory defaults. Saved WiFi passwords, VPN configurations, static IP assignments, custom DNS — all gone. It takes about five minutes including the restart and it fixes more network problems than any amount of troubleshooting individual settings.

I use this maybe twice a week on customer machines. Someone’s WiFi connects but has no internet, or their Ethernet says “Unidentified network,” or they can’t see their home network but their phone connects fine. You can spend thirty minutes checking DNS, flushing caches, releasing and renewing DHCP, resetting Winsock, and checking driver versions. Or you can do a network reset and it works. I stopped being precious about troubleshooting the exact cause after the third time I spent forty minutes on something a reset fixed in five.

The command-line equivalent if Settings isn’t cooperating:

netsh winsock reset — resets the Winsock catalog. Fixes most “connected but no internet” issues caused by corrupted LSP (Layered Service Provider) entries. VPN software and proxy tools love inserting themselves into the Winsock chain and sometimes they break it.

netsh int ip reset — resets the TCP/IP stack. Clears all custom IP configurations, static routes, interface metrics. This is the one that fixes “Unidentified network” and APIPA addresses (169.254.x.x).

ipconfig /release && ipconfig /renew — releases and renews your DHCP lease. Only useful if you’re getting an IP from a router. If you have a static IP configured, this does nothing.

ipconfig /flushdns — clears the DNS resolver cache. Fixes stale DNS entries after changing DNS servers or if a website recently moved servers and you’re hitting the old IP.

Run all four in order in an admin Command Prompt, restart, and you’ve done the equivalent of the Settings network reset but with more control. The Settings method also reinstalls network adapter drivers, which the command-line approach doesn’t.

When Not to Reset

Don’t reset if you have a complicated network setup you can’t recreate. Static IP addresses for servers or printers, custom DNS configurations you spent time tuning, VPN profiles with certificates that took an hour to set up. Write all of that down first — screenshot your adapter settings, export VPN profiles, note your DNS settings.

Corporate laptops with 802.1X authentication or managed WiFi profiles — resetting wipes the certificates and you’ll need IT to re-enroll the machine. I’ve done this to a customer’s work laptop once and they had to physically bring it to their office to get it back on the corporate network. Felt bad about that one.

Also don’t reset just because your internet is slow. Slow internet is almost never a Windows network stack problem — it’s your ISP, your router, WiFi interference, or your distance from the access point. Our slow internet guide covers the actual causes. Network reset fixes connectivity failures, not speed problems. If your DNS server isn’t responding though, that’s a connectivity failure and a reset is worth trying after you’ve checked the basics.

Frequently Asked Questions

How do I reset network settings on Windows 11?

Settings, Network & internet, Advanced network settings, Network reset, Reset now, then restart. This removes all network adapters, reinstalls them, and resets every network setting to factory defaults including saved WiFi passwords, VPN configs, and DNS settings.

Will resetting network settings delete my WiFi passwords?

Yes. A full network reset removes all saved WiFi passwords, VPN configurations, static IP assignments, and custom DNS settings. Write down or screenshot your important network settings before resetting. You'll need to re-enter WiFi passwords and reconfigure VPNs afterward.

What does netsh winsock reset do?

It resets the Winsock catalog which handles the interface between Windows and your network. Fixes most 'connected but no internet' issues caused by corrupted LSP entries — VPN software and proxy tools often insert themselves into the Winsock chain and sometimes break it. Requires a restart to take effect.

Should I reset network settings if my internet is slow?

No. Slow internet is almost never a Windows network stack problem. It's usually your ISP, router, WiFi interference, or distance from the access point. Network reset fixes connectivity failures like 'no internet' or 'unidentified network,' not speed problems.

Need Expert Help?

If these steps didn't fix your issue, our certified technicians can diagnose and resolve it remotely — usually in under 30 minutes.