Saved networks Wi-Fi V Windows 10 These can accumulate over time, especially if you frequently connect to different access points—at home, cafes, hotels, or offices. Even after changing your password or turning off your router, the system continues to attempt to connect to old networks, resulting in delays, authentication errors, or automatic switching to unnecessary networks with weak signals.
Removing unnecessary Wi-Fi profiles Not only does it clear the connection list, but it also resolves connection issues with current networks. For example, if the router was reset to factory settings, and Windows 10 persistently tries to use old login credentials. In this article, we'll cover all the working methods for deleting networks—from standard tools to the command line and registry—and explain why networks sometimes return after deletion.
⚠️ Attention: If you delete the network you're currently connected to, your connection will be lost. Prepare an alternative internet access method (mobile hotspot or Ethernet cable) in advance.
1. Deleting a Wi-Fi network via Windows Settings
The easiest way is to use the graphical interface Windows 10This method is suitable for most users and does not require any special knowledge.
Open the menu Start → Settings (⚙) → Network & Internet → Wi-FiIn the right block, find the section Managing Known Networks — a list of all saved access points is displayed here. Click on the name of the network you don't need, then press the button "Forget".
If the list is empty, but you are sure that the networks are saved, try enabling the display of hidden networks:
- In the same window
Wi-Fiactivate the slider Hidden Networks. - Please wait 10-15 seconds for the list to refresh.
- Remove unnecessary networks as described above.
⚠️ Attention: In some builds Windows 10 (especially corporate) section "Manage Known Networks"** may be hidden by group policies. In this case, use the alternative methods in the following sections.
Check your current internet connection
Close programs that use the network (torrents, cloud services)
Take a screenshot of the network list (in case of an error)
Reboot your router if you plan to set it up again-->
2. Uninstall via Control Panel (alternative method)
The good old menu "Control Panel"** is still available in Windows 10 And it sometimes saves the day when the new Settings app is glitchy or doesn't display networks. Here's how to use it:
Open Control Panel → Network and Internet → Network and Sharing CenterIn the left column, select Managing Wireless NetworksHere you will see a list of profiles - right-click on the unnecessary network and select "Delete network".
If the point If you don't see "Wireless Network Management"**, your system is using a newer interface. In this case:
- 🔍 Try entering the phrase in Windows search
wireless network management- Sometimes it works. - 🖥️ Switch to the classic view of the control panel (in the upper right corner, select "Large icons"**).
- 🔄 Restart your computer - sometimes the menu appears after rebooting.
This method is especially useful for removing hidden networks (named SSID, consisting of random characters) that are not displayed in the new settings.
Why might networks not appear in Settings?
There is a bug in Windows 10 where networks added via the command line or third-party utilities (for example, NetSetMan), are not displayed in the graphical interface. The issue may also be related to corrupted system files or a conflict with the Wi-Fi adapter drivers.
3. Command Line: Delete a Wi-Fi Profile in 2 Commands
If graphical methods don't work, help will come command line (CMD). This method is guaranteed to remove networks, even those that are not visible in the interface.
Open CMD as administrator (right-click on Start → Command Prompt (Administrator)) and perform in order:
netsh wlan show profiles
This command will list all saved profiles. Find the name of the network you don't need (case is important!) and run:
netsh wlan delete profile name="NETWORK_NAME"
Replace NETWORK_NAME to the real name (for example, netsh wlan delete profile name="MyWiFi_5G").
To remove all profiles use immediately:
netsh wlan delete profile name= i=
⚠️ This command will permanently delete all saved networks, including the current one. After running it, you will have to re-enter your passwords.
If you see an error after running the command Profile not found, check:
- 📛 Ensure the network name is spelled correctly (including spaces and case).
- 🔒 Is the command prompt running as administrator?
- 🖧 Is the Wi-Fi adapter connected (sometimes it is disabled in the Device Manager).
netsh wlan show profile name="NETWORK_NAME" key=clear
The password will be in the line Key Contents in the section Security Settings.-->
4. Removing via PowerShell (for advanced users)
PowerShell — a more powerful tool than CMD, and also allows you to manage profiles Wi-FiThis method is useful if standard commands don't work or if you need to automate the process (for example, via a script).
Open PowerShell as administrator and run:
Get-NetConnectionProfile | Where-Object {$_.InterfaceAlias -like "Wi-Fi"} | Select-Object Name, InterfaceAlias
This command will display all Wi-Fi profiles. Copy the exact network name from the column. Name and run:
Remove-NetConnectionProfile -Name "NETWORK_NAME" -Confirm:$false
To remove all Wi-Fi profiles use:
Get-NetConnectionProfile | Where-Object {$_.InterfaceAlias -like "Wi-Fi"} | Remove-NetConnectionProfile -Confirm:$false
⚠️ Attention: In some versions Windows 10 (especially after major updates) team Remove-NetConnectionProfile may not work with an error Invalid operationIn this case, return to the method with CMD or use the registry editor (section 5).
5. Manual removal via Registry Editor (advanced method)
If networks stubbornly return after being deleted or do not disappear from the list, the problem may lie in Windows registryThis method requires caution - incorrect actions can disrupt the system.
Open Registry Editor (Win + R → regedit) and follow the path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles
This is where all network profiles are stored. Each folder with a long name (for example, {A1B2C3D4-5678-90EF-1234-567890ABCDEF}) corresponds to one network. To find the right one:
- Open the profile folder.
- Look at the parameter value
ProfileName— this is the name of the network. - Delete the entire profile folder (right click → "Delete"**).
After uninstalling, restart your computer. If the network still appears, check the second registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wlansvc\Interfaces
Connection data may also be stored here. Delete only those keys that are specific to the network you no longer need.
⚠️ Attention: Before editing the registry Be sure to create a system restore point (Start → Type “restore point” → Create). This will allow you to roll back changes if something goes wrong.
6. Why do networks come back after being deleted?
Sometimes users encounter a situation where a deleted network reappears in the list. This occurs for several reasons:
| Cause | How to fix |
|---|---|
| Auto-connection through Windows Mobility Center or third-party utilities (for example, Intel PROSet). | Disable auto-connection in the adapter settings or uninstall the software from the Wi-Fi module manufacturer. |
| Synchronization via account Microsoft (if you log in under one account on multiple PCs). | Turn off sync settings in Settings → Accounts → Sync settings. |
| Driver cache The Wi-Fi adapter stores data about networks. | Update your adapter driver via device Manager or the manufacturer's website. |
| Viruses or malware, adding networks for their own purposes. | Check the system Malwarebytes or Kaspersky Virus Removal Tool. |
If the network keeps coming back, try reset network settings to factory:
- Open
Settings → Network & Internet → Status → Network reset. - Click “Reset now”** and confirm the action.
- After rebooting, all networks will be deleted and network components will be reinstalled.
7. Additional tips for managing Wi-Fi networks
To avoid accumulating unnecessary profiles in the future, follow these guidelines:
- 🔄 Disable auto-connection to public networks (in cafes, airports). To do this, uncheck the box after connecting "Connect automatically"** in network properties.
- 📡 Use network priorities: V Windows 10 You can set the connection order. To do this, CMD execute:
netsh wlan set profileorder name="NETWORK_NAME" interface="Wi-Fi" priority=1(replace
priority=1to the desired priority, where1— highest). - 🛡️ Configure Group Policy (For Windows 10 Pro/Enterprise) to block connections to unknown networks:
gpedit.msc → Computer Configuration → Administrative Templates → Network → Windows Connection Manager - 📱 Manage networks through mobile apps (For example, WiFi Manager For Android), if you frequently connect to different access points.
If you work with frequently Wi-Fi networks, consider using specialized utilities:
- NetSetMan — allows you to quickly switch between profiles.
- WiFi Profile Manager — a convenient interface for managing saved networks.
- Acrylic Wi-Fi — a professional tool for analyzing and managing connections.
netsh wlan connect name="NETWORK_NAME"
Double-clicking on it will instantly connect you to the desired access point.-->
Frequently Asked Questions (FAQ)
Is it possible to delete a network I'm currently connected to?
Yes, but the connection will be lost immediately after deletion. If you need to stay online, first connect to a different access point or use Ethernet.
Why does a network appear again when I connect after deleting it?
This is normal behavior. Windows 10 — the system saves the network profile upon the first successful connection. To avoid this, disable this option. "Connect automatically"** when connecting for the first time.
How do I remove a network if it's not in the Settings list, but Windows is trying to connect to it?
Use command line (netsh wlan show profiles) or PowerShell — they show all profiles, including hidden ones. Also check the registry (section 5).
Is it possible to recover a deleted Wi-Fi profile?
No, deleting the network data permanently erases it. You'll have to re-enter the password the next time you connect. The exception is if you've backed up your registry or created a system restore point.
Why are some networks marked as "Unconnectable"?
This means the network is saved in your profiles but is currently unavailable (for example, because the router is turned off or you're out of range). These networks can be deleted without risking interruption to your current connection.
If none of the methods helped, the problem may lie in Wi-Fi adapter driver or conflict with other network software. Update the driver via device Manager or the manufacturer's website (for example, Intel, Qualcomm Atheros, Realtek). In extreme cases, perform network reset in the parameters Windows - This will reset all network components to factory settings.