How to Delete a Wi-Fi Network on Your Computer: A Complete Guide

When actively using a laptop or desktop PC with a wireless module, a long list of available connections accumulates. These could be guest networks, old routers from neighbors, or access points you connected to at a cafe six months ago. Over time, the operating system begins to have difficulty prioritizing the connection, especially if signals from different sources overlap. It's in these situations that the need arises. delete a Wi-Fi network from the device's memory to make the computer forget about its existence and stop trying to automatically connect to it.

The procedure of clearing the list of known networks not only solves connection problems, but also improves your level digital securityDeleting public network profiles you no longer plan to use minimizes the risk of automatically connecting to rogue access points with similar names. It also helps eliminate software driver conflicts that can cause the system to become stuck in a loop of login attempts on a device with changed passwords or encryption settings.

In this article, we will examine in detail all the current methods for deleting wireless network profiles in operating systems. Windows 10 And Windows 11, and we will also touch upon the specifics of working with networks in the environment macOSYou'll learn how to use the graphical settings interface, how to use the command line for deep cleaning, and what to do if standard methods don't work. Understanding these processes will help you maintain clean network settings and ensure a stable internet connection.

Removing networks through the Windows 10 and 11 settings interface

The easiest and safest way to remove an unnecessary access point from the list is to use the built-in operating system settings menu. In modern versions Windows The interface has become more intuitive, although the layout of elements in Windows 10 and Windows 11 has some visual differences. To get started, open the Start menu and select the gear icon, or simply press the key combination. Win + I on your keyboard, which will instantly launch the Settings app.

After opening the Settings window, go to the section responsible for network connections. In Windows 10, this is "Network & Internet," where you select "Wi-Fi" in the left menu, then click "Manage known networks." In Windows 11, the logic is similar: "Network & Internet," then "Wi-Fi," and then "Manage known networks." This will open a list of all profiles ever saved on this computer.

⚠️ Note: If you are within range of the network being deleted and your computer is connected to it, the connection will be disconnected immediately after confirming the deletion. Make sure you have an alternative internet connection (e.g., via a mobile hotspot or cable) if deleting remotely.

In the list that opens, find the network name (SSID) you want to delete. Click on the name to expand its options, and then click "Forget" or "Delete." The system will ask you to confirm this action, as this process is irreversible without re-entering the password. Once the action is completed, the profile will be deleted from memory, and your computer will no longer attempt to automatically initiate a connection to this router.

📊 How often do you change your Wi-Fi passwords?
Once a month
Once every six months
Once a year
I never change

Using the command line to manage profiles

For advanced users and system administrators, there is a more powerful tool - the command line. cmd or PowerShell. This method not only allows you to delete networks, but also view hidden profile settings, such as encryption type and last connection time. To use this method, click Win + X and select "Terminal (Administrator)" or "Command Prompt (Administrator)". Running as administrator is required, otherwise the system will return an access error.

The first step is to get a complete list of saved profiles. To do this, enter the command netsh wlan show profiles and press Enter. The system will display a list of all known networks, grouped by user profile. Find the exact name of the network you plan to delete in the list. Pay attention to the case and spaces, as the command is sensitive to these details.

netsh wlan delete profile name="Network_Name" i="Interface_Name"

In the command above, replace Network_Name to the actual name of your Wi-Fi (in quotes if there are spaces), and Interface_Name — the name of your wireless adapter (usually "Wireless Network" or "Wi-Fi"). If you only have one Wi-Fi module, you can simplify the command by removing the interface parameter: netsh wlan delete profile name="Network_Name"This method is especially useful when the GUI freezes or does not display old profiles.

What should I do if the command line says "Access denied"?

If you still get an access error even when running as an administrator, the profile may be blocked by your organization's group policies or antivirus software. In corporate networks, try contacting your IT department, as profiles may be forced to deploy across the domain.

Cleaning through the registry and system files

Sometimes a network cannot be removed using standard methods, and it reappears in the "Known Networks" list after a reboot. This may indicate corrupted Windows registry entries or the presence of configuration backups. In such cases, manual editing of system files is required, but extreme caution is required, as an error can lead to instability in the network subsystem.

Wireless network profiles are stored in a secure area of ​​the registry. To access them, open the registry editor by entering regedit in the "Run" menu (Win + R). Follow the path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\ProfilesHere you'll find a lot of folders with hexadecimal names. You'll have to go through them, looking for the value. ProfileName on the right side of the window to find the desired network.

