My laptop isn't detecting Wi-Fi: how to set it up and fix it

Many users are familiar with the situation when a laptop suddenly stops detecting wireless networks. The screen remains blank, and the connection icon in the system tray is either completely absent or displays a globe with a line through it, indicating that no connections are available. This can occur after an operating system update, a power surge, or a spontaneous software crash.

Before panicking and taking your device to a service center, it's worth performing a few DIY repairs. Diagnosing the problem It often takes less time than a trip to the repair shop, and in most cases, you can restore the module's functionality on your own. We'll walk you through the process, from simple reboots to in-depth system service configurations.

The first thing you need to do is rule out a simple hardware lock. On the case of many models HP, Lenovo, Dell and other brands, there's a physical switch or button with an antenna icon. Accidental touching could disable the radio module. It's also worth checking the keyboard's function keys; these are usually Fn + F2 or a combination with the key marked with a wireless icon. If the Wi-Fi indicator on the case goes out, the module has been disabled by both software and hardware.

In the operating system Windows 10 or Windows 11 Wireless adapter management is often duplicated in the software interface. Open the notification center by clicking the corresponding icon in the lower right corner of the screen and ensure the "Wi-Fi" button is enabled. If the slider is grayed out and doesn't toggle, this may indicate a deeper driver or service conflict.

⚠️ Attention: If your laptop is running on battery power and Wi-Fi goes out at this point, check your power saving settings. The system may have forcibly disabled the adapter to conserve battery power, and reactivating it requires pressing the power button again or connecting the charger.

In some cases, a simple device restart can help. This action clears the temporary memory buffer and forces a restart of all system services, including those responsible for network activity. If the problem persists after a restart, proceed to more detailed settings.

📊 Have you encountered the problem of Wi-Fi disappearing after a Windows update?
Yes, after a major update
Yes, but rarely
No, everything is stable with me.
I have Mac OS, it's different.

Checking the adapter status in Device Manager

The central hub for hardware management in Windows is the Device Manager. This is where you can see whether the operating system physically detects the wireless module. To access this section, right-click the Start menu and select the appropriate item from the list. In the window that opens, find the section Network adapters and open it.

If you see a device with a name containing the words Wireless, Wi-Fi, 802.11 or brands like Intel, Realtek, Qualcomm Atheros, which means the hardware is present. However, the status can vary. If the adapter icon has a yellow triangle with an exclamation point, it means the device is not working properly, most likely due to a driver error. If the adapter has a downward-facing arrow through it, it's simply disabled.

To fix the problem, right-click the problematic device. If the "Enable" option is available, select it. If the device displays an error, try selecting "Uninstall device." Don't be afraid to uninstall the driver; the next time you reboot, the system will attempt to automatically reinstall the default driver, which often resolves the version conflict.

☑️ Diagnostics in Device Manager

Completed: 0 / 4

It's important to understand the difference between a missing driver and one that's not working properly. In the former case, the list may show "Unknown Device," while in the latter case, the specific adapter may be malfunctioning. Error code, which can be found in the device's properties on the "General" tab, will prompt you for further action. Common codes include 10 (device cannot start) or 43 (Windows has stopped the device).

Managing Windows Network Services

A special background service in the operating system is responsible for detecting wireless networks. If it is stopped or its startup type is set to "Disabled," the laptop will physically be unable to scan the airwaves, even with a working driver. To check, go to the command menu by pressing Win + R, and enter the command services.msc.

In the list of services that opens, you need to find an element with the name WLAN AutoConfig Service (or WLAN AutoConfig (in the English version). Double-clicking this item will open the properties window. Here, we're interested in two parameters: startup type and current state.

Make sure that the Startup type drop-down list is set to AutomaticallyIf the service is stopped, click the "Start" button. After applying the settings, the system will begin the wireless interface initialization process, which may take a few seconds. During this time, the network icon in the system tray may blink or change appearance.

Service parameter Recommended value Impact on work
Service name WlanSvc Basic Wi-Fi Management Process
Launch type Automatically The service starts with Windows.
State In progress The module is active and scanning networks
Dependencies NDIS, Cryptography Required for encryption and data transfer

Sometimes the service may start but immediately stop due to a conflict with antivirus software or third-party network management utilities (for example, from the laptop manufacturer). In this case, it's worth temporarily disabling the third-party firewall or uninstalling the pre-installed connection managers, leaving control to Windows itself.

Resetting network settings and TCP/IP protocols

Accumulated errors in the TCP/IP protocol stack or incorrect DNS entries can prevent normal network searches. Modern versions of Windows have a convenient built-in tool for completely resetting network settings. You can find it in "Settings" (the gear icon in the Start menu) under Network and Internet.

At the very bottom of the network status page is a "Reset Network" link. Clicking this button will remove all installed network adapters and reset them to factory defaults. Firewall and VPN settings will also be reset. Afterwards, the system will require a reboot.

For more advanced users, a reset is available via the command line. Launch Terminal as administrator and enter the following commands one by one, confirming each one with Enter:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

These commands flush the DNS cache, reset routing tables, and refresh Winsock sockets, which often resolves issues where the laptop sees the network but cannot connect, or does not initiate a search at all.

⚠️ Attention: After performing a network reset, you will need to re-enter the passwords for all Wi-Fi networks you previously connected to, as the connection profiles will be deleted.

Setting up the adapter power plan

One common cause of unstable Wi-Fi is an aggressive power-saving policy. Windows may cut off power to the USB port or PCIe slot where the adapter is connected, considering it idle, leading to connection drops or the adapter disappearing.

To prevent the system from disabling the Wi-Fi module, return to Device Manager, find your wireless adapter, and open its properties. Go to the tab Power managementHere you need to uncheck the box next to "Allow the computer to turn off this device to save power."

If the "Power Management" tab is missing, it may mean that the driver doesn't support this feature or that the default Microsoft driver is being used. In this case, we recommend downloading and installing the original driver from the laptop manufacturer's website, as it often contains additional settings tabs.

It's also worth checking your overall power plan. Search for "Choose a power plan" and select "High performance." Power saving mode can artificially limit the Wi-Fi transmitter power, which reduces range and stability.