How to completely remove a Wi-Fi network from a Lenovo laptop: all the methods

Saved Wi-Fi networks on a laptop Lenovo sometimes become a source of problems, from automatic connections to unwanted access points to authentication errors. They can be removed in several ways, including through the graphical interface. Windows, command line or even at the level BIOSBut it's important to understand: simply "forgetting" a network in the settings doesn't always clear all traces of its presence in the system.

In this article we will analyze 4 Working Methods to Remove Wi-Fi Networks on Lenovo Laptops (Including Models IdeaPad, Legion, ThinkPad And Yoga)We'll also explain why a network sometimes continues to appear in the list of available networks even after deletion. We'll pay special attention to cases where standard methods don't work—for example, due to adapter failures or driver conflicts.

1. Deleting a Wi-Fi network through Windows settings

The easiest way is to use built-in tools Windows 10/11 OSThis method is suitable for most users and doesn't require technical skills. However, it only deletes connection data and doesn't clear the adapter cache, which may result in the network reappearing in the list.

Instructions:

  • 🖱️ Open Start → Settings → Network & Internet → Wi-Fi.
  • 📶 In the section "Managing Known Networks" Find the desired network and click Forget.
  • 🔄 Restart your laptop for the changes to take effect.

If the network has disappeared but reappeared after a while, this may indicate:

  • ⚙️ Automatic connection via Windows Mobility Center (on some models ThinkPad).
  • 📡 Data caching in the Wi-Fi adapter driver (especially relevant for adapters Intel AX200/AX210).
  • 🔄 Function Auto Connect in proprietary software Lenovo Vantage (if installed).
📊 What Lenovo laptop do you have?
IdeaPad
ThinkPad
Legion
Yoga
Another
⚠️ Attention: On laptops with Windows 11 after the update 23H2 The network management interface has changed. If the buttons Forget No, try deleting the network via Control Panel → Network and Sharing Center → Manage wireless networks (old panel).

2. Removing via the command line (CMD)

The command line allows you to delete a network more deeply, including hidden profiles that aren't visible in the graphical interface. This method is useful if:

  • 🔍 The network is not visible in the list of known networks, but the laptop still connects to it.
  • 🛠️ You need to delete several networks at once (for example, after moving or changing your router).
  • 📛 The network name contains unreadable characters (Cyrillic, emoji).

Step-by-step instructions:

  1. Launch Command prompt as administrator (Win + X → Terminal (Admin)).
  2. Enter the command to view all saved networks:
    netsh wlan show profiles
  3. Find the name of the desired network in the list (case is important!) and delete it:
    netsh wlan delete profile name="NETWORK_NAME"
  4. To remove everyone saved networks use:
    netsh wlan delete profile name= i=

If the network is still displayed after running the commands, check:

  • 🔧 Availability Lenovo-specific utilities (For example, Lenovo Network Assistant), which can restore profiles.
  • 📦 Integrity of system files (run sfc /scannow in CMD).

Make sure the network is gone from `netsh wlan show profiles`|

Restart your laptop|

Check connection to another network|

Update your Wi-Fi adapter driver (if the network is back) -->

3. Resetting the Wi-Fi adapter settings

If standard methods do not help, the problem may lie in the device itself. Wi-Fi adapterOn laptops Lenovo (especially with adapters Qualcomm Atheros or Mediatek) Sometimes data caching at the driver level is triggered. In this case, a full reset of the adapter settings will help.

How to reset:

  1. Open device Manager (Win + X → Device Manager).
  2. Expand the section Network adapters and find your Wi-Fi module (for example, Intel Wi-Fi 6 AX200 or Realtek RTL8852AE).
  3. Right click on the adapter and select Properties → Driver → Reset Driver (or Roll back, if the reset button is not available).
  4. Restart your laptop.

If resetting doesn't help, try:

  • 🔄 Remove the driver completely (in Device Manager, select Uninstall device → Delete the driver software for this device), then reinstall it with Lenovo's official website.
  • 📥 Install the driver manually via Lenovo Vantage (if pre-installed).
⚠️ Note: On some models ThinkPad (For example, T14/P1 Gen 3) After removing the Wi-Fi driver, the functionality of the keys may disappear Fn + F8 (on/off wireless module). In this case, a reinstallation will be required. Lenovo Hotkey Features Integration.
What should I do if Wi-Fi disappears completely after uninstalling the driver?

If the adapter has disappeared from Device Manager, check:

1. Is Wi-Fi enabled via the hardware button (on some models) Legion there is a separate switch).

2. Is the adapter disabled in BIOS (see section 4 of this article).

3. Are the latest Windows updates installed (some drivers are installed automatically through the Update Center).

If all else fails, download the driver from the official Lenovo website, selecting the exact laptop model.

4. Removing a network via BIOS (for advanced users)

