When your laptop suddenly stops detecting available wireless networks, it's one of the most frustrating situations for any user. Just yesterday, you were working without any problems, but today, a globe with a red cross appears in the lower right corner of the screen, or the network list is empty, even though neighboring routers are visible on your phone. This doesn't necessarily indicate a breakdown of expensive hardware; often, the problem lies in a software glitch or misconfigured power-saving settings.
Before panicking and taking your device to a service center, it's important to run a preliminary diagnostic to isolate the source of the problem. It's important to determine whether the signal loss is limited to just one device or if the issue is widespread across all devices in the home. If your smartphone and tablet continue to function properly, the problem most likely lies with your computer's network adapter or its software.
In this article, we'll explore all possible causes, from a simple button disablement to complex driver conflicts. Attentive execution A series of steps will help you restore internet access without unnecessary expenses. We'll cover both standard Windows diagnostic tools and hidden BIOS settings that are often ignored.
Primary diagnostics and equipment testing
Any technical intervention should begin with checking the physical condition of the device. If you're using a desktop PC with an external USB adapter, try plugging it into a different port, preferably located on the back of the motherboard to rule out power issues with the front panel of the case. For laptops, ensure that you haven't accidentally pressed the key combination that disables the wireless module. On many models, Lenovo, HP or Asus The function key with the image of the antenna is responsible for this and must be pressed together with Fn.
Users often forget about simple things like Airplane Mode. Check the Network and Sharing Center: if this mode is enabled, all wireless interfaces will be forcibly disabled by the system. It's also worth rebooting your router, even if other devices are working. Sometimes a laptop adapter gets stuck on a specific channel or protocol, and a full router reboot can clear this temporary connection deadlock.
Pay attention to the WiFi indicators on the laptop itself. If the LED is orange or not lit at all when the device is turned on, this may indicate a hardware failure or a deep software lockup. Some BIOSes have a setting Wireless LAN, which can be translated into a state DisabledChecking these basic parameters takes a couple of minutes, but saves hours of searching for non-existent drivers.
Using the built-in Windows diagnostic tool
The Windows operating system has powerful built-in troubleshooting tools. To launch them, right-click the network icon in the system tray and select "Troubleshoot." The system will automatically check the network adapter status, the presence of an IP address, and the ability to connect to the gateway. In most cases, Windows can automatically reset the network stack and restore functionality.
If the automatic search doesn't help, it's worth checking the status of the WLAN service. Press the combination Win + R, enter the command services.msc and find the "WLAN AutoConfig" service in the list. Make sure the startup type is set to Automatically, and the service itself is running. If it's stopped, start it manually. Without this service, the operating system simply won't scan the air for available access points.
☑️ Basic network check
It is important to be aware that Windows updates sometimes make changes to how network components work.
Working with network adapter drivers
The most common reason a computer can't detect WiFi networks is a malfunctioning driver. This can happen after a system update, installing a new antivirus, or simply due to a file system corruption. Open "Device Manager" from the "Start" context menu. Find the "Network Adapters" section and check the status of your wireless device. If there's a yellow triangle over the icon, the driver isn't working correctly.
The best solution is to completely uninstall the current driver and then reboot. Right-click on the adapter (usually the name has the words Wireless, 802.11 or WiFi) and select "Uninstall device." In the window that appears, be sure to check "Delete the driver software for this device," if available. After restarting, Windows will attempt to install the default driver, which often resolves compatibility issues.
Where can I download the driver if I don't have internet access?
Use your smartphone with a USB cable. Enable USB tethering on your phone and connect it to your PC. Your computer will access the internet via your mobile network, and you can download the driver from the official website of your laptop or chipset manufacturer (Realtek, Intel, Qualcomm).
If standard solutions don't help, try rolling back the driver to an earlier version. In the device properties, under the "Driver" tab, you'll find a "Roll Back" button. This is especially helpful if the problem appeared immediately after a software update. You should also check the adapter's power settings. In the driver properties, under the "Power Management" tab, uncheck "Allow the computer to turn off this device to save power." This will prevent the WiFi module from turning off accidentally.
Configuring wireless network settings
Sometimes the problem isn't with the adapter, but with incompatible settings between the router and receiver. Modern routers often operate in mixed mode. 802.11 b/g/n/ac/axIf your computer is old, it may not see a network that operates exclusively in wireless mode. ax (WiFi 6)Go to your router settings (usually at 192.168.0.1 or 192.168.1.1) and try changing the wireless network mode to mixed. 802.11 b/g/n.
Another critical parameter is region and channel. Some countries allow different sets of channels. If the router is configured for a channel that your network adapter considers prohibited (for example, channel 12 or 13 in the wrong region), the network will simply disappear from the list. Try adjusting the channels in the router settings. 1, 6 or 11 and region United States or Russia.
It's also worth checking to see if the network is hidden. If the "Hide SSID" option is enabled in your router settings, your computer won't broadcast the network name in the general list. To connect, you'll need to create a new connection profile manually, entering the exact network name and encryption type. Make sure you're using the correct security type, preferably WPA2-Personal or WPA3, since the old protocols WEP may be blocked by modern Windows security systems.
Resetting network settings and command line
If manual changes don't help, a complete reset of Windows network settings is the solution. This will delete all saved passwords, VPN settings, and static IP addresses, returning the system to factory network settings. You can do this via "Settings" → "Network & Internet" → "Status" → "Network Reset." Afterward, the computer will restart.
For a more thorough cleanup, you can use the command line. Launch Terminal as administrator and 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 flush the DNS cache, refresh IP addressing, and reinstall the TCP/IP protocol stack. The netsh winsock reset command is critical because it restores the Windows socket directory, damage to which often leads to the disappearance of WiFi networks.
What to do if commands are not executed?
If you receive an access error when entering commands, make sure you launched the command prompt as an administrator. Running it as an administrator won't grant you the necessary permissions to modify system files.
Hardware faults and BIOS
Once software solutions have been exhausted, it's time to consider the possibility of hardware failure. The network card may have physically failed, especially if the device was subjected to impacts or power surges. Device Manager may show an "Unknown Device" error code, or the WiFi module may disappear from the hardware list entirely. In this case, the only solution is to replace the module or use an external USB adapter.
Don't forget about the BIOS/UEFI. When updating the BIOS or resetting the motherboard, the wireless module may have been disabled at the hardware level. Enter the BIOS when booting the computer (press the [keys] F2, Del or F10) and find the section related to peripherals or onboard devices. Make sure that the item Wireless LAN or WiFi Controller has status Enabled.
⚠️ Caution: Changing BIOS settings requires caution. Do not change settings you are unsure of, as this may cause your computer to become unstable. Make sure to confirm your current settings before making any changes.
Table of errors and solutions
For ease of diagnosis, we've compiled the main symptoms and treatment methods into a single table. Find your situation and follow the instructions.
| Symptom | Probable cause | Solution |
|---|---|---|
| No connections icon | WLAN service stopped | Start the service via services.msc |
| Other networks are visible, but not yours. | Channel or SSID hiding issue | Change the router channel, check the hiding |
| The adapter is missing from the device manager. | Disabled in BIOS or physical failure | Check BIOS, reconnect the module |
| Error code 43 or 10 | Driver conflict | Remove the driver and reboot. |
| There is a network, but no internet. | DNS or IP error | Reset TCP/IP, set DNS to 8.8.8.8 |
Regular computer maintenance, including dust cleaning and driver updates, helps prevent many of the problems described above. Dust accumulated in the WiFi module can cause overheating and instability, resulting in intermittent network loss. If the laptop is older, it's a good idea to perform a preventative cleaning of the cooling system.
Frequently Asked Questions (FAQ)
Why does the phone see WiFi, but the computer doesn’t?
This indicates that the router is working properly. The problem is localized to the computer: most likely, a driver has failed, the adapter is disabled in Device Manager, or the power settings have been reset, preventing the module from working.
Can antivirus block network search?
Yes, some network protection features in third-party antivirus programs (such as Kaspersky or ESET) may block detection of new networks, classifying them as potentially dangerous. Try temporarily disabling your antivirus's firewall.
What should I do if my WiFi disappears after a Windows update?
Updates often break old drivers. Visit the laptop manufacturer's website, download the WiFi driver specifically for your model and Windows version, and install it manually, ignoring the driver suggested by the update center.
How to check if the WiFi module is burned out?
If there aren't even any unknown devices in Device Manager, and the module is enabled in the BIOS, and reinstalling the OS doesn't help, there's a high probability of physical failure. Solution: buy a USB WiFi adapter.
Does distance affect network visibility?
Yes, if the computer is located far from the router or there are many concrete walls between them, the signal level may drop below the adapter's sensitivity threshold, and the network simply won't appear in the list of available ones.