How to disable the internet and enable Wi-Fi on a laptop

Switching from a wired connection to a wireless network is a common occurrence. This may be due to moving a laptop to another room, freeing up an Ethernet port for another device, or resolving a network conflict that sometimes occurs when both adapters are active simultaneously. Windows offers a fairly flexible network interface management system, but not all users know where to find the necessary switches.

It often happens that a laptop automatically prioritizes a cable connection, ignoring available Wi-Fi, even if the wireless signal is more stable. To force the device to use wireless network, you must first properly deactivate the current traffic source. This is not just a matter of convenience, but also a way to diagnose issues with speed or access to local resources.

In this guide, we'll cover all the basic switching methods: from using physical keys on the device's case to deeply customizing settings in the command line. You'll learn how to quickly change connection priorities and understand why your laptop behaves a certain way when multiple network cards are active.

Before we begin setting things up, it's worth clarifying that by "disabling the internet" we mean disabling the network adapter that mediates the connection. This could be a physical LAN port, a virtual VPN tunnel, or a proxy service blocking access.

📊 What connection type do you use most often?
Wi-Fi only
Cable only (Ethernet)
Both at the same time
Mobile Internet (USB modem)
I don't know how I have it connected.

Using hardware switches and hotkeys

Many modern laptop models, especially gaming and business series from Lenovo ThinkPad or HP EliteBook, are equipped with physical switches or software buttons to control wireless modules. This is the fastest way to turn Wi-Fi on or off without diving into the operating system menu. However, with wired internet, things are more complicated: the connection can only be physically disconnected by unplugging the cable. RJ-45.

Most laptop keyboards have a reserved function key marked with an antenna or airplane icon. This is usually one of the keys in the row F1-F12, which must be pressed in combination with the button FnActivating this mode puts the laptop into "Airplane" mode, which software-based disables all wireless transmitters, including Bluetooth and Wi-Fi.

If your goal is to leave only Wi-Fi enabled but disconnect the cable, there are no software hotkeys for disconnecting the Ethernet connection. You'll either have to physically unplug the cable or programmatically disable the network adapter through the control panel, which will be discussed in the following sections.

Managing network adapters through the Windows Control Panel

The classic and most reliable way to manage network interfaces in Windows 10 and 11 is to use the advanced network connections menu. This method not only allows you to disable adapters but also configure their priorities, which is crucial if you want your laptop to ignore the cable and use Wi-Fi.

First, you need to open the Run window. Press the key combination Win + R and enter the command ncpa.cplA list of all network connections will open. Here you'll see the "Ethernet" (wired) and "Wireless" (Wi-Fi) icons. To disable the wired connection, find the corresponding icon, right-click it, and select "Disable."

After this, the connection status will change, and the system will no longer receive an IP address via the cable. Now, to connect to Wi-Fi, click the network icon in the system tray (usually a globe or fan-shaped icon), select your network from the list, and click "Connect." If the network is password-protected, the system will prompt you for the security key.

☑️ Check connection status

Completed: 0 / 4

It's important to note that on some corporate networks, these settings may be locked by the administrator. In this case, the "Disable" option may be grayed out. This means security policies require a permanent cable connection for authentication.

You can also change the settings for a specific adapter in this window. Right-click "Ethernet," select "Properties," and uncheck the box. Internet Protocol version 4 (TCP/IPv4)This will force the connection to stop, even if the cable is physically connected.

Setting connection priorities: why does a laptop choose a cable?

Users often encounter a situation where Wi-Fi is connected, but the internet is slow or not working at all. This is because Windows prioritizes the wired connection by default. The system automatically assigns a higher priority (lower metric) to the Ethernet interface, believing it to be more stable.

To change this logic and force the laptop to prefer Wi-Fi even when a cable is plugged in, you need to manually change the interface metric. Return to the Network Connections window (ncpa.cpl), right-click on "Ethernet" and select "Properties". In the list of components, find and select Internet Protocol version 4 (TCP/IPv4), then click the "Properties" button.

In the window that opens, click "Advanced." At the very bottom, you'll see a checkbox labeled "Automatically assign metrics." Uncheck it and enter a value in the "Interface metric" field, for example, 100The higher the number, the lower the priority.

Then repeat the same steps for your Wi-Fi adapter ("Wireless Network"), but in the metric field enter the value 10This way, the operating system will consider the wireless connection as preferable for traffic routing.

What is an interface metric?

A metric is a numerical value that Windows uses to determine the best path for network traffic. The system always chooses the route with the lowest metric. By manually changing these values, you can flexibly manage data flows, routing video streams over Wi-Fi and file sharing over a cable, if necessary.