In rare cases, Wi-Fi networks may remain at the level BIOS/UEFI, especially if the laptop was previously connected to corporate networks with certificates (relevant for ThinkPad (in business configurations). Removing such networks requires access to the BIOS settings.

Instructions:

  1. Restart your laptop and enter BIOS by pressing:
    • F2 or Del (for most IdeaPad And Legion).
    • F1 (For ThinkPad).
    • Fn + F2 (for some Yoga).
  • Go to the section Security → Secure Boot or Advanced → Network Stack (names may differ).
  • Find the option Clear Wi-Fi Profiles, Reset Network Settings or similar. If there is no such option, reset the BIOS to factory settings (Load Default Settings).
  • Save changes (F10) and restart the laptop.
  • Laptop model BIOS entry key Wi-Fi reset section
    ThinkPad T/X/P series F1 Security → I/O Port Access
    IdeaPad 3/5/7 F2 or Fn + F2 Advanced → Network Configuration
    Legion 5/7 F2 Boot → Network Stack
    Yoga C740/C940 Fn + F2 (hold) Security → Clear TPM (indirectly)
    ⚠️ Warning: Resetting the BIOS will result in the loss of all user settings, including boot order, hard drive passwords, and parameters Secure BootBefore the procedure, make sure you have access to a Microsoft account (if Windows is linked to one).

    5. Deleting networks via the Windows registry

    If all previous methods fail, there remains the "heavy artillery" - editing Windows registryAll wireless network profiles are stored here, including those that are not displayed in the default settings. An error while editing the registry may result in the system not functioning properly!

    Step-by-step instructions:

    1. Click Win + R, enter regedit and confirm the launch.
    2. Follow the path:
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles
    3. In the folder Profiles Find the subfolders with the names corresponding to your Wi-Fi networks (the names are encrypted, but you can navigate by ProfileName in the right panel).
    4. Delete unnecessary folders (right click → Delete).
    5. Restart your laptop.
    6. Additionally, you can clear the network connection cache:

      • Open the path:
        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wlansvc\Interfaces
      • Delete all subsections inside Interfaces (they will be restored automatically the next time you connect).

      6. Problems after deleting the network and their solutions

      Even after successfully deleting the Wi-Fi network, users Lenovo Sometimes we encounter side effects. Let's look at typical cases and how to eliminate them.

      Problem 1: The network has disappeared, but the laptop still connects to it.

      • 🔄 Check availability Lenovo-specific utilities (For example, Lenovo Connection Optimizer), which can restore connections.
      • 📡 Disable the service WLAN AutoConfig:
        sc stop Wlansvc
        

        sc config Wlansvc start= disabled

        (After rebooting, turn it back on: sc config Wlansvc start= auto).

      Problem 2: After deleting all networks, the laptop does not connect to new ones.

      • 🔧 Reset the TCP/IP stack:
        netsh int ip reset
        

        netsh winsock reset

      • 📥 Reinstall the Wi-Fi adapter driver (see section 3).

      Problem 3: The list of available networks displays "ghost" networks (gray, without the ability to connect).

      • 🛠️ This may be related to Wi-Fi Sense (in Windows 10) or function Random Hardware Addresses (Windows 11) Disable them in Settings → Wi-Fi → Manage known networks → [Network] → Properties.
      • 📡 Update your router firmware (sometimes the problem lies with the router, not the laptop).

      FAQ: Frequently Asked Questions

      Is it possible to remove a Wi-Fi network on a Lenovo laptop without administrator rights?

      No, to delete networks through Command line or registry Administrator rights are required. However, in the graphical interface (Settings → Wi-Fi) You can "forget" a network without admin rights, but this does not guarantee complete deletion of the profile.

      If you don't have administrator rights, try:

      • 🔄 Restart your laptop Safe Mode with Networking (sometimes this allows you to bypass restrictions).
      • 📧 Contact the device administrator (if it's a work laptop).
      Why does a network reappear after being deleted when connected to the same router?

      This is due to the function automatic profile recovery, which is activated if:

      • 📡 The router is broadcasting the same network name (SSID) and uses the same type of security (WPA2/WPA3).
      • 🔧 The option is enabled in Windows settings Connect automatically (even if you disabled it, some drivers, for example Killer Networking, ignore it).
      • 📦 The system has network management software from Lenovo (For example, Lenovo Network Assistant).

      Solution: change network name (SSID) on the router or disable the automatic connection function in the registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WcmSvc\wifi\enableAutomaticConnection = 0).

      How to delete a Wi-Fi network on a Lenovo laptop running Linux (Ubuntu, Fedora)?

      If on yours Lenovo installed Linux, use the following commands:

      • 📶 View a list of saved networks:
        nmcli connection show
      • 🗑️ Delete a specific network (replace NETWORK_NAME):
        nmcli connection delete "NETWORK_NAME"
      • 🔄 Restart the network service:
        sudo systemctl restart NetworkManager

    If you use Wicd instead of NetworkManager, delete the network via the GUI or command:

    sudo wicd-cli -y --remove-network "NETWORK_NAME"
    Is it possible to delete all Wi-Fi networks at once without listing them one by one?

    Yes, there are several ways:

    1. Through Command line (Windows):
      netsh wlan delete profile name= i=
    2. Through PowerShell (will delete all profiles, including hidden ones):
      Get-NetConnectionProfile | Remove-NetConnectionProfile -Confirm:$false
    3. Through registry: delete the entire folder HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles (see section 5).

    ⚠️ After a mass deletion, you may need to reboot And manual reconnection to all necessary networks.

    Why won't the network saved through Lenovo Vantage be deleted on my Lenovo Legion 5 laptop?

    Proprietary software Lenovo Vantage (or Lenovo Smart Assistant (In newer versions) creates its own database of Wi-Fi networks, which doesn't sync with Windows. To completely delete a network:

    1. Open Lenovo Vantage and go to the section My Device Settings → Network.
    2. Find the list of saved networks and delete the one you need.
    3. Close Lenovo Vantage and delete the network in the standard way through Windows Settings.
    4. Restart your laptop.

    If the network still appears, Uninstall Lenovo Vantage through Settings → Applications and clean up residual files with CCleaner or manually along the way C:\ProgramData\Lenovo\.