Found the entry you need? Don't delete it right away. First, export the registry key to create a backup. Only then can you delete the profile key. However, a more reliable method is to clean out the folder. C:\ProgramData\Microsoft\Wlansvc\Profiles\Interfaces. Inside the folder with the GUID name of your adapter are profile files. Deleting the corresponding file .xml physically removes the configuration from the system.

⚠️ Caution: Working with the registry and ProgramData system files carries risks. Incorrectly deleting keys may disrupt other network services. Always create a system restore point before making changes to the registry.

Deleting Wi-Fi profiles on macOS

Computer users MacBook And iMac You may also need to clear your network list. On macOS, the process is slightly different and depends on the operating system version. In older versions (before macOS Ventura), you could manage it through "System Preferences" -> "Network" -> "Wi-Fi" -> "Advanced." There, you could select the network you no longer need in the "Preferred Networks" list and click the minus sign.

In recent versions of macOS (Ventura, Sonoma, and later), the interface has been redesigned. Open System Preferences, go to the Wi-Fi section, and find the Advanced button (usually in the lower-right corner or in the "..." menu next to known networks). A window will open with a list of all known networks. Select the one you want to delete and click the delete button (minus or trash can icon).

An alternative and very quick method for all versions of macOS is to use Keychain Access. Open the app via Spotlight search and enter the network name. Find an entry like "AirPort network password," right-click, and select "Delete." The system will prompt you for an administrator password to confirm. This action is guaranteed to delete the saved password and connection profile.

Resetting network settings as a radical solution

When deleting individual profiles doesn't help, or when your computer exhibits strange behavior when connecting to any network, consider a complete network reset. This function returns all network components to their factory settings. This means All Saved Wi-Fi networks, VPN settings, virtual adapters, and static IP addresses will be deleted.

In Windows 10 and 11, this feature is located in the "Settings" -> "Network & Internet" menu. At the bottom of the page (in Windows 10) or under "Advanced network settings" (in Windows 11), you'll find a "Network reset" button. Clicking it will warn you of the consequences and prompt you to perform a reset after a reboot. This is an effective way to fix driver errors and clear the entire network connection cache.

After rebooting, your computer will behave as if it were new in terms of network connections. You'll have to re-enter passwords for all Wi-Fi networks, reconfigure shared folders, and possibly reinstall some virtual network adapters from programs like VirtualBox or VMware. However, this often resolves issues that haven't resolved for months.

Diagnosing issues with profile deletion

There are situations when the "Forget" button is inactive, or the system reports that deletion is impossible. This is often due to security policies or corrupted Windows services. Check the status of the "WLAN AutoConfig" service (WLAN AutoConfig). Click Win + R, enter services.msc, find the service in the list and make sure it is running and the startup type is set to "Automatic".

Another possible cause is a wireless adapter driver conflict. Try completely uninstalling the device from Device Manager along with its software, then restarting your computer. Windows will attempt to reinstall the driver, which often clears corrupted profiles. It's also worth checking whether your antivirus software with home network protection is blocking the removal.

Below is a table to help you quickly determine the solution method depending on your symptoms:

Symptom Probable cause Recommended action
The "Forget" button is inactive Group or domain policies Using the command line (netsh)
The network returns after a reboot. Registry corruption Manual removal from ProgramData
Error: "Unable to delete" WLAN service stopped Restarting the WLAN AutoConfig service
Problems with all networks Driver or TCP/IP stack failure Complete network reset via Settings

☑️ Checklist before deleting a network

Completed: 0 / 5

Frequently Asked Questions (FAQ)

Will my browser history be deleted along with my Wi-Fi network?

No, deleting a Wi-Fi network profile only affects connection settings (SSID, password, encryption type). Your browsing history, cache, and browser cookies are stored separately and will not be affected.

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

No, if you delete a profile, the password is erased from memory. To reconnect, you will need to re-enter the password, unless the device supports WPS and the router has a dedicated button.

Does having a large number of saved networks affect internet speed?

The network list itself doesn't reduce data transfer speeds. However, if your computer constantly scans the airwaves and tries to connect to a high-priority but unavailable network, this can create micro-lags and drain your laptop's battery.

What are "random MAC addresses" and should they be removed?

This is a security feature that changes the device identifier for different networks. When a network is deleted, the MAC address randomization settings for it are also reset. When reconnecting, the system may generate a new address, which is normal for public places.

How do I delete a network if my computer won't turn on?

It's impossible to delete a profile from a non-functional computer using software. However, the network deletion record is stored on the hard drive. If you simply want to change the network, you can do so in Safe Mode or by booting from a Live USB, but it's easier to reset the router.