How to completely forget a Wi-Fi network on a Windows 10 laptop: all the methods

Forget a saved network Wi-Fi on a laptop with Windows 10 It can be useful in a variety of situations: from simply changing a router password to troubleshooting connection errors. For example, if the network is stuck in the "Connected, no internet access" status or a laptop stubbornly clings to the old access point instead of the new one. Unlike smartphones, where you can forget the network in two taps, Windows 10 This process is hidden deeper - and not always obvious.

The problem is compounded by the fact that the system can retain network data even after it's "deleted" through the standard interface. This leads to cyclic password requests or automatic connections to a non-functional access point. In this article, we'll look at all current methods — from simple (through a graphical interface) to advanced (registry editing and command line), and we'll also explain why the network sometimes "returns" after deletion and how to avoid this.

Why does a laptop "remember" Wi-Fi networks and when should you forget them?

Windows 10 automatically saves information about each connected network. Wi-Fi in a dedicated profile storage. This includes:

  • 📡 SSID (network name)
  • 🔑 Password (encrypted)
  • 📶 Security Type (WPA2-PSK, WPA3 etc.)
  • ⚙️ Additional options (e.g. connection priority)

This system is convenient for automatically connecting to familiar networks, but it creates problems if:

  • 🔄 The network password has changed, but the laptop continues to try to connect with the old data.
  • 🚫 The network has become unavailable (for example, the router is broken or turned off), but Windows is persistently searching for it.
  • 🔒 The network profile is corrupted, causing errors like "We couldn't connect to this network."
  • 🛡️ You need to connect to a network with the same name but different settings (for example, in a hotel or cafe).

It's important to understand: simply clicking "Forget" in the settings doesn't always completely clear the profile. Sometimes data remains in the cache or registry, which causes the network to "return" after a reboot. This is especially true for corporate networks with certificates or Windows 10 in the domain.

⚠️ Attention: If you connected to the network via VPN or use Windows 10 Pro/Enterprise With group policies, standard methods may not work. In such cases, you'll need to edit the registry or contact your network administrator.

Method 1: Removing the network via Windows Settings (the easiest)

This is a basic method that works for most users. It doesn't require administrator rights and works even on limited accounts.

  1. Open the menu Start and select Parameters (gear icon) or click Win + I.
  2. Go to the section Network and InternetWi-Fi.
  3. Click Managing known networks.
  4. In the list, find the required network and click on it, then select Forget.

If the network isn't listed, but the laptop still tries to connect to it, the profile is saved elsewhere (see methods 3–5). Also, check if the network is hidden in the router settings—sometimes this is Windows 10 "sees" it, but does not display it in the interface.

No active Wi-Fi downloads|Laptop not connected to this network|Passwords from other networks saved|Network verified not hidden (SSID broadcast enabled)

-->

After deleting, restart your laptop. If the network appears in the list again, its profile is duplicated in the registry or cache. Windows.

Method 2: Removing via the Network and Sharing Center (alternative graphical method)

This method is relevant for Windows 10 versions before 20H2, as well as for users who cannot open Settings due to system errors.

  1. Right click on the icon Wi-Fi in the tray (bottom right) and select Open Network and Internet settings.
  2. Scroll down and click Network and Sharing Center.
  3. Select on the left Managing wireless networks (in some versions - Changing adapter settings → right click on Wi-FiStateWireless properties).
  4. In the list of saved networks, select the desired one and press Delete and confirm.

If the point Managing wireless networks No, then it's your version. Windows 10 uses the new interface (see Method 1). In this case, try the following method.

⚠️ Attention: IN Windows 10 22H2 and newer, the Network and Sharing Center may not display all saved profiles. If the network isn't listed, but your laptop connects to it, use command line (Method 3).

Method 3: Deleting a network via the command line (for advanced users)

Command line (CMD) allows you to delete a network profile even if it is not displayed in the graphical interface. This method is useful if:

  • 🖥️ The network is "ghost" - it is not on the list, but the laptop connects to it.
  • 🔧 You need to delete several networks at once (for example, after moving).
  • 🛠️ The graphical interface is unresponsive or displays errors.

Instructions:

  1. Open Command line as administrator (find via search, right click → Run as administrator).
  2. Enter the command to view all saved networks:
    netsh wlan show profiles

    Remember the exact name of the network you need (case is important!).

  3. Delete the profile using the command:
    netsh wlan delete profile name="NETWORK_NAME"

    For example:

    netsh wlan delete profile name="MyWiFi_5G"

If the network name contains spaces or special characters, enclose it in quotation marks. After running the command, restart your laptop.

netsh wlan delete profile name= i=

