Short Preview!
Here is a short preview of our active and speedy learner. Follow these steps to set Internet priority on your Windows PC.
- Press Win + R > type "ncpa.cpl" > Enter.
- Right-click "Wi-Fi" or Ethernet > select "Properties."
- Double-click on IPv4 or IPv6 > Click "Advanced."
- Uncheck Automatic Metric > Enter 1 (or your desired number) > Click OK.
The priority of different network connections is how your computer sequences networks to access the Internet. For instance, if you have both a wireless and a wired connection available, you'd place the wired as a priority to ensure that your computer would use it. This can also be used to ensure a fast, stable connection to the Internet; you would find that very useful if your wireless signal were poor or unreliable.
In this article, we will show you how to check and change the network priorities on Windows 11.
Table of Content
What is Network Priority?
Network priority means how your computer prioritizes its network connections. For example, in Windows 11 you can set preferences for various network adapters. The system automatically chooses the most preferred option when multiple options are available. Now Lets see how to check network priority on your Windows PC.
How to Check Network Priorities on Windows?
Step 1: Press Win + S to open the search bar then on the search bar type "Windows PowerShell" and open it.

Step 2: In windows powershell type this command and hit enter
Get-NetIPInterface
Step 3: Look for the "InterfaceMetric" value.

Method 1: Change Network Priorities Using PowerShell?
Step 1: Press Win + S to open search bar then on search bar type "Windows PowerShell" then click on Run as administrator.
Step 2: Type Get-NetIPInterface to list network adapters. Note the "InterfaceIndex" (Ifindex) for your desired adapter.

Step 3: Replace "IFIndex" with the "InterfaceIndex" and "IFMetric" with your desired priority (lower for higher) in the command:
Set-NetIPInterface -InterfaceIndex [IFIndex] -InterfaceMetric [IFMetric]

Now you can see the interfaceMetric has been changed to IfIndex 14

Method 2: Change Network Priorities Using Command Prompt
Step 1: Press Win + S to open search bar then on search bar type "Command Prompt" then click on Run as administrator.
Step 2: In Command prompt type this command to show all profiles
netsh wlan show profiles

Step 3: To see details of wireless interfaces type this command
netsh wlan show interfaces

Step 4: Then, Type this command,
[WifiProfileName] should be replaced with the name of your network, [AdapterName] with the name of your wireless adapter, and [PriorityValue] with a priority number (1 being the highest priority).
netsh wlan set profileorder name="[WifiProfileName]" interface="[AdapterName]" priority=[PriorityValue]

Restart your network adapter or PC for changes to take effect.
Method 3: Change Network Adapter Priorities in Control Panel
Step 1: Press Win + R to open run dialog on run dialog type "ncpa.cpl"

Step 2: Right click on "Wi-fi" or ethernet then select "Properties"

Step 3: Double Click on Internet Protocol Version 6 (TCP/IPv4) or Internet Protocol Version 6 (TCP/IPv4).
Step 4: Click On "Advanced"
Step 5: Uncheck the Automatic Matric then on Interface Matric enter the 1 or your desired number
Step 6: Click On "OK"

Conclusion
In Conclusion, we have shown you how to set internet priority on Windows 11 using three different methods: PowerShell, Command Prompt, and Control Panel. Suppose you have several different networks that your computer can connect to, by adjusting the network priorities of each connection. In that case, you'll be able to ensure more stable and faster access to information.