How to Delete a Saved WiFi Password: A Complete Guide

In the age of ubiquitous wireless networks, our devices automatically remember access points so they can instantly connect when a signal appears. This is convenient, but sometimes you need to forget a network or completely erase saved credentials, for example, when changing a password, selling a gadget, or troubleshooting connection errors. Understanding How to remove a WiFi password across various platforms, becomes a critical skill to ensure connection security and stability.

Users often encounter situations where a device attempts to connect to a network with invalid data, creating an endless error loop, or where old profiles prevent the device from selecting the optimal frequency band. In such cases, simply clearing the list of known networks solves many internet performance issues. Below, we'll cover methods for deleting saved profiles on Windows computers, smartphones, and tablets, as well as resetting the router itself.

Deleting WiFi profiles in Windows

The Windows operating system stores a history of all connections in a special profile registry, which can be accessed through both the graphical interface and the command line. For most users, the easiest way is to use the default system settings, which allow easy management of known networks. However, some corporate or complex home setups may require using the console to completely delete records.

To delete a network through the interface, you need to go to the menu Start → Settings → Network & Internet → Wi-FiIn the window that opens, find the "Manage known networks" option, select the desired network name from the list, and click "Forget." This action will immediately delete the saved password and security settings for the selected access point, and the system will prompt you for the information again the next time you try to connect.

For more advanced users or in cases where the graphical interface is not working correctly, there is a powerful command-line network management tool. Launch Terminal as administrator and enter the command netsh wlan show profilesto see a list of all saved profiles. Once you've identified the network name, use the following command to force deletion:

netsh wlan delete profile name="Network_Name" i="Wi-Fi"

This method ensures that the profile is completely cleared from the system storage, including hidden encryption settings. If you plan to transfer the computer to a new owner or simply want to ensure the system is as clean as possible, this approach is the most reliable. Keep in mind that after deleting the profile, all devices using this Windows account may lose network access until they re-authorize.

📊 Which network removal method in Windows do you use most often?
Via Windows Settings (GUI)
Via Command Prompt (CMD)
Via Control Panel
I'm not deleting it, I'm just changing the password.

Clearing saved networks on Android and iOS

Mobile operating systems like Android and iOS have their own mechanisms for storing WiFi credentials, which may vary depending on the software version and device manufacturer. On smartphones iPhone the process is as unified as possible: go to Settings → Wi-Fi, click the blue information icon (the letter "i" in a circle) next to the network name and select "Forget this network." Confirming this action will immediately delete the encryption key.

In the world Android The situation is a little more complicated due to the variety of shells from manufacturers such as Samsung One UI, Xiaomi MIUI or Stock AndroidIn most cases, the process is the same: open the wireless network settings, find the list of saved networks (sometimes hidden in the "Advanced" menu or accessible by long-tapping), select the desired one, and tap "Delete" or "Forget." It's important to note that on some devices, deleting a network also clears its DHCP lease information.

⚠️ Attention: On rooted Android devices or those running custom firmware, deleting system WiFi configuration files (e.g. wpa_supplicant.conf) may result in the loss of connectivity to any networks until a full system reset.

There's also an automatic network deletion feature found on modern versions of iOS and Android. If you haven't connected to a particular network in a while, the system may prompt you to delete it to streamline the list. This is a useful feature for those who travel frequently and connect to multiple temporary hotspots without cluttering up their device's memory.

Resetting the router settings and deleting passwords on the hardware side

When it comes to the signal source itself—the router—the concept of "removing the password" translates into resetting security settings or completely rebooting the device's configuration. Router Brands TP-Link, Asus, Keenetic And MikroTik Store encryption settings in internal non-volatile memory. To change the password, you must log in to the administrator's web interface, usually accessible at 192.168.0.1 or 192.168.1.1.

In the router interface, go to the Wireless Mode or WLAN section, where you can not only change the password but also change the encryption type. If your goal is to remove all connected clients and force them to re-enter their credentials, the best option is to change the encryption type (for example, from WPA2 to WPA3) or change the network name (SSID). This will force the connection to be disconnected on all devices, as they will perceive the network as new or incompatible.

A radical method is to reset the router to factory settings (hard reset). Most devices have a recessed button on the body. ResetHolding it for 10-15 seconds while the power is on will restore the device to its out-of-the-box state. All passwords, connection logs, and MAC addresses will be deleted. This is often necessary if you've forgotten the administrator password or suspect your network has been hacked.