But be careful - after this you will have to re-enter passwords for all access points.-->

Method 4: Manually deleting a profile from the Windows registry

If the previous methods didn't work, the network profile may be stuck in the registry. This method requires care, as incorrect registry changes can disrupt the system.

Instructions:

  1. Click Win + R, enter regedit and press Enter (requires administrator rights).
  2. Follow the path:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles
  3. In the folder Profiles Find subfolders with names consisting of letters and numbers (for example, {A1B2C3D4-5678-90EF-1234-567890ABCDEF}).
  4. Open each folder and look at the value of the parameter ProfileName — this is the network name. Find the required one and delete the entire folder (right-click → Delete).

After uninstalling, restart your laptop. If the network still appears, check the registry key for the current user:

HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles
⚠️ Attention: Before editing the registry Be sure to create a system restore point (StartControl PanelRecoverySetting up System Restore). An error while deleting keys may result in the loss of all network connections!

Via Windows Settings|Via Network and Sharing Center|Command Prompt|Registry|Never deleted

-->

Method 5: Reset network settings (last resort)

If none of the methods helped, or you want to remove All network profiles at once (including Ethernet And VPN), perform a full reset of network settings:

  1. Open ParametersNetwork and InternetState.
  2. Scroll down and click Network reset.
  3. Confirm the action and wait for the reboot.

This method removes:

  • 📡 All saved networks Wi-Fi and their passwords.
  • 🌐 Settings Ethernet And VPN.
  • 🔧 Custom adapter settings (e.g. static IP).

After the reset, you'll have to reconfigure all connections, including the wired one. Use this method only if other methods fail.

What should I do if after resetting the network, Wi-Fi doesn't work at all?

If after the reset the laptop stopped seeing any Wi-Fi networks, check:

1. Is the Wi-Fi adapter turned on (key Fn + F2/F12 or in Device Manager).

2. Are the drivers for Wi-Fi installed (in Device Manager There should be no exclamation marks next to network adapters).

3. Is the service disabled? WLAN AutoConfig (click Win + R, enter services.msc, find the service and start it).

If the problem persists, try updating the adapter driver through the official website of the laptop manufacturer (HP, Lenovo, Asus and others).

Why a network might "return" after being deleted and how to fix it

Sometimes users experience a deleted network reappearing in the list after a reboot. This can occur:

Cause How to fix
The profile is duplicated in the registry Check both registry keys (see Method 4)
The network was added via group policy (in enterprise versions of Windows) Please contact your administrator or use gpedit.msc
Service cache WLAN AutoConfig Restart the service:
net stop wlansvc & net start wlansvc
The laptop is connected to the domain. Active Directory Delete profile via Control Panel → Accounts

If the network is returning due to corporate policies, try:

  1. Open Execute (Win + R) and enter gpedit.msc (available only in Windows 10 Pro/Enterprise).
  2. Go to path: Computer Configuration → Administrative Templates → Network → Manage Wireless Connections.
  3. Find a policy Prevent saving favorite networks and turn it off.

FAQ: Frequently asked questions about forgetting Wi-Fi networks in Windows 10

Is it possible to delete a Wi-Fi network without administrator rights?

Yes, through Windows Settings (Method 1) or Network and Sharing Center (Method 2). However, to uninstall through CMD You'll need administrator privileges to run the commands or the registry. If you have a limited account, ask an administrator to run the commands on your behalf.

After deleting the network, my laptop stopped detecting any Wi-Fi. What should I do?

Most likely, the adapter driver was removed or damaged. Check:

  1. IN Device Manager (Win + X → Device Manager) is there an exclamation mark next to Network adapters.
  2. Is the Wi-Fi adapter turned on (sometimes it is turned off by keys) Fn + F2/F12).
  3. Are the drivers installed (download from the laptop manufacturer's website).

If the adapter shows up as "Unknown Device", try updating the driver manually.

How do I delete a network if it's not in the Manage Known Networks list?

Use command line (Method 3) or check the registry (Method 4). It is also possible that the network is hidden in the router settings (disabled) SSID Broadcast) - in this case, the laptop “sees” it, but does not show it in the interface.

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

No, you can't restore your profile after deleting it. You'll have to reconnect to the network and enter your password. However, if you backed up your registry before deleting it, you could theoretically restore the keys from it (though this is risky).

Why does the laptop still connect to the network after forgetting it?

Possible reasons:

  • The profile is duplicated in the registry (see Method 4).
  • Network added via Active Directory (in corporate networks).
  • The laptop is connected via a third-party utility (for example, Intel PROSet or Dell Wireless).
  • Automatic connection to open networks is enabled (can be disabled in Wi-Fi Settings).

Check all these points in order.