How do I change the Priority of my Wireless network connections in Windows 10?

Print article Email to friend
3.00
  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select Run as administrator.
  3. Type the following command to list all the wireless networks you have connected in the past and press Enter:

    netsh wlan show profiles

  4. Make a note of the wireless network you want to prioritize.
  5. Type the following command to identify the name of your wireless adapter and press Enter:

    netsh wlan show interfaces

  6. Make a note of the adapter name you use to connect to a Wi-Fi network. (If your device only has one wireless adapter, then its default name will be Wi-Fi.)
  7. Type the following command to change the connection priority and press Enter:

    netsh wlan set profileorder name="NETWORK-PROFILE-NAME" interface="YOUR-INTERFACE-NAME" priority=1

    In the command remember to include the network profile name for the connection you want to prioritize, and the name of the network adapter.

After completing the steps, your computer will always connect to the Wi-Fi network you prioritize. If the network isn't available, it'll then try to connect to the next priority on the list.

If you have a long list of networks, you can change the priority of all of them. The only thing you need to do is to change the priority value in the command outlined on step No. 7 to a higher number. For example, if you want to make a particular network your second best option, the command should include a priority value of 2.

How do I change the Priority of my Wireless network connections in Windows 10?

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select Run as administrator.
  3. Type the following command to list all the wireless networks you have connected in the past and press Enter:

    netsh wlan show profiles

  4. Make a note of the wireless network you want to prioritize.
  5. Type the following command to identify the name of your wireless adapter and press Enter:

    netsh wlan show interfaces

  6. Make a note of the adapter name you use to connect to a Wi-Fi network. (If your device only has one wireless adapter, then its default name will be Wi-Fi.)
  7. Type the following command to change the connection priority and press Enter:

    netsh wlan set profileorder name="NETWORK-PROFILE-NAME" interface="YOUR-INTERFACE-NAME" priority=1

    In the command remember to include the network profile name for the connection you want to prioritize, and the name of the network adapter.

After completing the steps, your computer will always connect to the Wi-Fi network you prioritize. If the network isn't available, it'll then try to connect to the next priority on the list.

If you have a long list of networks, you can change the priority of all of them. The only thing you need to do is to change the priority value in the command outlined on step No. 7 to a higher number. For example, if you want to make a particular network your second best option, the command should include a priority value of 2.