When a wireless module suddenly stops functioning, it catches any user by surprise. You turn on your laptop or PC, and the familiar network icon in the system tray is either completely missing or shows a red X. Instead of the familiar list of available access points, the system reports that there are no connections. This can happen after an operating system update, a power surge, or simply due to a software glitch.
Before you panic and take your device to a service center, it’s worth doing some self-diagnosis. diagnosticsIn most cases, the problem lies in software or misconfigurations, which are easily fixed. However, ignoring the issue can lead to complete module failure if the cause is overheating or physical damage.
In this article, we will examine in detail the algorithm of actions that will help you return Internet connection in the shortest possible time. We'll go from simple switch checks to in-depth registry and BIOS configuration. Understanding the nature of the failure is key to successfully restoring your device.
Initial diagnosis and physical examination
The first step should always be checking the physical integrity and accessibility of the device. If you're using an external USB dongle, try connecting it to a different port. Often, the problem lies in insufficient power to the specific USB port or its mechanical wear. For internal cards, especially in desktop computers, it's important to ensure the antenna is tightly screwed onto the port, as even the slightest looseness can cause signal loss.
Pay attention to the indicators. Many laptops have a wireless network activity LED. If it's off or orange, the module may be disabled by software or hardware. Check your keyboard for a dedicated button or key combination (often this is Fn + F2 (or a separate button with an image of an antenna) that activates flight mode.
⚠️ Attention: If after connecting a device an "Unknown device" with a yellow exclamation mark appears in Device Manager, this may indicate an IRQ conflict or a physical fault with the chip.
For desktop PCs with a PCI-E card, the issue may be a poor connection. Turn off the computer, unplug the power cable, and carefully remove the card. Clean the contacts with an eraser and reinsert the module until you hear a click. Sometimes, replacing the card in a different expansion slot can help to rule out a motherboard issue.
Analyzing the status in Device Manager
The most informative tool for initial analysis is the system hardware management utility. To access it, right-click the Start button and select the appropriate item from the menu. In the window that opens, find the section Network adapters and expand it. All network interfaces installed on the system are displayed here.
If your adapter is listed here but has a yellow triangle with an exclamation point next to it, it means the operating system sees the device but can't work with it correctly. Double-clicking the device will open the properties window, where the "Device Status" field will display an error code. The most common codes are 10, 28, 31, or 43. Code 10 often means the device can't start, while code 43 indicates a hardware failure that Windows can't handle.
In some cases, the adapter may disappear from the list entirely, hiding in the "Other Devices" section as an unknown device. This is a sure sign that the driver is missing or completely corrupted. It's also worth checking the "Events" tab in the device properties, where the driver loading log is kept. It may contain a specific reason for the failure, such as "Driver loading failed."
Hidden devices in the device manager
If the adapter isn't visible even in the hidden devices list, click "View" → "Show hidden devices" in the Device Manager menu. Gray icons indicate that the device has been removed or physically disconnected.
Installing and updating drivers
Absence or incorrect operation drivers — the most common cause of Wi-Fi problems. Windows 10 and 11 operating systems often find basic drivers on their own through the update center, but they may be outdated and not support all the features of your moduleFor full functionality, you must use the manufacturer's software.
The best way to find the right driver is to visit the official website of your laptop or motherboard manufacturer. Download the latest WLAN driver from the Support section for your device model. Pay attention to the operating system version and bit depth (x64 or x86). Installing drivers from generic aggregator websites can lead to instability or system infection.
If the affected PC doesn't have internet access, download the driver from another device and transfer it via USB. It's recommended to completely uninstall the old version before installing the new one. In Device Manager, right-click the adapter, select "Uninstall device," and check "Delete the driver software for this device." After rebooting, install the new driver.
☑️ Driver Update Checklist
Setting up a power plan
One hidden, yet very common, cause of unstable wireless connections is an aggressive power-saving policy. Windows can automatically disable the adapter to conserve battery power, after which it fails to properly wake it up. This leads to intermittent connection drops or complete network failures.
To fix this, go to Device Manager, open the properties of your Wi-Fi adapter, and find the "Power Management" tab. Here, uncheck "Allow the computer to turn off this device to save power." This will force the system to keep the module active at all times.
Additionally, it's worth checking your power plan settings in Control Panel. Go to "Power Options," select your active plan, and click "Change plan settings," then "Change advanced power settings." In the list that opens, find "Wireless adapter settings" and set it to Maximum Performance for both battery and plugged in mode.
⚠️ Attention: Disabling power saving mode may slightly increase your laptop's power consumption, but it is necessary for a stable connection, especially when working with large amounts of data or playing online games.
Resetting network settings and command line
When software conflicts accumulate, a simple reboot is often insufficient. The Windows network stack may contain invalid cache entries or incorrect IP address configurations. For a deep clean, use the command prompt, running as administrator. This resets all network settings to factory defaults.
Enter the command cmd In the search box, right-click "Command Prompt" and select "Run as administrator." Run a series of commands sequentially that will flush the DNS cache, reset the TCP/IP stack, and update the IP configuration. The system will generate a progress report after each command.
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running all the commands, be sure to restart your computer. If that doesn't help, Windows 10 and 11 have a built-in network reset feature. It's located in Settings → Network & Internet → Advanced network settings → Network reset. This will delete all saved Wi-Fi passwords and virtual adapter settings (such as those from a VPN), but is often the only way to restore the adapter.
Checking BIOS services and settings
Wireless networks in Windows are controlled by dedicated system services. If the "WLAN AutoConfig" service (WlanSvc) is stopped or its startup type is set to "Disabled," Wi-Fi will not work. You can check this by entering "WlanSvc" in the search bar. services.mscFind the desired service in the list, double-click it, and make sure the startup type is set to "Automatic" and the service is running.
Sometimes the module can be disabled at the BIOS/UEFI level. This often happens after resetting the BIOS settings or updating it. To check this, enter the BIOS when booting the computer (usually by pressing Del, F2, or F10). Find the section related to peripherals (Peripherals, Onboard Devices, or Advanced). There should be a setting for Wireless LAN or Wi-Fi Controller. Make sure it has the status Enabled.
Comparison table of solution methods
To make troubleshooting easier, we've organized the main approaches in the table below. This will help you choose the most appropriate method based on your symptoms.
| Method | Complexity | Efficiency | Risks |
|---|---|---|---|
| Rebooting the router/PC | Low | Average | No |
| Updating drivers | Average | High | Installing an incompatible version |
| Network reset (commands) | Average | High | Loss of saved passwords |
| BIOS setup | High | Critical | Incorrect system configuration |
Frequently Asked Questions (FAQ)
Why did my Wi-Fi adapter disappear from Device Manager?
This could happen for several reasons: the device is disabled in the BIOS, the contacts have become physically loose (especially in laptops after being dropped), or the driver has become so damaged that the system no longer recognizes the hardware. Another possible cause could be a module burning out due to a power surge.
Can an antivirus block a Wi-Fi adapter?
Yes, some third-party antiviruses and firewalls have built-in network protection modules that can conflict with Windows drivers or block network traffic, creating the illusion that the adapter is not working. Try temporarily disabling the protection for diagnostic purposes.
What should I do if the driver won't install and displays an error?
Try running the installer as administrator. If that doesn't help, use compatibility mode (right-click the installer → Properties → Compatibility). As a last resort, try installing an older, more stable version of the driver.
Does overheating affect the operation of the Wi-Fi module?
Absolutely. When the temperature gets too high, the chip may go into protection mode and shut down, or it may start to malfunction, resulting in low speeds and constant disconnects. Ensure proper ventilation for your device.