Modern operating systems such as Windows 10 And Windows 11, have sophisticated network connection management algorithms. When you plug an Ethernet cable into a laptop that's already connected to a wireless network, the system should automatically recognize the more stable connection. Ideally, the Wi-Fi icon in the system tray will change to an image of a monitor, and data will transfer over the cable without your intervention.
However, in practice, users often encounter situations where a laptop stubbornly continues to use the wireless channel, ignoring the wired connection. This can be due to incorrect priority settings, outdated drivers, or specific router configurations. Understanding How exactly does the operating system choose the default gateway?, allows you to force traffic to switch to the cable.
In this guide, we'll cover the mechanics of switching and manual network interface management in detail. You'll learn how to do more than just plug in a cable, but also ensure that all heavy downloads and online games utilize the maximum bandwidth of your wired network. This is especially important for users who require minimal ping and zero packet loss.
How network interfaces work in Windows
The Windows operating system uses a special metric to determine the priority of network connections. Each active adapter is assigned a numerical value: the lower the value, the higher the priority. By default, the system attempts to automatically calculate these values based on connection speed, but the algorithm doesn't always work correctly.
If the laptop sees at the same time Wi-Fi and Ethernet, it may consider a wireless network preferable due to connection history or power-saving settings. In this case, the internet will still work, but its speed will be limited by the capabilities of the radio channel, not the cable.
For manual control, it's important to understand that the physical presence of a cable doesn't necessarily mean it's actively used. The system must receive a command to route traffic through that port. Simply disabling the Wi-Fi module often helps, but consistent operation in hybrid mode requires more detailed configuration.
⚠️ Attention: On corporate networks, priority settings may be managed by group policies. If you are unable to change adapter settings, contact your system administrator, as your changes may be lost upon reboot.
Physical connection and driver testing
The first step is always to check the physical condition of the connection. Make sure the cable type is UTP Cat5e The Ethernet port is working properly, and the connectors are firmly seated in the laptop and router ports. The LEDs next to the Ethernet port should light up or blink, indicating a link.
After physical switching, you need to check the status of the drivers. Open device Manager and find the section Network adapters. Make sure your Ethernet controller (often has "Ethernet" in the name) is Realtek, Intel or Killer) works fine and is not marked with an exclamation mark.
☑️ Checking connection readiness
If the driver is missing or malfunctioning, the system will not be able to prioritize the wired connection. In such cases, it's best to download the latest software from the official website of the motherboard or laptop manufacturer using a different download device.
Setting adapter priority through Windows settings
The easiest way to force your laptop to switch to cable is to change the priority settings in the Windows interface. To do this, go to Control Panel → Network and Internet → Network and Sharing CenterIn the menu on the left, select Changing adapter settings.
In the window that opens, you will see a list of all network connections. Press the key Altto bring up the top menu and select More → Advanced OptionsIn the window that opens Advanced Settings You will see a list of connections in order of their priority.
Using the arrows, move the connection Ethernet to the very top of the list, above your Wi-Fi connection. Click OK to save the changes. Now the system will always prefer the wired channel if it is active.
Manually changing the interface metric
If changing the list order doesn't work, you can try a more advanced method: manually changing the interface metric. This method assigns the lowest possible priority to a wired adapter, forcing all traffic through it.
Return to the window Network connections, right click on Ethernet and select PropertiesFind the protocol in the list. Internet Protocol version 4 (TCP/IPv4), select it and press the button Properties.
In the window that opens, click AdditionallyAt the bottom of the window, uncheck the box Automatic metric assignmentIn the field Interface metrics enter the value 10For the Wi-Fi adapter, follow the same steps, but set the metric, for example, 50.
| Parameter | Meaning for Ethernet | Importance for Wi-Fi | Result |
|---|---|---|---|
| Interface metrics | 10 | 50 | Cable priority |
| Interface metrics | Auto | Auto | Selecting a system |
| Interface metrics | 100 | 10 | Wi-Fi Priority |
| Interface metrics | Disabled | 10 | Wi-Fi only |
After applying the settings, you will need to restart the laptop or reconnect the cable. You can check the current metrics via the command line by entering the command route print and finding the line Interface List.
Using the command line to manage routes
For experienced users, there is a more flexible management tool - the command line. CMDIt allows you to not only view the status but also manually enter routes, ensuring that traffic goes through the correct gateway.
Run Command Prompt as administrator. Enter the command ipconfig /allto find out the IP addresses of your gateways. Find the line Main gateway for Ethernet adapter.
route delete 0.0.0.0
route add 0.0.0.0 mask 0.0.0.0 [GATEWAY_ETHERNET_IP] metric 1
This command removes the current default route and creates a new one that routes strictly through the wired interface with the highest priority (metric 1). However, it's important to remember that these settings may be reset after a reboot if you don't add the key. -p for permanent preservation.
⚠️ Attention: Be careful when using the command
route deleteIf you enter the wrong gateway address or disconnect the cable at this point, your laptop may lose network access until the next reboot or restore.
Disabling the Wi-Fi module to ensure switching
The most radical, but often most effective, way to switch your laptop to wired internet is to completely disable the wireless module. This prevents the system from using the radio channel and saves battery life.
There are several ways to do this. The easiest way is to press a key combination on your keyboard (usually Fn + F2 or the button with the image of an antenna). You can also click on the network icon in the tray and click on the tile Wi-Fiso that it turns gray.
If you want Wi-Fi to turn off automatically when a cable is connected, you can use third-party utilities or scripts, but Windows doesn't offer this option. However, by setting a high Ethernet priority, you effectively make Wi-Fi a backup channel, used only when the cable is disconnected.
Diagnostics and common problems
Even after all the settings have been configured, situations may arise where the laptop doesn't detect the cable or doesn't switch. A common cause is power saving mode. Go to device Manager, find your Ethernet controller, open Properties and on the tab Power management Uncheck the box next to Allow device shutdown.
Another problem is IP address conflicts. If you have two devices on your network with the same static IP address, the connection will be unstable. Make sure the IPv4 protocol is checked in the properties. Obtain an IP address automatically, if your router distributes addresses via DHCP.
It's also worth checking the cable itself. Even if the indicators are lit, damage to the internal wires can cause speed drops or constant disconnections. Try replacing the patch cord with a known-good one.
Frequently Asked Questions (FAQ)
Should I turn off Wi-Fi if I have a cable connected?
No, it's not necessary. If you've configured the adapter priority or interface metric correctly, Windows will automatically route traffic through the cable. Wi-Fi will remain enabled and can be used to connect other devices or as a backup channel.
Why is the speed via cable the same as via Wi-Fi?
This may mean the switch didn't occur, and the laptop is still using the wireless network. Check the tray icon: if it shows a monitor, the cable is working. If it shows an antenna, the traffic is using Wi-Fi. The speed may also be limited by your ISP plan or the router port speed (e.g., 100 Mbps instead of 1 Gbps).
Can a laptop combine WiFi and cable speeds?
Not with standard Windows tools. The system selects one primary route. Channel bonding requires specialized hardware (Load Balancing routers) or complex software, which is rarely used in home environments.
What should I do if the internet connection disappears after connecting the cable?
There is likely a metrics or IP address conflict. Try running the command ipconfig /release And ipconfig /renew in the command line. Also, check if you have a static IP address set that is inappropriate for your current network.