A personal computer that stops detecting available wireless networks is one of the most common problems when working from home. A missing connection icon or an empty list of available access points can be caused by a software glitch, a disabled service in the operating system, or a physical malfunction of the communication module. In most cases, functionality can be restored. Wi-Fi adapter does not require deep knowledge of programming or calling a specialist.
First, you need to perform a basic visual diagnostic of the hardware. If you're using a desktop computer with an external USB receiver, try reconnecting it to a different port. Laptops often have mechanical network card mode switching, which could have been activated accidentally. Modern operating systems, such as Windows 10 or Windows 11, usually automatically report the type of error that has occurred, but sometimes the system is silent, leaving the user alone with the problem.
In this article, we'll step by step examine all possible causes, from simple switches to complex driver conflicts. You'll learn how to check the status of services, reinstall software, and identify hidden hardware conflicts. Remember that ignoring simple steps can lead to an unnecessary reinstall of the operating system, so let's move from the simple to the complex.
Checking the physical connections and switches
The first step should always be checking the physical accessibility of the communication module. On many laptop models, especially business-class ones, Lenovo ThinkPad or HP ProBookThere's a dedicated slider on the case or a key combination for emergency disabling of all wireless interfaces. This feature is designed for security purposes to prevent data leakage in public places.
Pay attention to your keyboard: look for an antenna or airplane icon. These often require simultaneous key presses. Fn and one of the function keys F1-F12If the indicator on the case is red or off, the module is de-energized, either through software or hardware. For desktop PCs with PCIe cards, check that the antennas are securely connected to the connectors on the back of the system unit.
⚠️ Attention: If you're using a USB adapter, avoid connecting it to unpowered USB hubs. Insufficient power to the port may cause the device to be detected as unknown or to repeatedly disconnect.
Sometimes the problem lies in power saving. The operating system may turn off the device to save power, but not restore it correctly. Go to device Manager, find your network adapter, open its properties and in the power management tab uncheck the box next to "Allow the computer to turn off this device".
Diagnostics via Windows Device Manager
If the physical switches are OK, the next step is software diagnostics. device Manager — This is the administrator's primary tool for identifying hardware conflicts. It can be opened via the Start button context menu or by entering the command devmgmt.msc in the window Execute (called by a combination Win + R).
In the window that opens, find the "Network Adapters" section. Expand the list and look for a device with the words "Network Adapters" in its name. Wireless, Wi-Fi, 802.11 or names of chip manufacturers such as Intel, Realtek, Qualcomm AtherosIf a device is marked with a yellow triangle with an exclamation point, this indicates a driver error or resource conflict.
- 🔍 If the adapter is displayed as "Unknown device", try updating the hardware configuration via the "Action" → "Update hardware configuration" menu.
- 🔄 Try uninstalling the device (right-click → Uninstall device) and then restart your computer. The system will attempt to reinstall the driver automatically.
- 🛠 In the device properties, on the "Advanced" tab, check if the functions are disabled 802.11n or 802.11ac, if your router only works in these modes.
In some cases, the adapter may disappear from the list entirely. This often indicates that the module is not responding to system requests. Try resetting the static settings via the command line. Launch Terminal as administrator and enter the TCP/IP stack reset command:
netsh int ip reset
After running the command, be sure to restart your computer. If the adapter appears in the list but is unstable, check the driver version. The newest version isn't always the most stable. Sometimes it makes sense to roll back to the previous version via the "Driver" tab in the device properties.
☑️ Adapter diagnostics
Working with the WLAN AutoConfig service
A critical component of the Windows operating system is a specialized service responsible for searching for and connecting to wireless networks. If the service WLAN AutoConfig (or Zero Configuration (in older versions) is stopped, the computer will physically be unable to scan the air, even if the driver is working properly.
To check the service status, click Win + R and enter services.msc. In the list, find the service named "WLAN AutoConfig Service" (or WlanSvc). Double-click it to open its properties. Make sure that the "Startup type" field is set to Automatically.
| Parameter | Meaning | Action |
|---|---|---|
| Service name | WlanSvc | Check availability |
| State | In progress | Start if stopped |
| Launch type | Automatically | Change if manually |
| Dependencies | NlaSvc, RpcSs | Checking dependent services |
If the service is stopped, click the "Start" button. If it starts and then immediately stops, check the "Dependencies" tab. Make sure that the services that WLAN depends on (usually Remote Procedure Call And Network List Manager), are also active and work correctly.
⚠️ Attention: Third-party antiviruses and firewalls may block system services. If a service fails to start, try temporarily disabling the third-party security software to check.
Updating and rolling back network card drivers
A driver is the intermediary between the hardware and the operating system. It controls frequencies, signal strength, and encryption protocols. A common reason a PC can't detect Wi-Fi is a broken or corrupted driver after a Windows update.
Don't rely solely on the automatic driver search in Device Manager. Windows often installs generic Microsoft drivers, which provide basic functionality but may not support the specific features of your adapter. It's best to download the latest version from the official website of your laptop or motherboard manufacturer.
If the problem reappears after updating a driver, use the Rollback feature. The "Roll Back" button is available in the driver properties in Device Manager. This will restore the previous working version of the software, which often resolves compatibility issues.
Where can I find drivers if I don't have internet access on my PC?
Use a different computer or smartphone. Download the driver from the manufacturer's website and transfer the file to the affected PC via a USB cable or flash drive. For Android smartphones, you can enable USB tethering to give the PC temporary internet access for automatic driver downloads.
When installing drivers manually, pay attention to the system architecture. For Windows 10/11 The 64-bit version requires drivers marked x64Installing a 32-bit driver on a 64-bit system is impossible and will result in an error. Also, make sure you're downloading the driver for the Wi-Fi module, not the Bluetooth or LAN (wired) port.
Resetting network settings and command line
When standard methods fail, you should perform a deep reset of your network settings. This will delete all saved Wi-Fi profiles, flush the DNS cache, and reinstall your network adapters. This is the "heavy artillery" that resolves 90% of software issues.
In Windows 10 and 11, this can be done through the graphical interface: Parameters → Network and Internet → Additional network parameters (or "State") → Network resetClick the "Reset Now" button and confirm the action. The computer will restart in 5 minutes.
For more advanced users, a full set of commands is available via the terminal. Launch the command prompt as administrator and run the following commands in sequence:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
- 🧹
netsh winsock reset- resets the Winsock catalog, which often helps with connection errors. - 📡
ipconfig /flushdns- clears the DNS cache, eliminating problems with name resolution. - 🔄
netsh int ip reset— resets TCP/IP protocol settings to default values.
Hardware malfunctions and module replacement
If software methods have been exhausted and the computer still cannot detect wireless networks, there is a high probability of a hardware failure. In laptops, the Wi-Fi module is often a small circuit board. M.2 or Mini PCIe, which connects to the motherboard.
Over time, the contacts may have oxidized, or the module may have overheated. In desktop computers, the antennas leading from the PCIe card may have become dislodged from their connectors. If you're confident in your skills, you can try carefully removing the module, cleaning the contacts with an eraser, and reinstalling it. However, opening the laptop may void your warranty.
The simplest and most reliable solution in case of failure of the built-in module is to purchase an external USB Wi-Fi adapter. Modern models of the standard AC1200 or AX1800 (Wi-Fi 6) are compact and provide speeds comparable to built-in solutions. They are detected as a new device and do not conflict with existing settings.
When choosing a new adapter, pay attention to band support. Make sure the device supports the band. 5 GHz, if your router broadcasts the network in this standard. Older adapters (b/g/n) may not see modern, fast networks that operate exclusively in AC or AX mode.
Frequently Asked Questions (FAQ)
Why can my PC see my neighbors' networks but not mine?
The problem is most likely with the channel or band. Your router may be operating on a channel unsupported by the adapter driver (for example, channels 12-14 in some regions), or the SSID may be hidden. Try changing the channel in your router settings to 1, 6, or 11.
Can a virus disable Wi-Fi?
Yes, some types of malware block access to network settings or change DNS/Proxy settings, making it impossible to connect. A full system scan with an antivirus is recommended.
How to check if the Wi-Fi module is burned out?
If the adapter is displayed in Device Manager with error code 43 (the device has reported a problem) and does not start even after reinstalling the drivers and resetting the BIOS, there is likely a physical failure of the chip.
Does uninstalling graphics card drivers affect Wi-Fi?
No, the graphics card and network card drivers are independent components. However, updating the motherboard or chipset BIOS can sometimes affect the operation of all peripheral devices, including Wi-Fi.