how to delete duplicate wifi network om windows 10,How to Delete Duplicate WiFi Networks on Windows 10

how to delete duplicate wifi network om windows 10,How to Delete Duplicate WiFi Networks on Windows 10

How to Delete Duplicate WiFi Networks on Windows 10

Dealing with duplicate WiFi networks on your Windows 10 device can be quite frustrating. Whether it’s due to a software glitch or a manual mistake, having multiple entries for the same network can lead to connectivity issues and confusion. In this guide, I’ll walk you through the process of identifying and deleting duplicate WiFi networks on your Windows 10 machine. Let’s dive in.

Identifying Duplicate WiFi Networks

Before you can delete duplicate WiFi networks, you need to identify them. Here’s how you can do it:

how to delete duplicate wifi network om windows 10,How to Delete Duplicate WiFi Networks on Windows 10

  1. Click on the WiFi icon in the system tray at the bottom right corner of your screen.
  2. Select “Open Network & Internet settings” from the menu that appears.
  3. Go to the “WiFi” tab.
  4. Scroll down to the “Manage known networks” section.
  5. Here, you’ll see a list of all the WiFi networks you’ve connected to. Look for any networks with the same name and SSID (Service Set Identifier).

Once you’ve identified the duplicates, you can proceed to delete them.

Deleting Duplicate WiFi Networks

Now that you’ve identified the duplicate WiFi networks, it’s time to delete them. Here’s how to do it:

  1. Right-click on the duplicate network you want to delete.
  2. Select “Forget” from the context menu that appears.
  3. Confirm the deletion by clicking “Yes” on the prompt that appears.

Repeat this process for each duplicate network you want to delete.

Using the Command Prompt

For those who prefer using the Command Prompt, here’s how you can delete duplicate WiFi networks:

  1. Press the Windows key + R to open the Run dialog box.
  2. Type “cmd” and press Enter to open the Command Prompt.
  3. In the Command Prompt, type the following command and press Enter:
netsh wlan show profiles

This command will display a list of all the WiFi profiles on your device. Look for the duplicate networks and note their names.

  1. Now, type the following command, replacing “NetworkName” with the name of the duplicate network you want to delete:
netsh wlan delete profile name="NetworkName"

Press Enter, and the duplicate network will be deleted.

Using PowerShell

PowerShell is another command-line tool you can use to delete duplicate WiFi networks:

  1. Press the Windows key + X and select “Windows PowerShell (Admin)” from the menu.
  2. In the PowerShell window, type the following command and press Enter:
Get-NetWlanProfile | Where-Object { $_.Name -eq "NetworkName" } | Remove-NetWlanProfile

Replace “NetworkName” with the name of the duplicate network you want to delete. Press Enter, and the network will be removed.

Preventing Future Duplicates

Now that you’ve successfully deleted the duplicate WiFi networks, you might want to prevent them from appearing again in the future. Here are a few tips:

  • Double-check the WiFi network name before connecting to it to ensure you’re not accidentally connecting to a duplicate.
  • Regularly clean up your WiFi profiles by deleting any unused or outdated networks.
  • Keep your Windows 10 device updated to the latest version to avoid software glitches that may cause duplicate networks.

By following these steps, you should be able to manage your WiFi networks more effectively and avoid the hassle of duplicate entries.

Back To Top