The internet or wireless network icon suddenly disappears on Windows 10 — a problem that every second user encounters. The computer stops detecting available networks, and the connection indicator either disappears completely or displays a red cross. This can happen after a system update, a power surge, or a simple software glitch. Don't panic, as in most cases, the problem can be resolved using software solutions without a trip to a service center.
The absence of a wireless module is often disguised as more complex hardware failures, when in reality, a simple driver out-of-sync is to blame. The system may have automatically updated a component that conflicts with the current BIOS version or antivirus software. Diagnostics Troubleshooting should start with simple steps: checking the physical switch and the status of the indicators on the laptop case. Sometimes the solution lies in a simple reboot of the router or the PC itself, which clears temporary TCP/IP stack errors.
In this article, we'll take a detailed look at all possible reasons why Wi-Fi has disappeared and provide step-by-step instructions for restoring it. We'll cover Device Manager settings, system services, and hidden power settings. Follow this step-by-step guide to rule out software errors and restore a stable connection.
Diagnostics of hardware switches and adapter status
Before delving into the depths of system settings, you need to make sure the module is physically accessible. On many laptop models, especially HP, Lenovo and old Asus, there is a separate mechanical switch or key combination to disable the wireless modules. If you accidentally hit the button F2, F12 or a special slider on the end of the case, the adapter could go into sleep mode or turn off completely.
Check the indicators on your keyboard: if the button with the antenna icon is orange or not illuminated at all, the module is locked at the hardware level. Try pressing this key in combination with the FnIn some cases, the system will block restarting until a full reboot, so if switching back on doesn't help, turn off the laptop completely and turn it on again.
It's also worth checking the Device Manager to see if the motherboard recognizes the module itself. If there's no "Network Adapters" section in the hardware list, or if there's a device with a yellow exclamation point, this indicates a hardware communication failure. Hardware failure It may be caused by oxidation of contacts or overheating of the chip, but more often it is simply a software blockage.
⚠️ Caution: If, after reinstalling the drivers and resetting the BIOS, the Wi-Fi module still doesn't appear in Device Manager, there's a high probability that the network card is physically faulty. In this case, software solutions will be useless, and you'll need to replace the component or use an external USB adapter.
Checking and updating network adapter drivers
The most common reason for no Wi-Fi on Windows 10 is incorrect driver functionality. The operating system may have automatically installed a generic driver that isn't compatible with your specific network card model. Realtek, Intel or Qualcomm AtherosThis often happens after a major Windows update, when old files are replaced with incompatible versions.
To fix this, open Device Manager. Right-click the Start button and select the appropriate item. Find the "Network Adapters" section. If you see your device there, but it's marked with an error, or if it's not there at all (and hidden under "View" -> "Show Hidden Devices"), try the following:
- 🔄 Right-click on the adapter and select "Uninstall device," then restart your computer—the system will attempt to install the driver again.
- ⬆️ Select "Update driver" and select automatic search, although this method rarely finds new versions.
- 📥 Download the latest driver from the official website of the laptop or motherboard manufacturer on another device and install it manually.
It is important to understand that standard Windows update tools often fail to find specific drivers for network cards. Manual installation From the manufacturer's website is the most reliable method. If you don't have internet access on the affected PC, use your smartphone as a USB modem or download the file to a flash drive from another computer.
☑️ Driver Checklist
After installing new software, be sure to reboot your device. Sometimes changes take effect only after a full power cycle. If the problem persists, try rolling back the driver to an earlier version through the device properties in the Device Manager.
Configuring Windows services and network settings
For the operation of wireless networks in Windows 10 A special system service is responsible for this. If it's disabled or malfunctioning, the Wi-Fi icon will disappear, and network searches will become impossible. This is a common occurrence after optimizing the system with third-party cleaners, which can disable "unnecessary" processes to speed up performance.
To check the service status, click Win + R and enter the command services.mscIn the list that opens, find the item "WLAN AutoConfig Service" (or WLAN AutoConfig). Double-clicking it will open the properties window. Make sure the startup type is set to "Automatic" and the service is running. If the "Start" button is active, click it.
| Parameter | Recommended value | Impact on work |
|---|---|---|
| Launch type | Automatically | The service starts with the OS |
| State | Works | The module is active and scanning the air. |
| Dependencies | NDIS, DHCP | Basic network protocols |
| Recovery | Restarting the service | Automatic recovery on failure |
It's also worth checking your power settings. Windows may be turning off the adapter to save power, after which it's unable to wake it. In Device Manager, under your Wi-Fi adapter's properties, go to the "Power Management" tab and uncheck "Allow the computer to turn off this device to save power."
What to do if the service does not start?
If you receive an error when starting a service (for example, code 1068), check its dependencies. In the service properties, on the "Dependencies" tab, ensure that all listed services are running. Often, the problem lies in a stopped DHCP or NDIS service.
Resetting network settings is another powerful tool. In Windows Settings, go to "Network & Internet" -> "Status" and find the "Network Reset" button. This will clear all saved passwords and restore protocol settings to factory defaults, which often resolves IP address conflicts.
Using the command line to reset protocols
When the graphical interface fails, console commands come to the rescue. They allow you to clear the DNS cache, reset Winsock settings, and update the IP configuration. This is especially useful if the problem occurred after a virus attack or a malfunctioning firewall.
Run the command prompt as administrator. To do this, right-click "Start" and select "Windows PowerShell (Admin)" or "Command Prompt (Admin)". Enter the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Team netsh winsock reset resets the Winsock catalog, which often resolves connection errors caused by corrupted network libraries. The command netsh int ip reset Rewrites the registry keys used by the TCP/IP protocol. Be sure to restart your computer after completing all operations.
If this doesn't help, check if you have a static IP address that conflicts with your current network. In the protocol properties IPv4 (available through the network control panel) should be set to obtain IP and DNS automatically unless you are using a specific corporate network.
Troubleshooting problems after Windows update
Updates Windows 10 are often the source of compatibility issues. Microsoft may release a patch that doesn't work correctly with drivers from certain Wi-Fi module manufacturers. If Wi-Fi disappears immediately after an update, it's logical to assume a cause-and-effect relationship.
In this case, you can try uninstalling the latest update. Go to "Settings" -> "Update & Security" -> "View update history" -> "Uninstall updates." Find the most recently installed packages in the list (they usually have a date that matches the time the internet connection went down) and uninstall them. Then, temporarily block automatic updates from installing.
⚠️ Warning: Removing security updates may temporarily reduce system security. We recommend that you immediately check for newer patches from Microsoft that could fix the compatibility issue after restoring Wi-Fi, or wait for the next major release.
It's also worth checking the Driver Update Center. Sometimes Windows offers a "recommended" driver update that's actually an older version. When updating a driver in Device Manager, select "Let me pick from a list of available drivers on my computer." If there are multiple versions listed, try installing the older one or the version from Microsoft, not the hardware manufacturer.
Additional methods and registry check
In rare cases, wireless adapter settings may be changed in the system registry. This can occur due to malware or errors in system utilities. Checking the registry requires caution, but may restore functionality to the module.
Click Win + R, enter regedit. Follow the path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc. Make sure the parameter Start does it matter 2 (Automatic). If the value is different, change it. You should also check the branch HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles, where network profiles are stored, and, if necessary, delete old, conflicting entries.
Don't forget about your BIOS/UEFI. In some cases, the motherboard settings are reset, and the integrated Wi-Fi module is disabled at the firmware level. When your computer boots, enter the BIOS (press Del, F2 or F10) and find the section related to peripherals or onboard devices. Make sure that the item Wireless LAN or WIFI Controller is in a state Enabled.
If none of these methods help, try connecting an external USB Wi-Fi adapter. This will not only give you internet access but also allow you to check whether the USB port and the operating system are working with network devices. If the external adapter works but the built-in one doesn't, the problem is almost certainly hardware.
Can a virus disable Wi-Fi?
Yes, some types of malware block access to updates and antivirus software by disabling network services. Scan your system with Malwarebytes or Dr.Web CureIt! before running a thorough hardware diagnostic.
Frequently Asked Questions (FAQ)
Why did the Wi-Fi icon disappear, but the cable internet works?
This indicates that the Windows network stack is functioning, but the specific wireless adapter driver is not loaded or the module is disabled. Check Device Manager for errors specifically related to the Wi-Fi card, not the Ethernet controller.
Can antivirus block Wi-Fi?
Yes, some security features in third-party antivirus programs (such as Kaspersky or ESET) may block network connections or incorrectly classify a driver as a threat. Try temporarily disabling your antivirus to check.
What should I do if there are no network adapters at all in the Device Manager?
Most likely, the Wi-Fi module has physically come loose or burned out. In laptops, this is often a small Mini PCIe or M.2 card. This could also indicate a serious failure of the motherboard chipset.
How to restore Wi-Fi without reinstalling Windows?
Use the "Network Reset" feature in Windows 10 settings or reset the protocols via the command prompt. In 90% of software failure cases, this helps avoid a complete system reinstall.
Does the region in the router settings affect Wi-Fi visibility?
Yes, if your router settings are set to a region whose channels are not supported by your adapter (for example, some 5 GHz channels), the network may not be visible. Try changing the region in your router settings to "United States" or "Russia/Europe."