When the wireless network icon on a laptop suddenly disappears or the internet connection is completely lost, it's a panic-inducing experience for any user. This is especially critical during deadlines, when work is stalled and access to cloud services is blocked. Often, the problem isn't a hardware failure, but a software glitch in the operating system or an accidental settings change.
The first thing to do is analyze the previous events. Was Windows updated, was a new antivirus installed, or was the laptop subjected to mechanical impact? Understanding the cause helps find a solution faster. In most cases, rebooting the device or reconnecting the communication module is enough to restore everything to normal.
However, if simple methods do not help, you will have to delve into diagnostics. Wireless network adapter The BIOS may have shut down, and the drivers may no longer respond correctly to system requests. Below, we'll outline a step-by-step procedure to help you get your laptop back online without a trip to the service center.
Diagnostics of adapter status and indicators
Before delving into the settings, you need to make sure the system can see the device itself. Check the taskbar: if the WiFi icon is completely gone, replaced by a monitor with a red cross or a globe, this indicates a connection is lost. But if even the wireless network icon itself has disappeared, the problem may be deeper.
Check the physical switch on the laptop case. On older models HP, Lenovo or Asus Often, there's a mechanical slider on the end of the case that completely cuts off power to the module. On more modern devices, this is accomplished with a key combination, for example, Fn + F2 or Fn + F12.
⚠️ Note: On some gaming models, when connecting a network cable via LAN, the wireless module may automatically disable to prioritize the wired connection. Disconnect the Ethernet cable and check the result.
If the lights are on but there's no network connection, open Device Manager. Right-click the Start button and select the appropriate item. Find the "Network Adapters" section. If you see a device with a yellow exclamation mark or the text "Unknown Device," the system is unable to correctly identify the hardware.
Checking drivers and updating software
The most common reason for WiFi loss is a driver conflict or failure. Drivers are the software that allows the operating system to communicate with the network card. After a major update to Windows 10 or 11, the default driver is often automatically replaced with a generic one, which doesn't work correctly.
To fix this, in Device Manager, right-click on your wireless adapter (usually has the words in the name Wireless, 802.11, WiFi or Intel/Realtek/Atheros). Select "Uninstall device." Don't worry, it's safe. After uninstalling, click "Action" → "Scan for hardware changes" in the top menu. The system will attempt to reinstall the driver again.
It's also worth checking your power settings. Windows may disable the adapter to save power but "forget" to turn it back on.
1. In Device Manager, open the properties of your adapter.
2. Go to the "Power Management" tab.
3. Uncheck the box next to "Allow the computer to turn off this device to save power."
Windows Services and Network Settings
A special service is responsible for wireless connections in Windows. If it's stopped, the WiFi icon will disappear, and the list of available networks will stop updating. Checking this setting takes less than a minute, but it's often overlooked.
Click Win + R, enter the command services.msc and press Enter. In the list that opens, find the service "WLAN AutoConfig Service" (or WLAN AutoConfig). Make sure the startup type is set to "Automatic" and the service is running. If it is stopped, click "Start."
If the service is running, try resetting the network settings via the command line. This will clear the DNS cache and reset the TCP/IP protocols.
1. Run Command Prompt as administrator.
2. Enter the following commands in sequence, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
3. Restart your laptop.
Using the troubleshooter
Windows' built-in diagnostic tool can often resolve issues automatically if they're related to common configuration errors. While users are often skeptical of this tool, recent OS versions have added the ability to effectively reset network components.
Go to Settings → Network & Internet → Advanced network settings (or Status). Find the "Troubleshoot network problems" link. The diagnostic wizard will attempt to find and fix errors related to the adapter or protocols.
☑️ Basic network diagnostics
During the diagnostic process, the system may prompt you to reset your network settings. This is a drastic measure that will delete all saved WiFi passwords and restore your network adapters to factory settings. Use this if other methods fail.
Table of problems and solutions
To quickly navigate the symptoms, use the table below. It will help narrow down the troubleshooting.
| Symptom | Probable cause | Solution |
|---|---|---|
| There is no WiFi icon, but there is LAN | The module or driver is disabled | Check Device Manager, enable with Fn key |
| The network list is empty | WLAN service stopped | Start the WLAN AutoConfig service |
| Error "Unable to connect" | Incorrect password or IP conflict | Forget the network, reset the IP via cmd |
| The adapter is not visible in the system. | Hardware failure or BIOS | Check the BIOS and physical connection of the module. |
⚠️ Note: The Windows Settings interface may differ depending on the version (Home, Pro) and OS build. The layout of menu items may change after major functionality updates.
BIOS settings and hardware problems
If software solutions fail, the wireless module may be disabled at the BIOS/UEFI level. This often happens after resetting the BIOS settings or replacing the motherboard battery.
When booting the laptop, press the BIOS entry key (usually F2, Del or F10). Find the section related to peripherals or built-in devices (Advanced, Integrated Peripherals, Onboard Devices). Look for the item Wireless LAN, WiFi Controller or Network Adapter. Make sure it is in the state Enabled.
What to do if the module burns out?
If your WiFi module has burned out but you need your laptop urgently, you can buy an external USB WiFi adapter. This small device plugs into a USB port and instantly creates a new access point, bypassing the built-in WiFi card.
In rare cases, the problem is physical. The antennas inside the laptop (thin wires running to the screen) may have become disconnected from the module contacts after a fall or disassembly. Unless you have electronics repair skills, it's best not to open the case yourself to avoid damaging the cables.
Resetting the network through Windows settings
Windows 10 and 11 have a nuclear network reset feature. It removes all network adapters and reinstalls them, as well as resets other network components to their original settings. This often helps when errors accumulate in the registry.
Go to "Settings" → "Network & Internet" → "Advanced network settings" → "Network reset." Click "Reset now." Your computer will warn you that it will restart in 5 minutes. After restarting, you will need to re-enter your WiFi passwords.
This method is especially useful if you have previously used third-party WiFi management programs or virtual machines that may have changed system settings.
Frequently Asked Questions (FAQ)
Why did WiFi disappear after a Windows update?
Updates often contain new driver versions that may conflict with your hardware or replace a working driver with a default one that doesn't support all of your card's features. Solution: Roll back the driver or install the version from the manufacturer's website.
Can a virus disable WiFi?
Yes, some malware blocks network access to prevent antivirus software from reporting or updating its databases. It is recommended to run a full system scan with a reliable antivirus program.
What does error code 10 or 43 mean in device manager?
Code 10 means the device cannot start (often resolved by rebooting or discharging the static voltage). Code 43 indicates that Windows has lost communication with the device, which could indicate either a driver error or a physical malfunction of the module.
How can I check if the WiFi module is working at the hardware level?
Try booting a Live USB with any operating system (for example, Linux). If WiFi isn't detected there either, there's a high probability of physical damage to the module or antenna.