How to Completely Remove Unneeded Wi-Fi Networks in Windows 10: 5 Proven Methods

Every time you connect to a new access point, Windows 10 automatically saves its name (SSID) and the password in a hidden list of networks. Over time, this list grows to dozens, even hundreds, of entries—from hotels and cafes to public transportation and friends' guest networks. The problem is that the system continues to scan all saved networks, even if you haven't used them in a while. This not only slows down the search for available connections but also creates security risks: Attackers can create a point with a name from your list and intercept traffic.

In this article you will find 5 working methods remove unnecessary Wi-Fi networks in Windows 10 — from simple (via graphical interface) to advanced (editing the registry and netsh-commands). We'll also discuss why some networks aren't removed using standard methods, and what to do if they reappear after cleaning. All instructions apply to versions Windows 10 1909–22H2, including the latest updates in 2026.

Before you begin, please check: If you are deleting a network that has other devices connected to it (such as a printer or Smart TV), they may need to be reconnected. Also note that some corporate networks with certificates (EAP-SIM or 802.1X) require additional steps for complete removal.

1. Deleting Wi-Fi networks via Windows Settings

The most obvious and secure way is to use the built-in network management menu. This method is suitable for most users and doesn't require administrator rights (unless the network was added by a system administrator in the domain).

Open Start → Settings → Network & Internet → Wi-Fi. In the section Managing Known Networks You'll see a full list of saved access points. Here you can:

  • 🔍 Find a network by name (use the search box above if the list is long).
  • 🗑️ Delete an unnecessary network by clicking on it and selecting Forget.
  • 🔄 Sort networks by last connection date (click on the column heading) Last connected).

Please note: if the button Forget inactive (gray), this means that the network was added via group policy (relevant for work PCs in a domain) or protected safety certificateIn this case, you will need the methods from the following sections.

2. Command line: deleting networks via netsh

Tool netsh (Network Shell) allows you to manage network settings via the command line. This is useful if the graphical interface isn't working or you need to delete multiple networks at once. This method requires administrator privileges.

Open Command line as administrator (click Win + X and select the appropriate item) and run the following commands:

netsh wlan show profiles

This command will list all saved Wi-Fi profilesFind the name of the network you want to delete and run:

netsh wlan delete profile name="NETWORK_NAME"

Replace NETWORK_NAME to the real name (for example, netsh wlan delete profile name="Starbucks_WiFi"). To remove all networks at once, use:

netsh wlan delete profile name= i=

The advantage of this method is the possibility batch deletion and work even if the graphical interface freezes. However, be careful: if you misspell the network name, the command simply won't work (but won't cause any harm).