☑️ Checklist before resetting your router

Completed: 0 / 4

Table: Comparison of password removal methods on different platforms

Different devices use different mechanisms for storing security keys, which affects the complexity of the deletion process. Below is a comparison table to help you navigate data wiping methods depending on your device's ecosystem.

Platform / Device Removal method Impact on other devices Complexity
Windows 10/11 Network settings or CMD (netsh) Only on this PC Low
macOS Keychain Access Only on this Mac Average
Android Wi-Fi Settings → Forget Network Only on this smartphone Low
iOS (iPhone/iPad) Settings → Wi-Fi → (i) → Forget Only on this device Low
Router (any) Changing your password in the web interface On all connected clients High

As the table shows, removing the password on a client device (smartphone, laptop) affects only that device. However, changing the security settings on the router immediately affects the entire network, requiring reconfiguration of every device in the home. This is an important detail to consider when planning network configuration changes.

Deleting Networks on macOS and Linux

Computer users Apple You should know that macOS stores WiFi passwords in the system utility Keychain Access. To delete a saved network, open Spotlight search (Cmd+Space), type "Keychain Access," and launch the app. In the "System" or "Login" list, find the name of your WiFi network, right-click, and select "Delete." You'll be prompted for an administrator password to confirm the action.

In operating systems based on Linux (Ubuntu, Debian, Fedora) connection management is often done through graphical utilities like NetworkManager, but it's also accessible via the terminal. In the graphical interface, simply click the network icon, select "Settings," and delete the profile. For command line enthusiasts, there's a utility nmcli (Network Manager Command Line Interface).

To delete a connection in Linux use the command nmcli connection delete"ConnectionName"This action will completely remove the connection configuration file from the directory. /etc/NetworkManager/system-connections/It's important to be careful when working with system files in Linux, as incorrect deletion can disrupt the network manager, although the risk is minimal with WiFi profiles.

Where are passwords physically stored?

In Windows, they are stored in the registry and protected system storage. In Linux, they are stored in text configuration files with limited access rights. In macOS, they are stored in the encrypted Keychain database. Deleting them through the standard interface simply removes the link to this data, and in some cases, physically erases it.

Problems and solutions: what to do if the network won't delete

Sometimes users encounter a situation where a device "resists" deleting a profile. The network may disappear from the list but reappear after a reboot, or the "Forget" button may be grayed out. This is often due to Group Policy (GPO) settings in corporate Windows networks that force the configuration to be restored. In this case, you should contact your system administrator or temporarily disable security policies.

Another common issue is syncing via cloud services. If you deleted a network on one device but it's restored, check your sync settings. For example, in the Apple ecosystem via iCloud Keychain or in Windows via a Microsoft account, passwords can be restored from your other trusted devices. In this case, you need to delete the network on all synced devices simultaneously.

⚠️ Attention: Router and operating system settings interfaces are regularly updated. Button locations and menu names may differ from those described in the instructions. Always consult the latest documentation from your device manufacturer or software model.

If the problem lies with the wireless adapter drivers, try completely uninstalling the device from Device Manager (in Windows) and restarting the computer. The system will automatically install the standard driver, which often helps reset frozen network configurations. It's also worth checking whether the network is "hidden"—such networks sometimes behave incorrectly when managed.

Is it possible to remove a WiFi password if I don't know the current administrator password?

Yes, you can delete a saved network profile on a client device (phone, laptop) at any time without knowing the password. However, to change the password on the router itself or delete networks from other devices, you will need access to the router's admin panel. If you have lost the router password, the only solution is a hard reset using the button on the router.

Will my browsing history be deleted along with my WiFi password?

No, deleting a WiFi network profile only affects the access point connection settings (SSID and encryption key). Browser history, cache, and cookies remain on the device and must be deleted separately through the browser or system settings.

What happens if I forget the network I'm currently connected to?

The internet connection will be immediately lost. The device will stop transmitting data through this interface. To access the network again, you will need to find this network in the list of available networks and enter the password.

How to delete all saved networks at once?

Most devices don't have a single "Delete All" button. On Android, you can use reset network settings (without resetting your phone), which will clear WiFi, Bluetooth, and mobile networks. On Windows, you can use the command netsh wlan delete profile name=all i="Wi-Fi" in the command line as administrator.