Modern operating systems such as Windows 10, have the ability to automatically connect to previously used wireless networks, which is convenient, but sometimes creates problems. Situations requiring the deletion of a connection profile arise regularly: when changing the router password, when moving to a new location, or when the device stops working correctly with the current security settings. Understanding How to forget a WiFi network, is a basic skill for administering a home or office computer.
The removal procedure may be necessary if the system attempts to connect to the network with incorrect credentials, blocking internet access, or if you want to clear the list of available connections for privacy reasons. In some cases, encryption protocols may conflict after updating drivers, and the only solution is to completely reset the connection settings. Below, we'll cover all available methods for accomplishing this, from the graphical interface to advanced commands.
It's worth noting that the "forgetting" process doesn't remove the network adapter drivers, but only erases the saved profile with specific SSID and password settings. This means that your network adapter It will continue to function normally, and you can reconnect to any access point using the updated credentials. It's important to follow these steps carefully to avoid accidentally deleting the profile for an important corporate network or home router if you plan to use them in the future.
Deleting a profile via the Windows Settings menu
The easiest and most intuitive way to manage wireless connections is to use the built-in Settings app. This method requires no knowledge of special commands and is suitable for most users who want to quickly resolve connection issues. Windows 10 Allows you to manage networks directly from the notification panel or through the main system settings menu.
To begin, open the Start menu and select the gear icon to access Settings. Next, navigate to the Network & Internet category, which displays your current connection status and available options. If you're outside the coverage area of the network you want to delete, this method may not display a list of all saved profiles, as it often focuses on managing active or nearby connections.
⚠️ Note: If the "Forget" button is grayed out, it means your computer is currently connected to this network. Disconnect from it first or switch to a wired (Ethernet) connection to enable the Forget option.
In the left pane of the window, select the "Wi-Fi" tab and then click "Manage known networks." This will open a list of all profiles ever used on this device. Find the desired network in the list, click it, and click "Forget." The system will immediately delete the saved password and settings, and your computer will no longer automatically connect to this access point.
Using Control Panel for old profiles
Classic "Control Panel" in Windows 10
Retains many features from previous versions of the operating system, providing access to deeper management of network adapters. This method is especially useful if the current Settings interface isn't working correctly or doesn't display a full list of saved networks. Here, we work directly with the wireless adapter's properties.To open the desired section, press the key combination Win + R and enter the command control, then press Enter. In the window that opens, select "Large icons" view and find "Network and Sharing Center." In the left menu column, click "Change adapter settings" to see a list of all network interfaces installed on your computer.
Find the "Wireless Network" (Wi-Fi) icon, right-click it, and select "Status." In the window that opens, click "Wireless Network Properties." This will display a list of all networks to which this adapter has connected, sorted by last used date or alphabetically.
- 📡 Select the desired network from the list of available profiles.
- 🗑️ Click the "Delete" button to delete your profile.
- ✅ Confirm the action by clicking "OK" in the dialog box.
- 🔄 Close all windows and check the list of available networks again.
This method ensures that the profile is deleted even if the system considers the network to be a "system" network or hidden in the new settings. After completing these steps The network configuration will be completely deleted from the Windows registry, and the next time this access point is detected, the system will request the password again, as it did the first time it was connected.
Deleting networks via Command Prompt (CMD)
For advanced users and system administrators, the most effective tool is the command line. Using the utility netsh Allows you not only to delete profiles but also to perform in-depth diagnostics, view hidden parameters, and perform batch operations. This method is indispensable when the graphical interface is inaccessible or damaged.
To launch the command prompt with administrator privileges, right-click the Start button and select "Windows PowerShell (Administrator)" or search for "cmd," right-click, and select "Run as administrator." Without administrator privileges, running commands to change network settings will be blocked by the security system.
The first step is to list all saved WiFi profiles on your computer. To do this, enter the command netsh wlan show profilesThe system will display a list of all networks, divided into "User Profiles" and "Group Policy Profiles." Find the exact name of the network (SSID) you plan to delete, as the name must be specified exactly, including case and spaces.
netsh wlan delete profile name="Network_Name" interface="Wi-Fi"
In this command, instead of Network_Name you need to substitute the exact name of your profile, and instead Wi-Fi — the name of your wireless interface (usually "Wi-Fi" or "Wireless Network," but it may vary). If you're unsure of the interface name, look it up in the command output. netsh wlan show interfacesAfter executing the command, the system will confirm successful profile deletion with the message "Profile 'Name' has been removed from the 'Wi-Fi' interface."
⚠️ Warning: When using the command line, it's critical to follow the correct syntax. A misspelling of the network or interface name will result in a runtime error, and an incorrect command may delete the wrong profile if the names are similar.
Reset network settings to factory defaults
If deleting individual profiles doesn't resolve connection issues, or if the system has accumulated numerous configuration errors, you can use a full network settings reset. This radical method restores all network components. Windows 10 to the original state, deleting all saved networks, resetting the TCP/IP stack and reinstalling network adapters.
To reset your network, go to Settings → Network & Internet → Status. Scroll to the bottom of the page and find the "Network reset" link. Clicking it will warn you that after restarting your computer, you'll need to reconnect to available networks and enter passwords. This action will affect all network adapters, including virtual machines and VPN clients.
After confirming the action, the system may ask to reboot immediately or after a few minutes. During the reset process operating system Delete all registry keys related to network connections and attempt to reinstall the adapter drivers. This often resolves issues where the computer can see the network but cannot obtain an IP address or connect to the internet.
What happens when you reset your network?
Resetting the network deletes all saved WiFi passwords, resets firewall settings, deletes VPN and virtual switch settings (Hyper-V, VirtualBox), and resets DNS and IP settings to automatic.
Comparison table of removal methods
The specific profile deletion method you choose depends on your goal, your system access level, and your current situation. Below is a comparison table to help you determine the best method for your situation.
| Method | Complexity | Speed | Necessary rights |
|---|---|---|---|
| Windows Settings | Low | High | User |
| Control Panel | Average | Average | User |
| Command line | High | High | Administrator |
| Full reset | Low | Low (requires reboot) | Administrator |
As can be seen from the table, for one-time operations it is most convenient to use the graphical interface, while for mass deletion or automation of processes it is better suited command lineA full reset is recommended only in extreme cases when other methods have failed.
Troubleshooting and Common Mistakes
When deleting profiles, users may encounter various errors, such as the system reporting that the profile cannot be deleted, or the "Forget" button remaining inactive. This is often due to network usage by system processes or group policies, especially on corporate computers.
If the profile cannot be deleted using standard methods, try disabling the WLAN AutoConfig service (WlanSvc) before deleting. To do this, open "Services" (command services.msc), find "WLAN AutoConfig Service" in the list, stop it, delete the profile, and then start the service again. This bypasses the configuration file lock.
- 🔒 Access Error: Make sure you are running under an account with administrator rights.
- 📶 Network is active: Disconnect from the network before attempting to delete its profile.
- 🏢 Group Policy: On work PCs, deletion may be prohibited by the domain administrator.
⚠️ Note: Interfaces and menu item names may vary slightly depending on the Windows 10 build version (e.g., 21H2, 22H2) and the language bar installed. If you don't find an exact match, use the action as a guide.
☑️ Checklist before deleting a network
Frequently Asked Questions (FAQ)
What happens if I forget the network I'm currently connected to?
The connection will be terminated immediately. Your computer will stop transmitting data through this interface. To access the internet via WiFi again, you will need to reselect this network from the list of available networks and enter the password.
Is it possible to recover a deleted network profile?
No, Windows doesn't have a recycle bin for network profiles. Once deleted, the settings and password are permanently erased. However, you can easily recreate the profile by simply connecting to the network again and entering the password.
Will resetting the network remove the WiFi adapter driver?
No, the device driver will remain in place. The reset only affects software settings, connection profiles, and TCP/IP stack parameters. network adapter and its software will not be affected.
Why does my computer automatically reconnect to the old network after deleting it?
This may occur if the profile was saved in Group Policy Profiles or synced via a Microsoft account from another device. In this case, you need to delete it using the command prompt with administrator rights or disable settings sync.