Disabling Wi-Fi on a computer can be necessary for a variety of situations: from saving battery life on a laptop to resolving network conflicts or protecting against unauthorized access. Despite the apparent simplicity of the task, many users encounter difficulties, especially when standard methods fail due to driver glitches, operating system issues, or hardware limitations.
In this article we will look at all possible ways to disable Wi-Fi on devices running Windows 10/11, macOS And Linux (including popular distributions like Ubuntu And Fedora). You'll learn how to do this through the system interface, hotkeys, the command line, and even physically disabling the adapter. We'll also cover the nuances for laptops with function keys and PCs with integrated/external Wi-Fi modules.
If you are interested in not just temporarily disabling, but completely deactivating the wireless module (for example, for security reasons), there is a section at the end of the article on how Disable Wi-Fi at the BIOS/UEFI level or uninstall the adapter driver. We'll also answer frequently asked questions: why Wi-Fi might turn on by itself, how to disable it for specific networks, and what to do if the disable button is grayed out.
1. Disable Wi-Fi via the taskbar (Windows 10/11)
The fastest and most intuitive way is to use the network icon in the taskbar. It is available on most devices, regardless of manufacturer (HP, Lenovo, Dell, Asus and others).
Instructions for Windows 10/11:
- 🖱️ Left-click on Wi-Fi icon (or network) in the lower right corner of the screen (next to the clock).
- 🔄 In the menu that opens, find the button
Wi-Fi(V Windows 11 It may be hidden under the ">" arrow next to "Quick Settings"). - 🔘 Click on it once - the indicator should go out and the status should change to
Disabled.
If the network icon is missing:
- Open
Settings → Personalization → Taskbar. - Scroll down to the section
Notification areaand pressSelect the icons that appear on the taskbar. - Turn on the switch next to
Net.
⚠️ Attention: On some laptops (eg. Lenovo ThinkPad or HP EliteBook) This method may not work if Wi-Fi is blocked at level hardware switch or in BIOSIn this case, proceed to the next sections.
2. Hotkeys for disabling Wi-Fi (laptops)
Laptop manufacturers often assign keyboard shortcuts for quick control of wireless modules. These combinations depend on the model and may include function keys (F1–F12) in combination with Fn.
Common combinations:
| Brand | Models | Keyboard shortcut |
|---|---|---|
| HP | Pavilion, Envy, EliteBook | Fn + F12 or Fn + ⊞ Win + F12 |
| Lenovo | ThinkPad, IdeaPad, Legion | Fn + F7 or Fn + F5 (Turns Airplane mode on/off) |
| Dell | Inspiron, XPS, Latitude | Fn + F2 or Fn + PrtScn |
| Asus | ZenBook, Vivobook, ROG | Fn + F2 |
| Acer | Swift, Aspire, Predator | Fn + F3 or Fn + F5 |
If the combination does not work:
- 🔧 Make sure your laptop is installed native drivers from the manufacturer (not the universal ones from Microsoft).
- 🔄 Try clicking
Fn + Esc- This may unlock the function keys. - 📋 Check in
BIOS, is it turned off? HotKey Mode (hotkey mode).
3. Disabling Wi-Fi via Windows settings
If the network icon in the taskbar is missing or unresponsive, use system settings. This method works on all versions. Windows, including Windows 10 LTSC And Windows 11.
Step-by-step instructions:
- Open
Parameters(⊞ Win + I). - Go to the section
Network and Internet→Wi-Fi. - Move the slider
Wi-Fiin positionOff.
For Windows 11:
- 🔹 In the same section you can disable automatic connection to known networks, uncheck
Connect automatically. - 🔹 To completely forget the network, click
Managing known networks→ select network →Forget.
If the slider is inactive:
⚠️ Attention: This means that the Wi-Fi adapter is disabled at the level Device Manager or BIOSProceed to sections 5 or 6.
☑️ Check before disabling Wi-Fi
4. Disabling Wi-Fi via the command line (CMD/PowerShell)
For experienced users or automation of tasks, Wi-Fi control via command line or PowerShellThis method is useful if the graphical interface is not available (for example, when connecting remotely).
Method 1: Through netsh (works in Windows 7–11):
netsh interface set interface "Wireless Network" admin=disable
To turn it back on:
netsh interface set interface "Wireless Network" admin=enable
Method 2: Through PowerShell (requires administrator rights):
Disable-NetAdapter -Name "Wi-Fi" -Confirm:$false
To enable:
Enable-NetAdapter -Name "Wi-Fi" -Confirm:$false
How to find out the exact name of the adapter:
- 🔍 Launch PowerShell on behalf of the administrator.
- 📋 Enter the command
Get-NetAdapter | Where-Object {$_.MediaType -eq "Native 802.11"}. - 📝 Copy the value from the column
Name(For example,Wi-Fi 6 AX200).
What to do if the command doesn't work?
If netsh gives the error "Invalid syntax", check the interface name with the command netsh interface show interfaceIn some Windows localizations, the name may differ (for example, "Wireless Network Connection" instead of "Wireless Network").
5. Disabling the Wi-Fi adapter in Device Manager
If Wi-Fi does not turn off using standard methods, the problem may be in adapter driver. Through device Manager You can forcibly deactivate the module or even remove it (for example, to reinstall drivers).
Instructions:
- Open
device Manager(⊞ Win + X→ select the appropriate item). - Expand the branch
Network adapters. - Find the device with the words
Wireless,Wi-Fi,802.11or brand name (Intel, Qualcomm, Broadcom). - Right click →
Disconnect the device.
If the item Disconnect the device inactive:
- 🔧 Try it
Update driver(select automatic search). - 🔄 Restart your computer - sometimes this unlocks the option.
- 💻 Check if the adapter is disabled in BIOS (section 6).
⚠️ Attention: If you remove the driver (option Remove device), Wi-Fi will stop working until the software is reinstalled. This is a drastic solution and should only be used to troubleshoot serious issues.
6. Disabling Wi-Fi at the BIOS/UEFI level
On some laptops and motherboards (eg. ASUS ROG, MSI, Gigabyte) The Wi-Fi module can be disabled directly in BIOSThis is useful if:
- 🔒 Do you want block completely wireless communication for security.
- 🔧 The adapter conflicts with other devices (for example, with Bluetooth).
- 💻 Wi-Fi is not disabled by software due to a failure.
How to enter BIOS and disable Wi-Fi:
- Restart your computer and press the BIOS entry key (usually
Del,F2,F12orEsc- depends on the motherboard). - Find the section
Advanced,Onboard DevicesorWireless. - Look for parameters like:
Wireless LAN→ selectDisabled;WLAN Radio→ installOff;Onboard Wifi→ switch toDisabled.
F10) and reboot.⚠️ Attention: BIOS settings may reset when updating the firmware or removing the CMOS battery. If Wi-Fi works again after disabling it in the BIOS, check to see if the settings have reset.
7. Disabling Wi-Fi on macOS (MacBook, iMac)
On devices Apple (MacBook Air/Pro, iMac) Wi-Fi management is organized differently than in WindowsThere is no device manager here, but there are some nuances - for example, Airplane mode or terminal commands.
Method 1: Via the menu bar:
- 🖱️ Click on the icon Wi-Fi in the upper right corner.
- 🔘 Choose
Turn off Wi-Fi.
Method 2: Through System Preferences:
- Open
System Preferences → Network. - Select
Wi-Fiin the left menu. - Click on
...(three dots) →Disable service.
Method 3: Through Terminal (for advanced users):
sudo ifconfig en0 down
To turn it back on:
sudo ifconfig en0 up
Replace en0 to your interface (you can find out using the command networksetup -listallhardwareports).
If Wi-Fi does not turn off:
- 🔄 Restart your Mac - sometimes the module freezes.
- 🔧 Reset NVRAM (Turn off your Mac, then turn it on while holding down
Option + Command + P + Rfor 20 seconds). - 📋 Check if the mode is active
On the plane(airplane icon in the bar menu).
8. Disabling Wi-Fi in Linux (Ubuntu, Fedora, Debian)
In distributions Linux Wi-Fi control depends on the device used network manager (NetworkManager, systemd-networkd) and graphical shell (GNOME, KDE, XFCE). Below are universal methods for most systems.
Method 1: Via the graphical interface (GNOME/KDE):
- 🖱️ Click on the network icon in the upper right corner.
- 🔄 Choose
Turn off Wi-FiorTurn off wireless.
Method 2: Through Terminal:
sudo nmcli radio wifi off
To enable:
sudo nmcli radio wifi on
Method 3: Disabling the kernel module (radical method):
sudo modprobe -r iwlwifi
To return back:
sudo modprobe iwlwifi
Replace iwlwifi to your module (you can find out with the command lspci | grep -i wireless).
If the commands don't work:
- 🔧 Make sure the package is installed
network-manager(sudo apt install network-managerFor Debian/Ubuntu). - 📋 Check the service status:
sudo systemctl status NetworkManager.
FAQ: Frequently asked questions about disabling Wi-Fi
Why does Wi-Fi turn on by itself after being disconnected?
This may be due to:
- 🔄 Automatic connection in Windows/macOS settings (disable in network settings).
- 📱 Function keys - you may accidentally press a combination (for example,
Fn + F2). - 🔧 Energy conservation policies (V Windows check your power plan).
How do I turn off Wi-Fi for a specific network but leave the others on?
IN Windows 10/11:
- Open
Settings → Network and Internet → Wi-Fi. - Click
Managing known networks. - Select the desired network →
Forget.
IN macOS:
- Open
System Preferences → Network → Wi-Fi → Advanced. - On the list
Preferred networksselect the desired one and press–(minus).
Is it possible to turn off Wi-Fi on a laptop without a button?
Yes, even if your laptop doesn't have a hardware switch or function key, you can use:
- 🖱️ Taskbar (Windows).
- 📱 Bar menu (macOS).
- 🔧 Device Manager (disconnect the adapter).
- 💻 BIOS (if you need to completely block the module).
How to disable Wi-Fi on a PC without a built-in adapter?
If Wi-Fi is connected via USB adapter (For example, TP-Link TL-WN725N), Just:
- 🔌 Physically disconnect device from the USB port.
- 🔧 Turn it off in Device Manager (chapter
Network adapters).
For PCIe adapters (built into the motherboard) use the methods in sections 3–6.
What should I do if Bluetooth doesn't work after disabling Wi-Fi?
Many laptops use combined modules (For example, Intel AX200), where Wi-Fi and Bluetooth are controlled by a single chip. When Wi-Fi is disabled via:
- 🔧 device Manager - Bluetooth may turn off along with it.
- 💻 BIOS - usually affects only Wi-Fi.
- 📋 Function keys - depends on the model (on some Lenovo only Wi-Fi is turned off).
Solution: Use separate shutdown via Windows settings or command line.