[How To] Change Network Cards(Wired/Wireless) Priority Order In Windows

change network interface card priority

Consider this scenario: You have both wireless network and wired LAN network available at your place and assume that you have enabled your wireless card and connected to the wired LAN network as well. Which one do you think your Windows will choose? Have you ever thought about it?

If you haven’t, here’s what you should know: There is a default priority order (or network binding order) that would be set for each of your network cards. You might not be knowing about this because it’s so hidden in the windows. You can only see it via a “netstat” command or through some advanced settings in the network connections.

Note: All the following operations are done in Windows 7 and they should also work in Windows Vista as well.

Checking Your Network Cards Priority:

Go to Start menu and type “cmd” in the search box and open cmd.exe from the programs list to open the command prompt.

cmd.exe from start menu

And then type the following command in the window and press enter:

 netstat -rn | more

Nestat command in command prompt

You will now see “Interface List” in the results as shown (click on the image to view the bigger image):

Network interface metrics list in cmd

I tried to represent the above result that I got in the command prompt in a text format below:

Interface List

14...00 xx xx xx xx xx ......Bluetooth Device (Personal Area Network)

12...xx xx xx xx xx xx ......Broadcom 802.11b/g WLAN

11...00 xx xx xx xx xx ......Realtek PCIe FE Family Controller

1...........................Software Loopback Interface 1

17...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter

19...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2

15...00 00 00 00 00 00 00 e0 Microsoft 6to4 Adapter

18...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #3

16...00 00 00 00 00 00 00 e0 Microsoft 6to4 Adapter #2

22...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface

As you can see in the above screenshot (highlighted in red), the numbers against the network card interfaces (called “interface metrics”)represent the priority of that network according to Windows. The lower the number, the higher is the priority. In my case Software Loopback 1 (representing Microsoft Loopback adapter) is assigned the highest priority (lowest number #1), followed by Realtek Ethernet adapter (number #11), Wireless LAN adapter (number #12).

So to sum up, my wired network card has been set a higher priority than my wireless network card by Windows. Now let’s assume that my wireless network gives me a faster internet access than what my ISP through the wired network card does. So I’d be keen to connect to the ISP via wireless network card that is offering a faster internet access. But if you are connected to both the wired network & the wireless network, according to the priority assigned, Windows will gives you access to the internet via wired network card by default. So we need to find a way to instruct Windows to let you access the network via wireless network by default, when you are connected to both the wired and wireless networks at the same time. Read on to find out how to do this:

Warning-: You may not want to change the default priority order unless you see some real problem with how Windows is prioritizing the network interface cards.

Changing Network Cards Priority in Windows:

You can change the network card priority in two ways in Windows:

Method #1:

To start with, I’ll introduce you the easier method first:

1. Go to Control Panel > Network and Internet (View network status and tasks)> Change adapter settings and now you will now be in “Network Connections” window.

network connections in windows 7

2. Now press Alt button and a hidden menu will appear beneath the location bar.

hidden menu

3. Under the Advanced menu, click “Advanced Settings”.

advanced settings in network connections

4. You can now see the order of preference in which the connections are accessed by network services.

advanced settings for network priority

Use “Up” and “Down” buttons to move a network connection either up or down and thus changing the order of priority of connections.

Method #2:

And now let me introduce you the second alternative method, which is a bit laborious when compared to the first one:

1. Go to the “Network Connections” window by following the step 1 as detailed in the above step.

2. Right-click on the network connections for which you want to change the priority order and choose “Properties”. In my case, I wanted to change the interface metric for my wireless network card and hence I will proceed with the changing priority order for Wireless Network Connection under my network connections.

Context menu on network connection

3. Now choose “Internet protocol Version 4 (TCP/IPv4)” and click on “Properties” button.

Wireless network connection properties

IPv4 properties

Click on “Advanced..” button in the IPv4 properties window.

4. Look for the “Automatic metric” option in the advanced TCP/IP settings window.

Advanced tcp/ip settings

5. Uncheck against the “Automatic metric” option and enter some value other than 1 in the filed against “Interface metric” (as 1 will always be assigned to Microsoft Loopback adapter always) as shown:

Automatic metric/interface metric value

Click OK and close all the windows.

You have now changed the priority of your network card interfaces.

Related Posts with Thumbnails

12 thoughts on “[How To] Change Network Cards(Wired/Wireless) Priority Order In Windows”

  1. I have a wireless network in my office for Internet access and a wired network for Outlook, VoIp, CRM, etc and I hate to unplug my Ethernet cable to surf the Web. At first when I enable both networks all the connections went to the wired network, I made the changes described in this article and my web browser and MS Outlook worked fine, but my softphone and remote desktop connection still don’t work, I think that maybe these applications are using the wireless connection. There’s a way to configure only my web browser (Currently Chrome) to use the wireless connection and all the other applications to use the wired connection? By the way, I’m using Win 7 Home Premium.

  2. I changed the interface metric priorities in the IPv4 (and IPv6) adapter settings and rebooted my computer but the changes do not show up in the “netstat” via the command window (but the changes remain in the IPv4 and IPv6 sections of the adapter settings).  I have tried different values but nothing seems to work.  I am running Windows 7.  Also, from other posts on other sites, other people are experiencing the same issue with the second method.  Any suggestions?  Thanks.

  3. It seems to have no effect. Is it needed to restart windows?
    In that case it looses its main utility, isn’t it?

  4. Ray, in my experience you should specify a fixed IP address to the adapter with lower priority and DHCP for the adapter with the highest priority. I did it in that way and worked. My main problem was with the web browsing and with this little trick I can have both connection working without problems (WiFi connection for internet and a local area connection for my office LAN.

  5. ..meaning my Wireless gets connected first by W7, despite me a) having put Local Area Connection at the top, and then b) setting the Ethernet card with a higher priority than the Wireless card, the Wireless always connects first.  The only way to get my Ethernet connection on is to manually ‘disconnect’ the Wireless connection!  What a strange world that Microsoft allows such clumsiness in its software 

  6. I have changed metric and it was working fine but after restart of pc again same problem even metric settings are there in interface but still same problem. Please suggest.

  7. Method 1 does not work. It is a common misconception that changing the binding order of the network interfaces changes its priority, it does not. If you want to do this use method 2 and change the interfaces metric, dont forget to restart your computer after the changes.
    An easy way to find out the priority is to run “netstat -rn | more”. The lower the number, the higher the priority (ie will be used first if present).
    Windows 7 will always prioritise wired over wireless unless you say otherwise.
    You can also ctrl+alt+del and watch the networking tab as you browse internet, access network etc to see which is being used.

Leave a Comment