How to Delete a Wi-Fi Connection: A Complete Guide for All Devices

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 often do you clear your list of saved Wi-Fi networks?
Never cleaned
Once a year
When changing the router
I regularly delete unnecessary ones

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

  1. Open Parameters (keyboard shortcut Win + I).
  2. Go to the section Network and Internet → Wi-Fi.
  3. Click Managing known networks.
  4. 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.

  1. Open System Preferences → Network.
  2. Select Wi-Fi in the left menu, then click Additionally.
  3. On the list Preferred networks select the desired one and press (minus).
  4. Confirm deletion and save changes.

If the network continues to appear, remove it from Keychain Access:

  1. Open Programs → Utilities → Keychain.
  2. Find the network name in the search.
  3. 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 down

sudo 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.

  1. Open Settings → Wi-Fi.
  2. Tap the ⚙️ icon next to the network name (or long press the network name).
  3. Select Delete network or Forget.

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:

  1. Open Settings → Wi-Fi.
  2. Click the ⓘ next to the network name.
  3. Select Forget this network and confirm.

If after this iPhone still connects to the network, check:

  • 🔄 Settings Auto-connection in 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:

  1. Connect to the router via cable or Wi-Fi.
  2. Open your browser and enter the router's IP address (usually 192.168.0.1 or 192.168.1.1).
  3. Log in (default logins: admin/admin (or see the device sticker).
  4. Find the section Wireless network or Wireless.
  5. Go to Client list or DHCP Clients List.
  6. 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:

netsh int ip reset

netsh winsock reset

macOS:
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist

sudo rm /Library/Preferences/SystemConfiguration/preferences.plist

Android: Factory reset (will delete ALL data!) iOS: Settings → General → Transfer or reset → Reset network settings

FAQ: 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 type AirPort network password)
  • Android: only manually or by resetting the settings
  • iOS: Reset network settings in 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:

  1. Reset the router to factory settings (button Reset for 10–15 seconds).
  2. If you have provider router, the password may be indicated on the sticker or in the contract.
  3. Try standard combinations: admin/admin, admin/1234, admin/password.
  4. 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 Keychain or 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.