My laptop's Wi-Fi has disappeared and won't connect: step-by-step instructions

It can be a terrifying situation when the wireless network icon on a laptop suddenly disappears and the list of available connections remains empty. This often happens after an automatic system update or an unexpected power surge, when network adapter The device stops responding correctly to operating system commands. In most cases, the problem is not a physical hardware failure, but a software glitch that can be fixed independently without a visit to a service center.

The first thing you need to do is run a quick but thorough diagnostic of the device's condition. Many users immediately panic, assuming the communication module has burned out, but more often than not, Windows It simply can't find the driver or the network support service is stuck in the background. In 80% of cases, the problem is solved by reinstalling the driver or resetting TCP/IP settings., which only takes a few minutes. We'll walk you through every step of the recovery process, from simple key checks to in-depth registry tweaks.

You shouldn't ignore the indicators on the device's body or keyboard, as they often indicate what mode the device is in. Wi-Fi moduleIf the red cross or airplane icon is lit, the system has forcibly disabled the radio module, and software-based network search methods won't help until the hardware switch is activated. Let's walk through the steps to get your laptop back online.

Initial diagnostics and testing of hardware switches

Before delving into the depths of system settings, make sure the wireless module isn't disabled physically or via a software button. On many laptop models, especially business series HP, Lenovo or DellThere's a separate slider on the end of the case or a key combination to quickly disable radio emissions. If you accidentally press this button, Wi-Fi adapter is completely de-energized, and the system stops recognizing its presence.

Check the function key row F1-F12, which depict an antenna or an airplane. Often, you need to hold down a key to activate it. Fn and press the corresponding button. In some cases, an OSD menu will appear on the screen with a notification that wireless mode is enabled. If the network icon doesn't appear after these steps, proceed to the software.

📊 How did your Wi-Fi disappear?
After Windows update
By itself, without reason
After cleaning from viruses
After replacing the router

It's also worth checking if Airplane Mode, which blocks all wireless connections, is activated. Windows 10 And Windows 11 You can do this through the notification center in the lower-right corner of the screen. Make sure the "Airplane Mode" tile isn't highlighted blue and the Wi-Fi button is lit.

Checking the WLAN service and device manager

If the external switches are OK, the next step is to check the status of the operating system drivers and services. Press the key combination Win + R and enter the command devmgmt.mscIn the Device Manager window that opens, find the Network Adapters section. Your wireless module should be listed here, usually with the words Wireless, Wi-Fi or 802.11.

If the device is marked with a yellow exclamation mark, this indicates a driver conflict or error. Try right-clicking the adapter and selecting "Uninstall device," then restarting your laptop. The system will attempt to automatically find and install it. standard driver, which often solves the problem. If the adapter disappears from the list completely, click "Action" → "Update hardware configuration" in the menu.

An important element of the network operation is the service WLAN AutoConfig. Click Win + R, enter services.msc and find the service in the list. It should be running, and the startup type should be set to "Automatic." If the service is stopped, click the "Start" button.

  • 🔍 Check for unknown devices in the device manager, which may be your adapter without a driver.
  • 🔄 Try rolling back the driver to the previous version through the device properties if the problem appeared after an update.
  • ⚙️ Make sure that the "Allow the computer to turn off this device to save power" checkbox is unchecked in the adapter properties on the "Power" tab.

⚠️ Attention: If the adapter is shown in Device Manager as "Unknown Device" with error code 43 or 10, this may indicate a physical fault with the module or its separation from the motherboard.

Resetting network settings and command line

When the drivers are OK but there is still no connection, there is probably a problem with the protocol stack. TCP/IP or DNS cache. In this case, the best method is to completely reset the network settings via the command line. Launch the terminal as administrator by searching for "Command Prompt" and selecting the appropriate menu item.

Enter the following commands in sequence by pressing Enter after each line. This will clear the cache, reset Winsock, and update IP addressing. The process may take several minutes and will require a reboot.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

In modern versions Windows 10 And 11 There's a built-in reset mechanism that does the same thing in a more user-friendly interface. Go to Settings → Network & Internet → Advanced network settings (or simply scroll down) and find the "Network reset" button. Clicking this button will delete all saved Wi-Fi profiles and restore the settings to factory defaults.

☑️ Network Reset Checklist

Completed: 0 / 5

Updating and reinstalling Wi-Fi adapter drivers

