Modern operating systems such as Windows 10, have sophisticated network connection management algorithms that often eliminate the need for the user to worry about technical details. However, in situations where maximum connection stability or increased data transfer speed is required, forced switching from a wireless channel to a physical cable becomes necessary. This is especially relevant for gamers, streamers, and professionals working with large amounts of data, where every millisecond of ping time matters.
Many users mistakenly believe that to switch to a cable connection, it is enough to simply insert a plug Ethernet into the network card slot. While the system does try to prioritize wired connections by default, in some configurations this mechanism may fail or require manual adjustment of the interface metric. Understanding how the operating system's network stack works will help you avoid connection interruptions at critical moments.
In this guide, we'll cover every aspect of switching to a wired internet connection, from physical connections to fine-tuning priorities in the registry and group policies. You'll learn why your computer sometimes continues to use the radio module even when a cable is connected, and how to fix this without reinstalling drivers or resetting the entire network.
⚠️ Note: Network adapter settings interfaces may vary slightly depending on the Windows 10 build version (e.g., 21H2 vs. 22H2) and the installed network adapter driver version. If you don't see the described options, check for updates for your network adapter on the motherboard manufacturer's website.
Physical connection and initial diagnostics
The first and most obvious step is to ensure the physical integrity of the connection. You will need a working cable of the type UTP Cat 5e or higher, which is connected to the port at one end LAN router, and the other to the computer's network port. If the connection is successful, you should hear the latch click and see the indicators next to the port on your PC or laptop light up.
After physical switching, the operating system Windows 10 automatically detects a new network device. Unlike wireless networks, which require entering a password and selecting an encryption protocol, a wired connection usually uses wireless technology. DHCP, which means automatically obtaining an IP address and DNS settings from the router. This process usually takes no more than 5-10 seconds.
To initially check your connection status, you need to open the Network and Sharing Center. This can be done quickly by pressing a key combination. Win + R and entering the command ncpa.cplIn the window that opens, you'll see a list of all network adapters. The "Connected" status under the Ethernet icon indicates that the physical connection is working correctly and the cable is intact.
- 🔌 Make sure the Ethernet cable is securely latched into the port and has no visible damage to the insulation.
- 💡 Check the indicators on the network card: flashing lights indicate data transfer.
- 🖥️ In the "Network Connections" window, the cable status should be displayed as "Connected".
- 🔄 If the indicators are not lit, try switching the cable to a different port
LANon the router.
Automatic interface priority in Windows
By default the operating system Windows is configured to prioritize wired connections over wireless ones. This mechanism is based on automatic interface metric calculation, where a lower numeric value indicates a higher priority. Under ideal conditions, you don't need to do anything: once the cable is connected, all traffic will flow through it.
However, there are times when the automatic connection fails. This can be due to conflicting driver settings, previous manual changes, or specific corporate network configurations. If you notice that your internet speed remains low when connected via cable, typical for your Wi-Fi network, the priority setting is incorrect and requires manual adjustment.
To check the current status, you can use the command line. Launch Terminal as administrator and enter the command ipconfigAnalyze the output: if the IP address corresponding to your active internet connection belongs to the range of your wired router, not the Wi-Fi access point, then the switch was successful. Otherwise, manual configuration will be required.
Manually setting the priority of network adapters
If automatic switching does not occur, you will need to manually change the interface metric. To do this, return to the Network Connections window (ncpa.cpl), right-click the Ethernet adapter and select "Properties." In the list of components, find and select the line "Internet Protocol Version 4 (TCP/IPv4)", then click the "Properties" button just below.
In the window that opens, click the "Advanced" button in the lower right corner. This is where the key setting is located: uncheck "Automatically assign metrics." Enter the value in the "Interface metric" field. 10This numeric value ensures that this adapter will have the highest priority for outgoing traffic.
A similar procedure must be performed for the Wi-Fi wireless adapter, but with the opposite value. Open the properties of your Wi-Fi adapter, navigate to the same advanced IPv4 settings, clear the automatic metric assignment, and set the value, for example, 50 or 100The higher the number, the lower the priority. This forces the system to use the cable instead of the radio channel.
☑️ Setting priorities
Using the command line to manage the network
For advanced users and system administrators Windows provides a powerful network management tool via the command line or PowerShell. The utility netsh Allows you to perform the same metric changes much faster, without having to navigate graphical menus. This is especially useful when configuring multiple computers or administering remotely.
To change the interface metric via the command line, you first need to know the exact name of your network connection. Enter the command netsh interface ip show configFind the names of your Ethernet and Wi-Fi connections in the list (usually "Ethernet" and "Wi-Fi" or "Wireless Network").
Once you have the names, run the command to set the priority. For a wired network, use: netsh interface ip set interface name="Ethernet" metric=10For wireless, to lower its priority: netsh interface ip set interface name="Wi-Fi" metric=100Please note that interface names must match exactly, including case and quotation marks if the name contains spaces.
netsh interface ip set interface name="Ethernet" metric=10
netsh interface ip set interface name="Wi-Fi" metric=100
⚠️ Note: Changes made via the command line take effect immediately, but may be lost after a reboot if not saved to the driver configuration. For permanent operation, it is recommended to save settings via the TCP/IP properties graphical interface.
Disabling the wireless adapter programmatically
In some usage scenarios, such as when running speed tests or debugging network applications, it may be necessary to completely disable the Wi-Fi module to eliminate any background processes consuming traffic. Windows 10 makes it easy to do this without physically removing the device or using hardware switches on the laptop case.
The fastest way is through the notification panel. Tap the network icon in the lower right corner of the screen (near the clock). In the menu that appears, find the "Wi-Fi" tile and tap it to make it gray. This will immediately disconnect all wireless connections and prevent the system from scanning the airwaves until you reactivate the module.
A more radical method is to completely disable the device in the Device Manager. Click Win + X and select "Device Manager." Find the "Network Adapters" section, expand it, find your wireless module (usually labeled "Wireless," "Wi-Fi," or "802.11"), right-click it, and select "Disable device." This will completely disable the driver.
- 📶 Quick switching is available via the taskbar in the Windows tray.
- 🛑 Disabling it in the device manager ensures zero power consumption by the module.
- ⚙️ Airplane mode also disables Wi-Fi, but may also affect Bluetooth.
- 🔋 Disabling the adapter helps save battery power on laptops.
Why can Wi-Fi interfere even with a cable connected?
Some apps may continue to use Wi-Fi for local services (such as Chromecast, AirPlay, or printers), even when connected via a cable. Disabling the module completely eliminates such conflicts.
Comparing Features and Troubleshooting
Understanding the difference between a wired and wireless connection helps you set up your network correctly. Wired Ethernet provides the stable speeds advertised by your provider, minimal ping, and no interference from neighboring routers or microwave ovens. Wi-Fi, on the other hand, is susceptible to signal attenuation through walls and interference, which leads to speed fluctuations (jitter).
If you still can't connect to the internet via cable after completing all the settings, check your network card drivers. There shouldn't be any yellow exclamation marks in Device Manager. You should also try resetting your network settings with the command netsh winsock reset And netsh int ip reset in the command line with administrator rights, after which a reboot is required.
The table below provides a comparison of key parameters to help you evaluate switching performance:
| Parameter | Wired Ethernet | Wireless Wi-Fi |
|---|---|---|
| Stability | High (physical contact) | Average (depending on interference) |
| Speed (max) | Up to 10 Gbps (Cat6a+) | Up to 9.6 Gbps (Wi-Fi 6E theoretical) |
| Latency (Ping) | 1-3 ms | 10-50 ms and higher |
| Security | Physical access required | Risk of remote hacking |
| Mobility | Absent | High |
Frequently Asked Questions (FAQ)
Do I need to remove the Wi-Fi adapter if I'm using a cable?
No, removing the adapter is not necessary. Windows 10 correctly handles both interfaces running simultaneously. However, if you want to ensure no background Wi-Fi updates or save power, disabling the module software-based is the right solution.
Why didn't my internet speed increase after connecting the cable?
The interface priority may not have changed automatically. Check the TCP/IP metrics as described in the instructions above. Also, make sure the cable itself supports high speeds (e.g., Cat 5e for speeds above 100 Mbps) and that the port on the router isn't artificially limited.
Can using Wi-Fi and Ethernet at the same time cause an IP address conflict?
In a standard home network with a single router, conflicts shouldn't occur, as the DHCP server will assign two different addresses. Problems can arise in complex corporate networks with multiple DHCP servers or if static addresses are incorrectly configured.
How can I find out which interface is currently sending traffic?
Open command prompt and type route printFind the line with the destination address 0.0.0.0The "Gateway" or "Interface" column will display the IP address or name of the adapter that is currently sending the majority of your internet traffic.