My laptop's Wi-Fi is gone: what to do if it's gone

When the wireless network icon on your laptop suddenly disappears and the list of available connections is empty, it can be disconcerting for anyone. Just five minutes ago, you were browsing the internet without a care, and then suddenly... Wi-Fi indicator disappears, stops lighting, or is crossed out with a red cross. At this point, there's no need to panic, as in 90% of cases, the problem is a software glitch or an accidental mode switch, not a physical hardware failure.

Before taking your device to a service center or calling a technician, it's important to conduct a thorough diagnosis to rule out simple causes. It often happens that operating system The communication module simply can't start correctly due to a power failure or driver conflict. We'll walk you through a step-by-step procedure to help restore internet access at home.

Restoring functionality wireless adapter This requires a systematic approach: from checking the physical switches to deeply tweaking the registry. Ignoring these steps can result in the laptop remaining without internet access, even if the router is properly transmitting a signal to other devices. Let's look at the main causes and how to fix them.

Checking physical activation and flight modes

The most common, but often overlooked, cause is a physically disconnected module. Many laptop models, especially business-class or older versions, have hardware switches, which completely de-energize the antenna. If this switch is moved to the "Off" position, no software settings will help restore the connection, as the radio module is simply disabled at the electronic level.

Additionally, modern operating systems have an active "Airplane Mode" feature, which software-based blocks all wireless interfaces. It can be activated either through the notification panel or with a keyboard shortcut. Users often accidentally press the key. Fn along with the antenna button, thinking that they are simply changing the volume or brightness.

⚠️ Note: On some Lenovo and HP models, the hotkey for enabling Wi-Fi may be blocked by system utilities. If the hotkey doesn't work, check for pre-installed software such as Lenovo Vantage or HP Connection Manager.

To quickly diagnose the status of your radio modules, you can use the command line. Enter the command to check the wireless interface status and ensure it isn't in a software lock state:

netsh wlan show interfaces

If the system response shows "Radio status: Hardware off," the problem lies with the physical switch or the BIOS. If the response shows "Software off," the blocking is caused by Windows.

  • 🔌 Check the sides and front of the case for sliding switches.
  • ✈️ Make sure Airplane mode is turned off in the notification center.
  • ⌨️ Try pressing Fn + F2 (or another key with an antenna image).
  • 💡 Pay attention to the indicators on the case: if the Wi-Fi light is not lit at all, the module is turned off.
📊 What kind of laptop do you have?
A laptop with a switch on the case
Laptop without physical buttons (touch control)
Convertible tablet
Desktop PC with USB adapter

Diagnostics via Device Manager

If the physical switches are checked, but Wi-Fi module If the adapter still hasn't appeared, the next step is to check the Device Manager. This is where the operating system displays all connected hardware, and the absence of an adapter in the list of network devices can be telling. Sometimes the device appears with a yellow exclamation point, indicating a resource conflict or driver error.

It often happens that the adapter is hidden under "Other devices" or marked as "Unknown device." In this case, Windows recognizes the physical presence of the component but doesn't know how to properly interact with it. You need to manually refresh the hardware configuration so that the system can attempt to re-identify it. network controller.

To run diagnostics, right-click the "Start" button and select "Device Manager." In the window that opens, find the "Network Adapters" section. If you see the name of your adapter there (usually labeled "Wireless," "Wi-Fi," "802.11," "Intel," "Realtek," or "Qualcomm"), but it's disabled, right-click it and select "Enable."

If a device displays an error (code 10, 28, 31, or 43), this means the driver is not working correctly or the device cannot be started. Try removing the device from the list (right-click -> Remove device), then restarting the laptop. The system will automatically attempt to reinstall the driver upon startup.

  • 🔍 Search the "Other devices" sections for unknown components.
  • 🔄 Use the "Update hardware configuration" function in the actions menu.
  • 🗑️ Remove the device with the error only after a subsequent system reboot.
  • 💻 Please check the error codes in the device properties to find the exact solution.

Restoring and updating drivers

The most common reason for Wi-Fi to disappear is a dropped or damaged Wi-Fi connection. network adapter driverThis can happen after a Windows update, installing an antivirus, or a sudden power surge. Even if the adapter appears normal in Device Manager, its software may be unstable, preventing it from scanning the air.

There are two main solutions: automatic via Windows Update and manual via the manufacturer's website. The advantage of the automatic method is that the system will automatically find the appropriate one. The digital certificate will be installed, but it requires an internet connection (which you don't have right now). Therefore, you often have to use another computer or smartphone to download files.

If you can connect to the internet via an Ethernet cable or share your smartphone's internet connection via USB, do so. Then, launch Device Manager, find your adapter, right-click it, and select "Update driver" -> "Search automatically for driver software." Windows will automatically find and install the latest version of the software.

pnputil /scan-devices

This command in the command line (run as administrator) will force the computer to search for new devices and attempt to install drivers for them, which is sometimes more effective than a standard update.

