It's often a surprise when your laptop suddenly stops detecting wireless networks. You're used to instant internet access, and the absence of a Wi-Fi icon in the system tray or constant connection error messages can paralyze your work. In the operating system Windows 10 This problem occurs with alarming regularity, and its causes can range from a simple software glitch to a hardware module failure.
The first thing to realize is that the problem isn't always the router. If your smartphone is smoothly distributing internet and your desktop computer is working, then the signal source is working properly. Windows 10 — is a complex system where numerous services and drivers interact with each other. A failure in one component, such as the WLAN autoconfiguration service, can cause the adapter to simply stop scanning the air.
In this article, we'll cover all possible scenarios, from a simple button press to deep registry errors. Don't rush to take your device to a service center—in most cases, you can restore functionality yourself in 10-15 minutes using built-in diagnostic tools.
Physical switches and hotkeys
Before delving into the depths of operating system settings, it's worth ruling out basic causes. Many modern laptops, especially business-class or gaming models, Lenovo, HP And Asus, have a physical switch for the wireless modules. It can be located on the end of the case or combined with one of the function keys.
Users often accidentally disable the module by pressing the Fn key in combination with the F-key (usually the one with an airplane or antenna icon). This may trigger a notification on the screen, which can be easily overlooked in a rush. In this case, software methods will be ineffective until you return the hardware switch to its original position. On.
It's also worth checking the Device Manager. If the system sees the adapter but it's disabled by software, you'll see a down arrow on the device icon. In this case, just right-click and select "Enable." However, if the adapter is marked with a yellow exclamation point, this indicates driver conflict or a code error.
Diagnostics via Device Manager and Drivers
The most common reason for unstable operation or complete absence of Wi-Fi is incorrect driver operation. Windows 10 It's known for its ability to install drivers automatically, but sometimes it chooses a universal option rather than one specific to your adapter model. This is especially true for network cards. Realtek or Qualcomm Atheros.
To check, open Device Manager. You can do this by right-clicking the Start button and selecting the appropriate item from the menu. Find the "Network Adapters" section. If you see your Wi-Fi module (usually labeled with "Wireless," "Wi-Fi," or "802.11") listed there, but it's not working properly, try the following:
- 🔹 Right-click on the adapter and select "Uninstall device," then restart your laptop—the system will attempt to install the driver again.
- 🔹 Select "Update Driver" and select "Search Automatically" if you have the option to connect an Ethernet cable or use your phone's USB modem.
- 🔹 Download the latest driver from the laptop manufacturer's official website on another device and install it manually.
It's important to understand the difference between uninstalling a driver and rolling it back. If the problem occurred after a Windows update, the new driver may not be working correctly. In the device properties, on the "Driver" tab, you can use the "Roll Back" button, which will restore the previous, more stable version of the software.
What should I do if the adapter disappears from the list?
If there's no network adapters section in Device Manager, or the Wi-Fi module is displayed as "Unknown Device" with error code 10 or 43, this may indicate a physical fault with the module or its being disabled in the BIOS. Try resetting the BIOS settings to defaults (Load Optimized Defaults).
Windows Services and Power Settings
For wireless connection in Windows 10 A special system service is responsible for this. If it is stopped or its startup type is changed, connecting to the network will become impossible. System optimizers or viruses can often block services to "speed up" the PC, unaware of the consequences.
To check the service status, click Win + R, enter the command services.msc and press Enter. In the list that opens, find "WLAN AutoConfig Service." Make sure its status is "Running" and the startup type is set to "Automatic." If not, change the settings and apply the changes.
Another hidden enemy of stable Wi-Fi is power management settings. A laptop may try to save power by disabling the Wi-Fi adapter when idle, then "forget" to turn it back on. To prevent the system from doing this:
- Go to Device Manager and find your Wi-Fi adapter.
- Open its properties and go to the Power Management tab.
- Uncheck the box next to "Allow the computer to turn off this device to save power."
After changing service and power settings, be sure to reboot. Some changes take effect only after a full system shutdown and restart, not just after waking from sleep.
Network reset and command line
If manipulating the drivers does not help, it is possible that errors or IP address conflicts have accumulated in the network settings. Windows 10 offers a built-in network reset feature that deletes all saved Wi-Fi profiles and returns network components to factory settings.
To reset your router, go to "Settings" (the gear icon in the Start menu) → "Network & Internet" → "Status." At the very bottom of the page, you'll see a link labeled "Network Reset." Click it and confirm the action. Your computer will reboot in 5 minutes, and you'll need to re-enter your router password.
A more advanced method is to use the command line. This allows you to clear the DNS cache and reset the TCP/IP protocol stack. Launch the command line as administrator and enter the following commands one by one, confirming each one with the Enter key:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running the last command, it's recommended to restart the computer. This method is especially effective if the laptop can see the network but can't obtain an IP address or displays the "No Internet Access" message.
☑️ Network Reset Checklist
Diagnostics of frequency ranges and standards
Modern routers often operate in two bands: 2.4 GHz and 5 GHz. Older laptops or models with budget adapters may simply not see 5 GHz networks because they don't support the standard. 802.11ac or axAt the same time, new laptops may ignore 2.4 GHz networks if the driver settings are forced to use 5 GHz only.
You can check supported standards via the command line. Enter the command netsh wlan show drivers and find the line "Supported Radio Types." If only one band is listed there, and your router is broadcasting on a different band, you won't be able to connect.
It's also worth paying attention to Wi-Fi channels. There are only 13 channels in the 2.4 GHz band, and in apartment buildings, they're often clogged with neighbors' routers. If your laptop sees the network but the connection is constantly dropping, try changing the channel from "Auto" to a fixed channel (1, 6, or 11) in your router settings (using a browser by entering the gateway address, for example, 192.168.0.1).
| Characteristic | 2.4 GHz band | 5 GHz band |
|---|---|---|
| Range | High (better at breaking through walls) | Low (attenuates strongly through obstacles) |
| Speed | Below, subject to interference | High, stable |
| Compatibility | Supports all devices | Only modern adapters (AC/AX) |
| Workload | Very high (microwaves, Bluetooth) | Low |
The influence of antiviruses and third-party software
Don't discount third-party antiviruses and firewalls. Programs like Kaspersky, ESET or Avast have their own firewall modules that can block connections to new or suspicious networks. If the problem occurs immediately after installing such software, try temporarily disabling its protection.
Traffic management programs, VPN clients, or virtual network adapters (for example, from VirtualBox or Hamachi). They create virtual interfaces that can steal priority or cause IP address conflicts with the physical Wi-Fi module.
⚠️ Warning: If you are using a corporate laptop, network settings may be blocked by your organization's security policies. In this case, resetting the settings or uninstalling drivers yourself may violate company policies. Contact your IT department.
To diagnose the problem, try performing a "Clean Boot" in Windows. This mode runs only system services. If Wi-Fi works in this mode, the problem is definitely with third-party software, and you need to identify the conflicting program by a process of elimination.
Hardware malfunction of the module
If none of the software methods help, there's a high probability of physical damage. The laptop's Wi-Fi module is a small circuit board that can become detached over time due to vibration or overheating. Corrosion of the antenna connectors inside the case is also possible.
Symptoms of hardware failure: the module disappears from Device Manager after a reboot, but reappears after a complete power outage (removing the battery and unplugging it for 10 minutes); the laptop gets very hot around the keyboard; the signal is only detected in close proximity to the router (10-20 cm).
In most laptops, the Wi-Fi module is removable and comes in the form of a card. M.2 or Mini PCIeReplacing it is a relatively simple procedure that doesn't require soldering. However, if the laptop is under warranty, you won't be able to open it yourself. strongly not recommended, as this will void the warranty. In this case, it's best to contact an authorized service center.
Can a virus block Wi-Fi?
Yes, some types of malware (especially miners or botnets) can change network settings, set static DNS, or block access to antivirus websites. We recommend scanning your system with Dr.Web CureIt! or Kaspersky Virus Removal Tool.
Why is Wi-Fi working but there is no internet?
These are different things. The adapter is connected to the router (there's a local network), but the router can't transmit data further to the ISP. Check the connection status on other devices. If there's no internet anywhere, the problem is with the ISP or the PPPoE/L2TP settings on the router.
How to update a driver on a laptop without the internet?
Use your smartphone as a USB modem. Connect your phone to your laptop using a cable and enable "USB modem" in your phone's settings. Your computer will connect to the internet via the mobile network, and you can update drivers or download them from the manufacturer's website.
Is it worth buying an external USB Wi-Fi adapter?
This is an excellent temporary or permanent solution if the built-in module has burned out. Choose models with an external antenna and AC (5 GHz) support to avoid speed losses. They are plug-and-play and often more stable than built-in solutions.