My laptop's Wi-Fi has disappeared: What to do in Windows 10

It often catches users by surprise when the wireless network icon on a laptop suddenly disappears and the list of available connections becomes empty. This can happen after a system update, a power surge, or simply a spontaneous malfunction. operating systemIn most cases, the problem lies not in a physical module failure, but in a software conflict or service shutdown.

Before panicking and taking your device to a service center, it's worth running a basic diagnostic. Often, simply rebooting the router or laptop itself is enough to Windows 10 The network hardware has been rediscovered. However, if a simple reboot doesn't help, you should check the adapter settings and driver status one by one.

The inability to access the internet via Wi-Fi can paralyze your work, especially if a wired connection is unavailable. In this article, we'll explore the main reasons why your wireless network may disappear and provide step-by-step instructions for restoring your laptop.

Initial diagnosis and physical examination

The first step should always be to check the physical condition of the device. On many modern laptop models, such as HP Pavilion or Lenovo IdeaPadThere's a separate button or key combination for turning wireless modules on and off. Accidentally pressing this key could simply disable the radio module.

⚠️ Attention: On some models, the Wi-Fi indicator may glow orange if the module is disabled in the BIOS or via hotkeys, even if the drivers are installed correctly in the system.

It's also worth checking that Airplane Mode isn't activated. This mode completely blocks all wireless connections, including Bluetooth and Wi-Fi. Make sure the slider in the notification center isn't blue, indicating that Airplane Mode is active.

If there are no visible switches on the case, check the Device Manager. A device missing from the list of network adapters may indicate that the module is not detected by the system at the hardware level. This could be due to static discharge or a power failure.

📊 What kind of laptop do you have?
Asus
Acer
HP
Lenovo
Dell

Checking network adapter drivers

The most common reason for Wi-Fi to disappear is incorrect operation or missing drivers. After updating Windows 10 The system may replace the native driver with a universal one, which is unstable or does not support all the functions of your module.

To check, open Device Manager. You can do this by right-clicking the Start button and selecting the appropriate item from the menu. In the list, find the "Network Adapters" section. If you see a device with a yellow exclamation point or the message "Unknown Device," the problem is with the driver.

  • 🔍 Right-click on the adapter and select "Uninstall device".
  • 🔄 Restart your laptop - the system will attempt to reinstall the driver automatically.
  • 💾 Download the latest driver from the laptop manufacturer's official website if automatic installation doesn't help.

It's important to use drivers specifically for your motherboard or network module model, not generic versions from aggregator websites. An incorrect driver can cause the adapter to completely disappear from the hardware list.

☑️ Driver diagnostics

Completed: 0 / 1

Setting up the WLAN AutoConfig service

In the operating system Windows 10 A dedicated system service manages wireless connections. If it's stopped or its startup type is changed, the Wi-Fi icon will disappear from the taskbar, and network scanning will become impossible.

To check the service status, click Win + R and enter the command services.mscFind the service in the list that opens. WLAN AutoConfigDouble-clicking on it will open the properties window, where you can see the current state.

Parameter Required value Description
Launch type Automatically The service must start with the system.
State In progress Active service indicator
Service name WlanSvc System process name
Dependencies Netman, Ndisuio Dependent network components

If the service is stopped, click the "Start" button. If the startup type is "Manual" or "Disabled," change it to "Automatic" and apply the settings. Without this service, Wi-Fi management in Windows is impossible.

What to do if the service does not start?

If an error occurs when starting the service, check whether your antivirus or firewall is blocking it. You may also need to repair system files from the command prompt with administrator privileges using the sfc /scannow command.

Resetting network settings via the command line

Sometimes TCP/IP stack configuration errors accumulate in the system, preventing network interfaces from functioning properly. Resetting the network settings allows you to return the settings to factory defaults and resolve software conflicts.

To perform this procedure, you must run the command prompt as administrator. Enter cmd In Windows search, right-click on "Command Prompt" and select "Run as administrator".

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After running all the commands, be sure to restart your computer. This will flush the DNS cache, reset the socket settings, and renew the IP addressing. This often helps when the Wi-Fi icon is present but no networks are found or the connection is constantly dropping.

⚠️ Note: After resetting your network settings, you may need to re-enter your Wi-Fi router password, as saved network profiles will be deleted.

Using the troubleshooter

Windows 10's built-in diagnostic tool can automatically detect and fix many common connection issues. It's not a panacea, but it's a good first step for less experienced users.

Go to Settings → Update & Security → TroubleshootSelect "Network Adapter" and run the troubleshooter. The system will attempt to reset the adapter, check IP settings, and update the configuration.

  • 🛠️ The tool checks for driver issues.
  • 🔌 Checks the status of the network cable (if connected).
  • 📡 Scans for problems with your wireless adapter.

If the built-in utility reports that the problem isn't found, but Wi-Fi still isn't working, this indicates a deeper system issue or hardware malfunction. In this case, manual configuration via Device Manager will be more effective.

Hardware problems and BIOS settings

If software solutions don't help, it's worth looking deeper. In rare cases, BIOS settings can become corrupted, and the integrated Wi-Fi module ends up being disabled at the motherboard level. This often happens after replacing the CMOS battery or resetting the BIOS.

Enter the BIOS/UEFI when booting your computer (usually F2, Del, or F10). Find the section related to peripherals or integrated devices (Onboard Devices). Make sure the item is Wireless LAN or WLAN Device has the value "Enabled".

It's also worth checking the physical connection of the module if you're comfortable disassembling laptops. The antenna wires may have become disconnected from the module's contacts, which could result in the signal or the device itself being lost from the system. However, opening the laptop should only be done if the warranty has expired.

What to do if the module burns out?

If the module is identified in Device Manager as a "failed device" (code 10 or 43) and doesn't respond to driver reinstallation, there's a high probability of physical failure. In this case, installing an external USB Wi-Fi adapter, which is inexpensive and easy to set up, can help.

Can a virus disable Wi-Fi?

Yes, some malware blocks network settings or changes DNS to redirect traffic. Scanning your system with an up-to-date antivirus or a utility like Malwarebytes wouldn't hurt.

Does Windows update affect Wi-Fi?

Often, after a major update (for example, upgrading from version 21H2 to 22H2), old drivers stop working correctly. In such cases, manually rolling back the driver or installing the version directly from the chipset manufacturer's website (Intel, Realtek, Qualcomm) helps.

Why is there Wi-Fi but no internet?

This is a different issue. If the network icon is present and the status is "Connected," but pages aren't loading, check your DNS settings (try 8.8.8.8) or contact your ISP. It's possible the issue is on your service provider's end.