Modern smartphones based on the operating system Android have the function of automatically connecting to previously used access points. This is convenient in everyday life, but sometimes it becomes a source of serious problems. For example, if you changed the router password, but the phone continues to try to log in with the old data, or if the public network in a cafe stops working correctly. In such situations, the only correct solution is to completely delete the connection profile from the device’s memory.

The procedure for “forgetting” the network may differ depending on the firmware version and the manufacturer’s shell. Owners of pure Android from Google, users of smartphones Samsung with shell One UI or devices Xiaomi with MIUI may encounter different paths in the settings menu. However, the logic of action remains the same: you need to find a list of saved networks and forcefully erase data about a specific access point.

In this article we will analyze in detail the algorithms of actions for different versions of the operating system. You will learn how to perform this operation through the standard menu, what to do if the uninstall option is hidden, and how to use engineering methods to reset network settings in critical cases. Understanding these processes will help you quickly restore a stable Internet and avoid connection conflicts.

Standard deletion algorithm for pure Android

On smartphones with the so-called "clean" Android (series Pixel, Moto, Nokia) the settings interface is as laconic as possible. To forget the network, you first need to get into the wireless connection management menu. This is usually done through the quick settings panel or through the main menu of the device.

Go to the section Settings → Network and Internet → Wi-Fi. Here you will see a list of available networks, as well as a "Saved networks" section or just a list under the current connection. Find the network you want to get rid of from the list. In modern versions Android 10 and higher, just click on the gear icon next to the network name or hold your finger on the name of the access point for a long time.

A button will appear in the network properties window that opens Delete or Forget. Clicking on it instantly erases the network SSID, encryption type and saved password from the device’s memory. After this, the phone will stop trying to connect to this point automatically, even if it is within the signal range.

⚠️ Attention: If you delete the network to which you are currently connected, the connection will be disconnected instantly. Make sure you have an alternative Internet source (mobile data) if you urgently need to download something important immediately after the procedure.

It is worth noting that on some devices with a clean system, the delete button may be inactive if the network is system or pre-installed by the telecom operator. In such rare cases, it will not be possible to remove the profile using standard methods, and you will need to use superuser rights or reset general network settings.

💡

If the “Forget” button is inactive, try first turning off Wi-Fi, then turning it on again and going to the network properties. Sometimes this unblocks the interface.

Features of deleting networks on Samsung and Xiaomi

Large manufacturers often modify the standard interface Androidby adding their own shells. This also applies to the Wi-Fi control menu. Owners of popular brands may have their own unique algorithm of actions that should be taken into account when setting up.

On devices Samsung with a shell One UI the process is as follows: go to Settings → Connections → Wi-Fi. In the list of networks, find the one you need and click on the gear icon to the right of its name. There will be a Deletebutton at the bottom of the screen that opens. Confirm the action in the pop-up window.

For smartphones Xiaomi, Redmi and Poco with shell MIUI or HyperOS the logic is slightly different. After entering the Wi-Fi settings, you need to click on the arrow to the right of the network name. In the properties menu that opens, scroll down to the very bottom of the list. There you will find a red button Delete network. Clicking on it requires confirmation.

  • 📱 On Samsung delete is available only for networks that are not active at the moment (sometimes you need to disconnect first).
  • 🔍 In MIUI the list of saved networks can be hidden in a separate "Advanced settings" menu inside the Wi-Fi section.
  • ⚙️ On some older versions One UI you need to long-tap on the network name rather than click on the gear.

Differences in interfaces are created for improvement user experience, but they often confuse those who are used to the standard Android. The main rule for all shells is to look for the settings icon (gear) or the menu expansion arrow next to the name of a specific access point.

📊 What smartphone do you have?
Samsung Galaxy
Xiaomi / Redmi
Google Pixel / Pure Android
Other brand

Solving problems when the "Forget" button is missing

Sometimes users are faced with a situation where a network is displayed in the list, but the function to delete it is not available or the button is simply missing. This may occur due to software glitches, limitations of corporate profiles, or features of a specific firmware version.

First, try rebooting your smartphone. A trivial action often clears the temporary cache of network services and returns menu functionality. If after rebooting the delete button still does not appear, check to see if device administrators (for example, corporate antivirus or MDM profiles) are installed on your phone, which may block changes to network settings.

Another method is to try to connect to this network with the wrong password. In some versions Android if an authorization attempt fails, the system itself offers to forget the network or reset its settings. You can also try renaming the network in the router settings so that the phone perceives it as a new access point, and eventually stops seeing the old one.

⚠️ Attention: If the phone is managed by an organization (corporate security policy), you may not have the rights to delete certain Wi-Fi profiles. In this case, contact your company's system administrator.

As a last resort, if deleting a specific network is critical and standard methods do not work, you can use the network settings reset function. This action will affect all saved connections, but is guaranteed to clear the memory of the problematic profile.

Why might the button be gray?

