Forgetting or deleting a saved Wi-Fi network can be necessary in a variety of situations, from simply changing the password to connecting to a different access point with the same name. However, many users face difficulties—where to find the necessary settings, how to avoid automatically connecting to an unwanted network, and what to do if the device stubbornly "locks on" to the old access point. This article will help you understand all the nuances of deleting. Wi-Fi connections on different platforms.
We will go through the process in detail for Windows 10/11, macOS, Android And iOS, and we'll also explain how to clear the list of networks on the device itself. routerWe'll pay special attention to common errors that lead to reconnections and provide security recommendations—why simply deleting a network isn't always enough to protect your data.
Why you should delete old Wi-Fi networks
Saved networks don't just take up space in your connection list—they can cause real problems:
- 🔓 Data leak: Your device may automatically connect to open or poorly secured networks with known names (such as those in cafes or airports), putting your privacy at risk.
- 🔄 Connection conflicts: if there are several networks with the same name in the coverage area (
SSID), the device may not select the one you want to connect to. - 🐢 Slowdown: If you have a large number of saved networks, the system will spend time scanning them and trying to connect.
- 🔒 Security when selling a device: Forgotten networks may contain passwords that the new owner of the gadget will have access to.
Removing networks is especially important when using corporate laptops or devices that were connected to guest networks in hotels and airports. Many such networks have weak security or are open to everyone, making them a potential threat.
How to delete a Wi-Fi network on Windows 10 and 11
In the latest versions Windows The process of deleting networks has become simpler, but it's hidden in an obscure location. Let's look at both methods—using the graphical interface and the command line.
Method 1: Via system settings
- Open
Parameters(keyboard shortcutWin + I). - Go to the section
Network and Internet → Wi-Fi. - Click
Managing known networks. - Find the required network in the list and click
Forget.
If the network is not listed, but the device still connects to it, try the second method.
Method 2: Via the command line
This method is useful if the network is "invisible" in the GUI or you want to remove all networks at once.
netsh wlan show profiles
netsh wlan delete profile name="NETWORK_NAME"
To remove all saved networks, use:
for /f "tokens=2 delims=:" %a in ('netsh wlan show profiles ^| find "All user profiles"') do netsh wlan delete profile name="%a"
This command will delete all profiles one by one. Be careful—after running it, you'll have to re-enter passwords for all networks.
Removing Wi-Fi on macOS (Ventura, Sonoma, and later)
On MacBook And iMac the process is a little different from Windows, but no less simple.
- Open
System Preferences → Network. - Select
Wi-Fiin the left menu, then clickAdditionally. - On the list
Preferred networksselect the desired one and press–(minus). - Confirm deletion and save changes.
If the network continues to appear, remove it from Keychain Access:
- Open
Programs → Utilities → Keychain. - Find the network name in the search.
- Remove all entries associated with this network.
What should I do if macOS stubbornly connects to the old network?
Try resetting network settings via Terminal:
sudo ifconfig en0 downsudo networksetup -removenetworkservice Wi-Fi
sudo networksetup -createnetworkservice Wi-Fi Wi-Fi
sudo ifconfig en0 up
This sequence of commands will completely reset the network settings of your Wi-Fi adapter.
How to Forget Wi-Fi on Android (all versions)
On Android the process depends on the version of the system and the manufacturer's shell (MIUI, One UI, ColorOS etc.). We will look at a universal method that works on most devices.
- Open
Settings → Wi-Fi. - Tap the ⚙️ icon next to the network name (or long press the network name).
- Select
Delete networkorForget.
On some devices (eg. Xiaomi) may require:
- 🔧 Log in
Additional Wi-Fi settings - 🔍 Find a section
Saved networks - 🗑️ Manually delete each unnecessary network
On Android 12+, some manufacturers hide the "Forget network" option behind a long tap on the network name (3-5 seconds). If the standard method doesn't work, try this particular technique.
The network has disappeared from the list of saved networks|The device does not connect automatically|The password is not saved in the Google Account (check in passwords.google.com)-->
Remove Wi-Fi on iPhone and iPad (iOS 15–17)
On devices Apple The process is extremely simple, but there are some nuances automatic connection known networks. Here's how to completely remove a network:
- Open
Settings → Wi-Fi. - Click the ⓘ next to the network name.
- Select
Forget this networkand confirm.
If after this iPhone still connects to the network, check:
- 🔄 Settings
Auto-connectionin the same menu (should be disabled) - 📱 Password synchronization in
iCloud(the network may be saved on another device) - 📡 Network availability in
Personal hotspots(if it was a distribution from another iPhone)
On iPad With cellular- Also check the SIM card settings when using the modem - sometimes mobile operators save data about Wi-Fi networks for automatic connection when roaming.
How to clear the Wi-Fi list on a router
If you want to delete information about connected devices on the device itself routerThis is done through its web interface. The process varies depending on the model, but the general outline is as follows:
- Connect to the router via cable or Wi-Fi.
- Open your browser and enter the router's IP address (usually
192.168.0.1or192.168.1.1). - Log in (default logins:
admin/admin(or see the device sticker). - Find the section
Wireless networkorWireless. - Go to
Client listorDHCP Clients List. - Remove unnecessary devices or reset the list.
On routers TP-Link the path is usually like this: Advanced Settings → Wireless → Wireless Statistics.
On ASUS: Network Map → Clients.
| Router manufacturer | Path to the client list | How to remove a device |
|---|---|---|
| TP-Link | Advanced → Wireless → Wireless Statistics |
Button Remove next to each device |
| ASUS | Network Map → Clients |
Select device → Block or Kick |
| Keenetic | System Monitor → Connected Devices |
Click on the device → Forget |
| MikroTik | Wireless → Registration Table |
Select a record → Remove Selected |
If you sell or give away your router to someone else, simply deleting the device list is not enough. Be sure to do a full reset via button Reset on the back panel (hold for 10-15 seconds).
Common problems and their solutions
Sometimes, even after deleting a network, a device continues to connect to it. Let's look at the most common causes and how to fix them.
⚠️ Attention: If you have deleted the network on Android or iOS, but it appears again, check the settings password synchronization in your Google/Apple account. These systems can automatically restore deleted networks.
Problem 1: The network is removed, but the device connects again
Possible reasons:
- 🔄 Auto-connection enabled in Wi-Fi settings
- 📱 Network saved in cloud account (Google, iCloud)
- 🔧 On Windows the network can be saved in
roaming profiles
Problem 2: I can't find the "Forget Network" option.
Solutions:
- 🔍 On Android try holding the network name for 3-5 seconds
- 🖥️ On Windows use the command line (see section above)
- 🍎 On macOS check
Keychain Access
Problem 3: After deleting, I can't connect to a new network with the same name.
This happens because of caching. SSIDSolutions:
- 🔄 Restart your device and router
- 📡 Temporarily change the network name on your router (
SSID) - 🗑️ On Windows clear the cache with the command
netsh wlan delete profile name= i=
How do I completely reset all Wi-Fi settings on my device?
Windows:
macOS:netsh int ip reset
netsh winsock reset
Android: Factory reset (will delete ALL data!) iOS:sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
sudo rm /Library/Preferences/SystemConfiguration/preferences.plist
Settings → General → Transfer or reset → Reset network settingsFAQ: Frequently asked questions about deleting Wi-Fi networks
Is it possible to delete all Wi-Fi networks at once?
Yes, but the methods are different:
- Windows: by team
netsh wlan delete profile name= i= - macOS: through
Keychain Access(delete all records of the typeAirPort network password) - Android: only manually or by resetting the settings
- iOS:
Reset network settingsin the main settings
On a router, resetting the device list is done through the web interface or a full reset.
Why does a network appear again after it is deleted?
Most likely, password synchronization is enabled:
- On Android:
Google Settings → Manage Account → Security → Passwords - On iOS:
Settings → [your name] → iCloud → Passwords & Keychain - On WindowsPasswords can be synced via a Microsoft account.
Disable syncing or remove the network from cloud storage.
How do I delete a Wi-Fi network if I forgot my router password?
There are several options:
- Reset the router to factory settings (button
Resetfor 10–15 seconds). - If you have provider router, the password may be indicated on the sticker or in the contract.
- Try standard combinations:
admin/admin,admin/1234,admin/password. - For some models (TP-Link, D-Link) you can take advantage of vulnerabilities to reset your password (for example, through
tftp).
If nothing helps, contact your provider's support team.
Is it safe to delete all saved Wi-Fi networks?
Yes, it's completely safe. Removing networks does not affect:
- Operating system operation
- Device performance
- Other network settings (IP, DNS, etc.)
The only inconvenience is that you'll have to re-enter your passwords the next time you connect. This is actually beneficial from a security standpoint, as old passwords may have been compromised.
Is it possible to restore a deleted Wi-Fi network?
It depends on the device:
- Windows/macOS: if it was not cleared
Keychainor registry - you can try programs like WirelessKeyView (for your own networks only!) - Android/iOS: without a backup, recovery is impossible
- Router: the client list cannot be restored, but you can view the connection log (if any)
If the network was important but you forgot the password, try connecting to the router via cable and looking for the password in its settings.