My laptop suddenly stopped detecting WiFi: what to do

It's often surprising when your laptop suddenly stops detecting wireless networks. Just five minutes ago, you were working or watching a movie, but now the list of available connections is empty, or the internet icon is crossed out with a red X. There's no need to panic, as in most cases the problem stems from a software glitch that can be fixed without calling a technician.

There can be many reasons for this operating system behavior: from a simple stuck key on the keyboard to a glitch in the Windows registry or energy saving issues. Wireless network adapter It could have simply gone into sleep mode and failed to wake up, or the drivers could have conflicted after a recent system update. It's important to consider all possible options sequentially, moving from simple solutions to more complex ones.

Before starting a deep diagnostic, it's worth performing a basic reboot of the router and laptop itself. Sometimes temporary files or errors in the network service cache can prevent the list of available access points from displaying correctly. If a simple reboot doesn't help, you'll need to proceed to more detailed system settings.

Primary diagnostics and equipment testing

The first step should always be to check the physical condition of the communication module. On many laptop models, especially business-class or older versions, there is hardware WiFi switchIt can be located on the end of the case or combined with one of the function keys. Accidentally touching this slider often results in the radio module being completely disabled.

It's also worth paying attention to the key combination responsible for enabling wireless interfaces. Typically, it's a combination Fn and one of the keys F1-F12, which features an antenna or airplane. Pressing this combination puts the network adapter into Airplane mode, completely blocking signal transmission.

⚠️ Note: On some laptop models, the WiFi indicator on the case may not light up even when enabled via software if the device driver is not installed or is not working correctly. Do not rely solely on the indicator lights.

Check Device Manager to ensure the system can even see your network hardware. If an "Other devices" section with a yellow exclamation point appears in the device list, or the "Network adapters" section disappears, this indicates a driver issue or a physical module failure.

📊 How exactly did your laptop's WiFi disappear?
The WiFi icon in the tray has disappeared.
There is an icon, but there are no networks.
It says "No connections available"
The laptop says that WiFi is turned off.

Checking network adapter settings in Windows

If the physical switches are working properly, you need to make sure the adapter isn't disabled by software within the operating system. Windows allows you to disable individual network interfaces, and sometimes this happens automatically after updates or antivirus software. To check, open the Network Control Panel.

Press the key combination Win + R, enter the command ncpa.cpl and press Enter. The "Network Connections" window will open, displaying all available interfaces. Find the "Wireless Network" or "Wi-Fi" icon. If it's grayed out and labeled "Disabled," right-click it and select "Enable."

You can also check the adapter's properties in this window. Right-click the active WiFi adapter, select "Properties," then "Configure." Go to the "Advanced" tab and ensure that the Wireless Mode isn't limited to legacy standards if your router broadcasts a signal in the 5 GHz band.

☑️ Adapter diagnostics

Completed: 0 / 4

Reinstalling the IP protocol often helps. In the adapter properties, find the line Internet Protocol version 4 (TCP/IPv4), select it, and click "Properties." Make sure the options for automatically obtaining an IP address and DNS servers are checked. Manual settings left over from your previous ISP or router may block your connection to the new network.

Managing wireless module drivers

The most common reason why The laptop stops detecting WiFi networks., is incorrect driver operation. This can occur after a Windows update, installing a new antivirus, or simply due to a buildup of errors in the configuration files. The solution lies in completely reinstalling the adapter software.

Open Device Manager from the Start menu (right-click the Windows icon). Find the "Network Adapters" section and expand it. Find a device whose name includes the words "Wireless," "WiFi," or "802.11," or brand names like Intel, Realtek, or Qualcomm Atheros. Right-click it and select "Uninstall device."

⚠️ Caution: When uninstalling the driver, a checkbox may appear in the confirmation window that says "Delete the driver software for this device." Do not check this box unless you have the driver installation file or internet access via cable, as Windows may not find the driver automatically.

After uninstalling the driver, the device will disappear from the list or remain with a yellow icon. At this point, you should restart the laptop. Upon boot, the operating system will detect the new hardware and attempt to install the standard driver. This often restores functionality.

Windows Services and Power Settings

