Wi-Fi adapter not found: causes and solutions

When the Wi-Fi icon suddenly disappears on a computer, and the message "Wi-Fi adapter not found" appears in the list of available networks, it can be disconcerting for any user. This isn't just a temporary connection failure, but a fundamental error indicating that the operating system has stopped recognizing the physical device itself or its software emulator. The computer may be functioning properly, but its wireless network access is now blocked, as if a switch inside the computer has been flipped.

The causes of such a malfunction range from a simple software driver error to a physical failure of the communication module. Most often, the problem stems from a Windows update conflict or an improper system shutdown, which results in the loss of hardware configuration. However, hardware defects such as overheating or oxidized contacts also cannot be ruled out, especially on laptops that are frequently moved.

In this article, we'll walk you through a step-by-step process to restore your wireless connection. We'll cover everything from simple software checks to more complex registry and BIOS manipulations to rule out all possible causes of the problem.

Primary diagnostics and equipment testing

Before delving into the intricacies of operating system settings, it's important to ensure the physical components are in good working order. Users often forget about simple things like the mechanical switch on the laptop case or the key combination that completely disables the Wi-Fi module. Check the edges and sides of the device for sliders with an antenna symbol, as well as a row of function keys. F1-F12On many models HP, Lenovo And Asus They are responsible for disabling wireless interfaces, sometimes in combination with the key Fn.

If you're using a desktop PC with an external USB adapter, try connecting it to a different port. It's preferable to use the connectors on the back of the motherboard, as they provide more stable power and direct contact with the controller. The front ports on the case, when connected to extension cables, may not provide sufficient voltage to operate the receiver, which the system will interpret as a missing device.

For integrated modules that aren't visible even in hidden devices, a full static discharge cycle is helpful. Turn off the laptop, unplug the charger, and, if possible, remove the battery. Press and hold the power button for about 15-20 seconds. This discharges the capacitors on the motherboard and may revive a frozen controller.

⚠️ Attention: If, after all the manipulations with rebooting and reconnecting, the device is not detected in any operating system (for example, when booting from LiveUSB), there is a high probability of physical damage to the module or antenna cable inside the case.

A visual inspection of the ports is also a good idea. There shouldn't be any dust, oxidation, or bent contacts inside the USB connector. Mechanical damage to the interface often causes the USB controller to stop scanning for connected devices, and the adapter disappears from the list of available devices.

Analyzing the status in Device Manager

The primary tool for diagnosing hardware in Windows is Device Manager. To open it, right-click the Start button and select the appropriate option or enter the command devmgmt.msc in the Run window. In the window that opens, find the "Network adapters" section and expand it. If the Wi-Fi module is working properly, you'll see its name containing the words Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, Qualcomm.

The situation could unfold in several ways. If the adapter is present, but its icon displays a yellow triangle with an exclamation point, this indicates a driver error or resource conflict. Double-clicking the device will open the properties window, where the "General" tab will display the error code, for example, Code 10 or Code 43These codes indicate that the device cannot start, which is often resolved by reinstalling the driver.

If the wireless device isn't listed in the "Network Adapters" list, go to the "View" menu and enable "Show hidden devices." If the adapter appears but its icon is translucent, the system "remembers" it but doesn't see it right now. Try deleting the device (right-click → Uninstall device), then select "Action" → "Scan for hardware changes" from the top menu.

Sometimes the adapter is hidden in the "Other devices" section as an "Unknown device." This is a sure sign that the driver has completely failed or is corrupted. In this case, you should download the latest software from the official website of the laptop or motherboard manufacturer using another device with internet access.

What is error code 43?

Error code 43 means that Windows has stopped this device because it has reported problems. This could be caused by a temporary power outage, a driver error, or physical damage to the chip. A complete static discharge often resolves the issue.

For a more in-depth check, you can use the command line. Launch Terminal as administrator and enter the command netsh wlan show driversIf you receive the message "WLAN AutoConfig service is not running" or "Wireless network interface not found," the problem lies deeper than the system settings.

Working with drivers: updating and rolling back

A driver is the intermediary between the hardware and the operating system. If this bridge is broken, communication is impossible. The standard "Update Driver" procedure in Device Manager often proves futile, as Windows offers an already installed but non-functional version. The most effective solution is a complete reinstallation.

First, uninstall the current driver and software. In the Uninstall a device window, check "Delete the driver software for this device." Then, restart your computer. Windows will attempt to install the default driver upon startup. If this fails, manually install the previously downloaded installation file.

An interesting detail: sometimes the latest driver version contains errors or is incompatible with the current Windows update. In such cases, rolling back to the previous version helps. In the device properties (Driver tab), there's a "Roll Back" button. If enabled, the system will save the previous working copy, which often resolves the issue of the adapter suddenly disappearing after an OS update.

  • 🔹 Download drivers only from the official websites of the manufacturers (Intel, Realtek, laptop support site), avoiding third-party collections.
  • 🔹 Before installing a new driver, be sure to remove the old one to avoid library file conflicts.
  • 🔹 Pay attention to the system architecture (x64 or x86), the wrong version will simply not install or will cause a crash.

