How to Forget a Wi-Fi Network on a Lenovo Laptop: A Complete Guide

Forget a saved Wi-Fi network on a laptop Lenovo may be needed in a variety of situations: from a banal change of password on a router to the need to connect to a network with a different name (SSID) or resolve connection conflicts. Unlike smartphones, where deleting a network takes just a couple of taps, on Windows laptops the process is a bit more complicated—especially when it comes to hidden networks or outdated profiles that the system persistently tries to connect automatically.

In this article we will look at All current methods for deleting Wi-Fi networks on laptops Lenovo (including models IdeaPad, Legion, ThinkPad And Yoga), operating under the control of Windows 10/11We will pay special attention to the nuances that arise when working with corporate networks (WPA2-Enterprise), hidden access points and networks saved in BIOS/UEFIYou'll also learn how to completely reset your network settings if standard methods don't work.

Why Your Lenovo Laptop Won't Forget Your Wi-Fi Network: Common Reasons

Before moving on to the instructions, it's important to understand why a saved network might become stuck in the system. Here are the key reasons:

  • 🔄 Automatic connection: Windows by default tries to connect to known networks, even if they are no longer available or the password has changed.
  • 📡 Cached profiles: The registry and configuration files store network data that is not always removed through the standard interface.
  • 🔒 Corporate policies: On some models ThinkPad network settings may be blocked by the administrator (for example, through Lenovo Vantage or group policy).
  • 🖥️ BIOS profiles: Some networks (especially Intel Wi-Fi 6 And Killer Wireless) are stored at the hardware level.

If you're experiencing a network disappearing from the list of available networks, but your laptop still tries to connect to it, the problem is most likely with a cached profile. In this case, the only solution is manual removal via command line or reset the network stack.

📊 How often do you change your Wi-Fi password?
Once a month
Once every six months
Only if necessary
I never change

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

This method is suitable for most users and works on Windows 10/11 No additional tools required. The instructions apply to all models. Lenovo, including IdeaPad 5, Legion 7 And ThinkBook 14.

  1. Open the menu Start and go to Settings → Network and Internet → Wi-Fi.

  2. In the section Managing known networks Find the network you want to delete and click on it.

  3. Select Forget and confirm the action.

If the network isn't listed, but the laptop still tries to connect to it, the profile is hidden. In this case, command line (see next section).

☑️ Preparing to remove the network

Completed: 0 / 4

Method 2: Removing via the command line (for hidden and stubborn networks)

Command line (CMD) allows you to delete all saved Wi-Fi profiles, including those that are not displayed in the graphical interface. This method is especially useful if:

  • 🔍 Network hidden (SSID is not broadcast), but the laptop is trying to connect to it.
  • 🔄 After changing the password, Windows stubbornly connects to the old network.
  • 📛 The "Settings" list displays an outdated network name.

Follow these steps:

  1. Open Command Prompt as Administrator: Press Win + X and select Terminal (Administrator) or Command Prompt (Administrator).

  2. Enter the command to view all saved networks:

    netsh wlan show profiles

    Remember the exact name of the network you want to delete (case is important!).

  3. Delete the profile using the command:

    netsh wlan delete profile name="NETWORK_NAME"

    Replace NETWORK_NAME to the real name (for example, netsh wlan delete profile name="MyWiFi_5G").

If the network is not deleted and you receive a "Profile not found" error, try using quotation marks around names that contain spaces or special characters, for example: name="Home Wi-Fi 2.4GHz".

What to do if the command doesn't work?

If netsh wlan delete profile gives an error, check:

1. The network name is correct (case is important!).

2. Is the command prompt run as administrator?

3. Does the antivirus (for example, Kaspersky or Avast) changes in network settings.

Method 3: Reset network settings (if nothing helps)

If the previous methods don't work, you'll have to resort to complete reset of the network stackThis will remove all saved networks, reset the settings IP/DNS and reset the adapter to factory settings. This method is radical, but effective in case of system failures.

Instructions for Windows 10/11:

  1. Open Settings → Network & Internet → Status.

  2. Scroll down and click Network reset.

  3. Confirm the action and restart the laptop.