Make a backup copy of the list of networks (command netsh wlan export profile folder="C:\WiFi_Backup\")

Check administrator rights

Make sure the network name is entered correctly.

Restart PC after mass removal-->

3. Removing via the Network and Sharing Center (alternative method)

If the Settings menu doesn't open or isn't working correctly, you can use the classic Control Panel. This method is suitable for Windows 10 all versions and does not require additional knowledge.

Open Control Panel → Network and Internet → Network and Sharing CenterIn the left menu, select Managing wireless networksHere you'll see a list of saved connections. To delete a network:

  1. Right-click on the network name.
  2. Select Delete network.
  3. Confirm the action in the dialog box.

This method is convenient because it displays all networks, including those that may not appear in Settings due to cache errors. However, in recent versions Windows 10 (starting with 20H2) Microsoft is gradually hiding this section, so it may not be present on some PCs.

📊 How often do you clear your Wi-Fi network list?
Never cleaned
Once a year
Every month
Only when problems arise

4. Windows Registry: Removing Stubborn Networks

Some networks (especially those added through group policy or scripts) are not removed using standard methods. In this case, editing the registry will help, but this method requires maximum caution, as errors may lead to system failure.

Open Registry Editor (Win + R → enter regeditEnter) 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:

  1. Open the profile folder.
  2. Look at the parameter value ProfileName — this is the name of the network.
  3. Delete the entire profile folder (right click → Delete).

After uninstalling, restart your PC. If the network still appears, check the section HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wlansvc\Interfaces — additional settings can be stored here Wi-Fi adapter.

What should I do if the network returns after deletion?

This may be due to:

1. Automatic connection to open networks (disable the option in Wi-Fi settings).

2. Synchronization via Microsoft account (check Settings → Accounts → Sync settings).

3. Scripts or domain policies (relevant for work PCs).

4. Corrupted network cache (resetting network settings will help Settings → Network & Internet → Status → Network reset).

5. Reset all network settings (last resort)

If none of the methods helped, or you want to completely clear all network settings (including Ethernet, VPN And proxy), you can perform a network reset. This will return all parameters to factory settings, but will delete all saved passwords and settings, including:

  • 📡 All Wi-Fi networks and their passwords.
  • 🌐 Settings Ethernet And VPN.
  • 🔒 Saved proxy servers and firewall exceptions.

To perform a reset, go to Settings → Network & Internet → Status and press Network resetThe system will ask for confirmation and reboot the PC. After this, all networks will need to be configured again.

If the problems persist after the reset (for example, Windows 10 continues to connect to non-existent networks), this may indicate:

  • 🖥️ Problems with the Wi-Fi adapter driver (update it through device Manager).
  • 🦠 Viral infection (check your system with antivirus software).
  • 🔧 Corruption of system files (do sfc /scannow (in the command line).

Comparison of Wi-Fi network removal methods

Method Complexity Admin rights required Deletes all networks at once Suitable for stubborn networks
Via "Options" ❌ No ❌ No ❌ No
Command line (netsh) ⭐⭐ ✅ Yes ✅ Yes ⚠️ Partially
Network and Sharing Center ❌ No ❌ No ❌ No
Registry Editor ⭐⭐⭐ ✅ Yes ✅ Yes ✅ Yes
Network reset ⭐⭐ ✅ Yes ✅ Yes ✅ Yes

As can be seen from the table, the most universal method - usage netsh, as it combines simplicity and effectiveness. The registry should only be used as a last resort, when other methods have failed.

Bonus: How to prevent automatic connections to unnecessary networks

To Windows 10 To prevent your phone from automatically connecting to random networks (such as those found in airports or shopping malls), disable the appropriate settings:

  1. Go to Settings → Network and Internet → Wi-Fi.
  2. Disable the option Connect to suggested open access points.
  3. In the section Managing known networks turn it off Automatic connection for each network manually.

It is also useful to turn off random hardware addresses (unless you're using them for privacy), as this can cause connection issues with some corporate networks. To do this:

  1. In the list of networks, click on the desired network → Properties.
  2. Disable the option Random hardware addresses.

FAQ: Frequently asked questions about deleting Wi-Fi networks in Windows 10

❓ Why does a network reappear in the list after being deleted?

This may be due to:

  • Synchronizing settings via account Microsoft (turn it off in Settings → Accounts → Sync settings).
  • Automatic connection to open networks (disable in Wi-Fi settings).
  • Group policies (relevant for work PCs in a domain - contact your administrator).

Also check if the network is added in the registry (section HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wlansvc).

❓ Is it possible to delete all networks at once without resetting?

Yes, use the command:

netsh wlan delete profile name= i=

She will delete all saved Wi-Fi profiles at once. After completing the task, restart your PC.

❓ How do I delete a network if the "Forget" button is inactive?

This means that the network was added via:

  • Group Policy (for work PCs - domain administrator access required).
  • Script or program (check startup and task scheduler).
  • Safety certificate (delete the certificate in Control Panel → Internet Options → Content → Certificates).

In such cases, editing the registry or using the command line with administrator rights will help.

❓ Does the number of saved networks affect Wi-Fi speed?

There is no direct impact on speed, but a large number of networks can:

  • Slow down search for available access points (especially on laptops with a weak processor).
  • Call conflicts, if several networks have the same names (SSID).
  • Increase time automatic connection at system startup.

It is recommended to leave only those networks that you use regularly.

❓ How do I export a list of networks before clearing?

To save a backup copy of all Wi-Fi profiles, run the following in the command line:

netsh wlan export profile folder="C:\WiFi_Backup\" key=clear

Files with extension .xml will be saved in the specified folder. They contain network names and passwords (if the parameter was not used key=clear, passwords will be encrypted).

To import the network back later, use:

netsh wlan add profile filename="C:\WiFi_Backup\FILE_NAME.xml"

If you encounter a problem that is not covered in this article, please check Windows Event Log (eventvwr.msc) for errors related to WLAN-AutoConfig. This often contains details about connection failures or re-adding networks.