☑️ Checking drivers

Completed: 0 / 5

It's also worth paying attention to the driver's power settings. In the adapter properties, go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power." This will prevent the system from putting the module to sleep and unable to wake it.

Configuring Windows Network Services

Even with working hardware and drivers, Wi-Fi won't work if the system service responsible for wireless connections is disabled. In Windows, it's called "WLAN AutoConfig Service" (WLAN AutoConfig). To check, click Win + R, enter services.msc and find this item in the list.

Double-click the service. The startup type should be set to "Automatic." If the service is stopped, click "Start." Sometimes a service starts but stops again after a few seconds. This may indicate corrupted system files or a blocking by an antivirus program.

It's also worth checking dependencies on other services. In the "Dependencies" tab, make sure that the required components (e.g. NDIS Usermode I/O Protocol) are also active. A failure in the underlying network protocols may block adapter initialization.

⚠️ Attention: Service interfaces and names may vary slightly across different versions of Windows (10, 11). If you can't find a service, search within the Services window or check the list of critical system processes.

At the same time, check the adapter settings in the Control Panel. Go to Control Panel → Network and Internet → Network and Sharing Center → Change adapter settings. If the "Wireless Network" icon is grayed out and labeled "Disabled," right-click it and select "Enable." If the icon is missing, return to checking the drivers.

Resetting network settings and working with the registry

When standard methods fail, drastic measures are necessary. Windows 10 and 11 have a powerful network reset tool built into them that removes and reinstalls all network adapters, as well as resets network components to their original settings. You can find it in Settings → Network & Internet → Advanced network settings → Network reset.

After clicking "Reset Now," your computer will restart in 5 minutes. This will flush the DNS cache, reset the IP configuration, and delete saved Wi-Fi passwords. This often resolves issues caused by accumulated TCP/IP configuration errors.

A more complex method is to check the registry for "garbage" entries about non-existent devices. In the thread HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc You can check the startup parameters, but only experienced users should edit the registry. A single error can lead to instability in the entire system.

You can also try manually deleting the keys responsible for network profiles if the issue only occurs with certain access points, but this rarely helps with the general "adapter not found" issue. A full reset through Windows settings is the best solution.

Checking BIOS/UEFI and hardware limitations

If software solutions fail, the problem may lie in the motherboard firmware. The BIOS/UEFI has a setting that allows you to enable or disable the integrated Wi-Fi and Bluetooth modules. Resetting the BIOS or updating the firmware may have reset these settings to the factory defaults, which may have disabled the module.

To enter BIOS, press the key when booting the computer. F2, Del or F10 (depending on the manufacturer). You need to find the section called Advanced, Configuration or Security. Look for points Wireless LAN, WLAN Device or Onboard Devices. Make sure the value is set to Enabled.

Manufacturer BIOS partition Option name Required value
Asus Advanced Onboard Devices Configuration WLAN Controller: Enabled
HP System Configuration Device Options Internal WLAN: Enable
Dell Wireless Wireless Switch Enable WLAN
Lenovo Config Network Wireless LAN: Enabled

Some corporate laptops have security features that block changes to wireless network settings from the operating system. If the BIOS is hard-coded, no driver will help. It's also worth checking the BIOS version—manufacturers sometimes release updates that improve compatibility with certain Wi-Fi modules.

📊 Where do you most often encounter Wi-Fi problems?
On a laptop at home
On a desktop PC
In a public place
On a tablet or phone

Keep in mind that in rare cases, the Wi-Fi module may be physically disconnected inside the case. On some laptops, after cleaning dust or replacing the hard drive, technicians forget to connect the thin antenna wires (black and white) to the module or forget to insert the module itself into the Mini-PCIe/M.2 slot.

Frequently Asked Questions (FAQ)

Why did my Wi-Fi adapter disappear after a Windows update?

Windows updates often replace generic drivers with custom versions that may conflict with specific hardware. An update may also change security policies or registry settings that block the device. Solution: Roll back the driver or uninstall the update that caused the problem.

Can a virus disable a Wi-Fi adapter?

Yes, some malware blocks network access to prevent downloading antivirus databases or data transfer. They can disable services, change registry settings, or block drivers. A full system scan with an antivirus program is recommended.

Will buying a new USB adapter help if the built-in one burns out?

Yes, this is a great solution. An external USB adapter will take over the functions of the built-in one. Once the new device is connected, Windows will install its own driver, and Wi-Fi will work. You can even disable the built-in module in the BIOS to avoid conflicts.

What should I do if the Wi-Fi button has disappeared from the notification center?

This is because the system doesn't recognize the adapter. Until the adapter appears in Device Manager (even with an error status), the button won't appear in the interface. The problem needs to be addressed at the driver or hardware level, not the interface.