After reboot:

  • 🔄 All Wi-Fi networks will be deleted.
  • 📡 You will have to re-enter passwords to connect.
  • ⚙️ Settings VPN And Ethernet will also be reset.

How to remove Wi-Fi on Lenovo laptops with Intel Killer Wireless

Many models Lenovo Legion And Yoga equipped with adapters Intel Killer Wireless (For example, Killer AX1650 or Killer Wi-Fi 6E). These adapters have their own software - Killer Control Center, which can block standard Windows settings.

If you are faced with the fact that:

  • 🚫 The network cannot be deleted through Settings or CMD.
  • 🔄 The laptop automatically connects to the “forgotten” network.
  • 📛 Duplicate network names appear in the list.

— try the following steps:

  1. Delete Killer Control Center through Control Panel → Programs → Uninstall a program.

  2. Download the latest driver for your adapter from Intel website (without Killer software).

  3. Install the driver manually via device Manager.

After this, standard methods for removing networks should work.

How to remove a Wi-Fi network from the BIOS/UEFI on a Lenovo (for advanced users)

Some networks (especially those used for Secure Boot or BitLocker) can be maintained at the level BIOS/UEFIThis is a rare occurrence, but if you've exhausted all other options, check the following steps:

  1. Restart your laptop and log in BIOSby clicking F2 or Del (depending on the model).

  2. Go to the section Security → Wireless Network or Network Configuration.

  3. Find the list of saved networks and delete unnecessary ones (the interface may differ).

  4. Save changes (F10) and reboot.

Attention! Not all models Lenovo support Wi-Fi network management via BIOS. If the section Wireless Network No - it means that networks are stored only in Windows.

⚠️ Attention: Changing BIOS settings may result in loss of access to the system if you forget the password or change critical parameters (for example, Secure Boot). Before making any changes, make sure you have a backup of your data.

Table: Comparison of Wi-Fi network removal methods on Lenovo

Method Complexity When to use Cons
Through "Windows Settings" ⭐ (simple) For most home networks Does not remove hidden networks
Command line (netsh) ⭐⭐ (average) For hidden networks or if the network does not appear in the list Requires precise entry of network name
Reset network settings ⭐⭐⭐ (difficult) If other methods don't work Deletes All networks and settings
Removing via BIOS ⭐⭐⭐⭐ (very difficult) For networks stored at the hardware level Not supported on all models
Removing software Killer Control Center ⭐⭐ (average) For laptops with adapters Intel Killer Wireless Driver reinstallation may be required.

FAQ: Frequently asked questions about deleting Wi-Fi networks on Lenovo

Is it possible to delete a Wi-Fi network without knowing the password?

Yes, you don't need a password to delete a network from your saved list. You only need the network name (SSID). However, to reconnect after deletion, you will need to enter the password again.

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

This happens because:

  • 🔄 Cached profile in the registry (the command will help netsh wlan delete profile).
  • 📡 Killer Wireless Drivers (needs to be removed) Killer Control Center).
  • 🔒 Group policies (relevant for corporate laptops).

Try it reset network settings or check the settings in BIOS.

How to delete all Wi-Fi networks at once?

Use the command in CMD (as administrator):

netsh wlan delete profile name= i=

This command will delete all saved profiles without confirmation.

What should I do if after deleting a network it appears again?

Most likely the network is saved in another user profile or in BIOS. Check:

  1. Are all Windows accounts on the laptop (if there are several)?
  2. Settings BIOS/UEFI (chapter Wireless Network).
  3. Availability of software for Wi-Fi management (for example, Lenovo Vantage or Killer Control Center).
Is it possible to restore a deleted network?

If you deleted the network through Settings or netsh, you can only restore it by reconnecting (entering the password). However, if you have a backup copy of your profiles (see the tip about netsh wlan export profile), you can import the network back with the command:

netsh wlan add profile filename="C:\WiFi_Backup\FILE_NAME.xml"

If none of the methods helped, the problem may lie in Wi-Fi adapter drivers or damaged system filesIn this case, we recommend updating the driver via device Manager or use the utility Lenovo System Update to automatically search for updates.