How to switch a laptop from Wi-Fi to a wired connection

Modern laptops are equipped with wireless modules that allow you to work online without unnecessary wires. However, wired Ethernet connection Often provides more stable speeds and lower ping, which is critical for gamers, streamers, and anyone working with large amounts of data. Many users wonder how to force the system to use a cable instead of a radio link when both interfaces are active simultaneously.

Windows operating systems have a built-in mechanism for automatically selecting a priority connection. By default, the system prioritizes the cable, but sometimes this priority is disrupted due to drivers or manual settings. In this article, we'll discuss how to configure it correctly. network interfaceso that traffic goes through the LAN port, and not through wireless adapter.

The advantages of using a cable include not only speed but also data security. The local network is protected from external signal interception, and interference from neighboring routers or microwave ovens is completely eliminated. Below, we'll cover a step-by-step guide for Windows 10 and 11 that will help you switch to a wired internet connection with confidence.

Equipment preparation and physical connection

Before delving into software settings, you need to make sure the physical connection is working properly. You will need a working twisted pair cable (usually labeled as CAT 5e or CAT 6) and a working router or switch. Modern laptops often lack a built-in RJ-45 port, so you may need USB Ethernet adapter.

Plug one end of the cable into the LAN port on the router and the other into the corresponding port on your laptop. If you're using an adapter, make sure it's connected to a USB 3.0 port (blue) to ensure maximum throughput. The LEDs on the network card should light or flash, indicating a link.

  • 🔌 Check the integrity of the cable: it should not be frayed or severely pinched.
  • 💡 Pay attention to the LEDs near the RJ-45 port: blinking means data is being transmitted.
  • 🛠️ Make sure the drivers for the network controller are installed correctly.

It's worth remembering that some budget USB converters can become hot after prolonged use, sometimes causing the connection to break. If the indicators don't light, try replacing the USB port or the cable itself. In rare cases, manual driver installation from a disc or the adapter manufacturer's website may be required.

Automatic switching and priority in Windows

The Windows operating system is designed to automatically prioritize wired connections over wireless ones. This behavior is controlled by an interface metric. If you've connected a cable but still connect via Wi-Fi, the adapter settings may be incorrect. automatic assignment of metrics.

To check the current status, open the Network and Networks control panel. Right-click the network icon in the system tray and select "Network and Internet settings." The window that opens will display the connection status: if the cable is active, the system should display a monitor icon with a cable, not a Wi-Fi fan.

⚠️ Attention: If the indicator shows "Connected" for both interfaces, but the speed is low, check if there is a background game update process or cloud sync running, which can consume traffic through both channels at the same time.

Often, the problem can be solved by simply disabling the Wi-Fi module while using a cable. This can be done through the Start menu or the physical button on the laptop. However, to fully utilize both channels with the correct priority, more detailed configuration will be required through the adapters menu.

If automatic switching doesn't occur, it may be due to the corporate network's security policy or specific router settings. In a home environment, Windows usually handles the routing automatically, but manual control is always a good idea.

Manually setting the priority of network adapters

To ensure proper cable usage, you must manually change the interface metric. Press the key combination Win + R, enter the command ncpa.cpl and press Enter. The "Network Connections" window will open, displaying all available interfaces on your computer.

Find the adapter that matches your network card (usually labeled "Ethernet" or "Local Area Connection"). Right-click it, select "Properties," then select "Internet Protocol Version 4 (TCP/IPv4)" and click "Properties" again. 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. For a wireless adapter (Wi-Fi), follow the same steps, but set the metric 20 or higher.

  • 📉 A lower metric means a higher priority for the system.
  • 🔢 The standard value of the metric usually ranges from 10 to 100.
  • 💾 Don't forget to save your settings by clicking "OK" in all open windows.

After making these changes, we recommend restarting your computer or resetting your network settings. Now, if a cable is connected, the system will ignore Wi-Fi for internet access, even if it's active.

Diagnostics and testing of an active connection

After setting it up, it's important to verify that traffic is actually going through the cable. The easiest way is to turn off Wi-Fi and check for internet connectivity. If the network is working, turn Wi-Fi back on and test again. For a more in-depth analysis, use the command line.

Launch Command Prompt (CMD) as administrator. Enter the command ipconfig and find the "Ethernet adapter" and "Wireless LAN adapter" sections. Compare the IP addresses: if they are in the same subnet, but the default gateway is listed only for Ethernet, then the priority is configured correctly.

route print

This command will display the routing table. In the list of interfaces, find the one with the lowest metric. This is the one that will handle the majority of traffic. If the metrics are the same, the system may use both channels inconsistently, leading to instability.

