You are trying to connect to a new access point, but the laptop is Windows 8 Is your Wi-Fi network stubbornly clinging to your old network? Or do you want to delete a saved password for someone else's Wi-Fi to prevent anyone from accidentally connecting? In this article, you'll find all working methodsHow to forget a Wi-Fi network on Windows 8 – from standard settings to hidden commands.
Unlike newer versions of Windows, Windows 8 has its own interface features. It doesn't have the usual Settings → Network, but there is control Panel with advanced options and command line, which saves in difficult situations. We'll examine each method in detail, explaining why the network sometimes fails to delete on the first try and what to do about it.
Important: If you are using a laptop with Windows 8.1Some menu items may vary slightly. We will provide a separate notice in the relevant sections.
Why Windows 8 "remembers" Wi-Fi networks and when they should be deleted
The operating system stores data about connected networks in a special storage - Wi-Fi profilesThe following are recorded there:
- 🔑 SSID (network name)
- 🔒 Password (if the network is secured)
- 📡 Security type (
WPA2-PSK,WEPetc.) - ⚙️ Additional options (auto-connection, priority)
By default, Windows 8 automatically connects to saved networks when they're within range. This is convenient at home or in the office, but it can be problematic in other situations:
- 🚫 You need to connect to another network with the same name (for example,
TP-Link_1234your neighbor and you). - 🔄 The network changed its password, and the old entry is preventing a new connection.
- 🛡️ You want to remove traces of your presence on someone else's network (for example, in a cafe or hotel).
- 📶 The laptop constantly tries to connect to a weak network, ignoring a stronger one.
⚠️ Attention: Removing a network from the list does not reset the Wi-Fi adapter driver. If connection issues persist (e.g., "Limited Access"), check the adapter settings or update the driver.
IN Windows 8 Network profiles are stored in two places:
- Graphical interface (
Network and Sharing Center). - System registry and configuration files (for advanced users).
We'll start with the simplest method - using the standard settings.
Method 1: Deleting a Wi-Fi network via the Network and Sharing Center
This is the most straightforward and secure method, which works 90% of the time. It's suitable for users who don't want to delve into commands or the registry.
Steps:
- Press the key combination
Win + R, entercontrol paneland pressEnter. - IN Control panels select
Network and Internet → Network and Sharing Center. - Click on the left
Changing adapter settings. - Find the icon Wireless network connection (Wi-Fi), right-click on it and select
State. - In the window that opens, click the button
Wireless properties. - Go to the tab
SecurityAnd uncheck the box from pointShow entered characters(if you want to see the saved password before deleting). - Click
Additionally(orParameters(in some versions), then selectDelete networkorForget this network.
If the buttons Delete network No, then you've reached the current connection window. In this case:
- Close the window
State. - Return to
Network and Sharing Center. - Select on the left
Managing wireless networks. - Find the required network in the list, right-click on it and select
Delete network.
Make sure your laptop is not connected to the network you are deleting.
Close programs that use the Internet (browser, instant messengers)
Remember or save your password if you still need it.
Restart your laptop after uninstalling (recommended)-->
Once deleted, the network will disappear from the list of available connections. If it reappears during a scan, that's normal—Windows simply "sees" it, but it won't connect automatically.
⚠️ Attention: IN Windows 8.1 the path may be slightly different: instead ofManaging wireless networkslook forChange adapter settings → Wireless network → Manage known networks.
Method 2: Removing via Command Prompt (for advanced users)
If the graphical interface does not help (for example, the network is not displayed in the list, but the laptop still connects to it), try command lineThis method is also useful if you need to delete multiple networks at once.
Instructions:
- Run Command Prompt as Administrator:
- Click
Win + X. - Select
Command Prompt (Administrator).
- Click
netsh wlan show profiles
You will see a list user profiles (these are saved Wi-Fi networks).
netsh wlan delete profile name="NETWORK_NAME"
Replace NETWORK_NAME on real SSID (For example, netsh wlan delete profile name="MTS_Guest").
netsh wlan delete profile name= i=
Be careful: this will clear all Wi-Fi passwords on your device!
After running the commands, restart your laptop. If the network still appears, check if it has been added to group policies (relevant for corporate laptops).
| Team | Description | Example |
|---|---|---|
netsh wlan show profiles |
Shows all saved Wi-Fi networks | netsh wlan show profiles |
netsh wlan delete profile name="..." |
Removes a specific network | netsh wlan delete profile name="CoffeeShop" |
netsh wlan delete profile name= i= |
Deletes All saved networks | — |
netsh wlan show interfaces |
Shows the current connection | netsh wlan show interfaces |
Method 3: Manual removal via the Windows registry (advanced method)
If the first two methods didn't work, there remains Windows registryAll system settings are stored here, including data about Wi-Fi networks. Warning: Incorrect registry changes can cause OS crashes. Make a backup!
Step-by-step instructions:
- Click
Win + R, enterregeditand pressEnter. - Follow the path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles - In the folder
Profilesyou will see subfolders with long names (this is unique identifiers networks). - Open each folder and look at the value of the parameter
ProfileName— the name of the Wi-Fi network is indicated there. - Find the network you need, right-click on its folder and select
Delete. - Restart your laptop.
After deleting, check if the network has disappeared from the list of available connections. If not, also clear the folder:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wlansvc\Interfaces
⚠️ Attention: Before editing the registry Necessarily create a system restore point:
- Click
Win + R, enterrstrui.- Follow the instructions of the recovery wizard.
What should I do if the network still appears after deleting it from the registry?
This means that the network profile is saved in another registry section or in configuration files Windows. Try:
- Remove the network via
netsh(Method 2). - Check the folder
C:\ProgramData\Microsoft\Wlansvc\Profiles\Interfaces— backup copies of profiles can be stored there. - If the laptop is corporate, contact the administrator - the network could have been added through group policies.
What to do if the network won't delete: common problems and solutions
Sometimes, even after all these steps, Windows 8 continues to "remember" the Wi-Fi network. Let's look at common causes and how to fix them.
Problem 1: The network disappears from the list, but the laptop automatically connects to it when it is detected.
- 🔄 Solution: Disable the option
Connect automaticallybefore deletion:- Open
Network and Sharing Center → Change adapter settings. - Right click on
Wireless Network Connection → Status → Wireless Properties. - Uncheck the box
Connect automatically. - Now delete the network.
- Open
Problem 2: There is no button in the list Delete network.
- 🛠️ Solution: This means that you are looking at current connection, not to a saved profile. Try:
- Disconnect from the network.
- Go to
Managing wireless networks(see Method 1). - If the network is not listed, use
netsh(Method 2).
Problem 3: Once deleted, the network appears again the next time you connect.
- 🔍 Solution: The network may have been added to domain policies (relevant for work laptops). Check:
- Click
Win + R, entergpedit.msc(if any). - Go to
Computer Configuration → Administrative Templates → Network → Wireless. - Check if the policy is enabled
Automatically adding networks.
- Click
Problem 4: Teams netsh They don't work and give an error.
- 💻 Solution: Perhaps the service
WLAN AutoConfigis disabled. Enable it:- Click
Win + R, enterservices.msc. - Find a service
Automatic WLAN configuration. - Right click →
Properties → Startup type: Automatic. - Click
Launch, thenOK.
- Click
- Open
Control Panel → Network and Internet → Network and Sharing Center. - Select on the left
Changing adapter settings. - Right click on
Wireless Network Connection → Disable. - Wait 10 seconds, then turn it back on.
- Restart your laptop.
- When you first connect to the network, uncheck the box
Connect automatically. - If the network is already saved:
- Open
Network and Sharing Center → Manage wireless networks. - Right-click on the network →
Properties. - On the tab
ConnectionuncheckConnect automatically when entering the coverage area of this network.
- Open
- Open the list of networks (
Win + C → Settings → Wireless). - Hold
Shiftand drag the desired network to the first place with the mouse. - Open
PC parameters(Win + I → Change PC settings). - Select
Wireless network. - Disable the option
Connect to recommended open hotspots. - 🔧 NetSetMan — allows you to manage networks, change MAC addresses, and configure proxies.
- 📊 WiFi Profile Manager — a convenient interface for deleting and backing up Wi-Fi profiles.
- 🛡️ WirelessKeyView — shows all saved Wi-Fi passwords (useful before deleting).
- Click
Win + R, enterservices.msc. - Find a service
Automatic WLAN configuration. - Right click →
Properties → Startup type: Automatic. - Click
Launch, then restart your laptop. - Launch
cmdon behalf of the administrator. - Enter
netsh wlan show profilesand remember exact network name (including spaces and symbols). - Delete the network with the command:
netsh wlan delete profile name="NETWORK_NAME"If the name contains quotation marks, escape them with
\:netsh wlan delete profile name="Network \"Name\"" - The network has been added to group policies (relevant for work PCs).
- The network profile is saved in another user account Windows.
- The laptop is installed Wi-Fi management software from the manufacturer (for example, Intel PROSet or Dell Wireless), which overrides Windows settings.
- Check the folder
C:\ProgramData\Microsoft\Wlansvc\Profiles\Interfaces— there may be backup copies of profiles. - Use programs like WirelessKeyViewto extract passwords from backups.
This will reset all temporary adapter settings.-->
How to prevent automatic connections to unwanted networks in the future
To avoid having to constantly delete Wi-Fi networks, configure Windows 8 so that it does not connect to them automatically.
Disabling auto-connection for a new network:
Setting network priority:
Windows 8 connects to networks in the order they appear. priorityTo ensure your home network is always first:
To disable the "Connect to suggested public hotspots" feature:
Windows 8 can automatically connect to open networks (such as those in airports or cafes). To disable this:
Using third-party utilities to manage Wi-Fi:
If the standard Windows 8 tools seem inconvenient, try the following programs:
Frequently asked questions and answers
Is it possible to delete a Wi-Fi network without administrator rights?
No, to delete networks through netsh or the registry requires administrator rights. However, in the graphical interface (Network and Sharing Center) Some networks can be deleted without admin rights if they were added by the current user.
After deleting the network, my laptop stopped detecting any Wi-Fi. What should I do?
Most likely the service was deleted or corrupted. WLAN AutoConfigTo restore:
If this does not help, check the Wi-Fi adapter driver in Device Manager.
How do I delete a network if its name contains non-printable characters?
Use command line:
I deleted the network, but the laptop still connects to it. What's wrong?
Possible reasons:
Solution: Check the settings in the proprietary utility or contact the network administrator (if the laptop is corporate).
Is it possible to restore a deleted network if I forgot the password?
If the network was removed via the GUI or netsh, restore it it is forbiddenHowever, if you removed it through the registry, try:
If nothing helps, you will have to find out the password from the network owner.