Modern smartphones automatically connect to previously used access points, which is convenient in a familiar environment, but becomes a problem when the router changes or similar networks appear in public places. Users often encounter a situation where the device persistently tries to connect to a network with an incorrect password or outdated security settings. In such cases, disabling Wi-Fi doesn't help, as the system continues to store the connection profile in memory.
The solution lies in the "Forget Network" feature, which completely removes saved credentials from the device's configuration. This action forcibly breaks the logical connection between the device and the router, requiring re-entering the password the next time you try to connect. Understanding how this process works is essential for effectively managing wireless connections on your device. Android-device.
In this article, we'll cover the steps for different operating system versions in detail, as manufacturer interfaces can vary significantly. We'll cover not only standard methods but also hidden features accessible through the engineering menu or ADB commands. Deleting a profile - This is the first step to solving most problems with unstable connection.
The standard method of deleting via Android settings
The most common way to manage connections is in the main system settings menu. The interface may vary depending on the manufacturer's operating system, but the logic remains the same: find the list of saved networks and select the one you want to delete. Typically, the path looks like this: Settings → Connections → Wi-Fi.
Once you enter the Wi-Fi menu, you'll see a list of available networks and possibly a list of previously used ones. In modern versions, Android 12 The list of saved networks is often hidden in a separate submenu or accessible via the control button. Click the gear icon next to the name of the network you want to delete to open the detailed configuration menu.
⚠️ Note: Network deletion occurs instantly and without additional confirmation. If you accidentally forget your home network, you'll have to re-enter a strong password, so be careful when selecting the target profile.
In the menu that opens at the bottom of the screen or in the drop-down list (indicated by three dots), you'll see the option to "Delete" or "Forget." Clicking this will immediately clear the cache and passwords associated with this SSID. Connection profile will be completely destroyed and automatic connection will stop.
- 📱 Open Settings and go to the Wi-Fi section.
- 🔍 Find the desired network in the list or click “Manage networks”.
- ⚙️ Click the gear icon or long-tap on the network name.
- 🗑️ Select the "Forget" or "Delete network" option.
It is worth noting that on some devices from Samsung or Xiaomi The interface may require confirmation via a fingerprint scanner or screen unlock PIN. This is an additional security measure to prevent accidental deletion of important configurations.
Features of interfaces from different manufacturers
Chinese electronics manufacturers often make significant changes to the standard interface Android, which can be confusing for users accustomed to "pure" Google Android. For example, in the MIUI shell from Xiaomi or ColorOS from Oppo Network management has been moved to a separate section, accessible by long-pressing the Wi-Fi icon in the notification shade.
In devices Huawei With EMUI or HarmonyOS, the process may differ: sometimes you need to tap the network name instead of the gear icon. In older firmware versions, the "Forget" function could be hidden in a menu accessed by long-pressing the network name in the general list, rather than in the details menu.
Devices Sony And NokiaAndroid phones running stock Android follow the classic approach, but may have unique bugs in the Wi-Fi menu. If the standard approach doesn't work, try searching through the settings. Type "Wi-Fi" or "Network" in the settings search bar, and the system will automatically suggest the appropriate menu section.
The differences also concern terminology: in some places the function is called “Delete”, in others “Forget”, and in Russian-language localizations it is called “Delete” or “Forget”. Context menu is a key element in finding the desired option on non-standard interfaces.
Removing networks on older versions of Android
Owners of devices running Android 6.0 (Marshmallow) or Android 7.0 (Nougat) users may encounter a different layout of controls. In these OS versions, the list of saved networks was often located directly in the main Wi-Fi window, scrolling down after the list of available access points.
To delete a network on an old device, I sometimes had to tap the "Advanced" button in the corner of the screen. This opened a list of all previously used profiles. Selecting the desired network and tapping the "Forget Network" button at the bottom of the screen did the trick.
| Android version | Button location | Action |
|---|---|---|
| Android 5.0 - 6.0 | Bottom of the list | Long press → Forget |
| Android 7.0 - 8.0 | Additional menu | Tap on the network → Forget |
| Android 9.0 - 10 | Gear next to the network | Tap the gear → Delete |
| Android 11+ | Network management menu | Gear → Trash/Delete |
The problem with older versions is that the interface could be less intuitive. Sometimes, you had to first disable the Wi-Fi module to activate profile management features, although this depended on the specific manufacturer's implementation.
If standard methods don't work, you can use safe mode. Boot to safe mode Disables third-party apps that may block changes to system network settings. This is especially important for older devices that have had a number of dubious "signal booster" utilities installed.
Using the engineering menu and hidden settings
Advanced users have access to a hidden engineering menu, which allows for deeper management of network interfaces. This menu is accessed by entering a special code in the phone book, for example, ##4636## or ##8255##, although the codes may differ for different processors (Qualcomm, MediaTek, Exynos).
The testing menu often includes a "Wi-Fi API" or "Wi-Fi status" section, where you can see a list of all connected networks and force them to be disconnected. However, using this method requires caution: incorrect actions can reset all network settings or even software-lock the Wi-Fi module.
Risks of using the engineering menu
Changing settings in the engineering menu may void your warranty, cause unstable radio module operation, or even cause Wi-Fi to fail completely. Use only if you understand the settings.
An alternative is to use terminal applications such as Termuxif the device has received rights rootUsing the command line, you can directly interact with the wpa_supplicant system configuration files. The command rm /data/misc/wifi/wpa_supplicant.conf (requires root) will delete all saved networks, resetting your Wi-Fi settings to factory defaults.
⚠️ Warning: Using root privileges and editing system files can irreversibly damage the operating system. Create a full backup of your data before performing any manipulations in the terminal.
This method is unavailable to regular users without root access, but knowing it exists helps us understand where connection data is physically stored. In modern versions of Android, access to these files is blocked even for many system apps for security reasons.
Resetting network settings as a radical solution
If deleting a network individually is impossible due to software errors ("glitches") in the interface, the only solution is a complete network settings reset. This feature doesn't affect personal files, photos, or apps, but it does delete all saved Wi-Fi profiles, Bluetooth pairings, and cellular network settings.
You can find this option along the path Settings → System → Reset settings → Reset Wi-Fi, mobile data, and Bluetooth settingsOn devices Samsung the path may look like this General Settings → Reset → Reset Network SettingsAfter confirming the action, the phone will reboot and all networks will be “forgotten”.
☑️ Checklist before resetting the network
This method is especially effective when the system freezes when trying to forget one specific network, or when the network list is full and does not display new connections. Reset configuration Clears the error cache and restores network drivers.
After the procedure, you'll need to re-enter your home and work network passwords. This is a minor inconvenience compared to being able to reliably use wireless internet again. This step often resolves issues where the phone sees the network but won't connect.
Removing from a computer via ADB
For those who don't want to reset all settings or don't have root access but want to reliably remove the "malicious" network, there's a method using USB debugging (ADB). You'll need a computer, a USB cable, and installed ADB drivers. Developer mode must be enabled on your phone and USB debugging must be enabled.
Once you've connected your device to your PC, open a command prompt and enter the following command to list your saved networks:
adb shell cmd wifi list-networks
The response will show a list of networks with their IDs. To forget a specific network, use the command:
adb shell cmd wifi forget-network
Where <ID_ceti> — this is the numeric identifier obtained in the previous step. This method works on most devices running Android 10 and above, where file system access is blocked but ADB commands still function.
The advantage of this method is its precision: you delete exactly the profile you need without affecting other Bluetooth or mobile data settings. This is a professional approach often used by service technicians.
Why doesn't my phone forget my network and what should I do?
Sometimes users encounter a situation where, after pressing the "Forget" button, a network disappears from the list, but reappears a second later, or the phone automatically connects to it. This can be caused by third-party apps, such as Wi-Fi managers, which override system settings.
Another possible cause could be syncing via a Google account. If this network is saved on another device (tablet or phone) and password syncing is enabled, the system may attempt to restore the configuration. In this case, temporarily disabling syncing or deleting the network on all devices at once may help.
- 🔄 Check for system updates: firmware bugs may block removal.
- 📲 Remove Wi-Fi optimizer apps.
- 🔒 Temporarily disable Google password sync.
- 🏭 Perform a factory reset (last resort).
In rare cases, the problem lies with the router itself, which imposes its settings via WPS or other automatic configuration protocols. Disabling WPS on the router may help resolve the "intrusive" network issue.
Frequently Asked Questions (FAQ)
Will my browsing history be deleted along with the network?
No, the "Forget Network" feature only deletes connection settings (SSID, password, encryption type). Browser history and app caches are retained intact. To clear history, use your browser settings or the Google app.
Is it possible to restore a deleted network without entering a password?
You can restore your network without entering a password only if it supports WPS (the button on the router) or if the password is saved in the Google cloud and you sign in with the same account on the new device. The password is not stored locally on your phone after deletion.
Does deleting a network affect internet speed?
Deleting a network profile by itself won't speed up your internet. However, if the network was noisy or had a settings conflict, reconnecting with clear settings can improve connection stability and indirectly impact speed.
What should I do if the "Forget" button is inactive (gray)?
If the button is grayed out, you're in view mode, not editing mode. Try tapping the network name instead of just selecting it, or long-pressing it. Also, check if "Data Saver" or "Airplane" mode is enabled.
How many networks can Android remember?
The limitation depends on the OS version and device memory, but is typically around 50-100 saved networks. If this list becomes full, older entries may be automatically replaced with new ones, but it's best to manually delete unused ones to avoid conflicts.