What to do if your laptop doesn't show WiFi: A complete guide

A situation where the wireless network icon on a laptop suddenly disappears or the device stops seeing available connections is one of the most common problems in today's digital environment. A user may find that WiFi indicator The device disappears from the system tray, and the list of available networks is completely empty, instantly cutting off communication with the outside world. This often happens after an operating system update, a power surge, or accidentally pressing a key combination that locks the module.

The reasons for this behavior can range from a simple software glitch to a physical failure. Wi-Fi module inside the device's casing. It's important not to panic, as in most cases the problem can be resolved using software without the need to contact a service center. In 85% of cases, the problem lies in a failure of the WLAN AutoConfig service or a driver conflict after a Windows update.

Before undertaking complex registry or BIOS manipulation, it's essential to perform a basic hardware diagnostic. This will save time and accurately determine whether we're dealing with a hardware failure or a software glitch. Below, we'll detail the steps needed to restore your wireless connection.

Primary diagnostics and testing of physical switches

The very first step, often overlooked even by experienced users, is checking the physical condition of the wireless switches. On many laptop models, especially business series Lenovo ThinkPad or HP ProBook, there are hardware switches or special function keys for quickly disabling radio modules. If such a switch is set to the "Off" position, the operating system may not detect the adapter at all.

Pay attention to the keyboard: usually one of the function keys (F1-F12) has an icon of an antenna or airplane. Pressing this key, sometimes in combination with the Fn, switches the module's state. In some cases, the system may become stuck in the off state, requiring a double-click or holding the button for 3-5 seconds to force activation.

⚠️ Note: On some laptop models, disabling WiFi via the physical switch completely cuts power to the module, causing it to disappear from Device Manager. Make sure the switch isn't accidentally moved.

It's also worth checking the indicators on the laptop case. If the LED responsible for wireless communication is orange or off entirely, this is a clear sign that the module is not receiving power. In rare cases, static electricity can cause a false trip, so remove the battery (if removable) and unplug the power supply for a couple of minutes.

📊 What is your WiFi indicator status?
Lights up blue/green
Lights up orange/red
It doesn't burn at all
There is no indicator, only an icon on the screen

If the physical buttons and indicators are working properly but the network icon is still missing, we'll move on to the software. Make sure Airplane Mode is disabled in Windows Quick Settings, as it overrides all other connection settings.

Checking the adapter status in Device Manager

The primary hardware diagnostic tool in the Windows operating system is Device Manager. To access it, right-click the Start button and select the appropriate item, or use the command devmgmt.msc in the Run window. In the window that opens, we're interested in the Network Adapters section.

Expand the list and look for a device whose name contains the words Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, Qualcomm AtherosIf there's no such device at all, and only "Ethernet Controller" or "Bluetooth Device" is present, this is a warning sign. The computer isn't physically detecting the network card, which could indicate loose contacts inside the case or a burned-out chip.

If a device is found but there's a yellow exclamation point or downward-pointing arrow next to it, the situation can be fixed. The arrow means the device is disabled by software—just right-click it and select "Enable." A yellow symbol with an error code (such as code 10, 28, or 43) indicates driver issues or resource conflicts.

  • 🔍 Code 10: The device cannot start, often resolved by rebooting or updating the driver.
  • 🔍 Code 28: Drivers not installed, manual software installation required.
  • 🔍 Code 43: Windows reported a device failure and may require a static discharge.

If the adapter isn't listed, try refreshing the hardware configuration. In the Device Manager menu, select "Action" → "Refresh hardware configuration." The system will attempt to scan for changes and may detect an "Unknown device," which is your missing module.

What should I do if my adapter is shown as "Unknown Device"?

If you see an "Unknown Device" with a yellow icon in the list, it's most likely your WiFi module without drivers. Right-click → Properties → Details → Hardware IDs. Copy the top line and search for it on another device with internet access to find the exact chip model and download the driver from the laptop manufacturer's official website.

Installing and updating network adapter drivers

Missing or incorrectly installed drivers are the most common cause of Wi-Fi failure. Even if the adapter appears correctly in Device Manager, an old or corrupted driver file may be blocking its operation. It's best to download drivers from the laptop manufacturer's official website, entering the exact device model, as generic Windows drivers don't always work correctly with specific hardware.

The update process can be started automatically through Device Manager. Right-click the adapter and select "Update driver" → "Search automatically for driver software." However, this method is often ineffective if the laptop doesn't have internet access. In this case, you'll need to use another PC or smartphone to download the installation file and transfer it via USB.

A more reliable method is to completely reinstall the driver. Select "Uninstall device" from the adapter's context menu, check "Delete the driver software for this device" (if available), and restart the laptop. Upon startup, the system will attempt to reinstall the default driver, which often resolves software conflicts.