The "Forget" button often becomes inactive if the Wi-Fi module is in an error state or if the phone is trying to connect to the network in the background. Try putting the device into airplane mode for 10 seconds, then turn it off and try deleting again.

Resetting network settings as a radical solution

If you need to delete many old networks at once or get rid of a profile that is not removed in the usual way, the most effective method is to completely reset the network settings. This procedure returns the phone's communication modules to the factory state.

To perform this operation, go to Settings → System → Reset settings (the path may differ depending on the model). Select item Reset Wi-Fi, mobile data and Bluetooth settings. It is important to understand that this action will delete saved Wi-Fi passwords, paired Bluetooth devices and mobile network settings (APN access points). all saved Wi-Fi passwords, paired Bluetooth devices, and mobile network settings (APN access points).

After confirming the operation, the phone will reboot or simply apply the changes. You'll have to re-enter your home network password and pair your watch or headphones again. However, this will ensure that any hidden or corrupt configurations that may be causing connection issues are removed.

☑️ Preparing for a network reset

Completed: 0 / 4

This method is especially useful when switching to a new telecom operator or after purchasing a used phone, when someone else's network profiles may remain in memory. This is a “blank slate” for all communication modules on your device.

Advanced methods: using ADB and the console

For advanced users with computer skills and command line skills, there is a more flexible way to manage networks through the tool ADB (Android Debug Bridge). This method allows you to delete networks programmatically, bypassing the graphical interface, which is useful when automating or treating complex bugs.

First you need to enable USB debugging in the menu For Developers and connect the phone to the PC. After installing the drivers and setting up ADB, run the command to view the saved configurations. In modern versions of Android, direct deletion via ADB is restricted by permissions, but you can clear configuration files.

adb shell pm clear com.android.settings

This command will clear Settings app data, which may reset network lists, but use it with caution. A safer option is to use specialized applications from the store Play Marketthat have rights to manage Wi-Fi configurations if they are provided by the system.

Method Complexity Risk of data loss Efficiency
Through the settings menu Low Only one network High
Reset network settings Medium All networks and Bluetooth Maximum
Via ADB console High Depends on the command Average
Third-party applications Average Minimum Depends on access rights

The use of console commands is justified only if if the phone's graphical interface is completely non-functional or blocked by malware. For the average user, such methods are redundant.

💡

Resetting network settings is the most reliable way to get rid of all connection problems, but it takes time to reconfigure all devices.

Why the phone does not connect after removing the network

Sometimes after you have forgotten the network and try to connect to it again, authentication errors occur. The phone sees the network, you enter the correct password, but the connection is not established. This is a common problem associated with DNS caching or IP address conflict.

In such a situation, it is recommended not only to forget the network, but also to reboot the router itself. The router may have remembered the phone's old MAC address or given it an address that is now considered busy. Rebooting the communication equipment resets the DHCP table and allows a clear connection to be established.

Also check the network security type. If the router is configured for mixed mode (WPA2/WPA3), and the older model phone does not support the new encryption standard, connection will be impossible. In the router settings, you should temporarily set a specific type of protection that is compatible with your gadget.

⚠️ Attention: Menu interfaces and item names may vary slightly depending on the Android version and device model. If you don't find an exact match, look for synonyms (for example, "Manage networks" instead of "Saved networks").

Make sure your phone is set to the current date and time. Errors in system time often cause security certificates to fail when connecting to secure networks, even if the password is entered correctly.

What is a static IP and how does it interfere?

If you previously manually set a static IP address for this network, and then changed your router, the phone will try to connect with the old settings. When reconnecting, select "Advanced" and set the IP settings to "DHCP" mode.

Frequently asked questions (FAQ)

Will the history of visited sites be deleted when deleting a Wi-Fi network?

No, deleting a Wi-Fi network profile only affects the connection settings (SSID, password, encryption type). Browsing history, application cache and personal files remain intact. To clear the history, you need to use the settings of a specific browser.

Is it possible to restore a deleted network without entering a password?

No, after clicking the "Forget" button, the password is permanently deleted from the phone's memory. To reconnect, you will definitely need to enter your password again. If you don’t remember it, you’ll have to look it up in the router settings or on a sticker on the device case.

Why does the phone itself add the network back after deletion?

This can happen if the device has an application for automatic connection (for example, from a telecom operator or router manufacturer), which has permission to manage networks. Also check to see if Wi-Fi Plus or a similar feature is enabled, which automatically restores connections.

Does deleting a network affect Internet speed in the future?

There is no direct effect on speed. However, if the network was “clogged” with erroneous configurations, its removal and a new connection can eliminate packet errors and improve the stability of the connection, which is subjectively perceived as an increase in speed.

How to delete a network if the phone screen is broken and the sensor does not work?

In this case, you can connect a USB mouse via an OTG adapter to control the interface. If this is not possible, only resetting the settings through the Recovery menu (using the volume and power buttons) or using the ADB command if USB debugging was previously enabled will help.