⚠️ Warning: Do not use third-party driver update programs (driver packs) unless you have experience. They often install generic but unstable driver versions that can permanently damage the adapter.

☑️ Manual driver installation procedure

Completed: 0 / 4

It is important to download the driver from the laptop manufacturer's website (Asus, Acer, Dell), and not the chipset manufacturer's website (Intel, Realtek), as vendors often modify drivers for their hardware.

Configuring Windows Network Services

In the Windows operating system, a special program is responsible for the operation of wireless networks. system serviceIf it's stopped or its startup type is changed to "Disabled," the Wi-Fi icon will disappear from the interface, and the system will stop responding to connection attempts. This often happens after optimizing the system with third-party utilities.

To check, open the Run window (Win + R) and enter the command services.mscIn the list that opens, find the "WLAN AutoConfig" service. Make sure its status is "Running" and its startup type is "Automatic." If not, double-click the service and change its settings.

Sometimes a full restart of the service is required even if it's running. Right-click "WLAN AutoConfig Service" and select "Restart." This will reset the current network processes and restart them, which may resolve the module freezing issue.

Name of the service Launch type State Action
WLAN AutoConfig Service Automatically In progress Restart
Connection Manager Manually In progress Do not touch
Network List Service Manually Stopped Launch
NetBIOS Helper Module Manually In progress Do not touch
What to do if the service does not start?

If an error (such as code 1068) appears when starting a service, it means that dependent services are not running. In the service properties, go to the "Dependencies" tab and ensure that all services listed there are also running.

After changing service settings, be sure to restart your computer. Without a restart, the changes may not take full effect, and network stack will remain in an unstable state.

Reset network settings and TCP/IP parameters

When software glitches accumulate, IP address conflicts or protocol stack errors can occur in Windows network settings. In this situation, the best solution is to completely reset the network settings to factory defaults. This will delete all saved Wi-Fi passwords and VPN settings, but often restores life to a "dead" adapter.

Windows 10 and 11 have a built-in reset feature. Go to "Settings" -> "Network & Internet" -> "Advanced network settings" (or "Status") -> "Network reset." Click "Reset now" and confirm. Your computer will restart in 5 minutes.

A more thorough reset can be performed via the command line. Open a terminal as administrator and run a series of commands that will flush the DNS cache, reset Winsock, and update the IP configuration.

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After running these commands, the system will require a reboot. This method is especially effective if the problem occurred after installing security updates or antivirus software that may have modified network filters.

  • 🧹 Resetting your network will delete all saved Wi-Fi passwords, so be prepared to enter them again.
  • 🛡️ Antiviruses often install their own filters that can block the adapter.
  • 📉 Resetting TCP/IP fixes lower-level protocol errors.
  • 🔄 A reboot after reset is required for changes to take effect.

Hardware faults and BIOS

If software methods did not help, and there is still no device in the device manager wireless module, the problem may be deeper. The adapter may be disabled in the BIOS/UEFI. When booting the computer, enter the BIOS (usually F2, Del, or F10) and find the section related to peripherals or onboard device configuration. Make sure WLAN or Wireless LAN is set to "Enabled."

Physical damage also can't be ruled out. In laptops, the Wi-Fi module is often a small Mini PCIe or M.2 card that connects to the motherboard via a connector. Vibration or impact could have loosened the contact. If you're confident in your abilities, you can try removing the back cover and reconnecting the module, as well as cleaning the contacts with an eraser.

⚠️ Please note: Opening your laptop may void your warranty. If your device is under warranty, do not open the case; instead, contact an authorized service center.

Another rare, but possible, cause is a faulty chip itself. In this case, the only solution is to replace the module. Fortunately, modern modules are inexpensive and easy to replace. Another temporary solution is to purchase an external USB Wi-Fi adapter, which will bypass the faulty built-in hardware.

Check for BIOS updates on the laptop manufacturer's website. Manufacturers sometimes release firmware updates that fix power management issues with the PCIe slots used by the Wi-Fi module.

Why did Wi-Fi disappear after a Windows update?

Windows updates often contain new driver versions that may be incompatible with your specific hardware. The system automatically replaces the working driver with a "newer" one, which causes the conflict. Solution: Roll back the driver in Device Manager or uninstall the latest update.

Can a virus disable Wi-Fi?

Yes, some malware blocks network services or changes proxy settings to prevent internet access and antivirus database updates. Scanning your system with a reliable antivirus scanner (such as Dr.Web CureIt or Kaspersky Virus Removal Tool) is essential.

What should I do if my laptop sees networks but doesn't connect?

This is a different issue, unrelated to the missing adapter. Most likely, the password is incorrect, the router's DHCP server is down, or the security standards (WPA2/WPA3) don't match. Try forgetting the network and reconnecting.

How to get internet temporarily without Wi-Fi?

Use your smartphone as a USB modem. Connect your phone to your laptop using a cable, and enable "Tethering" -> "USB Modem" in your phone's settings. Your laptop will now be connected to the internet via the mobile network.