When a laptop or PC suddenly stops detecting available wireless networks, it can catch you off guard at the most inopportune moment. Often, the user discovers the problem simply by looking at the taskbar, where the familiar connection icon has disappeared or is crossed out with a red X. This doesn't always indicate a failure of expensive hardware, as in most cases, the problem is software-related.
Before taking the device to a service center, it is worth carrying out a number of diagnostic measures, which often return functionality Communication module. Errors can be caused by an operating system update, accidentally disabling a service in Device Manager, or even a power failure in the adapter itself. Understanding the nature of the problem will help quickly restore access to the global network.
In this article, we'll cover a detailed procedure, from simple checks to complex registry manipulations. You'll learn how to differentiate between software conflicts and hardware failures, and how to reinstall them correctly. drivers Without data loss. Carefully following the instructions will save you time and money.
Primary diagnostics and physical inclusion
The most common, yet often overlooked, reason for a lack of network connectivity is a mechanical module disconnect. On many laptops, especially business-class ones, Lenovo ThinkPad or older models HP, physical switches are still present. They can be located on the end faces or even on the front panel. Sliding such a slider to the OFF position completely cuts off power to the antenna, and the system stops responding to nearby networks.
Additionally, manufacturers often implement software locking via key combinations. Typically, this is a function key. Fn in combination with one of the keys of the row F1-F12, which depicts an antenna or an airplane. Pressing this combination puts the network adapter into power-saving or "airplane" mode. In this state, the operating system considers the device to be offline and does not attempt to scan the airwaves.
⚠️ Note: On some gaming laptops, Wi-Fi control may be located in a separate proprietary app (e.g., Alienware Command Center or MSI Dragon Center). Check if it's set to "Silent" or "Airplane" mode, which blocks all wireless connections.
It's also worth checking the status of the indicators on the case. If the light responsible for wireless communication is off or orange instead of white/blue, this is a clear sign that the module is disabled. In desktop PCs with USB dongles, the problem may lie in a faulty port. Try reconnecting the receiver to the connector on the back of the motherboard, avoiding USB hubs, which may not provide sufficient signal. voltage.
Checking the adapter status in Device Manager
If the physical buttons have been verified, the next step is to analyze how the operating system sees the hardware. To do this, open Device Manager. Right-click the Start menu and select the appropriate item, or use the shortcut Win + XIn the window that opens, we're interested in the "Network Adapters" section. Expand it to see a list of installed hardware.
Ideally, you should see the name of your module containing the words Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, Qualcomm AtherosIf you see a yellow exclamation point or a downward-pointing arrow instead of the device name, this indicates a problem. The arrow means the device is disabled by software, while the exclamation point indicates a driver conflict or error.
Error codes in Device Manager
If you see Code 10, it means the device cannot start. Code 43 indicates that Windows has stopped the device due to problem messages. Code 28 indicates that there are no drivers installed.
Try right-clicking the problematic device and selecting "Enable" if it's disabled. If that doesn't help, select "Uninstall device," checking the box to remove the driver software (if available in your version of Windows), and then restart your computer. Upon startup, the system will attempt to automatically find and install the default driver. driver, which often solves the problem of version conflicts.
☑️ Actions in Device Manager
Windows Power and Services Settings
The Windows operating system strives to conserve energy, and sometimes its algorithms are overly aggressive, disabling the network adapter to reduce consumption. This can lead to the adapter falling asleep and not waking up to scan for networks. To eliminate this factor, go to the properties of your Wi-Fi module in Device Manager, open the "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power."
Another critical component is the WLAN AutoConfig service. If it is stopped, network scanning becomes impossible. Click Win + R, enter services.msc and press Enter. Find the "WLAN AutoConfig" service in the list. Make sure the startup type is set to "Automatic" and the service is running. If it is stopped, click "Start."
It's also worth checking your power plan settings. In the Control Panel, go to "Power Options," select your active plan, and click "Change plan settings," then "Change advanced settings." Under "Wireless adapter settings" → "Power saving mode," select "Maximum power saving mode." performance" This will prevent the signal strength from dropping or the module from turning off when running on battery power.
Updating and reinstalling drivers
The most common reason a computer can't detect a Wi-Fi network is incorrect device software. Drivers can become corrupted as a result of a failed Windows update, a virus attack, or a conflict with new software. The best solution is a complete reinstallation. Don't rely on automatic detection in Device Manager, as Windows often offers basic, limited versions of drivers.
You need to download the latest driver from the official website of your laptop or motherboard manufacturer. If you don't have internet access on this PC, use another computer or smartphone. Search for the device model by the exact code (e.g., ASUS ROG Strix G15 or Dell XPS 13) in the "Support" or "Drivers" section. Download the file for your operating system version (Windows 10/11, x64).
⚠️ Important: When installing drivers, disable your antivirus software during the process. Sometimes security software blocks changes to network stack system files, leading to installation errors.
After downloading, run the installer as administrator. If installation is not possible due to an existing version, first uninstall the old software via Control Panel → Programs and Features. After uninstalling, be sure to restart your computer and only then install the new package. This ensures that no remnants of the old configuration remain in the registry, which could be causing the issue. conflicts.
Resetting network settings and command line
If driver manipulation doesn't help, there may be a buildup of configuration errors in the Windows network stack. Resetting the settings to factory defaults often works wonders. In Windows 10 and 11, this can be done through the graphical interface: Settings → Network & Internet → Advanced network settings → Network reset. Click "Reset now" and confirm. The computer will restart in 5 minutes.
A more thorough reset can be performed via the command line. Launch Terminal as administrator (search for "cmd," right-click → Run as administrator). Enter the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
These commands clear the DNS cache, reset the TCP/IP protocol, and restore the Winsock directory, which is responsible for network connections. After running all commands, you must reboot systems. This method is especially effective if the adapter sees networks but cannot connect, or if the network list is empty due to software services freezing.
Hardware issues and band compatibility
Sometimes the problem isn't software-related, but hardware incompatibility. Modern routers often operate in the 5 GHz band, while older network adapters only support 2.4 GHz. If your laptop is more than 10 years old, it may not be able to physically "see" newer network standards. Check the adapter's specifications for standard support. 802.11ac or 802.11ax for operation with 5 GHz.
It's also worth checking the antenna connection inside the case if you have the skills to disassemble equipment. Vibration or impact can cause the antenna connectors (usually the thin black and white wires leading to the module) to become loose. Without an antenna, the adapter will either not detect any networks or will only receive a signal in close proximity to the router (10-20 cm). Internal modules M.2 or Mini PCIe may also oxidize in the slot.
For diagnostics, you can use a LiveCD with a different operating system (for example, Linux Ubuntu). If networks are found in Linux, the hardware is working properly, and the problem is definitely with Windows. If networks are not found anywhere, the module is likely hardware-related and will need to be replaced with an external USB adapter or a new internal card.
| Symptom | Probable cause | Solution method |
|---|---|---|
| The adapter is missing from the device manager. | Disabled in BIOS or physical damage | Checking the BIOS, disassembling the laptop |
| Yellow exclamation mark | Driver conflict | Complete reinstallation of software from the manufacturer's website |
| It only sees 2.4 GHz networks. | Hardware adapter limitation | Buying a dual-band adapter |
| There are networks, but it doesn't connect. | Protocol or password error | Network reset (netsh winsock reset) |
| The adapter appears and disappears | Power supply problems or overheating | Disabling power saving, cleaning from dust |
Frequently Asked Questions (FAQ)
Why did the Wi-Fi icon disappear after a Windows update?
Updates often replace working drivers with generic ones, which may not work correctly with your hardware. Updates can also reset registry settings. Solution: Roll back the driver in Device Manager or uninstall the latest update through the Update Center.
Can a virus disable Wi-Fi?
Yes, some malware blocks network services or changes proxy settings to prevent internet access and antivirus database updates. It's recommended to run a full system scan with an antivirus program with updated databases.
Which USB Wi-Fi adapter should I choose if the built-in one burns out?
It's best to choose models with an external antenna for better reception. Pay attention to standard support. AC or AX (Wi-Fi 5/6) and a USB 3.0 port (blue), as USB 2.0 will limit speed. Popular brands: TP-Link, Asus, D-Link.
Does the region in the router settings affect network visibility?
Yes, some countries allow different channels and signal strengths. If your adapter or router settings are set to a region where the channel you're using is prohibited, the network may be invisible. Make sure the regions on your router and in the driver (if configured) match.