The most common reason for Wi-Fi to disappear is incorrect operation of the software that controls the network card. Laptop manufacturers often use chips from Realtek, Intel, Qualcomm Atheros or Broadcom. Standard drivers that Windows installs automatically may not work reliably or conflict with system updates.

The best way to resolve this issue is to download the latest driver from your laptop manufacturer's official website. You'll need another computer with internet access or a USB modem connection to download the file. Find your device model in the "Support" or "Drivers" section, select your OS version, and download the file marked Wireless LAN or WLAN.

After installation, be sure to restart your computer. If there is no official version for your OS (for example, you updated to Windows 11, and drivers only for 10), try installing the available version in compatibility mode. To do this, right-click the installation file, select "Properties" → "Compatibility," and select the previous version of Windows.

What to do if the driver is not installed?

If the installer returns an error, first try completely uninstalling the old software through Programs and Features. Then, in Device Manager, click Update Driver → Let me pick from a list of available drivers and try selecting any compatible driver from the list, even if it's marked as for a different device, to test the system's response.

Diagnosing potential router problems

Sometimes the problem isn't with the laptop, but with the access point. If Wi-Fi is lost on only one device, but the internet works on your phone or tablet, then the problem is with the laptop. However, if the network is lost everywhere, or the laptop sees other networks but not yours, it's worth checking your router settings.

Modern routers can automatically change channels or encryption standards, which can lead to connection loss with older or specific adapters. For example, if the router switches to a different range 5 GHz, and your laptop only supports 2.4 GHz, it simply won't see the network. It's also possible to change the security type with WPA2 on WPA3, which is not supported by older maps.

Problem Symptom Solution
Router memory is full The devices do not connect, the yellow indicator is on Restarting the router using the Power button
Channel conflict Unstable signal, low speed Changing the channel in the router settings
MAC address filtering The laptop sees the network, but says "Unable to connect" Checking the whitelist in the router
Outdated firmware Wi-Fi drops on all devices Updating the router software

Try temporarily disabling MAC address filtering or changing your wireless network mode to mixed (Mixed) to ensure compatibility with all devices in the home.

Troubleshooting problems after Windows update

Operating system updates often trigger driver issues. Microsoft may replace a working driver with a newer, less stable one, or change power-saving settings, causing the adapter to disable itself. In such cases, uninstalling the problematic update or using a restore point can help.

If your Wi-Fi connection disappeared immediately after an update, go to Settings → Update & Security → View update history → Uninstall updates. Find the most recently installed packages and uninstall them. You can also run the built-in troubleshooter, which can sometimes automatically fix issues introduced by an update.

As a last resort, if nothing helps, you can try to manually install the driver in compatibility mode or find a universal driver from the chipset manufacturer (for example, from the website Intel or Realtek), ignoring the driver from the laptop manufacturer.

⚠️ Attention: Settings interfaces and menu item names may vary depending on the Windows version (Home, Pro) and build version (21H2, 22H2, 23H2). If you don't find the option you're looking for, try searching through your system settings.

Frequently Asked Questions (FAQ)

Why did the Wi-Fi icon disappear, but Bluetooth works?

This is a common issue, as modern laptops often have different modules or different parts of a single integrated chip responsible for Wi-Fi and Bluetooth. A Wi-Fi driver failure doesn't necessarily affect Bluetooth. It's also possible that the antenna cable has become disconnected from the Wi-Fi module inside the case.

Can a virus disable Wi-Fi on a laptop?

Yes, some malware blocks network connections to prevent antivirus updates or data transfers. Be sure to run a full system scan with a reputable antivirus if standard methods fail.

What should I do if the driver won't install and displays an error?

Try running the installer as administrator. If that doesn't help, completely remove the device from Device Manager by checking "Delete driver software," reboot, and try again. Also, check if your antivirus software is blocking the installation.

How to check if the Wi-Fi module is burned out?

If the adapter displays error code 10 or 43 in Device Manager, and reinstalling drivers or resetting the BIOS doesn't help, there's a high probability of physical failure. In this case, the only solution is to replace the module or use an external USB Wi-Fi adapter.

Will resetting the BIOS help if Wi-Fi is lost?

In rare cases, BIOS settings can block the operation of integrated devices. Resetting the BIOS to factory settings (Load Optimized Defaults) can reactivate a disabled port or communication module if it was accidentally disabled at the hardware level.