By default, Windows uses the connection with the lowest assigned metric value. To force Windows to use a specific network connection, assign a metric value to each connection, giving the lowest value to the wanted connection.
Windows Operating System
- Windows 7
- Windows 8/8.1
- Windows 10
- Windows 11
- Open the Network Connections folder:
- For Windows 7, 8/8.1 and 10 click Start, choose Run, type
ncpa.cpl
and then press Enter.
- For Windows 11 click Start, choose Search
ncpa.cpl
- Right-click the wanted connection.
- Click Properties and then click on Internet Protocol Version 4.
- Click Properties and then click on Advanced.
- Uncheck "Automatic metric."
- Enter a value of 1 for the Ethernet adapter and 1000 for the Wireless adapter.
- Repeat this procedure for the other connection.
- Reboot the computer then test after applying this to both the Ethernet and Wireless adapters.
To see the current metrics run netsh int ip show config
in command prompt and you see the value as it is set under interfaceMetric
Note: You might still see the Wireless icon still connected, but you can check your routing table. In the command prompt type "route print" then, press the enter key. Look for the X.X.X.X route with the lowest metric, and the interface column tells you the IP address of the interface it is using.