Have you turned on your laptop but can't connect to the internet? Or is the Wi-Fi icon in the system tray crossed out with a red X? The problem is likely a disabled wireless adapter. This situation is familiar to many: the adapter can become disabled after a Windows update, due to a driver error, or due to accidental key presses. In 90% of cases, the solution takes no more than 5 minutes—if you know where to look.
In this article, we'll cover all possible methods for enabling a Wi-Fi adapter: from the basics (using the hardware button on the device) to advanced methods (using BIOS settings and the command line). We'll also describe common errors that prevent activation and provide a diagnostic checklist. These instructions are suitable for all versions of Windows (7 to 11) and most laptop models. ASUS, HP, Lenovo, Acer, Dell and others. If your adapter is physically damaged, you'll also find troubleshooting tips here.
1. Checking the hardware button or switch
Many laptops (especially pre-2018 models) have a physical button or switch to turn Wi-Fi on/off. It may be located:
- 🔘 On the side panel of the case (often next to the USB ports).
- 🔘 On the keyboard - as part of the function keys (for example,
F2,F12or a combinationFn + F2). - 🔘 Under the screen - in the form of a sliding switch (found in Lenovo ThinkPad and some HP).
If the button is there, but Wi-Fi does not turn on:
- Make sure the laptop is not in Airplane mode** (we'll talk about it in the next section).
- Try holding down the key
Fnwhen you press a function button (for example,Fn + F2). - Check if the Wi-Fi indicator (usually a blue or orange LED next to the button) is on.
If there is no hardware button or it does not work, proceed to software methods.
2. Enable Wi-Fi via the Network and Sharing Center
The fastest way to activate the adapter is through the Windows taskbar. Follow these instructions:
- Click on the icon networks in the lower right corner of the screen (next to the clock).
- If Wi-Fi is disabled, you will see a button «Wi-Fi»** with the slider. Move it to the right.
- If there is no slider, click Network and Internet → «Wi-Fi» → turn on the switch.
If after these steps the networks do not appear, check:
- 🔍 Is it not turned on? Airplane mode** (airplane icon in the tray or in
Settings → Network & Internet). - 🔍 Check whether available networks are displayed in the list. If not, the adapter may be disabled at the system level (Section 3).
3. Activate the adapter in the Device Manager
If Wi-Fi does not turn on through the taskbar, the adapter may have been disabled in Device ManagerThis happens after driver conflicts or manual user disabling. To enable it:
- Click
Win + Xand select "Device Manager"**. - Expand the tab Network Adapters**.
- Find the device with the names
Wireless,Wi-Fi,802.11or brand (Intel, Qualcomm, Broadcom). - If there is a down arrow (🔽) next to the adapter, right-click on it and select "Engage"**.
If your adapter isn't listed or is marked with an exclamation point (⚠️), there's a driver issue. Update your drivers:
- 🔄 Right-click on the adapter → Update Driver → Automatic search.
- 🔄 If Windows does not find an update, download the driver from the laptop manufacturer's website (section 6).
The adapter is listed|No exclamation mark (⚠️)|The device is enabled (no arrow 🔽)|The driver has been updated to the latest version-->
Critical error: If the adapter disappears from Device Manager after a Windows update, this may indicate a conflict with the chipset driver. Try rolling back the system or installing the driver manually (instructions in Section 6).
4. Setting up Wi-Fi in BIOS/UEFI
On some laptops (especially corporate series Lenovo ThinkPad, Dell Latitude or HP EliteBook) The Wi-Fi adapter may be blocked in the BIOS. This is done for security purposes in office networks. To unblock it:
- Restart your laptop and enter BIOS by pressing:
- Lenovo:
F1orF2 - HP:
Esc→F10 - Dell:
F12 - ASUS/Acer:
DelorF2
- Lenovo:
- «Wireless LAN»** — it should be
Enabled - «Wi-Fi» or «WLAN» —
Enabled - «Radio Control»** —
Enabled - Save changes (
F10) and reboot.
If there are no such settings in the BIOS, the adapter is not blocked at this level.
What should I do if I can't enter BIOS?
If your laptop does not respond to BIOS entry keys, try:
1. Disable Fast Boot in Windows: Settings → System → Power & sleep → Additional power settings → Choose what the power buttons do → Change settings that are currently unavailable → Uncheck "Turn on fast startup".
2. Use a special button to enter the BIOS (available on some Lenovo And ASUS next to the power button).
3. Connect the keyboard via USB - on some Ultrabooks, the built-in keyboard is not recognized during boot.
5. Enabling the adapter via the command line
If the Windows GUI is not responding, you can turn on Wi-Fi via command line (CMD) or PowerShellThis method is useful when the system crashes or you cannot access the Device Manager.
Open CMD as administrator (Win + X → Command Prompt (Administrator)) and run:
netsh interface set interface "Wireless Network" enable
If the interface name is different, first check its list with the command:
netsh interface show interface
Look for a line in the output with Admin State: Disabled — this is the disabled adapter. Copy its name (in quotation marks) and insert it into the first command.
Alternative method via PowerShell:
Get-NetAdapter | Where-Object {$_.Name -Like "Wireless"} | Enable-NetAdapter
If the commands do not work, the adapter is disabled at the driver or BIOS level (return to sections 3-4).
6. Installing or reinstalling drivers
If the adapter still doesn't turn on even after all these steps, the problem is almost certainly with the drivers. Here's how to update or reinstall them:
- Automatic update:
- 🔄 Open device Manager → right-click on the adapter → Update Driver → Automatic search.
- Manual installation:
- 🔄 Download the driver from the laptop manufacturer's website (not the adapter's!). For example, for Lenovo IdeaPad 5 look for the driver on
support.lenovo.com, not on the website Intel. - 🔄 Enter your laptop model in the search (located on the sticker at the bottom or in
Settings → System → About). - 🔄 Download driver for network adapter (chapter
NetworkorWireless).
- 🔄 Download the driver from the laptop manufacturer's website (not the adapter's!). For example, for Lenovo IdeaPad 5 look for the driver on
- 🔄 In Device Manager, remove the adapter (right click → "Remove device"**).
- 🔄 Restart your laptop - Windows will try to install the driver automatically.
If the adapter still does not appear after installing the driver, check:
- 🛠️ Is it disabled in
Power management(section 7). - 🛠️ Are there any conflicts with other network equipment (for example, a USB modem).
7. Checking power settings
Windows may automatically disable your Wi-Fi adapter to save battery life. To fix this:
- Open device Manager → Network Adapters**.
- Right-click on the Wi-Fi adapter → "Properties" → tab Power Management.
- Uncheck the box "Allow the computer to turn off this device to save power"**.
- Click "OK"** and restart your laptop.
Also check the power supply diagram:
- Open
Control Panel → Power Options. - Click "Customize your power plan"** next to the active plan.
- Select Change advanced power settings**.
- Find the section Wireless Network Adapter Settings → Power Saving Mode and install
Maximum performance.
Troubleshooting: When the Adapter Won't Turn On
If none of these methods work, there may be a hardware issue. Check the following:
| Symptom | Possible cause | Solution |
|---|---|---|
| The adapter is missing from Device Manager. | The adapter cable is disconnected or the chip is burnt out. | Disassemble the laptop and check the antenna connections (experience required) |
| The Wi-Fi indicator is not lit and the button is not responding. | Hardware switch failure | Try resetting the BIOS or contacting a service center. |
| The adapter turns on, but no networks are found. | The antenna is damaged or the signal is weak | Check your router's channel settings (802.11n/ac section) |
| "No Connections" Error After Windows Update | Driver conflict | Roll back the system or install the driver manually |
If you're unsure of your skills, it's best to take your device to a service center. Doing repairs yourself could void your warranty or damage the motherboard.
FAQ: Frequently asked questions about turning on Wi-Fi on a laptop
Why did Wi-Fi stop working after a Windows update?
Windows updates often reset drivers or install incompatible versions. Try:
- Roll back the driver in Device Manager (right click → "Properties" → Rollback).
- Install the driver from the laptop manufacturer's website (not Microsoft!).
- If the problem persists, check
Windows Journalfor errors (typeeventvwr.mscin search).
There's no Wi-Fi button on my laptop. How do I turn it on?
Use the keyboard shortcut:
- 🔹 ASUS:
Fn + F2 - 🔹 HP:
Fn + F12 - 🔹 Lenovo:
Fn + F5orFn + F7 - 🔹 Acer:
Fn + F3
If the keys don't work, check the settings in Windows Mobility Center (Win + X → Mobility).
Wi-Fi turns on but can't find a network. What's wrong?
Possible causes and solutions:
- 📶 The router is operating in the mode
802.11ac, and the adapter only supports802.11n→ change your router settings. - 📶 The MAC address filter is enabled on the router → add the laptop's MAC address to the whitelist.
- 📶 The adapter is in power saving mode → disable it (section 7).
- 📶 Antenna problems → check the cable connections (disassembly required).
Is it possible to turn on Wi-Fi without Windows (for example, on Linux or when the system crashes)?
Yes, but the methods depend on the OS:
- 🐧 Linux: Use commands
ip link set wlan0 up(replacewlan0to the name of your interface). - 🔧 Windows crash: Boot from a LiveCD (eg. Ubuntu) and check if the adapter is detected.
- 🔧 BIOS: If the adapter is disabled at the BIOS level, enabling it will unlock operation in any OS.
How to check if a Wi-Fi adapter is physically working?
Take the test:
- Connect your laptop to the router via cable (Ethernet) and check if the adapter is detected in Device Manager.
- Boot into Safe Mode with Networking (
Win + R → msconfig → Boot → Safe Mode → Network). If the adapter works there, the problem is in the software. - Try connecting an external USB Wi-Fi adapter. If it works, the internal adapter is faulty.