When maximum connection stability is required for online gaming, video conferencing, or downloading large files, wireless connections often become a bottleneck. Despite the evolution of standards Wi-Fi 6 And Wi-Fi 6E, the radio channel is susceptible to interference from neighboring routers, microwave ovens, and even thick walls. A wired connection via a port Ethernet (RJ-45) ensures not only higher real speed, but also minimal ping, which is critical for gamers and remote workers.
However, operating systems like Windows prioritize wireless connections by default if they're already established and active. This can lead to a situation where you might be connected via a cable, but your network traffic is still going over Wi-Fi. To force your laptop to ignore the wireless network and use the wired connection, you need to adjust your network adapter settings. In this article, we'll cover all the methods for forced switching in detail.
You don't need to be a system administrator to perform these steps. All manipulations are performed through standard operating system interfaces. We'll cover both simple methods for disabling the module and more detailed interface metric settings that allow you to leave Wi-Fi enabled for local devices but route all internet traffic through a cable.
Advantages of a wired connection over a wireless one
Switching to a cable network isn't just a matter of changing the connector type; it's a fundamental change in connection quality. Wireless technologies, even the most modern ones, operate in half-duplex mode: a device can't simultaneously send and receive data on the same frequency, which reduces effective throughput. Ethernet Provides full duplex, allowing data to be transmitted in both directions simultaneously without loss.
Furthermore, the cable's signal stability doesn't depend on the number of connected neighbors or the Bluetooth headset. If you're streaming in 4K or playing first-person shooters where every millisecond of latency matters, the wired option is a clear winner. Ping (response time) on a cable is usually 2-3 times lower than over the air, which makes the gameplay smooth, without jerks and character teleportation.
Another important aspect is security. A Wi-Fi signal extends beyond your premises, theoretically allowing attackers to intercept data or infiltrate your network. A wired connection is physically limited by the length of the cable, making a remote attack from outside virtually impossible without direct access to your equipment.
Physical connection and equipment testing
Before proceeding with software settings, you need to ensure a proper physical connection. For this, you will need a patch cord (network cable) with connectors. RJ-45 at both ends. Most modern laptops have an Ethernet port built directly into the case, but Ultrabooks and thin models often lack one. In such cases, you need to use an adapter. USB to Ethernet or a docking station.
Plug one end of the cable into a free port. LAN on your router (they're usually yellow and numbered), and the other one into your laptop's port. If you're using an adapter, first plug it into the USB port, wait for the drivers to install (if they're not built into the system), and only then plug in the cable. The lights next to the port should light up or blink, indicating a link.
⚠️ Important: If the port indicators don't light up after connecting the cable, try replacing the patch cord or checking if the port on the router is active. In some cases, routers may block ports due to connection errors, requiring a router reboot.
After a physical connection, the operating system should automatically recognize the new network. In the system tray (near the clock), the Wi-Fi icon may change to a monitor icon with a cable, or both icons may appear simultaneously. Having two active connections often causes the system to continue using the less stable Wi-Fi connection, ignoring the cable.
☑️ Checking the physical connection
Easy way: Disable the wireless adapter
The most radical, yet most effective, way to force a laptop to use a cable is to completely disable the Wi-Fi module. This ensures that no applications attempt to use the wireless channel. In Windows 10 and 11, you can do this using the Network and Sharing Center or the Settings panel.
Press the key combination Win + R, enter the command ncpa.cpl and press Enter. The "Network Connections" window will open, displaying all available adapters. Find the icon labeled "Wi-Fi" or "Wireless Network," right-click it, and select "Disable." The icon will change, and the system will automatically redirect all traffic through the active wired connection.
This method is ideal for stationary workstations where the laptop rarely moves. However, it has a drawback: if the cable is accidentally pulled out or the power goes out, the internet connection will be completely lost, as the backup channel will be manually blocked. For mobile use cases, it's better to use the priority setting described below.
Why doesn't the laptop detect the cable?
If "Ethernet" isn't listed in the adapter list after connecting the cable, the drivers for the network card or USB adapter may not be installed. Open Device Manager (devmgmt.msc) and check the "Network Adapters" section for any unknown devices with a yellow exclamation mark.
Setting network priority via interface metrics
A more advanced approach is to change the interface metric. A metric is a numerical value that Windows uses to determine route priority. The system always chooses the connection with the lowest metric. By default, these values can be set to automatic, which sometimes leads to Wi-Fi being selected over cable.
To change the priority, open the network connections window again using the command ncpa.cplRight-click "Ethernet" (your wired connection) 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 "Advanced."
At the bottom of the window, uncheck "Automatically assign metrics." In the "Interface metric" field, enter the value 10The lower the number, the higher the priority. Then repeat the same steps for your Wi-Fi adapter, but set the metric, for example, 50 or 100This way, you will force the system to believe that the cable is more important.
| Parameter | Meaning for Ethernet (Cable) | Importance for Wi-Fi | Result |
|---|---|---|---|
| Automatic metrics | Disabled | Disabled | Manual priority control |
| Interface metrics | 10 | 100 | Priority given to cable |
| Default Gateway | Active | Active | Both channels are working |
| Resulting behavior | All traffic goes through LAN | Only used if LAN is disabled | Stable Internet |
After applying the settings, close all windows by clicking OK. The changes take effect immediately; a reboot is usually not required. Check the results by running a speed test or a game: if your ping has decreased, your connection has been successfully prioritized.
Using the Command Prompt for Advanced Users
For those who prefer speed and accuracy, settings can be changed via the command line. CMDThis is especially convenient if you need to quickly switch configurations or customize a script. Run the command prompt as administrator to obtain the necessary access rights.
First, find out the exact names of your interfaces by entering the command:
netsh interface ip show config
In the list, find the names that correspond to your Wi-Fi and Ethernet (for example, "Wireless Network" and "Ethernet"). Then set the priority for the wired connection:
netsh interface ip set interface name="Ethernet" metric=10
And for wireless, set a lower priority:
netsh interface ip set interface name="Wi-Fi" metric=100
Please note: interface names in commands must match those displayed in the system, including quotation marks if the name contains spaces.
This method is advantageous because it operates at the Windows network configuration level and doesn't rely on the graphical interface, which can vary across OS versions. However, it's worth remembering that resetting network settings may reset these values to automatic.
Diagnostics and testing of an active connection
After all these steps, it's important to verify that the laptop is actually using a cable. The easiest way is to look at the network icon in the system tray: if it shows a computer with a cable, then an active connection has been found. However, a visual check doesn't always reveal the exact channel being used for internet access.
For accurate diagnostics, use the utility route printOpen a command prompt and enter this command. You will see the routing table. Find the line with the destination 0.0.0.0 (This is the default gateway for the entire internet.) The "Interface" column will show the IP address of the active adapter. Compare it with the IP addresses of your connections to determine which one is working.
You can also use online IP checking services. Disable Wi-Fi programmatically and note your IP address, then turn it back on and leave the cable connected. If the IP doesn't change with Wi-Fi enabled, then the traffic is going through the cable (since a router usually has one external IP, but the internal gateway will be different). A more reliable method is to run ping to the external resource and quickly pull the cable out. If the connection drops immediately, you were using a cable. If the internet connection only goes away after a few seconds (the Wi-Fi timeout period), the system was using a wireless network.
⚠️ Note: Network settings interfaces and command names may vary slightly depending on your Windows version (10, 11) and build. If you can't find a specific option, search within the settings window or refer to the help for your OS version.
Frequently Asked Questions (FAQ)
Do I need to turn off Wi-Fi if I have a cable connected?
This isn't necessary, but it's recommended to save power and eliminate background processes. If you've configured the interface metrics correctly, the system will automatically use the cable. However, completely disabling Wi-Fi ensures that the laptop won't attempt to scan the air or connect to weak access points.
Why didn't my internet speed increase after connecting the cable?
Speed is limited by your provider's plan. If you have a 100 Mbps plan, you won't get higher than that via either Wi-Fi or cable. Cable provides stability and low ping, but it can't exceed the limits set by your service provider.
Can Wi-Fi and cable work simultaneously for different purposes?
Using standard Windows tools to separate traffic (for example, gaming via cable and torrents via Wi-Fi) is difficult and unstable. The system typically selects a single default gateway. Separating traffic requires complex routing settings or specialized software.
What to do if your laptop doesn't have an Ethernet port?
You will need to purchase an external adapter. USB to EthernetIt is better to choose models with support USB 3.0 and standard Gigabit Ethernet, so as not to cut speed. Cheap adapters on USB 2.0 may limit the speed to 40-50 Mbps.