After applying the settings, it's recommended to restart your laptop to ensure the changes take effect. Checking priorities is especially important for users with complex connection schemes, such as simultaneously accessing a local server via cable and the global network via Wi-Fi.

Using the command line to manage the network

For advanced users and system administrators, there is a faster way to manage connections - via the command line. cmd or PowerShell. This method allows you to execute commands using scripts or simply saves time navigating menus.

To begin, launch the command prompt as administrator. To see a list of all network interfaces and their current status, enter the command:

netsh interface show interface

In the output, you'll see a "NAME" column, which will list "Ethernet," "Wi-Fi," and other adapters. To disable wired internet, use the command:

netsh interface set interface"Ethernet" disable

Please note that the interface name must match the one displayed in the system. If you have a Russian version of Windows, use "Ethernet" or "Local Area Connection" in quotation marks. To enable Wi-Fi (if it's disabled), use the command:

netsh interface set interface"Wi-Fi" enable

This method is especially useful if the Windows graphical interface freezes or behaves incorrectly. Commands execute instantly and don't require restarting services.

Troubleshooting connection and driver issues

Sometimes, after disconnecting the cable, Wi-Fi doesn't reappear or displays a yellow exclamation point. This could indicate a driver conflict or incorrect power-saving settings. Windows sometimes disables the wireless module to save power, and it doesn't reappear in time.

Check the Device Manager. Click Win + X and select "Device Manager." Find the "Network Adapters" section. If you see a device with a yellow triangle, try updating the driver or uninstalling the device, then click "Action" → "Scan for hardware changes."

It's also worth checking your power settings. In the wireless adapter properties (Power Management tab), uncheck "Allow the computer to turn off this device to save power." This will prevent unintentional connection drops.

Why doesn't Wi-Fi work after sleep?

A common issue is that the adapter won't wake up from sleep mode. Besides power settings, this could be due to outdated router firmware. Try resetting TCP/IP settings with the netsh int ip reset command in the command line.

If the problem persists, it might be worth checking Windows services. Click Win + R, enter services.msc and find the "WLAN AutoConfig" service. Make sure it's running and the startup type is set to "Automatic." Without this service, wireless networks won't work.

Comparison of wired and wireless connection characteristics

Understanding the differences between Ethernet and Wi-Fi will help you make informed decisions about which connection to use at any given moment. While Wi-Fi offers mobility, cable remains the standard for stability.

Characteristic Wired (Ethernet) Wireless (Wi-Fi)
Signal stability High, not affected by interference Average, depends on walls and neighbors
Latency (Ping) Minimum (1-3 ms) Higher (10-50 ms and more)
Transfer speed Up to 10 Gbps (depending on cable) Up to 2-3 Gbps (under ideal conditions)
Mobility None (point anchor) Complete freedom of movement
Security High (physical access required) Medium (encryption required)

As the table shows, a cable is better for gaming and working with large files. However, for web surfing and working in cafes, Wi-Fi is indispensable. By switching between them, you balance speed and convenience.

⚠️ Attention: Disabling the network adapter will immediately interrupt all active downloads, online games, and video calls. Be sure to back up all important data before switching.

⚠️ Attention: Operating system and driver interfaces are subject to update. The location of menu items or command names may vary slightly depending on the Windows version (10, 11) and network controller model (Realtek, Intel, Qualcomm Atheros). If you do not find the item described, check the documentation for your device.

Frequently Asked Questions (FAQ)

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

Windows' standard tools can't combine the speeds of two different connections for a single application. The system will select a primary connection (based on the metric). However, specialized load balancing programs and sophisticated routing settings allow for traffic distribution, but this requires in-depth network knowledge.

Why doesn't Wi-Fi connect automatically after disconnecting the cable?

It's possible that the "Connect automatically" box isn't checked in your Wi-Fi settings. Also, check if your access point isn't prioritizing networks too low. Sometimes forgetting the network and reconnecting with the auto-connect box checked helps.

Is it safe to keep Bluetooth and Wi-Fi on all the time?

From a security standpoint, leaving these modules enabled on public networks is risky. At home, it's safe to do so with a strong WPA2/WPA3 password. However, constantly scanning wireless frequencies can slightly increase your laptop's battery drain.

How to quickly switch between networks without disabling the adapter?

The fastest way is to click the network icon in the system tray and select another available network. Windows will automatically disconnect the current connection and establish a new one. If you need to switch from a cable to Wi-Fi, simply unplug the cable—the system will automatically switch to the wireless network if it's known and active.

What should I do if the Wi-Fi icon disappears after updating drivers?

Try performing a network reset. Go to Settings → Network & Internet → Advanced network settings → Network resetThis will delete all saved profiles and reset the network adapters to their default state, which often resolves software conflicts.