Saved Wi-Fi networks on your smartphone Android can create problems, from automatic connections to unreliable access points to conflicts when setting up a new router. Unlike iOS, where deleting a network takes 2 clicks, Android the process depends on the firmware version, the manufacturer's shell (MIUI, One UI, ColorOS) and even device models. In some cases, the standard interface doesn't display the "Delete" button, and the network itself continues to appear in the list after a reboot.
This article covers All current methods for deleting Wi-Fi networks — from basic to advanced (including ADB and manual configuration editing). We'll explore why networks sometimes "return" after deletion, how to clear hidden profiles, and what to do if your smartphone stubbornly connects to an unwanted access point. The instructions have been tested on Android 10–14 and adapted to popular brands: Samsung, Xiaomi, Realme, Google Pixel and others.
1. Standard deletion via Android settings
The most obvious method is to use the built-in Wi-Fi menu. However, there are some pitfalls: on some devices (for example, Xiaomi Redmi Note 12 or Samsung Galaxy A54) the removal option may be hidden behind additional steps or may be absent altogether due to manufacturer policy.
To delete a network in the standard way:
- 📱 Open
Settings → Wi-Fi(orConnections → Wi-Fion Samsung). - 🔍 Find the desired network in the list and tap on its name (not on the switch!).
- 🗑️ Click "Delete" or "Forget the network» (on the English firmware -
Forget). - ✅ Confirm the action in the dialog box.
The network has disappeared from the list of available networks. The phone does not connect automatically. The password is not saved in the manager. There are no connection notifications.
If there is no “Delete” button, try holding your finger on the network name for 2-3 seconds - on some firmware (ColorOS, Funtouch OS) this brings up the context menu. Samsung With One UI 5.0+ You may need to turn off auto-connection first: go to Network Settings → Advanced → Smart Wi-Fi Switching and deactivate the option.
⚠️ Attention: On devices with Android 12+ and function Wi-Fi Sense (automatically connect to open networks) the remote network may reappear in the list after scanning. To avoid this, disable Settings → Google → Devices & Sharing → Wi-Fi Sense.
2. Deleting via the "Saved Networks" menu (hidden section)
On many smartphones (especially with the "naked" Android or Pixel) There's a hidden section with all saved Wi-Fi profiles, including those that aren't displayed in the main list. This includes networks that have been disconnected or those with an incorrect password.
How to get there:
- Open
Settings → Wi-Fi. - Tap the three dots (⋮) in the upper right corner and select "Saved networks" (or
Saved networks). - Find the unnecessary network in the list and click "Delete».
If the "Saved Networks" option is not available, try this alternative:
- 🔧 Go to
Settings → System → Reset → Reset Wi-Fi, Bluetooth & mobile network settings. - ⚠️ This method will remove all saved networks, so use it only if there are no other options.
3. Removing via ADB (for advanced users)
If the network persistently returns after being removed via the interface, the cause may be Wi-Fi module cache or an error in the configuration file wpa_supplicant.confThis can be fixed with the help of ADB (Android Debug Bridge) is a debugging tool that provides access to system commands.
Before we begin:
- 🖥️ Install ADB Tools on PC.
- 📱 Turn on
Developer modeon the phone:Settings → About phone → Build number(tap 7 times). - 🔌 Connect your smartphone to your PC via USB and enable debugging (
Settings → System → Developer options → USB debugging).
Next, run the following in the command line (or Terminal on Mac/Linux):
adb shellsu
rm /data/misc/wifi/WifiConfigStore.xml
reboot
This command deletes the Wi-Fi settings file, and after a reboot, all networks will be erased. If you only need to remove one network, use the alternative method by specifying the SSID:
adb shellsu
wpa_cli list_networks # find the ID of the desired network
wpa_cli remove_network [ID] # e.g. remove_network 2
wpa_cli save_config
reboot
⚠️ Attention: Teams with su require root rightsWithout them, deleting an individual network via ADB is impossible—only a full Wi-Fi reset is required. On modern devices (for example, Samsung Galaxy S23) getting root can block Knox and void the warranty.
4. Reset network settings (nuclear method)
If none of the methods worked, there remains full reset of network settingsThis will remove:
- 📶 All saved Wi-Fi networks and passwords.
- 📱 Mobile network settings (APN).
- 🔄 Bluetooth and VPN settings.
How to reset:
- Go to
Settings → System → Reset → Reset Wi-Fi, mobile networks, and Bluetooth. - Confirm the action (you may be asked to enter a PIN or pattern).
- After rebooting, the phone will be as good as new in terms of network connections.
| Manufacturer | Path to reset | Notes |
|---|---|---|
| Samsung | Settings → General Management → Reset → Reset Network Settings |
Does not affect application data |
| Xiaomi | Settings → Storage → Reset settings → Reset Wi-Fi and Bluetooth settings |
Requires Mi account verification |
| Google Pixel | Settings → System → Reset options → Reset Wi-Fi, mobile networks, and Bluetooth |
It also resets eSIM settings. |
| Realme/Oppo | Settings → Additional settings → Reset → Reset network settings |
May require a lock code |
After the reset, you will have to re-enter passwords for all networks, but this is guaranteed to delete even “ghost” profiles that are not visible in the interface. We recommend using this method as a last resort., if others did not help.
5. Removal via third-party applications
If you don't want to mess around with settings or use ADB, you can use third-party utilities. They are especially useful on devices with customized firmware (for example, LineageOS), where standard methods do not work.
Top 3 verified apps:
- 🛠️ WiFi Manager (by SmartWiFi) - shows all saved networks, including hidden ones, and allows you to delete them in batches.
- 🔍 Network Analyzer - in addition to removing networks, it analyzes signal strength and channels.
- 🔐 WiFi Password Recovery — recovers passwords and allows you to export/import network lists.
How to use:
- Download the app from Google Play (avoid sources outside the official store!).
- Grant the necessary permissions (Wi-Fi and storage access).
- In the list of networks, select the one you don’t need and click “Delete" or "Forget».
⚠️ Attention: Some applications (eg. WiFi Password Viewer) require root rights to work with system files. Without them, they may show an incomplete list of networks or fail to delete them completely. Also, beware of programs that request access to SMS or contacts—these are unnecessary permissions for managing Wi-Fi.
6. Why do networks come back after being deleted?
A common problem: a user deletes a network, but after a reboot or scan, it reappears in the list. Causes:
- 🔄 Automatic connection through Google Wi-Fi Sense or similar services (Samsung Auto Hotspot, Xiaomi Wi-Fi Assistant).
- 📱 Wi-Fi module cache — temporary files that are not cleared during standard deletion.
- 🔧 Error in the configuration file (
wpa_supplicant.conf), when the network entry remains in the system file. - 📡 Router with the same SSID - if there is another point with the same name nearby, the phone may “think” that it is the same network.
Solutions:
- Turn off auto-connect in Google settings (
Settings → Google → Devices & Sharing). - Clear the app cache
Settings(Settings → Apps → Settings → Storage → Clear Cache). - If the network still comes back, use
ADB(section 3) or reset (section 4).
How can I check which network is being saved again?
Open Settings → Wi-Fi, tap on the network and watch it MAC address (or BSSID). If it's different from what it was before deleting, there's another access point with the same name. In this case, delete both networks or rename one of them in the router settings.
7. Features on different Android versions
The process for deleting Wi-Fi networks varies depending on the version. Android and the manufacturer's shell. Below are the key differences:
| Android version | Removal Features | Common problems |
|---|---|---|
| Android 9 and below | The Delete button is always visible in the network menu. | There is no "Saved Networks" section, you have to reset the settings. |
| Android 10–11 | The "Saved Networks" section has appeared, but is hidden on some firmware versions. | The network can be stored in cache com.android.providers.settings. |
| Android 12+ | Feature added Wi-Fi Sense and "smart" connection. | The network is automatically added back when scanning. |
| One UI (Samsung) | The "Delete" button is hidden behind a long tap or in "More". | Application Smart Switch can restore networks after backup. |
| MIUI (Xiaomi) | Requires confirmation via Mi account when resetting. | The network can be saved in Xiaomi cloud and synchronized after reset. |
On Android 13+ Google has tightened its control over network settings, so some methods (such as manual editing) wpa_supplicant.conf) may not work without root. If your device was updated over the air (OTA), check the firmware version in Settings → About phone → Android version — the available functionality depends on this.
FAQ: Frequently Asked Questions
Is it possible to delete a Wi-Fi network without accessing the settings (for example, if the phone is locked)?
If your screen is locked and you don't remember your pattern, deleting the network using standard methods is impossible. Options:
- 🔧 Use
ADB(if debugging was enabled previously). - 📱 Reset your phone to factory settings via Recovery Mode (deletes all data!).
- 🔐 Restore access via Find My Device (For Google) or Mi Cloud (For Xiaomi).
Why does my smartphone still connect to this network after deleting it?
Possible reasons:
- Synchronization with Google/Xiaomi account — the network is being restored from the cloud. Disable Wi-Fi sync in your account settings.
- Another access point with the same SSID - Check the MAC address (BSSID) in the network information.
- Smart Connectivity - disable it in the advanced Wi-Fi settings.
How to delete a Wi-Fi network on a tablet Android?
The process is identical to a smartphone, but on some tablets (eg. Samsung Galaxy Tab) the path to the settings may differ:
- 📱
Settings → Connections → Wi-Fi(For Samsung). - 🔧
Settings → Network & Internet → Wi-Fi(for "clean" Android).
On tablets with Android 8.0 and below There may be no "Delete" button - in this case, resetting the network settings will help.
Is it possible to delete all Wi-Fi networks at once?
Yes, there are several ways:
- Use
ADB-command:adb shellsu
rm /data/misc/wifi/WifiConfigStore.xml
reboot - Reset network settings (section 4).
- Use apps like WiFi Manager with batch delete function.
⚠️ After mass deletion, you will have to re-enter passwords for all networks.
How do I find out which networks are saved on my phone if they don't show up in the list?
Hidden networks can be found:
- 🛠️ Through
ADB:adb shellsu
cat /data/misc/wifi/WifiConfigStore.xml(root required).
- 🔍 In apps WiFi Analyzer or Fing (shows all connected and saved networks).
- 📱 In the "Saved Networks" section (if it's available on your device).