A special service in Windows is responsible for detecting and connecting to wireless networks. If it's stopped or its startup type is set to "Disabled," the laptop will physically be unable to scan the airwaves. Checking the status of these services is an important diagnostic step.

Click Win + R, enter services.msc and find "WLAN AutoConfig" in the list. Make sure its status is "Running" and the startup type is "Automatic." If the service is stopped, click "Start."

Another hidden cause of problems is an aggressive power-saving policy. The system may shut off power to the USB port or PCIe slot where the WiFi module is connected to conserve battery life, but then it's impossible to "wake" the device back up.

To prevent the system from turning off the adapter, return to Device Manager, open the properties of your WiFi adapter, and go to the "Power Management" tab. Uncheck "Allow the computer to turn off this device to save power." This often resolves the issue of WiFi spontaneously disappearing after waking from sleep mode.

>It works fine

Parameter Normal value Problematic meaning Influence
WLAN service status In progress Stopped The network list is empty
Adapter driver Code 10 / Code 43 The device does not see the network
Power saving mode Disconnection allowed Forbidden WiFi disappears after sleep
IPv4 protocol Automatically Static IP Address conflict

Resetting network settings and command line

If manual settings don't help, perform a full reset of the TCP/IP and Winsock network stacks. In Windows 10 and 11, this can be done through the graphical interface or the command line. This process clears the DNS cache, resets IP settings, and restores network components to their original settings.

To perform a reset via the command line, you must launch the terminal as an administrator. Right-click the Start menu and select "Windows PowerShell (Administrator)" or "Command Prompt (Administrator)". In the window that opens, enter the following commands in sequence.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

Press Enter after entering each command. Be sure to restart your computer after completing all the steps. This method often helps when the laptop detects WiFi but won't connect, or when there's a problem identifying the network.

Windows 10 and 11 also have a built-in network reset button. Go to Settings → Network & Internet → Advanced network settings (or "Status") and find the "Network Reset" link. Click it and confirm the action. The computer will restart in 5 minutes, and all network adapters will be reinstalled.

Hardware faults and frequency conflicts

If software methods fail, consider the possibility of hardware failure or external interference. The WiFi module in a laptop is a tiny circuit board that can become detached over time, especially if the device has been subjected to impact or vibration.

It's also worth considering the airwaves' congestion factor. If you're in a location with a lot of wireless networks (like an office building or a dorm), the channels may be heavily clogged. In this case, your laptop may "lose" your network among the noise of other signals.

Try getting closer to the router. If the network appears at a distance of 1 meter but disappears at 5 meters, the problem may be with the laptop's antennas. Inside the case, the WiFi module is connected to the antennas with thin wires (usually black and white). If the laptop was disassembled, these contacts may have been forgotten or poorly secured.

⚠️ Caution: Opening the laptop and inspecting the internal antenna components is only possible with the battery disconnected and with proper electronics skills. Careless operation may cause a short circuit.

In rare cases, the WiFi module itself fails. If the adapter displays error code 10 or 43 in Device Manager, and reinstalling the drivers doesn't help, there's a high probability of physical chip failure. In this case, purchasing an external USB WiFi adapter will bypass the built-in failure.

Frequently Asked Questions (FAQ)

Why can my laptop see my neighbors' networks but not my router?

This may indicate that your router is operating on a channel that is not supported by your laptop's adapter (for example, channels 12-14 in the 2.4 GHz band are prohibited in some regions), or the router has hidden the network name (SSID). It's also possible that the router has frozen and stopped transmitting a signal, even though it has power.

Can a virus cause WiFi to disappear?

Yes, some malware can block access to network settings, modify the registry, or disable network services to prevent antivirus updates. It is recommended to run a full system scan with a reliable antivirus program.

What should I do if the WiFi icon disappears after a Windows update?

Updates often change the driver structure. Visit your laptop manufacturer's website, find your device model, and download the WiFi driver specifically for your version of Windows. Installing a new driver over the old one often resolves compatibility issues.

Does date and time affect WiFi performance?

An incorrect date and time can cause security certificate errors, causing the laptop to see the network but be unable to authenticate or connect to secure enterprise networks. Always ensure the system time is up to date.