Have you opened Device Manager and seen a gray downward-facing arrow next to your Wi-Fi adapter? Or don't see your network card in the list at all? This problem is common among Windows users, especially after a system update, driver installation, or accidental keystrokes. In 90% of cases, the solution takes less than 5 minutes if you know where to look.
In this article, we'll cover not only the standard way to enable the adapter via the context menu, but also alternative methods for situations where:
- 🔌 The "Activate" button in the manager is inactive
- 🖥️ The adapter has disappeared from the list of devices
- 🔄 Wi-Fi turns on, but turns off again after 10 seconds
- 🚫 I get the error "Code 45" or "Device not connected"
All instructions are suitable for Windows 10/11 (including the latest 2026 builds) and most laptops (ASUS, Lenovo, HP, Dell, Acer) with integrated adapters Intel, Qualcomm, Realtek, BroadcomIf you have an external USB adapter, the principles are the same, but with some nuances (we'll discuss them separately).
1. Basic method: enabling via Device Manager
Let's start with the most obvious: checking the adapter's status in Device Manager. This method works 70% of the time, unless the problem is due to physical damage or a driver conflict.
Open Device Manager in one of the following ways:
- 🔍 Click
Win + Xand select "Device Manager" - 🖱️ Right-click on "Start" → "Device Manager"
- 🔧 Type in Windows search
devmgmt.mscand pressEnter
In the manager, expand the branch Network adaptersLook for the device with the words Wireless, Wi-Fi, 802.11 or the name of the manufacturer (Intel Wi-Fi 6, Realtek RTL8821CE). If there is a gray arrow icon ↓ next to it, the adapter is disabled.
Right click on the adapter and select "Activate device"Wait 5-10 seconds – the Wi-Fi indicator on your laptop should light up, and a network icon should appear in the system tray. If the "Enable" button is grayed out, proceed to the following method.
Is Airplane Mode (Win + A) turned off? Is the laptop connected to a charger (on some models, Wi-Fi only works when plugged in)? Is there a physical Wi-Fi switch on the case (often found on older Lenovo and HP models)? Have you tried restarting the computer?
2. Alternative method: enabling via BIOS/UEFI
On some laptops (especially business lines) Dell Latitude, HP EliteBook, Lenovo ThinkPadThe Wi-Fi adapter may be disabled at the BIOS level. This is done to save power or for corporate security reasons. In this case, no Windows settings will help—you'll need to access the BIOS.
To enter BIOS:
- Turn off your laptop.
- Press the power button and immediately press the key repeatedly:
- 🔧 Dell/HP:
F2orEsc - 🔧 Lenovo/ASUS:
F2orDel - 🔧 Acer:
F2orF12
- 🔧 Dell/HP:
F10) and reboot.What should I do if I can't enter BIOS?
If the system boots up too quickly and you don't have time to press a key, try:
1. Clamp Shift When you click "Restart" in the Start menu, this will open the Diagnostics menu where you can select "UEFI Firmware Settings".
2. Disable fast startup in Windows power options (Control Panel → Power Options → Choose what the power buttons do → Change settings that are currently unavailable).
3. On some laptops (for example, Lenovo Yoga) There is a special button to enter the BIOS next to the power connector - press it with a pin.
Important: On laptops with an Intel vPro module (often found in enterprise models), there may be an additional setting Intel AMT or ME, which blocks Wi-Fi. It needs to be disabled in the section Security or Advanced → Intel ME Configuration.
3. Restore the adapter's operation via "Properties"
If your Wi-Fi adapter is enabled but not working (the network icon is crossed out or shows "No connections"), the problem may lie in the device settings or a driver conflict. Let's check:
In the device manager, right-click on the adapter and select "Properties". Go to the tab "Driver" and pay attention to:
- 📅 Date of development: If the driver is older than 2022, it needs to be updated.
- 🔄 Driver version: compare with the latest version on the manufacturer's website (for example, for Intel AX200 The current version as of 2026 is 22.240.0).
- ⚠️ Device statusIf it says "The device is working properly" but there's no Wi-Fi connection, the problem may be with your network settings, not the adapter.
On the tab Power Management uncheck "Allow the computer to turn off this device to save power"This option often causes Wi-Fi to disconnect spontaneously on laptops.
If there is a tab in the adapter properties "Additionally", check the parameters:
| Parameter | Recommended value | What happens if you change |
|---|---|---|
802.11n/ac Wireless Mode |
Auto or 802.11ac | If you set 802.11n, Wi-Fi speed will drop by 2-3 times, but stability may improve on weak routers. |
Roaming Aggressiveness |
3. Middle | A low value (1–2) will result in frequent disconnections, a high value (4–5) will result in constant reconnections. |
Transmit Power |
Highest | Decrease in transmit power (Low/Medium) will reduce the Wi-Fi range. |
Bandwidth Capability |
Auto | Manual tuning on 20 MHz may help in conditions of strong interference, but will limit the speed. |
4. Troubleshooting "Code 10", "Code 45" and other errors
If there is a yellow exclamation mark next to the Wi-Fi adapter in the device manager, and the properties indicate error code — the problem is more serious than a simple shutdown. Let's decipher the most common codes and how to fix them:
- 🔴 Code 10"The device cannot start." Reasons:
- Corrupt driver (try update or rollback)
- Conflict with other hardware (disconnect all USB devices and reboot)
- Low resources (check if the processor is overloaded in Task Manager)
- 🔴 Code 45"The device is not connected." This means Windows doesn't physically see the adapter. Check:
- Is the adapter disabled by a hardware switch (some laptops have a separate Wi-Fi button)?
- Is the cable damaged? (This is important after disassembling the laptop.)
- Is the device disabled in BIOS (see Section 2)
- 🔴 Code 31"There are no drivers installed for this device." The solution is to download the driver from the laptop manufacturer's website (not from Windows Update!).
For mistakes Code 10 And Code 43 Sometimes a complete reset of the adapter settings helps:
- Open
Command prompt as administrator(Win + X → Terminal (Administrator)). - Execute the commands one by one:
netsh winsock resetnetsh int ip reset
netcfg -d - Restart your computer.
5. Update or roll back the Wi-Fi adapter driver
Incorrect drivers are the cause of half of Wi-Fi problems. Windows often installs generic drivers that are unstable. It's best to download them from the laptop or adapter manufacturer's website.
How to update the driver correctly:
- Find out the exact adapter model:
- In the Device Manager:
Properties → Details → Hardware ID(look for the lineVEN_XXXXAndDEV_XXXX) - Via command line:
wmic nic get name, index
- In the Device Manager:
- For laptops: Search by device model (e.g. Lenovo IdeaPad 5 15ARE05) on the manufacturer's website.
- For discrete adapters: download from the website Intel, Realtek or Qualcomm.
- Remove the old driver via
Control Panel → Programs and Features(look for packages with the name Wireless or Wi-Fi). - Install the new driver and reboot.
If Wi-Fi stops working after an update:
- 🔄 Roll back the driver: in the Device Manager, select Properties → Driver → Roll Back Driver.
- 🔧 Install the driver manually:
- Download the driver in format
.inf. - In the Device Manager, select Update Driver Software → Browse my computer → Select a driver from the list.
- Click Install from disk and specify the path to
.inf-file.
- Download the driver in format
Where can I find drivers for rare adapters?
If there is no driver for your model on the laptop manufacturer's website (this applies to older devices), try:
1. Search for the driver VEN And DEV on the website DevID.info (driver database by hardware ID).
2. Use utilities like DriverPack Solution or Snappy Driver Installer (only download from official sources!).
3. For adapters Broadcom Sometimes drivers from are suitable Dell (for example, for DW1560 or DW1820A).
6. Checking for hardware faults
If none of these methods help, there may be a hardware issue. Here's how to check:
Signs of hardware failure:
- 🔌 The adapter has disappeared from the device manager (even in hidden devices).
- 🔄 Wi-Fi turns on, but after a few seconds it turns off with an error Code 43.
- 📶 The laptop does not see any networks, although other devices receive Wi-Fi normally.
- 🔧 The orange Wi-Fi indicator on the laptop case is lit (on some models HP And Dell this means a module error).
What to do:
- Check the antenna connections:
- On most laptops, the Wi-Fi module is located under a cover on the back (next to the cooler).
- The antennas are connected to the module with two thin wires (usually black and white). Make sure they are firmly seated in the connectors.
- Test the adapter on another device:
- If you have an external USB adapter, connect it to another PC.
- If the adapter is integrated, try booting into a Linux LiveCD (for example, Ubuntu) and check if Wi-Fi works there.
- On some laptops (ASUS ROG, MSIThe Wi-Fi module is powered by a separate controller. If it burns out, the adapter won't be detected.
- Symptom: Bluetooth does not work together with Wi-Fi (they are often located on the same module).
Critical Information: On laptops with modules Intel AX200/AX210 And Killer Wi-Fi A common issue is chip overheating, causing the adapter to shut down under high load. Check the temperature using HWMonitor - if it exceeds 80°C, the thermal pad needs to be replaced.
7. Additional diagnostic methods
If your Wi-Fi adapter is enabled but networks aren't showing up or the connection keeps dropping, the problem may not be with the adapter itself, but with your Windows or router settings. Let's check:
Checking Windows Services:
- 🔄 Open
services.msc(clickWin + R, enter the command). - Make sure the following services are running:
- WLAN AutoConfig Service (
WLAN AutoConfig) - Network connections (
Network Connections) - NetBIOS over TCP/IP Helper Module (
TCP/IP NetBIOS Helper)
- WLAN AutoConfig Service (
- If the service is disabled, right-click → "Launch".
Reset network settings:
- Open
Settings → Network & Internet → Status → Network reset. - Click "Reset now" and confirm.
- After rebooting, check if the networks appear.
IP Conflict Check:
- Open
Command lineand run:ipconfig /all - If next to
Wireless network adaptercostsMedia disconnected— the problem is in the driver or adapter. - If the IP address starts with
169.254.x.x— this means that the router is not assigning the correct address to your device (check the DHCP settings on the router).
FAQ: Frequently asked questions about enabling Wi-Fi in Device Manager
❓ Why is there no Wi-Fi adapter in the Device Manager?
If the adapter is not displayed even in hidden devices (enable them through the menu View → Show Hidden Devices), the reasons may be:
- The adapter is disabled in BIOS (see Section 2).
- Drivers are not installed (download them from the laptop manufacturer's website).
- Hardware failure (the cable is disconnected or the module is burnt out).
- On some laptops (Lenovo Legion, ASUS TUF) The Wi-Fi module can be disabled programmatically through the proprietary software (for example, Lenovo Vantage or MyASUS).
For diagnostics, connect an external USB Wi-Fi adapter. If it's detected, the problem lies with the integrated module.
❓ How do I turn on Wi-Fi if the "Enable" button is grayed out?
If the button is grey and does not press, try:
- Restart your computer - sometimes this will unlock your device.
- Check if the adapter is disabled in Task Manager → Performance → Ethernet (sometimes the Wi-Fi status is displayed there).
- Remove the device through the device manager, then click Action → Update hardware configuration.
- If nothing helps, the adapter is blocked at the BIOS level or is physically damaged.
❓ Is it possible to turn on Wi-Fi without Device Manager?
Yes, there are several alternative ways:
- 🔧 Through Control Panel:
- Open
Control Panel → Network and Internet → Network and Sharing Center. - Click "Change adapter settings".
- Find Wireless Network, right click and select "Turn on".
- Open
netsh interface set interface "Wireless Network" enable
(replace the adapter name with the current one from the command netsh interface show interface)
- Open
regedit(Win + R). - Go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc. - Make sure the parameter
Startequal2(automatic start). - 🔋 Energy saving:
- Open
Control Panel → Power Options → Change plan settings → Change advanced power settings. - Find "Wireless Network Adapter Settings" and put it out "Maximum performance".
- Open
- 🔄 Driver conflict:
- Uninstall the current driver and install the version from the manufacturer's website (not from Windows Update!).
- For adapters Realtek Sometimes rolling back to an older version of the driver helps.
- 📡 Interference from other devices:
- If a microwave, wireless headphones, or another router on the same channel is nearby, the adapter may lose connection.
- Try setting the channel manually on your router (for example,
6or11in the 2.4 GHz range).
- 🔥 Adapter overheating:
- On laptops with a metal case (MacBook Pro, Dell XPS) The Wi-Fi module may overheat.
- Try cooling your laptop (for example, by placing a book underneath it for better ventilation).
- 🖱️ Use on-screen keyboard:
- Open it through
Start → Ease of Access → On-Screen Keyboard. - Click
Fnon the on-screen keyboard, then the Wi-Fi power key (usuallyF2,F12or with an antenna icon).
- Open it through
- 🔧 Set up hot keys in BIOS:
- On some laptops (Lenovo, HP) you can reassign the function keys so that they work without
Fn. - Look for the option HotKey Mode or Action Keys Mode in BIOS.
- On some laptops (Lenovo, HP) you can reassign the function keys so that they work without
- 🔄 Use proprietary software:
- Install the utility from the manufacturer:
- Lenovo: Lenovo Vantage
- ASUS: MyASUS
- HP: HP Support Assistant
- Dell: Dell Mobile Connect
- These programs usually have a separate Wi-Fi switch.
- Install the utility from the manufacturer:
❓ Why does Wi-Fi turn on but then turn off immediately?
This is a problem for laptops with power-saving features. Causes and solutions:
❓ How do I turn on Wi-Fi on a laptop without a keyboard (if the Fn key doesn't work)?
If the key Fn + F2 (or another combination for Wi-Fi) does not work, try: