Many laptop and desktop PC users wonder how to switch from WiFi to wired internet in Windows 10 to achieve a more stable connection. The system often defaults to using the wireless network even when an Ethernet cable is connected, resulting in slower or less stable connections. Understanding how network interfaces work in Microsoft's operating system allows you to effectively manage traffic and force data through the physical connection.
In the operating system Windows 10 The active interface selection mechanism is based on an interface metric automatically calculated by the system. By default, a cable connection has a higher priority, but various factors, such as drivers or router settings, can disrupt this hierarchy. In this article, we'll cover in detail how to manually configure priorities, disable unnecessary adapters, and ensure maximum performance for your local network.
Switching to a wired connection is often necessary for gaming, 4K streaming, or downloading large files where low latency is critical. TCP/IP protocol It operates more reliably in a wired environment, as it eliminates radio interference and packet loss typical of wireless networks. Let's look at the basic methods of managing network connections.
Automatic switching and Windows priorities
In an ideal configuration, the operating system should automatically recognize that you've connected a cable and reroute traffic. When you plug in Ethernet When the network card is inserted into the connector, the indicators on the network card light up, and a monitor icon appears in the system tray. However, if this doesn't happen, it means the automatic metrics aren't working correctly or are conflicting with the wireless adapter settings.
The system assigns a numerical priority value to each active connection. The lower the number, the higher the priority. For a wired connection, this value is usually lower than for WiFiIf you see that the internet is working, but only via Wi-Fi, despite the cable being plugged in, you'll need to manually configure the IPv4 protocol settings.
⚠️ Warning: Changing the interface metric may result in loss of access to local resources if specific routes are used in the network. Record the original values before making changes.
Often, the problem lies in the fact that the wireless adapter doesn't disable itself through software, but simply goes into standby mode, continuing to consume resources. To completely switch over, you need to either physically disable the WiFi or change the power settings and routing priorities. This ensures that all traffic goes through LAN port.
Disabling the wireless adapter via Settings
The easiest and most reliable way to force your computer to use a cable is to completely disable the wireless module. This will prevent the system from attempting to switch back to the radio channel during temporary network outages. This can be done through the standard Windows 10 settings menu.
To begin, open the Start menu and select the gear icon to access Settings. Next, navigate to the Network & Internet category, which displays all available connections. On the left side of the window, select Wi-Fi, then toggle the main switch to Off.
After completing these steps, the wireless network icon in the system tray will disappear or be crossed out. The system will now be forced to use only available wired connections. If the cable is connected and working properly, internet access will be available immediately. This method is especially useful for desktop PCs that are rarely moved.
☑️ Checking the physical connection
If you plan to frequently switch between modes, you can use a keyboard shortcut on your laptop keyboard. This is usually the function key. F2, F12 or a separate button with an image of an antenna. Pressing this combination disables the module, which is equivalent to removing the battery from the device.
Managing network connections through Control Panel
The classic Control Panel provides a deeper level of control over network interfaces. Here, you can not only disable adapters but also change their properties, which is necessary for fine-tuning priorities. This method is preferred by experienced users.
To get to the desired section, press the key combination Win + R and enter the command ncpa.cplThe "Network Connections" window will open, displaying all network cards installed in the system, including virtual ones. Find the "Wireless Network" or "Wi-Fi" icon.
Right-click the wireless adapter icon and select "Disable." The icon will fade and the word "Disabled" will appear. Now, even if you leave the cable connected to the router, the system will not attempt to use the wireless channel. To enable it, repeat the process and select "Enable."
| Parameter | Wireless adapter | Wired adapter (Ethernet) | Virtual adapter |
|---|---|---|---|
| Connection type | Radio channel | Physical cable | Program |
| Speed (max) | up to 3 Gbps (Wi-Fi 6) | up to 10 Gbit/s | Depends on the host |
| Stability | Average | High | High |
| Latency (Ping) | High | Low | Low |
In this same window, you can rename the connections for convenience, for example, calling them "Home_WiFi" and "Office_LAN." This will make navigation easier if you have multiple network cards installed. Simply right-click the icon and select "Rename."
Why do we need virtual adapters?
Virtual adapters are created by programs like VirtualBox, VMware, or VPN clients. They emulate a network card to isolate traffic or create an internal network between virtual machines. Disabling them without understanding the consequences is not recommended.
Manually configuring IPv4 interface metrics
If you want both adapters to work simultaneously, but always give priority to the cable, you need to change the automatic metric. This will force Windows 10 consider a wired connection as "cheaper" and preferable for routing traffic.
Open the network connections window again using the command ncpa.cplFind your wired Ethernet adapter, right-click it, and select "Properties." In the list of components, find "Internet Protocol Version 4 (TCP/IPv4)," select it, and click "Properties."
In the window that opens, click the "Advanced" button in the lower right corner. Uncheck "Automatically assign metrics." In the "Interface metric" field, enter the value 10The lower the number, the higher the priority. For a wireless adapter, follow the same steps, but set the metric, for example, 50.
netsh interface ipv4 show interfaces
This command in the command line will allow you to view the current metrics for all interfaces. After making changes, reboot your computer or reconnect the cable for the new settings to take effect. The system will now strictly follow the order you set.
⚠️ Important: Metric values must be unique for each active interface. Assigning duplicate values will cause unpredictable system behavior.
Using the command line to manage the network
For console and process automation enthusiasts Windows provides powerful tools via the command line. Using the utility netsh You can manage the state of interfaces without using a graphical interface, which is convenient for creating scripts.
First, launch the command prompt as administrator. To find out the exact interface names, enter the command netsh interface show interfaceYou'll see a list with names like "Ethernet" and "Wireless Network."
To force disable WiFi, use the following command:
netsh interface set interface name="Wireless Network" admin=disabled
And to turn it back on:
netsh interface set interface name="Wireless Network" admin=enabled
This approach allows you to quickly switch operating modes by creating desktop shortcuts with these commands. This is especially useful for system administrators or users who frequently change their network environment.
Diagnosing shifting problems
Sometimes, even after disconnecting the WiFi, internet via cable still doesn't work. In this situation, troubleshooting is necessary. First, check the physical integrity of the cable and the status of the ports on the router and computer. Are the lights on?
Next, you should update your network card drivers. Go to "Device Manager" (command devmgmt.msc), find the "Network Adapters" section. If the device has a yellow exclamation mark, the driver is not working properly. Right-click and select "Update Driver" or download the latest version from the manufacturer's website.
You can also try resetting your network settings. In Windows 10 Settings, there's a "Status" section with a "Reset Network" button at the bottom. This will reset all settings to factory defaults, deleting saved WiFi passwords and VPN settings, but it often resolves protocol conflicts.
⚠️ Note: After resetting your network, you will need to re-enter your wireless network password if you plan to use it in the future.
Frequently Asked Questions (FAQ)
Why doesn't Windows 10 automatically switch to cable?
Most often, this is due to incorrect interface metric priorities or outdated drivers. The system may consider a wireless connection more reliable at the moment. Manually adjusting the IPv4 metric solves the problem in 90% of cases.
Is it possible to use WiFi and Ethernet at the same time to increase speed?
You can't combine channels to combine speeds using standard Windows tools. However, there are third-party programs (such as Connectify or Speedify) that allow you to aggregate multiple connections, but this requires installing additional software.
Does the connected cable affect the WiFi router's radiation?
No, having a cable in the LAN port does not affect the wireless power of the router. However, disabling WiFi on the router itself or on your computer will reduce the electromagnetic radiation level in the room.
How can I check which interface the traffic is going through?
Open command prompt and type route printFind the line with the destination address 0.0.0.0The "Gateway" column will show your router's IP address, and the "Interface" column will show the IP address through which the connection is established. Compare this with the IP addresses of your adapters.