The built-in Wi-Fi adapter on a laptop is a convenient feature, but sometimes you need to disable it. The reasons can vary: saving battery power to resolving conflicts with external adapters, solving driver problems or even ensuring security in corporate networks. However, not all users know that a simple shutdown via a button on the case or a key combination Fn+F2 (or similar) does not always completely deactivate the module - it may remain active at the system or BIOS level.
In this article we will look at all possible ways to disable built-in Wi-Fi adapter - from software methods in Windows 10/11, macOS And Linux before physically disconnecting the module. We'll pay special attention to nuances that are often overlooked: for example, why the adapter might continue to consume power even after disabling in Device Manager, and how to check it. If you are looking for a method specifically for your laptop model (Lenovo ThinkPad, HP Pavilion, ASUS ROG etc.), the article contains universal solutions, as well as advice on working with specific brands.
1. Disabling Wi-Fi via Device Manager (Windows)
The easiest and fastest way is to deactivate the adapter in Device ManagerThis method is suitable for Windows 7/8/10/11 and doesn't require a reboot. However, it's temporary: after a system restart, the adapter will reactivate.
To disable the Wi-Fi adapter:
- 🖱️ Click
Win + Xand select device Manager. - 📋 Expand the section Network adapters.
- 🔌 Find the device with the names Wireless, Wi-Fi, 802.11 or model (Intel AX200, Qualcomm Atheros, Broadcom and others).
- ⚙️ Right click and select Disconnect the device.
If the item Disconnect the device Inactive means the adapter is already disabled at the system or BIOS level. In this case, try the other methods in this article.
⚠️ Attention: On some laptops (Dell XPS, Lenovo Yoga) after disabling the adapter in the device manager, the ability to enable it back through Fn + Wi-Fi keyIn this case, a reboot or activation via BIOS will be required.
2. Complete shutdown via BIOS/UEFI
If you need block completely If you want to disable the Wi-Fi module at the hardware level (for example, for security or power saving in standby mode), do so through the BIOS. This method works for all operating systems, as BIOS settings are independent of the operating system.
Instructions:
- 🔄 Restart your laptop and enter BIOS by pressing
F2,Del,Escor another key (depending on the model). For Lenovo often usedF1or button Novo Button, For HP —Esc → F10. - 🔍 Find the section Advanced, Configuration or Wireless.
- 📡 Look for parameters like:
Wireless LAN SupportWLAN Radio ControlOnboard Wi-FiNetwork Stack Configuration
Disabled and save the changes (F10).After this, the adapter will be disabled until you enable it again in the BIOS. This method is guaranteed to disable the module at the physical level, which is useful, for example, for preventing data leaks via Wi-Fi on corporate laptops.
What if there is no option to disable Wi-Fi in BIOS?
In some laptops (especially ultrabooks, for example, Apple MacBook or Microsoft Surface) The manufacturer may hide this option. In this case, try:
- Update BIOS to the latest version (sometimes new settings are added).
- Use physical disconnection (see section 5).
- Disable the adapter via the command line (section 3).
| Laptop brand | BIOS entry key | Wi-Fi settings section |
|---|---|---|
| Lenovo (ThinkPad, IdeaPad) | F1 or F2 |
Config → Network |
| HP (Pavilion, Omen) | Esc → F10 |
System Configuration → Built-In Device Options |
| Dell (XPS, Inspiron) | F2 |
Advanced → Wireless |
| ASUS (ROG, ZenBook) | F2 or Del |
Advanced → Onboard Devices Configuration |
| Acer (Swift, Predator) | F2 |
Main → F12 Boot Menu → Network Boot |
3. Disabling via command line (Windows)
If you need automate shutdown (for example, via a script) or BIOS is not available, use command line or PowerShellThis method allows you to disable the adapter on a schedule or under certain conditions.
Method 1: Through netsh (temporarily):
netsh interface set interface "Wireless Network" admin=disable
To turn it back on:
netsh interface set interface "Wireless Network" admin=enable
Method 2: Through devcon (complete shutdown, requires a utility from Microsoft):
- Download DevCon (official instrument).
- Open Command Prompt as administrator.
- Run the command to disable (replace
PCI\...to the ID of your adapter, which can be found in the Device Manager):devcon disable "PCI\VEN_8086&DEV_2723"
This method is useful for administratorswho manage a fleet of laptops and need a centralized Wi-Fi shutdown.
4. Disabling Wi-Fi on macOS
On laptops Apple MacBook The process for disabling a Wi-Fi adapter is different. There's no classic BIOS, and system settings limit the user experience. However, there are workarounds.
Method 1: Through Terminal (temporarily):
sudo ifconfig en0 down
To turn it back on:
sudo ifconfig en0 up
Replace en0 on your interface (you can find out using the command networksetup -listallhardwareports).
Method 2: Complete shutdown via System Preferences:
- 🍏 Open System Preferences → Network.
- 📡 Choose Wi-Fi in the list of interfaces.
- ⚙️ Click on ... (three dots) and select Disable the service.
On MacBook with a chip Apple Silicon (M1/M2) completely disable the Wi-Fi module at the hardware level impossible without disassembling the device. This is an architectural limitation—the adapter is integrated into the processor.
⚠️ Attention: On macOS, disabling Wi-Fi via Terminal resets after sleep or reboot. To permanently disable it, you'll need to create a startup script or use LaunchDaemons.
5. Physically disabling the Wi-Fi module
If software methods are not suitable (for example, the adapter still consumes power or interferes with the operation of the external card), the solution remains physical disconnectionThis method requires disassembling the laptop and is only suitable for experienced users.
What you will need:
- ⚒️ A set of screwdrivers (usually Phillips #00 or T5).
- 🧲 Plastic spatula for disassembling the case.
- 📸 Camera (to record the location of the cables).
Step-by-step instructions:
- 🔋 Disconnect your laptop from the power supply and remove the battery (if it is removable).
- 🔍 Remove the bottom cover (on some models, for example, Lenovo Legion, it is enough to unscrew one hatch to access the Wi-Fi module).
- 📡 Locate the module - it is usually connected to the motherboard via a connector M.2 2230 (key
A+E) or NGFF. - 🔌 Carefully disconnect the antenna cables (they are fragile!) and remove the module.
If you don't plan to return the module back, you can replace it with plug or just leave the slot empty. On some laptops (MSI, Gigabyte) After removing the module, an error may occur during boot - in this case, you will need to disable device checking in the BIOS.
Back up your data|Turn off the power and remove the battery|Get tools (screwdrivers, spudger)|Photograph the cable locations|Check the warranty stickers (disassembling may void the warranty)
-->
6. Disabling Wi-Fi in Linux
In distributions Linux (Ubuntu, Fedora, Arch, etc.) disabling the Wi-Fi adapter can be done through terminal or graphical utilities. The methods depend on the one used network manager (NetworkManager, systemd-networkd and others).
Method 1: Through rfkill (temporary shutdown):
sudo rfkill list # find adapter ID
sudo rfkill block {ID}
Output example rfkill list:
0: phy0: Wireless LANSoft blocked: no
Hard blocked: no
To unlock:
sudo rfkill unblock {ID}
Method 2: Through ip link:
sudo ip link set wlan0 down
To disable permanently, add the command to crontab or system service.
Method 3: Disabling the kernel module (completely):
sudo modprobe -r iwlwifi # for Intel Wi-Fi
sudo modprobe -r ath9k # for Atheros
To prevent a module from loading at startup, add it to the blacklist:
echo "blacklist iwlwifi" | sudo tee /etc/modprobe.d/blacklist-wifi.conf
⚠️ Attention: On some distributions (for example, Ubuntu 22.04+) disabling the kernel module may cause problems with Bluetooth, if it uses the same chip (eg. Intel AX200 controls both Wi-Fi and Bluetooth).
7. Checking the result: how to make sure that the adapter is actually disabled
It's not enough to just follow the instructions - you need to checkthat the adapter is truly inactive. Here's how to do it:
Method 1: Through task manager (Windows):
- 📊 Open Task Manager (
Ctrl+Shift+Esc). - 📉 Go to the tab Performance → Wireless Network.
- ✅ If the chart is missing or shows
0%, the adapter is disabled.
Method 2: Through command line:
ipconfig /all | find "Wireless"
If the adapter is disabled, there will be a status next to its name. Media disconnected.
Method 3: Checking power consumption (for laptops):
- 🔋 Use the utility Powercfg (Windows) or Powertop (Linux) to check if the adapter is consuming power.
- 📉 In Linux execute:
sudo powertop --html=report.htmland open the generated report in your browser.
Method 4: Checking at BIOS level (for physical disconnection):
- 🔄 Restart your laptop and enter BIOS.
- 🔍 Check if the Wi-Fi adapter has disappeared from the list of devices (section System Information or Main).
FAQ: Frequently Asked Questions
Is it possible to disable the Wi-Fi adapter so that it does not turn on even after a reboot?
Yes, please use one of the following methods to do this:
- Disconnection in BIOS/UEFI (section 2).
- Physical removal of the module (section 5).
- Adding a driver to the blacklist (for Linux, section 6).
Disabling via Device Manager or Command Prompt is reset after reboot.
Why does Wi-Fi still work after disabling it in Device Manager?
Possible reasons:
- 🔄 The adapter is controlled virtual driver (For example, Microsoft Wi-Fi Direct). Disable all devices with the name
VirtualorDirect. - 🔧 The laptop is installed Manufacturer's software (For example, Lenovo Vantage, HP Support Assistant), which automatically turns on Wi-Fi. Remove or disable this software.
- 🔌 The adapter is integrated into chipset (for example, on MacBook With Apple M1), and it cannot be completely disabled programmatically.
How do I turn off Wi-Fi on a Windows 11 laptop if there is no Fn key?
IN Windows 11 you can use:
- 📋 Quick Settings Panel: click
Win + Aand turn off Wi-Fi. - ⚙️ Parameters:
Start → Settings → Network & Internet → Wi-Fi. - 🖥️ device Manager (Section 1 of this article).
If the button Fn It doesn't work, please update your keyboard drivers. Lenovo System Update, Dell Update or the manufacturer's official website.
Is it possible to disable the Wi-Fi adapter without disassembling the laptop?
Yes, in most cases. Use:
- 🔧 device Manager (temporary shutdown).
- 📡 BIOS/UEFI (permanent shutdown).
- 💻 Command line or PowerShell (automation).
Physical disassembly (section 5) is only necessary if:
- The adapter is damaged and interferes with the system's operation.
- You want completely remove module (for example, to install a more powerful one).
- Software methods do not work due to hardware limitations (for example, on MacBook With Apple Silicon).
What should I do if Bluetooth stops working after disabling Wi-Fi?
This is a typical problem for laptops with combined modules (For example, Intel AX200, Broadcom BCM4352, which control both Wi-Fi and Bluetooth). Solutions:
- 🔄 Turn Wi-Fi back on - Bluetooth should work.
- 🔧 Update drivers via Windows Update or the manufacturer's website.
- 📋 In Linux Disable only the Wi-Fi part of the module (for example,
iwlwififor Wi-Fi, but notbtusbfor Bluetooth).
If Bluetooth is critical, consider using external adapter (For example, TP-Link UB400).