Change Wi-Fi network priority in Windows 10

Let’s see how to change Wi-Fi network priority in Windows 10. The transition from the Classic Control Panel to the modern Settings application was generally a good exception for the convenience of working with popular system settings. Unfortunately, the settings migration process has been going on for six years now, and many controls are still buried in the bowels of Windows 7.

Moreover, some utilities disappeared somewhere halfway. One of these is the ability to easily change the priority of Wi-Fi networks. For some reason, Microsoft did not transfer it from Windows 7 to Windows 10, which is why the only way to change the priority of wireless networks is to use the netsh command in the Command Prompt (excluding third-party applications). With the netsh command, you can assign additional priority to all known networks without using extra software. Here’s how to do it.

In Windows 10, the only way to change a WiFi network priority without using third party tools is the console tool netsh. Using netsh, you can change the connection order for all registered wireless networks. Here is how it can be done.

How to change Wi-Fi network priority in Windows 10

  1. Open a command prompt as Admin.
  2. Type or copy-paste the following command:netsh wlan show profiles. Press Enter, after which a list of Wi-Fi networks known to the computer will appear on the screen. Change Wireless Network Priority
  3. Write down or remember the names of the networks you want to assign new priority.
  4. Now enter the command netsh wlan set profileorder name = "NETWORK NAME" interface = "Wi-Fi" priority = 1. Change Wireless Network Priority 2The number at the end of the command determines the priority of the network. 1 is the highest priority (the system always prefers the network with priority 1), 2 is lower, and so on. E.g. netsh wlan set profileorder name="some other network" interface="Wi-Fi" priority=2.
  5. Reissue the command specifying the appropriate priorities for the remaining networks.Now if you run netsh wlan show profiles again, you will see that the list is reordered. If you want Windows 10 to always prefer a specific network profile, set it to priority 1 and don’t change the priorities of other networks.
Looks like you've read the post to the end. If you enjoyed it, please share it. You would greatly help our blog to grow!

Author: The MFTNEXT Team

The MSFTNEXT project is a small team of authors who love to engage with the latest technology and gadgets. Being passionate Windows bloggers, we are happy to help others fix their system issues.

2 thoughts on “Change Wi-Fi network priority in Windows 10”

  1. Thanks for this. Any tips on why it might not work (There is no such wireless interface on the system.) in this circumstance:

    C:\windows\system32>netsh wlan show profiles

    Profiles on interface WiFi:

    Group policy profiles (read only)
    ———————————

    User profiles
    ————-
    All User Profile : Wifi-gratuit-Aeroport
    All User Profile : _stanstedairport WiFi
    All User Profile : AnM
    All User Profile : AnM3
    All User Profile : Avanti_Free_WiFi
    All User Profile : Guest Peckham Levels
    All User Profile : PLUSNET-CW9X
    All User Profile : Livebox-09D0
    All User Profile : eMTee
    All User Profile : SFR_4E48
    All User Profile : BTHub6-WMTP
    All User Profile : Flex-Prod-Repairs

    C:\windows\system32>netsh wlan set profileorder name = “PLUSNET-CW9X” interface = “Wi-Fi” priority = 1
    There is no such wireless interface on the system.

Leave a Reply

Your email address will not be published.

css.php