Modern operating systems strive to automate the process of connecting to wireless networks as much as possible, saving profiles for instant access in the future. However, this convenient feature often causes problems when a device attempts to automatically connect to a network with a weak signal or altered security settings. In such situations, the user must forcefully disconnect and delete the saved profile to prevent the system from attempting to connect automatically. Knowing how to forget a Wi-Fi network on a computer is a basic skill for any owner of a laptop or desktop PC with a wireless module.
Deleting a profile may be necessary in various scenarios, from simply changing a router password to reconnecting to an access point with a different encryption type. It often happens that after updating drivers or the operating system itself, old configurations conflict with new security protocols. In this article, we'll cover in detail all the methods for deleting networks in popular operating systems, paying particular attention to nuances often overlooked in standard manuals.
Before we get technical, it's worth noting that deleting a network is a safe operation that won't affect your personal files or other system settings. You simply delete the record of a specific SSID (network name) and associated credentials from the device's memory. After this, the computer will treat this access point as a completely new, previously unknown network, requiring you to re-enter the password the next time you connect.
Why delete saved Wi-Fi networks?
The main reason why you might need to forget a network is because of the connection priority mechanism. The operating system Windows or macOS Always tries to connect to the highest-priority network from the known network list. If you've moved to a new office or apartment, but your laptop continues frantically searching for the same network from your old provider, this will prevent normal operation. Deleting the old profile solves this problem instantly.
Another common cause is a change in security settings on the router. For example, if the network administrator changed the encryption type from WPA2 to a more modern one WPA3 or changed the frequency standard with 2.4 GHz on 5 GHz Without changing the name, your computer may fail to automatically update its configuration. As a result, you'll see endless connection attempts with the error "Can't connect to this network." In this case, the old save file is the conflicting factor.
⚠️ Important: Before deleting a network, make sure you have the current password handy. If you forget the network, the system will require you to re-enter it to reconnect.
Deleting profiles is also useful for enhancing privacy. If you used public Wi-Fi at a cafe or airport, deleting that profile after ending your session will prevent you from automatically connecting to a potentially unsafe network in the future. This is especially important for open networks, where data may be transmitted unencrypted.
Removing a network in Windows 10 via Settings
In the operating system Windows 10 The network management interface has been significantly simplified and moved to the Settings app. This is the preferred method for most users, and doesn't require the command line. To get started, open the Start menu and select the gear icon, or use the keyboard shortcut. Win + I for quick access to system settings.
In the window that opens, go to the "Network & Internet" section, then select the "Wi-Fi" tab in the left menu. Here you'll see a list of available wireless networks. However, to manage saved profiles, click the "Manage known networks" link. This is where a database of all connections your computer has ever connected to is stored.
Find the desired network in the list by name (SSID). Click on it to expand its options and click "Forget." The system will immediately delete the profile, and your computer will no longer attempt to connect to this access point automatically. If the network was hidden, it will still appear in this list if you previously entered its name manually.
☑️ Check before deletion
It's important to note that in some corporate environments, security policies may block standard users from deleting certain profiles. In this case, the "Forget" button may be disabled or hidden, requiring system administrator intervention or more advanced configuration methods.
Using the Command Prompt in Windows (Netsh)
For advanced users or in situations where the graphical interface does not work correctly, the ideal solution is to use a utility netshThis tool allows you to manage network settings via the command line with administrator privileges, giving you full control over Wi-Fi profiles. To launch the command line, click Win + X and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)".
The first step is to view all saved profiles. To do this, enter the command netsh wlan show profilesThe system will display a list of all networks whose profiles are stored in memory. Please note the exact network name, as it will be needed in the next step. If the name contains spaces, it must be enclosed in quotation marks.
netsh wlan delete profile name="Network_Name" i=wi-fi
Running this command will immediately delete the profile. You'll receive the message "Profile 'NetworkName' has been removed from the 'Wi-Fi' interface." This method is especially useful when deleting a large number of old profiles or when automating the process with scripts. It also allows you to delete profiles that, for some reason, aren't visible in the graphical interface.
⚠️ Warning: Be extremely careful when entering commands in netshAn error in the profile syntax or name may result in the wrong network being deleted or the network adapter failing.
How to delete ALL Wi-Fi profiles at once?
If you need to completely clear the list of networks, you can use the command: netsh wlan delete profile name=all i=wi-fi . This will delete all saved passwords and wireless network settings on this computer. Use with caution!
Managing networks in Windows 11
operating system Windows 11 brought with it a refreshed settings interface design, but the network management logic remained similar to the previous version, although the layout of elements has changed. To forget a network, open Settings from the Start menu or with the keyboard shortcut Win + I, then go to the "Network and Internet" section.
Unlike Windows 10, here you need to select "Wi-Fi" and then click "Manage known networks." The interface has become more compact and responsive. You'll see a list of all saved profiles. Select the desired network and click the "Forget" button, which will appear under the network name or in the context menu when you right-click it.
Windows 11 features a more aggressive DNS and network settings caching policy. If connection issues persist after deleting a profile, it's also recommended to reset your network settings completely. This can be done in the same "Network & Internet" section, under "Advanced network settings" -> "Network reset."
How to delete a Wi-Fi network on macOS
Computer users Mac You may also need to delete profiles. On macOS, the process varies depending on the operating system version. In older versions (pre-macOS Ventura), open System Preferences, go to the Network section, select Wi-Fi on the left, and click the Advanced button in the lower right. In the window that opens, in the Wi-Fi tab, you can select a network from the list and click the minus sign. - for removal.
In newer versions of macOS (Ventura and later), the interface has been redesigned, becoming more similar to iOS mobile. Open System Preferences, go to the Wi-Fi section, and find the "Advanced" or "Edit" button next to the list of known networks. In the list that appears, click the "three dots" icon or select the network and click "Remove" (minus).
After deleting a profile on your Mac, the system may require confirmation by entering your account password or using Touch ID. This is a security measure to prevent accidental deletion of critical network settings. Once confirmed, the network will disappear from the list, and your Mac will no longer connect to it automatically.
| operating system | Path to settings | Action | Peculiarities |
|---|---|---|---|
| Windows 10 | Settings -> Network and Internet -> Wi-Fi | Manage Known Networks -> Forget | Simple graphical interface |
| Windows 11 | Settings -> Network and Internet -> Wi-Fi | Manage Known Networks -> Forget | Updated design, similar logic |
| macOS (older) | System Preferences -> Network -> Wi-Fi -> Advanced | Select network -> Minus (-) | Requires administrator rights |
| macOS (new) | System Preferences -> Wi-Fi -> Advanced | Network list -> Delete | iCloud Keychain integration |
Troubleshooting connection issues after uninstallation
Sometimes, after forgetting a network, your computer can't reconnect to it even with the correct password. This could be due to a DNS cache or IP address conflict. First, try rebooting your computer and router. This simple step often solves 90% of network issues.
If rebooting doesn't help, check your date and time settings. A time mismatch between your computer and the security servers can prevent a secure connection. You should also update your wireless adapter drivers by downloading them from the official website of your laptop or motherboard manufacturer, as standard Windows drivers don't always work correctly.
⚠️ Note: Operating system and router interfaces may change with updates. If you don't find the described options, search within the settings menu using the keywords "Wi-Fi," "Network," or "SSID."
In rare cases, the problem lies with the router itself, which may be blocking the device due to MAC address filtering. If you've changed your router's security settings, make sure your computer isn't blacklisted. Also, check if the SSID hiding feature is enabled, which requires you to manually enter the network name each time you connect.
Frequently Asked Questions (FAQ)
Is it safe to delete a Wi-Fi network?
Yes, it's completely safe. You're only deleting the connection record and the saved password from your computer's memory. This won't affect the operation of the router itself or other devices on the network. You'll simply have to re-enter the password the next time you connect.
What should I do if the "Forget" button is inactive?
This can happen if you're currently connected to the network (you can't forget an active connection) or if your profile is protected by group policies (common on corporate networks). Disconnect from the network or contact your system administrator.
Will the network be deleted on my other devices?
No, deleting a profile occurs locally on a specific device. If you want to delete a network on a phone or tablet, you must do so separately on each device, even if they share the same account (although iCloud and some ecosystems can sync passwords, deleting a profile often remains a local action).
How do I delete a hidden network that is not listed?
Hidden networks are also saved in the profile. In Windows, use the command line. netsh wlan show profilesto find the exact name of the hidden network and then delete it with the command netsh wlan delete profile name="Name".