For laptop owners ASUS, Acer And Dell There are special management utilities (for example, MyASUS or Dell SupportAssist), which can independently find and install current versions of software for all system components, including network modules.

☑️ Driver Update Checklist

Completed: 0 / 5

If the problem persists after reinstalling the drivers, the software version may be incompatible with the current Windows build. Try finding a driver released after the release date of your OS version, or, conversely, a more stable version from last year.

Configuring Windows services and power options

A special system service is responsible for wireless networking in Windows. If it's disabled or malfunctioning, the WiFi icon disappears and network settings become inaccessible. To check, click Win + R, enter services.msc and find the service in the list WLAN AutoConfig.

Make sure the startup type is set to "Available" and the service is running. If it's stopped, click "Start." It's also worth checking the "Remote Access Connection Manager" service; although it's less likely to affect standard WiFi, stopping it can cause cascading errors in the network stack.

The second important aspect is the power plan. Windows may turn off the WiFi adapter to save power, especially when running on battery power, and not wake it up. Go to Device Manager, open the adapter's properties, go to the "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power."

⚠️ Warning: Changes to system services and the registry may affect other network functions. We recommend creating a system restore point before making any changes.

Additionally, check your power plan settings in Control Panel. Under "Power Options" → "Change plan settings" → "Change advanced power settings," find the "Wireless adapter settings" section and set it to "Maximum performance."

Resetting network settings and command line

When simple methods fail, you have to resort to the "heavy artillery"—a complete network reset. In Windows 10 and 11, this can be done through the graphical interface: Settings → Network & Internet → Status → Network Reset. This will delete all saved passwords and VPN profiles and restore network components to factory settings.

A more thorough reset can be performed via the command line. Launch Terminal as administrator (right-click Start → Windows PowerShell (Administrator) or Command Prompt (Administrator)) and run the following commands to clear the cache and reset the protocols.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After running these commands, be sure to restart your computer. Operation netsh winsock reset This is especially important because it restores the Winsock socket directory, damage to which often leads to the disappearance of network interfaces.

If this doesn't help, check for any third-party WiFi management programs installed on the system (for example, older utilities from the adapter manufacturer), which may conflict with the standard Windows controls. Removing them often returns control of the module to the operating system.

Diagnostics via BIOS and physical condition check

In the most difficult cases, when the adapter is not visible anywhere, it is worth looking in the BIOS/UEFI. When the laptop boots, press F2, Del or F10 (depending on the model) to enter the settings menu. In the sections Advanced, Configuration or Security look for items related to Wireless, WLAN Device or Network AdapterMake sure your device isn't locked at the firmware level.

Sometimes resetting the BIOS settings to factory defaults helps (Load Optimized Defaults). This may fix resource allocation errors that caused the motherboard to "lose" connected devices. Save your changes and exit.

If software solutions have failed and the adapter isn't detected even in the BIOS or Device Manager (even as an unknown device), there's a high probability of a physical problem. This could include loose antenna wires, oxidized contacts, or a faulty WiFi chip, which is often soldered to the motherboard or connected via a Mini-PCIe/M.2 slot.

Symptom Probable cause Solution
The adapter is not visible in Device Manager. Disabled in BIOS or physical defect Checking the BIOS, disassembling the laptop
Error code 10 or 43 Driver failure or static charge Reset static voltage, reinstall driver
The icon is there, but no networks were found. WLAN service stopped Starting the WLAN AutoConfig service
There is a network, but no internet DNS or router problems Network reset, router check

In modern Ultrabooks, replacing a module can be difficult due to the tight packaging, so in the event of physical failure, it's often easier and cheaper to use an external USB WiFi adapter, which will instantly solve the problem of no wireless connection.

Why did WiFi disappear after a Windows update?

Windows updates often contain new driver versions or kernel changes that can conflict with the software installed for your network adapter. This is especially common when upgrading between major versions (for example, from Windows 10 to 11). The system may automatically replace a working driver with a "newer" but less stable one, or it may disrupt the registry settings responsible for device identification.

Can a virus disable WiFi on a laptop?

Yes, some types of malware can block network connections, change DNS settings, or disable network adapters to prevent antivirus updates or data transfer. If you suspect a virus, scan your system with specialized utilities (such as Dr.Web CureIt! or Malwarebytes) in Safe Mode.

How to temporarily solve the problem without repairs?

If the built-in module has burned out, the quickest solution is to buy an external USB WiFi adapter. They are compact, inexpensive, and often faster than older built-in modules. Simply plug it into a USB port, install the driver (if necessary), and your wireless network will be back on.