When a computer stops detecting a Wi-Fi adapter, it often takes users by surprise. Just yesterday, the internet was working reliably, but today the wireless network icon has disappeared, or a red X appears in the list of available connections. This is a common problem that can be caused by a software glitch or physical hardware damage. In most cases, there's no need to panic, as the solution often lies in faulty drivers or an accidental change to the power settings.
Before contacting a service center, it's worth conducting a self-diagnosis. Modern operating systems have powerful self-diagnosis tools, but they can't always pinpoint the root of the problem. Understanding how hardware and a software shell will help you quickly restore access to the global network. We'll cover all possible scenarios, from simple reboots to complex registry manipulations.
It's important to immediately determine the scope of the problem: is it just Wi-Fi that's gone, or are all network connections lost? If the cable connection (Ethernet) is also down, the problem may be deeper than just the wireless module. However, if the cable internet is functioning normally, but the Wi-Fi module isn't detected by the system, the suspects narrow down to drivers, Windows services, and physical switches.
Initial diagnosis and physical examination
The first step should always be a simple but effective check of the physical connection and condition of the hardware. Users often forget that there may be mechanical switches on the laptop or system unit. On many laptop models, especially business-class series ThinkPad or HP ProBookThere's a dedicated slider on the side or front edge that disables wireless modules. Accidentally moving it results in the adapter completely disappearing from the system.
It's also worth paying attention to the keyboard's function keys. Combinations like Fn + F2, Fn + F12 Or others marked with an antenna icon can block Wi-Fi software. Unlike a mechanical switch, the system can see the adapter, but its status will be marked as "Disabled." Check the indicator lights on the keyboard: if the light is orange or red instead of blue or white, the module is blocked.
- 🔍 Inspect the device's body for physical Wireless or WLAN sliders.
- ⌨️ Try pressing the key combination with the image of an antenna or an airplane.
- 💡 Check the network status indicators on your keyboard or case.
- 🔌 If you are using a USB adapter, try connecting it to a different port.
If you are using an external USB adapter, the problem may lie with the port itself. Try switching the device to a USB 2.0 port if it's connected to 3.0, or vice versa. Sometimes the front panel ports on the system unit don't receive enough power to support the network card, so connecting directly to the motherboard from the rear often solves the problem.
⚠️ Attention: If Wi-Fi has disappeared after reinstalling the operating system, most likely the system simply lacks the necessary driversIn this case, the adapter may appear in Device Manager as "Unknown Device".
Checking drivers through Device Manager
The most likely reason why a computer isn't detecting a Wi-Fi adapter is software-related. A driver is the intermediary between the operating system and the hardware. If it's damaged, outdated, or conflicts with other components, the adapter stops responding. To diagnose the issue, open Device Manager. You can do this by right-clicking the Start button and selecting the appropriate option, or by entering the command devmgmt.msc in the Run window.
In the window that opens, find the "Network Adapters" section. If your Wi-Fi module is listed there but marked with a yellow exclamation point, it means the system detects it but can't use it properly. The error code, which can be found in the device properties (under the "General" tab), will help you find the problem. Error codes 10, 28, or 43 are common. Code 43, for example, often indicates that the device has reported problems, which could be a software bug or a sign of a physically damaged chip.
If your device isn't listed in the "Network Adapters" list, look in the "Other Devices" section. There might be an entry named something like "Network Controller" or "802.11n WLAN Adapter" with a yellow triangle. This is your adapter without a driver. You should also check the "View" tab -> "Show Hidden Devices." If the adapter is listed but is semi-transparent, it may have been disabled previously and is now inactive.
☑️ Actions in Device Manager
To resolve this, try uninstalling the device (right-click -> Uninstall device), checking "Delete the driver software for this device" if prompted. Then, click "Action" -> "Scan for hardware changes" in the menu. The system will attempt to re-detect the adapter and install the default driver. If this doesn't work, you'll need to download the latest software from the official website of the laptop or motherboard manufacturer using another device with internet access.
Power Settings and Windows Services
The Windows operating system strives to conserve energy, and sometimes its overzealousness leads to the shutdown of important components. The power-saving feature can put the Wi-Fi adapter into sleep mode, from which it cannot wake up on its own. To check this, open the properties of your wireless adapter in Device Manager and go to the "Power Management" tab. There, uncheck "Allow the computer to turn off this device to save power."
Another critical component is Windows services. Wireless networks are managed by the service WLAN AutoConfigIf it is stopped or its startup type is changed, Wi-Fi will not work. You can open the list of services with the command services.mscFind "WLAN AutoConfig Service" (or WLAN AutoConfig) in the list. Make sure the startup type is set to "Automatic" and the service is running. If it is stopped, click "Start."
- 🔋 Disable power saving for the network adapter in Device Manager.
- ⚙️ Check the status of the WLAN AutoConfig service via
services.msc. - 🔄 Restart the Network Connection Manager service.
- 🛠 Use the network reset command to restore the settings.
It's also worth checking the "Network Connection Manager" service. Stopping it may cause the network icon to disappear from the system tray, although the adapter itself will remain functional. In rare cases, registry issues can prevent network components from starting. For a quick solution, you can use the built-in troubleshooter, which will automatically check the status of services and key registry settings.
⚠️ Attention: Service interfaces and names may vary slightly depending on the Windows version (10, 11) and localization installed. Always refer to the service names or codes if the interface is translated incorrectly.
Resetting the TCP/IP stack
If simple methods don't help, open a command prompt as administrator and enter: netsh int ip reset . This will completely reset the network stack settings.
Problems after updating the system or BIOS
Wi-Fi loss often occurs immediately after a major Windows update or motherboard BIOS update. Updates can contain bugs or incorrectly replace system files. In the case of BIOS, a new microcode version can change the way peripherals are controlled, leading to conflicts with older drivers. If the problem occurred after an update, a driver rollback is the logical next step.
In the device properties in Device Manager, on the "Driver" tab, there's a "Roll Back Driver" button. It's only active if a different driver version was previously installed. This allows you to revert to a working version of the software. If the button is grayed out, you'll have to manually search for the previous stable version on the manufacturer's website. Don't rely on automatic driver installers, as they often install the latest, but not the most stable, version.
If you have BIOS issues, resetting the BIOS/UEFI settings to factory defaults (Load Optimized Defaults) can sometimes help. Enter the BIOS when your computer boots (usually by pressing Del, F2 or F10) and find the corresponding item. Also, make sure that the Wi-Fi module itself or the interface it's connected to (such as a PCIe slot or USB controller) isn't disabled in the BIOS settings.
Table of error codes and their meanings
When troubleshooting through Device Manager, you may encounter various error codes. Understanding their meaning will save you time and allow you to quickly find the right solution. Below is a table of the most common errors related to network adapters.
| Error code | Description of the problem | A probable solution |
|---|---|---|
| Code 10 | The device cannot start | Reboot, roll back driver, check for resource conflicts |
| Code 28 | Drivers not installed | Installing drivers from the manufacturer's official website |
| Code 43 | Windows has stopped the device (request failed) | Complete driver removal, power supply check, possible failure |
| Code 45 | The device is disabled | Reconnect the device (for USB), check the physical switches |
Code 43 is one of the most annoying, as it's often general. It could mean the adapter has overheated, experienced a power surge, or simply frozen. For USB adapters, completely powering down the computer (unplugging the power cord for 1-2 minutes) can help, draining any residual current from the ports.
If none of the software methods help, and the adapter continues to return errors or isn't detected at all, there's a high probability of a physical problem. In laptops, Wi-Fi modules are often connected via a Mini-PCIe or M.2 slot. The contacts may have oxidized or become loose. Carefully reinstalling the module (requiring disassembling the laptop) sometimes restores it to normal.
⚠️ Attention: If your laptop is under warranty, disassembling it yourself and removing the Wi-Fi module may void the warranty. In this case, it's best to contact an authorized service center.
Radical measures and equipment replacement
Once the software has been exhausted, the only thing left to do is check the integrity of the hardware. If a built-in module has burned out or failed, it can be replaced. For laptops, these are often modules of the following format: Mini PCIe or M.2 (Key A/E)It is important to purchase models that are compatible with your laptop, as some manufacturers (e.g. HP, Lenovo) use a BIOS "whitelist" to block unauthorized cards from working.
The simplest and most reliable solution for a desktop PC or laptop with a non-functional built-in module is to purchase an external USB Wi-Fi adapter. Modern models of the standard AC1200 or AX (Wi-Fi 6) They provide speeds comparable to embedded solutions and don't require opening the case. They are recognized by the system as a new device and operate reliably.
- 🛒 An external USB adapter is the fastest solution if the built-in one breaks.
- 🔧 For laptops, it is possible to replace the Mini-PCIe module with a similar one.
- 📡 Make sure that the new adapter supports the required frequencies (2.4 and 5 GHz).
- 💻 Check the adapter's compatibility with your version of Windows.
In conclusion, the problem of a missing Wi-Fi adapter is solvable in 90% of cases. Start with simple steps: rebooting and checking the switches. Then move on to drivers and services. Only if all else fails should you consider repairs or purchasing new hardware. Regularly updating drivers and being careful with system updates will help avoid similar situations in the future.
☑️ Final check
Why did my Wi-Fi adapter disappear after a Windows update?
Windows updates often contain new versions of the system kernel, which may be incompatible with older drivers. The system automatically removes the "problematic" driver, but it can't always find and install a new one, especially if there's no internet connection yet. Solution: download the driver in advance on another device or use your phone as a USB modem for the initial installation.
Can a virus disable a Wi-Fi adapter?
Yes, some types of malware can block network connections or change registry settings to prevent network access (for example, to block antivirus updates). Scan with an antivirus scanner and reset network settings with the command netsh winsock reset can help.
What should I do if the adapter is detected but does not search for a network?
Check if Airplane Mode is enabled. Ensure the WLAN AutoConfig service is running. Also, try changing the broadcast channel on your router (for example, to 1, 6, or 11 for 2.4 GHz), as the adapter may not see certain channel ranges due to regional settings.
How to check if the Wi-Fi module is burned out?
If the adapter shows up in Device Manager with code 45 (disabled) even after reinstalling the drivers and resetting the BIOS, and it's physically present on the motherboard (in the case of a PC) or in the slot (in the case of a laptop), there's a high probability of hardware failure. Only replacing the adapter with a known-good module will provide a definitive diagnosis.