How to Delete a Wireless Network Profile in Windows 10
When you connect to a new wireless network, Windows will create a profile for the wireless network. A wireless (Wi-Fi) network profile contains the network name (SSID), password key, and security information to be able to connect to a wireless network.
This tutorial will show you how to delete (forget) a wireless network connection profile created in Windows 10.
Contents
- Option One: To Delete a Wireless Network Profile in Settings app
- Option Two: To Delete a Wireless Network Profile in Networks flyout
- Option Three: To Delete a Wireless Network Profile in Command Prompt
- Option Four: To Delete All Wireless Network Profiles in Command Prompt
1 Open the Settings app, click/tap on the Network & Internet icon.
2 Click/tap on Wi-Fi in the left pane, and click/tap on the Manage known networks link under Wi-Fi on the right side. (see screenshot below)
3 Click/tap on the wireless network name (ex: Brink-Router2) you want to manage, click/tap on Forget. (see screenshot below)
4 When finished, you can close the Settings app if you like.
This option is only available with Windows 10 build 16215 and higher.
1 Click/tap on the network system icon in the notification area to open the Networks flyout.
2 Right click or press and hold on a known Wi-Fi network (ex: Brink-Router2) you want to delete, and click/tap on Forget. (see screenshot below)
1 Open a command prompt.
2 Copy and paste thenetsh wlan show profiles
command into the command prompt, and press Enter. (see screenshot below)
This command will give you a list of all wireless network profiles on each interface on your PC.
3 Do step 4 (on all interfaces) or step 5 (on specific interface) below for how you would like to delete the profile.
A) Type the command below into the command prompt, press Enter, and go to step 6 below. (see screenshot below)
netsh wlan delete profile name="WirelessProfileName"
For example, if I wanted to delete my listed Brink-Router2 2 (name) wireless network profile, I would type the command below exactly.
netsh wlan delete profile name="Brink-Router2 2"
A) Type the command below into the command prompt, press Enter, and go to step 6 below. (see screenshot below)
netsh wlan delete profile name="WirelessProfileName" interface="InterfaceName"
For example, if I wanted to delete my listed Brink-Router2 (name) wireless network profile only from the Wi-Fi interface, I would type the command below exactly.
netsh wlan delete profile name="Brink-Router2" interface="Wi-Fi"
6 When finished, you can close the command prompt if you like.
1 Open a command prompt.
2 Copy and paste the command below into the command prompt, and press Enter.
netsh wlan delete profile name=*
3 When finished, you can close the command prompt if you like.
That's it,
Shawn
Related Tutorials
- How to Add a Wireless Network Profile in Windows 10
- How to Connect To a Wireless Network in Windows 10
- How to Turn On or Off Connect Automatically to Wireless Network in Windows 10
- How to Turn On or Off AutoSwitch for Wireless Network Connection in Windows 10
- How to Disconnect from a Wireless Network in Windows 10
- How to See List of Wireless Network Profiles in Windows 10
- How to Backup and Restore Wireless Network Profiles in Windows 10
- How to Change a Network Profile Name in Windows 10
- How to Cleanup and Reset Network Adapters in Windows 10
- How to See Your Wireless Network Security Key Password in Windows 10