Many users are familiar with the sudden loss of Wi-Fi on their laptop. Just five minutes ago, you were browsing the internet without a problem, but now the wireless network icon has disappeared, or the computer is reporting no available connections. There's no need to panic, as in most cases, the problem stems from a software glitch or an accidental blocking of the adapter, not hardware failure.
Restoring the communication module's functionality requires a step-by-step approach. You should first rule out simple errors, such as activated airplane mode or a physically disconnected antenna, before moving on to complex registry or driver manipulation. Understanding the nature of the failure will help you quickly get your laptop back online without a trip to a service center.
In this article, we'll explore all the possible reasons why Wi-Fi might be lost and provide clear troubleshooting steps for Windows 10 and Windows 11. You'll learn how to diagnose the adapter's status, update or roll back drivers, and also learn how to check the Wi-Fi module's functionality at the software level.
Initial diagnosis and physical examination
First, make sure the problem is truly with your laptop and not your router. Check your other devices in the house: if the internet connection is lost on both your smartphone and tablet, you need to reboot the router, not mess with your computer's settings. If your other devices are working fine, then... the failure is localized specifically on the laptop, and you need to look for the reason in its configuration.
Carefully inspect the device's body. On many models, especially business-class or older series, there is physical switch Wireless modules. It can be located on the end of the case or even on the front edge. Accidentally touching this slider often results in the adapter completely disabling and becoming unresponsive to system commands.
⚠️ Note: If you have a laptop with a removable battery, sometimes completely powering down the device can help. Turn off the device, unplug the power supply, remove the battery for 10-15 seconds, then reinsert it and power it on. This relieves any static electricity that may be blocking the network controller.
Also check the key combinations on your keyboard. The F1-F12 keys often have images of antennas or airplanes on them. Pressing such a key (sometimes in combination with the Fn) puts the network module into power-saving mode or turns it off completely. This may not be visible, other than the network icon disappearing.
Managing network adapters in Windows
If the physical switches are OK, the next step is to check the network adapter status in the operating system. It often happens that the driver is working, but the connection interface itself is disabled by the user or a third-party program. To access these settings, press the combination Win + R and enter the command ncpa.cpl.
In the "Network Connections" window that opens, look for the "Wireless Network" or "Wi-Fi" icon. If it's grayed out and labeled "Disabled," right-click it and select "Enable." If the icon is missing entirely, this may indicate a more serious issue with the driver or the device itself, which the system no longer recognizes.
Sometimes the adapter may be hidden. In the same window, click the "View" menu and select "Show hidden devices." If the gray Wi-Fi icon appears, try resetting it: first disable it, wait a few seconds, then enable it again. This often restarts the network management service without having to restart the computer.
It's also worth checking your power settings. Windows may automatically turn off the device to save power, after which it won't be able to wake it up properly. In Device Manager, find your adapter, go to Properties, the "Power Management" tab, and uncheck "Allow the computer to turn off this device."
☑️ Adapter diagnostics
Working with network module drivers
The most common reason for a laptop's Wi-Fi connection to drop is a faulty driver. This can occur after a system update, installing new software, or a sudden crash. The driver is the intermediary between the operating system and the hardware, and without it functioning properly, communication is impossible.
Go to Device Manager (right-click the Start button -> Device Manager). Expand the "Network Adapters" branch. If you see your device (usually with words like "Wireless," "Wi-Fi," or "802.11" in the name, or brand names like Intel, Realtek, or Qualcomm), but it has a yellow triangle with an exclamation point, the driver is corrupted or conflicting with the system.
Try rolling back the driver. In the device properties, go to the "Driver" tab and click the "Roll Back Driver" button if it's enabled. This will restore the previous version of the software that worked reliably. If the button is disabled or rolling back doesn't help, select "Uninstall device," check the "Delete the driver software for this device" box, and then restart the laptop. The system will attempt to reinstall the driver automatically.
⚠️ Important: Before uninstalling the drivers, make sure you have an alternative internet connection (for example, a USB modem or a USB connection to your smartphone) so you can download the latest software from the laptop manufacturer's official website if automatic installation fails.
Advanced users might find it helpful to check the Windows event log. Search for "Event Viewer," go to "Windows Logs" -> "System," and filter events by the "WLAN-AutoConfig" source. Here you can find the exact error codes that will help you determine why the module stopped responding.
What should I do if the device is not detected in the Device Manager?
If there's no network adapter section in Device Manager, or the device is marked as "Unknown Device," try refreshing the hardware configuration. Select "Refresh hardware configuration" from the Actions menu. If this doesn't help, the Wi-Fi module may be physically damaged or the connection inside the device may have come loose.
In some cases, resetting the BIOS to factory settings helps. Enter the BIOS during boot (press F2, Del, or F10), find the Load Optimized Defaults option, and save the settings. This may reactivate the controller disabled at the firmware level.
Windows Services and Network Settings Reset
A special system service is responsible for wireless connections in Windows. If it's stopped or malfunctioning, Wi-Fi will be lost, regardless of the driver status. Click Win + R, enter services.msc and find "WLAN AutoConfig" in the list.
Make sure the startup type is set to "Automatic" and the service is running. If it's stopped, click "Start." If an error occurs during startup, check the dependencies of this service—sometimes a failure occurs because another system component that the WLAN service depends on isn't running.
Windows 10 and 11 have a powerful built-in tool for resetting all network settings. This is a drastic, but often effective, method. Go to "Settings" -> "Network & Internet" -> "Advanced network settings" (or simply scroll down) and find the "Network reset" button.
After clicking the button, the system will warn you that the computer will restart in 5 minutes. All network adapters will be removed and reinstalled, and TCP/IP settings will be reset to factory defaults. This resolves issues with invalid IP addresses and protocol conflicts.
Command line and resetting the TCP/IP stack
Sometimes the problem lies deeper, in a full DNS cache or errors in the TCP/IP protocol stack. To resolve these issues, use a command prompt run as administrator. Right-click the Start button and select "Windows PowerShell (Administrator)" or "Command Prompt (Administrator)".
In the window that opens, enter a series of commands sequentially, pressing Enter after each. These commands will clear the cache, reset Winsock settings, and renew IP addressing. This is a standard procedure for fixing "stuck" network connections.
ipconfig /flushdnsipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset
After executing the last command netsh winsock reset The system will definitely require a reboot. Don't ignore this request, as changes to the network sockets registry only take effect after the OS restarts.
If this doesn't help, you can try manually removing static IP addresses if they were previously set. In the command line, enter netsh interface ip delete arpcacheThis will clear the ARP cache, which sometimes contains erroneous data about IP addresses and MAC addresses on the local network.
Table of common errors and solutions
For a quick diagnosis, you can use the following table, which organizes the main symptoms and treatment methods. This will save you time and allow you to skip straight to the relevant section of the instructions.
| Symptom | Probable cause | Solution method |
|---|---|---|
| No Wi-Fi icon | The adapter is disabled or there is no driver. | Check the device manager, enable the adapter |
| The network list is empty | WLAN service stopped | Start the service in services.msc |
| Error "Unable to connect" | Incorrect password or IP conflict | Forget the network, reset TCP/IP |
| Adapter Code 10 or 43 | Driver or hardware failure | Uninstall the driver, reboot, update the BIOS |
| Wi-Fi comes and goes | Energy saving or overheating | Disable energy saving in properties |
Please pay attention to the error codes in the Device Manager. Code 10 most often indicates that the device cannot start (driver or power supply problem). Code 43 indicates that the device has reported a problem, which often occurs when there is a hardware problem or a serious resource conflict.
If you see these codes, try removing your laptop from the docking station (if used), disconnecting all USB devices except the mouse, and rebooting. Sometimes external devices can interfere with the Wi-Fi module or consume interrupt resources, blocking it.
Hardware problems and BIOS
When software solutions fail, a hardware failure must be suspected. The Wi-Fi module in laptops is usually a small Mini PCI-E or M.2 card inserted into a slot on the motherboard. Vibration or impact may have loosened the connection.
If you're skilled in disassembling hardware, you can carefully remove the laptop's back cover, locate the wireless module (usually connected to two thin wires, a black and a white one—these are the antennas), and reconnect them. Sometimes the contacts become corroded, and simply removing and reinserting the module (resetting the connection) will restore it to normal operation.
⚠️ Caution: Opening the laptop case may void the warranty. If your device is still under warranty, do not open it yourself; instead, contact an authorized service center.
It's also worth checking your BIOS/UEFI settings. When your computer boots, enter the BIOS and find the section related to peripherals or integrated devices (Onboard Devices, Advanced). Make sure the item is Wireless LAN or Network Adapter has status EnabledSometimes after a BIOS reset or update it may switch to Disabled.
In rare cases, the problem stems from overheating. If the laptop hasn't been cleaned of dust in a while, the Wi-Fi module may go into protection mode and shut down. Check the case temperature around the keyboard and make sure the vents are not clogged.
Can I use an external USB Wi-Fi adapter?
Yes, this is an excellent temporary or even permanent solution if the integrated module has burned out. Buy a compact USB adapter (like a dongle) that supports the 802.11ac or ax standard. It plugs into a USB port and automatically installs drivers, eliminating any problems with the integrated card. Just make sure the adapter's antenna isn't shielded by the laptop's case.
Frequently Asked Questions (FAQ)
Why did Wi-Fi disappear after a Windows update?
System updates often replace existing drivers with newer ones, which may be incompatible with your specific hardware. An update may also reset power settings or Wi-Fi services. Solution: Roll back the driver or update it manually from the manufacturer's website.
What should I do if the Wi-Fi button is missing even from the notification center?
This means the system isn't detecting the adapter. Check Device Manager. If it's empty, try resetting the BIOS or checking the physical antenna connections inside the laptop. The module may be faulty.
Can a virus disable Wi-Fi?
Yes, some malware blocks network access to prevent you from downloading an antivirus or seeking help. Scan your computer with a reputable antivirus and malware scanner (such as Malwarebytes or Dr.Web CureIt).
How to check if the Wi-Fi module is burned out?
Only replacing the module with a known-good one will provide an accurate diagnosis. However, if the module isn't detected in the BIOS, isn't visible in Device Manager even after reinstalling the OS, and doesn't heat up when powered on (checked with a thermal imager or gently with your finger after use), there's a high probability of a hardware failure.