Saved Wi-Fi networks in Windows 10 can cause problems, from automatic connections to slow internet to conflicts with new routers. For example, if you've changed the password on your router, but the system stubbornly tries to connect using the old password, this is a classic case where you need to "forget the network" manually. Unlike Android or iOS, where this function is available in two clicks, in Windows 10 The process is hidden deeper, and many users get lost in the settings.
Another common situation: you connected to a public network (for example, at a cafe or airport), and now the system constantly tries to connect to it, even though you've long since left. Or, a saved network is preventing you from connecting to a new router with the same name (SSID). In this article we will analyze All working methods for deleting a Wi-Fi network — from standard tools to hidden commands, and we'll also explain why the network sometimes "returns" after deletion and how to avoid this.
⚠️ Attention: If you are using a corporate network with certificates (eg. EAP-SIM or 802.1X), deleting via standard methods may not work. In this case, you will need to clear the certificates in Computer management.
1. Removing a network through Windows Settings (the easiest way)
This method is suitable for most users and does not require technical skills. Interface Windows 10 allows you to delete a saved network in a few clicks, but the path to the settings is not always obvious.
Open the menu Start and go to Settings → Network and Internet → Wi-Fi. In the right part of the window, find the section "Managing Known Networks" and click on it. A list of all saved ones will be displayed here. SSID — both active ones and those you've connected to previously. Find the network you need, click on it, and then select "Forget".
- 🔍 How to find hidden networks? If the network does not appear in the list, but Windows tries to connect to it, try enabling the display of hidden networks in the router settings or use command line method.
- 🔄 The network disappeared from the list but appears again? This may be due to the function Windows Connect Now (WCN) or synchronization via account MicrosoftTurn off sync settings in
Settings → Accounts → Sync settings. - ⚡ Quick removal: Click
Win + I, enter "Wi-Fi" in the search and select "Managing Known Networks" - this will save time.
⚠️ Attention: If after deleting the network it still appears in the list of available connections, but does not connect, this may be due to caching. SSID in the adapter driver. Try reset network settings.
2. Removal via the Network and Sharing Center (alternative graphical method)
This method is relevant for users who prefer the classic control panel. It works even in cases where the new interface Windows 10 refuses to show some networks.
Open Control Panel (you can search by Win + S), go to Network and Internet → Network and Sharing CenterIn the left menu, select "Change adapter settings"Find yours here. Wi-Fi adapter (usually it is called Wireless Network or "Wi-Fi"), right-click on it and select "State".
In the window that opens, click Wireless Properties, then go to the tab "Safety" and check the box "Show input characters" — this will show you the saved password (if you need it to transfer it to another device). To delete the network, return to the tab Connection and press "Delete network" (in some versions of Windows this button may be missing - then use command line).
| Method | Advantages | Flaws |
|---|---|---|
| Windows Settings | Simplicity, does not require administrator rights | Doesn't always show all networks |
| Network and Sharing Center | Works in older Windows builds | The interface is less intuitive |
| Command line | Removes even hidden networks | Requires knowledge of commands |
| Registry | Maximum cleaning | Risk of system damage |
3. Deleting a network via the command line (for advanced users)
This method is suitable if the graphical interface does not display the required network or you prefer to work with the console. The command line allows you to remove any saved network, including those that are not displayed in the options.
Open command prompt as administrator (click Win + X and select the appropriate item). Enter the command to view all saved networks:
netsh wlan show profiles
Find the name of the desired network in the list (case is important!) and run the command to delete it:
netsh wlan delete profile name="NETWORK_NAME"
Replace NETWORK_NAME on real SSID (For example, netsh wlan delete profile name="MyWiFi_5G"). If the network name contains spaces, use quotation marks.
- 🔧 Error "Profile not found"? Make sure the network name is entered accurately (including case and special characters). Check the list again with the command
netsh wlan show profiles. - 🔄 Removing all networks: To reset all saved networks, use
netsh wlan delete profile name= i=(you will be asked for confirmation). - 📡 Hidden networks: If the network doesn't appear in the list, but Windows connects to it, try the command
netsh wlan show profiles key=clear- she will show even hiddenSSID.
Make sure you're running the command prompt as administrator|Check the exact network name (case is important)|Back up your network list with `netsh wlan export profile`|Restart the adapter after deleting (`netsh interface set interface "Wi-Fi" disable` → `enable`)
-->
4. Reset network settings (if the network "comes back")
Sometimes, after deleting a network, it reappears in the list. This can happen because:
- Synchronizing settings via account Microsoft;
- Caching data in the Wi-Fi adapter driver;
- Automatic connection via Windows Connect Now (WCN).
To completely reset your network settings, go to Settings → Network & Internet → Status and press Network ResetThe system will warn you that all saved networks, VPNs, and other settings will be deleted. After restarting, Windows will create new configuration files.
⚠️ Attention: Resetting the network will also remove:
- All saved Wi-Fi passwords;
- Settings VPN and proxy;
- Network connection priorities (for example, if you configured the metric for multiple adapters).
If the problem persists, try update your Wi-Fi adapter driver through device Manager or from the manufacturer's website (for example, Intel, Qualcomm Atheros, Realtek).
What to do if resetting doesn't help?
If the network still appears after the reset, check:
1. Synchronization via Microsoft account (turn off in Settings → Accounts → Sync settings).
2. WCN Service (turn it off after services.msc, find Windows Connect Now and set the startup type Disabled).
3. Registry - sometimes network data remains in the branch HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wlansvc\Interfaces (delete manually, but only if you are sure of your actions!).
5. Removing a network via the registry (advanced method)
This method is suitable for experienced users, as incorrect registry manipulation can lead to system crashes. Use it only if other methods fail.
Open registry editor (Win + R → enter regedit → Enter). Follow the path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles
Here you'll see a list of all saved networks as folders with unique IDs. Open each folder and view the value of the parameter. ProfileName - it contains the network name (SSID). Find the required network, right-click on the folder and select "Delete".
⚠️ Attention: Before editing the registry Be sure to create a system restore point (Control Panel → Recovery → Configure System Restore). Deleting the wrong keys may result in the loss of all network connections!
If after deleting the registry the network still appears in Windows settings, check the branch HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wlansvc\Interfaces — additional data about Wi-Fi profiles may be stored here.
6. Additional tips and troubleshooting
If you're faced with an unusual situation, these tips will help you figure it out:
- 🔌 Network disappears after sleep/hibernation: Disable the feature Allow Windows to turn off this device to save power in the properties of the Wi-Fi adapter (
Device Manager → Network Adapters → Properties → Power Management). - 🔄 Windows automatically connects to an unwanted network: Change the connection priority via
netsh wlan set profileorder name="NETWORK_NAME" interface="Wi-Fi" priority=1(the higher the number, the lower the priority). - 🛡️ Antivirus blocks changes: Temporarily disable network protection in your antivirus settings or add an exception for
svchost.exe(responsible for network services). - 📶 Network with WPS or 802.1X: Such networks may require additional certificate cleanup in
Computer Management → Certificates.
If you frequently connect to public networks, consider using virtual networks (for example, through Windows Mobile Hotspot) or VPN to protect traffic. This will reduce the risk of automatic connections to unsecured access points.
FAQ: Frequently asked questions about deleting Wi-Fi networks in Windows 10
Is it possible to delete a network I'm currently connected to?
Yes, but the connection will be lost after deletion. We recommend connecting to a different network or using mobile data first if you want to maintain internet access during the process.
Why does a network appear in the list again after being deleted?
This happens because:
- Synchronizing settings via account Microsoft (disable in sync settings).
- Functions Windows Connect Now (disable the service
WCNCSvcthroughservices.msc). - Caching data in the adapter driver (reinstalling the driver will help).
How do I delete a network if I don't remember its name?
Use command line:
- Do it
netsh wlan show profiles- this will show all saved networks. - If the network is not listed, but Windows connects to it, try
netsh wlan show profiles key=clear(will show hiddenSSID). - Remove unnecessary networks with the command
netsh wlan delete profile name="NAME".
Will the network password be removed from other devices?
No, deleting the network in Windows 10 Only affects the current computer. Other devices (smartphones, tablets, laptops) will retain the password unless you sync it via cloud services (e.g. Google Account or iCloud).
Is it possible to restore a deleted network?
If you haven't made a backup, you can only restore the network manually by reconnecting to it and entering the password. However, if you exported the profiles using the command netsh wlan export profile, they can be imported back:
netsh wlan add profile filename="PATH_TO_FILE.xml"