How to Forget a Wi-Fi Network in Windows 10: Step-by-Step Instructions

Modern operating system Windows 10 The system automatically connects to previously used networks, making life much easier for users in a familiar environment. However, in situations where switching to a different frequency band or troubleshooting connection issues is necessary, the system may persistently prompt re-login to the problematic profile. Understanding how to forcefully delete saved wireless connection data is a key skill for diagnosing network issues.

Users often encounter a situation where the router has changed the broadcast channel or password, and the computer persistently tries to log in with the same credentials, returning access errors. In such cases, simply disabling the adapter doesn't help, as network profile remains in the system memory. A full configuration wipe must be performed to initiate a clean process the next time you connect.

There are several ways to accomplish this task, from the graphical settings interface to advanced console methods. The method you choose depends on your OS build version, whether you have administrator rights, and the current availability of a graphical interface. In this article, we'll cover all the current options in detail so you can choose the one that best suits your situation.

📊 Which network deletion method do you prefer?
Via Windows Settings
Via Control Panel
Via Command Prompt (CMD)
Via Registry Editor

Deleting a profile using modern Windows Settings

The best and safest way for most users is to use the built-in Settings app. This interface has been significantly redesigned in recent updates. Windows 10 and provides convenient access to managing network connections. To get started, open the Start menu and select the gear icon or press the key combination Win + I.

Once the Settings window opens, go to the "Network & Internet" section. On the left side of the screen, select the "Wi-Fi" category, then find the "Manage known networks" link. This will display a list of all wireless networks your computer has previously connected to and saved their settings.

  • 📡 Find in the list the name of the problematic network that needs to be removed from memory.
  • 🗑️ Click on the network name to reveal additional profile management options.
  • ❌ Click the "Forget" button to initiate the process of deleting saved data.

After completing these steps, the system will immediately clear the cache associated with this access point. The next time you try to connect, your computer will act as if it's seeing this network for the first time, prompting you for the password again. This is an effective solution if the encryption type or security key on your router has changed.

The classic method via the Network and Sharing Center

Despite the active implementation of the new interface, many system administrators prefer to use the classic "Control Panel", which retains the familiar logic of work from the times Windows 7This method is especially useful if the new Settings menu isn't working correctly or is freezing. You can access it by searching for "Control Panel" in your system search.

In the window that opens, select "Large icons" view and find "Network and Sharing Center." Next, in the left column, click "Change adapter settings." A window will open with a list of all network interfaces installed in the system.

Find the icon for your wireless adapter (usually it's labeled "Wireless Network" or has the brand name, such as Intel, Realtek). Right-click on it and select "Status." In the dialog box that opens, click "Wireless Network Properties." This is where the list of all known profiles is stored.

⚠️ Note: This window displays all networks ever saved on this computer. Be careful when deleting to avoid accidentally erasing your home network data if you're at the office.

Select the desired network from the list and click the "Delete" button. The system will ask for confirmation, after which the profile will be permanently deleted. This method is advantageous because it allows you to manage networks even in scenarios where the graphical shell is disabled. Windows 10 is experiencing difficulties.

☑️ Check before deletion

Completed: 0 / 5

Deleting networks via Command Prompt (CMD)

For advanced users and system administrators, the most powerful tool is the command line. Interface netsh Allows you not only to delete profiles but also to perform in-depth connection diagnostics. You must run the command prompt as administrator, otherwise the commands will not execute.

The first step is to view all saved profiles. To do this, enter the command netsh wlan show profilesThe system will display a list of all networks, grouped by user and computer. Find the exact network name (SSID) you want to delete in the list.

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

In this command, instead of Network_name You need to enter the exact name of your profile, and Wi-Fi Replace with your interface name if it differs from the default. If the network name contains spaces, quotation marks are required. After entering the command, the system will confirm successful profile deletion.

This method is indispensable for deleting "hidden" networks or profiles that, for some reason, aren't displayed in the graphical interface. The command line also allows you to delete profiles for all users at once, which is useful when preparing a computer for transfer to a new owner.

What to do if the command fails?

If the system displays "Access Denied," make sure you're running CMD as an administrator. If the error is related to the interface name, enter the command netsh wlan show interfaces to find the exact name of your Wi-Fi adapter (often "Wireless Network" or "Wi-Fi").

Clearing data using Registry Editor

The registry editor is a deep level of operating system settings. WindowsWorking with it requires extreme caution, as incorrectly changing the keys can lead to system instability. This method is recommended only when standard methods and the command line fail.

To get started, click Win + R, enter regedit and press Enter. You will need to go to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\ProfilesThis is where records of all network connections are stored, but they are presented as hashes rather than user-friendly names.

To find the required network, you will have to sequentially open folders with unique identifiers and look at the parameter ProfileNameOnce a match is found, the entire profile branch can be deleted. However, a more secure path for Wi-Fi profiles is in the key associated with wireless settings, where the data is stored encrypted.

Parameter Description Risk of error
ProfileName Readable network name Short
Description Profile Description Short
DateCreated Profile creation date Short
Binary Data Encrypted access keys High

After making changes to the registry, a full computer reboot is required. Only after the restart will the system reread the configuration and apply the changes, removing the specified profiles from active use.

Resetting network settings as a radical solution

If deleting a specific profile doesn't help, or if you're experiencing multiple connection errors with different networks, it might be worth using the full reset feature. This option restores all network components. Windows 10 to factory settings, deleting all saved Wi-Fi networks, VPN settings, and Ethernet parameters.

To reset your device, go to Settings → Network & Internet → Status. Scroll to the bottom of the page and find the "Network Reset" link. Clicking it will warn you that after the reboot, you'll need to re-enter passwords for all Wi-Fi networks.

This method often resolves driver issues that may have been damaged by system updates or software conflicts. It also reinstalls network adapters and resets TCP/IP components, which eliminates deep-seated software errors.

⚠️ Important: Before performing a hard reset, make sure you have the passwords for all necessary Wi-Fi networks on hand, as it will be impossible to restore them from the system after this procedure.

Common problems and their solutions

Even after successfully deleting a profile, users may encounter the following: Windows 10 continues to behave strangely. For example, the system may automatically create a duplicate profile with the suffix "2" or "3." This occurs when "tails" of old settings remain in the registry.

Another common issue is the inability to delete a network due to access rights or blocking by Group Policy, which is common in corporate networks. In such cases, you may need to log in as a local administrator or contact your IT department.

  • 🔄 The network is not deleted: Try disabling the WLAN AutoConfig Manager service before deleting, then re-enable it.
  • 🔒 Access error: Check if your antivirus is blocking changes to network settings.
  • 📶 Weak signal after reset: Update your wireless adapter drivers from the manufacturer's official website.

It is important to understand that some updates Windows may change the menu layout or command names. If you don't see the described options, check your build version in the "About" section.

Why does Windows automatically connect to open networks?

In the Wi-Fi settings, there's an option called "Connect to suggested open networks." If enabled, the system will automatically initiate a connection to any available access points that Microsoft deems safe. This can be disabled in the Manage known networks section.

Is it possible to recover a deleted Wi-Fi profile?

Without first backing up the registry or exporting the profile via the command line, it's impossible to restore a deleted profile. You'll need to re-enter the password and security settings to reconnect.

Where are Wi-Fi passwords stored in Windows 10?

Passwords are stored encrypted in the Windows Credential Manager. You can access them using the command netsh wlan show profile name="Name" key=clear, but only if you have administrator rights.