Sometimes users need to remove a saved network from the list of available connections on their device. This may be necessary if the password has changed, the network has been renamed, or if you no longer plan to use this Wi-Fi router. Accumulating unnecessary profiles can cause confusion and even conflicts during automatic connections.
The removal process depends on the operating system installed on your computerIn modern versions of Windows and macOS, developers have hidden this feature deep enough to prevent accidental deletion of important settings. However, knowing the exact path, you can clear the network list in minutes without using complex software.
In this article, we'll cover profile deletion methods for all current versions of Windows, as well as macOS. We'll cover both standard graphical interfaces and console commands for advanced users, which allow for more flexible network connection management.
Why do I need to delete old Wi-Fi profiles?
The main reason why you should periodically clear the list of saved networks is because of the way it works. automatic connectionWhen a laptop or PC sees a familiar SSID (network name), it attempts to connect to it using the saved security keys. If the router settings have changed and the old profile remains, the device may continually attempt to connect with incorrect data, creating delays and conflicts.
Also, deleting old profiles is a matter of digital hygiene and security. In public places or offices, computers remember numerous open and closed access points. If you don't delete your corporate or hotel network profile after returning home, the device could theoretically try to search for these signals, wasting resources and broadcasting connection requests.
Cleaning also helps solve driver problems. Sometimes network adapter It may freeze or work incorrectly due to an overcrowded priority network list. Resetting the specific connection settings often solves the problem when the internet connection comes and goes without any apparent reason.
⚠️ Important: Before deleting your profile, make sure you have the current network password if you plan to connect to it again. After deleting your profile, all saved data, including encryption keys, will be irretrievably lost.
Deleting a Wi-Fi network in Windows 10 and 11 via Settings
The easiest and safest way to delete a network in modern versions of Windows is to use the built-in Settings menu. This method doesn't require command prompt knowledge and is suitable for most users who want to quickly tidy up their connections.
To get started, open the Start menu and select the gear icon or press the key combination Win + IIn the window that opens, go to the "Network & Internet" section. Here you'll see the current connection status and a list of available options. If you're using Windows 11, the interface may be slightly different, but the logic remains the same: find the "Manage known networks" option.
In Windows 10, click "Manage known networks" in the sidebar or in the center of the window. A list of all Wi-Fi networks your computer has previously connected to will open. Select the network you no longer need and click "Forget." In Windows 11, the path is: "Network & Internet" → "Wi-Fi" → "Manage known networks." Find the desired SSID in the list and click "Forget."
After completing these steps, the system will immediately delete the profile. If you try to connect to this network again, Windows will prompt you for the password again, just like when you first connected to the router. This ensures that any erroneous encryption or IP addressing settings that may have persisted are cleared.
Removing via command line (CMD)
For users who prefer control over the system, or in cases where the graphical interface is not working correctly, the command line is ideal. The utility netsh Allows you to manage network configurations at a deep level, displaying even hidden profiles.
First, you need to run the command prompt as administrator. Right-click the Start button and select Windows Terminal (Admin) or search for cmd In the search box, right-click and select "Run as administrator." Without administrator rights, the command will not run.
Enter the following command to view all saved profiles:
netsh wlan show profiles
The system will display a list of all networks. Find the exact name of the one you want to delete. Then enter the command to delete it:
netsh wlan delete profile name="Network_Name"
Please note that the network name must be enclosed in quotation marks if it contains spaces. If the name is a single word, the quotation marks can be omitted, but using quotation marks is good practice, eliminating syntax errors.
☑️ Check before deleting your profile
This method is especially useful when you need to delete a network that isn't visible in the graphical interface, or when you need to delete multiple profiles at once using a script. The command line is faster and more reliable in the event of interface crashes.
Deleting a Wi-Fi network on macOS
Computer owners MacBook And iMac You may also need to clear the list of networks. On macOS, the process varies slightly depending on the operating system version, as Apple periodically changes the location of the settings.
In macOS Ventura and later (Sonoma, Sequoia), open System Preferences from the Apple menu. Go to "Wi-Fi" in the sidebar. Click the "Advanced" button (or the three-dot/gear icon next to the network name). In the "Known Networks" list that appears, find the desired profile, click the three-dot icon next to it, and select "Forget This Network."
In older versions of macOS (Monterey, Big Sur, and earlier), profile management is handled via Keychain Access. Open Keychain Access via Spotlight or the Applications → Utilities folder. Search for your network name. Find an entry like "AirPort network password," right-click it, and select "Delete." You'll be prompted to confirm the action with your user account password.
After deleting a profile in macOS, the system will no longer automatically connect to that access point. If the network is public or corporate, this will also delete stored security certificates, which may be important for corporate security.
⚠️ Note: On macOS, deleting a network via Keychain affects all applications using that key. Use caution when deleting system certificates if you are unsure of their purpose.
Resetting network settings as a radical method
If deleting a specific profile doesn't resolve the connection issue, or if the list of networks is corrupted and not displayed correctly, you can use the full network settings reset function. This action will remove All saved Wi-Fi profiles, VPN settings and virtual adapters.
In Windows 10 and 11, go to "Settings" → "Network & Internet." At the bottom of the window (in Windows 10) or under "Advanced network settings" (in Windows 11), find "Network reset." Click "Reset now." Your computer will warn you that it will restart in 5 minutes.
This method resets the network stack to factory defaults. It's useful for complex driver errors when standard profile deletion doesn't work. After rebooting, you'll need to re-enter passwords for all Wi-Fi networks you use.
On macOS, the equivalent is creating a new user for testing or using Terminal to reset specific network daemons, but the one-click graphical reset is less straightforward than in Windows. Most often, simply deleting problematic profiles manually, as described above, is sufficient.
What happens when you reset the network in Windows?
When you reset your network, Windows removes and reinstalls all your installed network adapters, and resets various network components (including Winsock, TCP/IP, and IP settings) to their original defaults. This won't affect your personal files, but it will require you to reconfigure your connections.
Comparison of profile deletion methods
The choice of removal method depends on your skills and the specific situation. A graphical interface is convenient for one-time actions, a command line is for targeted work and scripts, and a full reset is for resolving critical issues.
Below is a table to help you choose the best method for your task:
| Method | Complexity | Impact on the system | Recommended use |
|---|---|---|---|
| Windows Settings | Low | Only the selected profile | Daily use, changing passwords |
| Command Prompt (CMD) | Average | Only the selected profile | Removing hidden networks, running scripts |
| Network reset | High | All network settings | Critical errors, viruses, driver failures |
| macOS Keychain | Average | Passwords and certificates | Deep Cleanup on macOS, Removing Certificates |
Usage command line provides the most control because it allows you to see the technical names of the profiles, which may differ from the SSID names displayed in the interface.
Common problems and their solutions
Even after deleting a network, the computer may still "see" it or attempt to connect. This is often due to DNS caching or autoconfiguration services. If the profile is deleted but the problem persists, try updating your IP configuration.
Open command prompt and enter the command ipconfig /flushdnsThis will clear the DNS cache, which may contain old records about the router. It's also worth checking Windows services: click Win + R, enter services.msc and find the "WLAN AutoConfig" service. Make sure it's running correctly.
Sometimes the problem lies with the router itself. If you changed the network name (SSID) on the router but didn't update it in Windows, the computer may see the new network as "different" but try to apply the old profile to it due to a matching BSSID (the MAC address of the access point). In this case, deleting the old profile is essential.
If all else fails, it might be worth updating your network adapter drivers through Device Manager. Find your adapter in the Network Adapters section, right-click it, and select Uninstall device. Then, restart your computer. The system will automatically reinstall the driver.
Is it possible to restore a deleted Wi-Fi network?
Yes, you can. Deleting a profile doesn't remove the network from the air. You'll just need to find it in the list of available connections and enter the password again, as if you were connecting for the first time. Windows will create a new profile with the new settings.
Why won't my computer delete my Wi-Fi network?
This is most often due to a lack of administrator rights or the fact that the network is currently in use (an active connection). Try disconnecting from the network before deleting or using the command prompt as an administrator.
Will resetting the network delete my personal files?
No, resetting the network only affects system connection settings: Wi-Fi passwords, VPN settings, and virtual adapters. Your documents, photos, and apps will remain completely safe.
How to delete all Wi-Fi networks at once?
The easiest way is to use the "Network Reset" feature in Windows Settings. This will delete all profiles at once. An alternative method is to run the delete profile command in CMD for each profile, but this requires writing a script.