You can also use traffic monitoring utilities such as Resource Monitor (Resource Monitor). The "Network" tab will show which process and through which interface is sending data packets in real time.

Parameter Ethernet (Cable) Wi-Fi (Wireless) Value for setting
Stability High Medium/Low Preferably
Ping (Latency) 1-5 ms 10-50 ms Minimum
Windows Metrics Auto/10 Auto/20+ The less, the better
Dependence on interference Absent High Exclude

Managing wireless adapters

In some situations, it's useful not only to lower Wi-Fi priority but to completely disable it when a cable is available. This can be automated, but it's difficult to do using standard Windows tools without scripting. However, you can use Device Manager to quickly switch between these options.

Open Device Manager and find your wireless adapter under "Network Adapters." In the device properties, under the "Power Management" tab, you can enable or disable the device. While this is more of a power-saving feature, knowing the adapter's location is useful.

Script to automatically disable Wi-Fi when a cable is connected

There are PowerShell scripts that monitor the Ethernet port status. When a connection is detected, they execute the Disable-NetAdapter command for the Wi-Fi interface. However, using such scripts requires administrator privileges and may conflict with system updates.

An alternative method is to create two power profiles. In one profile, the Wi-Fi adapter is active, and in the other, it is disabled. Switching between profiles takes a few seconds and allows for flexible management of your network environment.

Some laptop manufacturers (eg. Lenovo, Dell, HP) pre-install network management utilities that have a "Smart Connect" or similar feature. Check for such software in the system tray; it can manage switching more efficiently than standard Windows tools.

📊 What's most important to you in an internet connection?
Ping stability in games
Maximum download speed
No connection breaks
Mobility and freedom from wires

Typical problems and solutions

Even after proper setup, problems may still arise. A common error message is "Limited" or "No internet access" when the cable is connected. This could indicate a problem with the router's DHCP server or an IP address conflict.

Try resetting the network stack with the command netsh int ip reset in the command prompt with administrator rights. A reboot is required after running the command. It's also worth checking to see if you've set a static IP address that's inappropriate for your network.

⚠️ Attention: If you're using a corporate network or a provider router with MAC address binding, replacing Wi-Fi with a cable will change the device ID. You may need to register the new MAC address with your network administrator.

Network card drivers are another common cause of failures. An outdated driver may not handle priorities correctly. Visit your laptop or motherboard manufacturer's website and download the latest driver for your LAN controller.

  • 🔄 Reset TCP/IP settings via command line.
  • 🆙 Update your network card drivers to the latest version.
  • 🔍 Check the cable for physical damage.

Optimizing wired connection speed

After successfully switching to cable, you should make sure you are getting the speed your provider claims. Go to the adapter properties (via ncpa.cpl -> Properties -> Configure -> Advanced). Find the "Speed ​​& Duplex" item.

Make sure the value is selected there. Auto Negotiation or forcedly exposed 1.0 Gbps Full Duplex, if your router and cable support gigabit speed. Setting the value 100 Mbps will limit the speed, even if the tariff allows more.

It's also worth disabling power saving for the network adapter. In the device properties (in Device Manager), on the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power." This will prevent micro-interruptions in connection.

For gaming purposes, you may want to experiment with disabling major Windows updates while playing, as they can create bandwidth pressure even on a wired connection. The "Metered Connection" setting in Wi-Fi/Ethernet settings helps limit background traffic.

☑️ Checking connection quality

Completed: 0 / 4

Frequently Asked Questions (FAQ)

Should I turn off Wi-Fi if I have a cable connected?

Physically turning it off isn't necessary if the interface metrics are configured correctly. Windows will route traffic through the cable. However, disabling Wi-Fi can slightly reduce power consumption and eliminate the theoretical possibility of data leaks over the wireless channel.

Why doesn't the laptop detect the cable, even though the indicators are on?

The problem is most likely with the drivers or a missing IP address. Try resetting the network in Windows settings or checking your DHCP settings. It's also possible that one of the wires inside the cable is physically broken, allowing the link to be established but not transmitting data.

Is it possible to use Wi-Fi and cable at the same time to increase speed?

Not using standard Windows tools. The system selects one default route. Bonding requires specialized hardware (a multi-WAN router) or complex third-party software, which is rarely stable.

Does cable length affect internet speed?

For twisted pair (Ethernet) cables, the maximum length without signal loss is 100 meters. Within an apartment or house (up to 20-30 meters), cable length does not affect speed, as long as the cable is of high quality and has no significant kinks.

What should I do if the internet connection is lost after connecting the cable?

Check if your computer is automatically obtaining an IP address. Try unplugging the cable and plugging it back in. If that doesn't help, run Windows troubleshooting or reset your network settings using the command netsh winsock reset.