The Wi-Fi icon disappeared on my Windows 10 laptop: full recovery instructions

You turned on your laptop, and in the lower right corner of the screen there is nothing: the familiar icon Wi-Fi disappeared as if it had never been there. The network is invisible, it's impossible to connect, and rebooting doesn't help. This situation is familiar to many users. Windows 10, and there could be dozens of reasons for it, from a simple glitch to a hardware failure in the adapter. In this article, we'll cover all possible scenarios: from simple solutions for beginners to advanced methods for experienced users.

It is important to understand that the disappearance of the icon Wi-Fi — it's not always a problem with the module itself. More often, it's the fault of drivers, Windows services or power saving settings. We won't offer any "magic buttons," but we'll walk you through each step and explain why it works. If you're ready to get your network back, let's get started!

1. Basic checks: what to do first

Before digging deep into system settings, make sure the problem isn't resolved with simple steps. These steps take no more than 5 minutes, but in 30% of cases, they restore the icon. Wi-Fi without additional manipulations.

  • 🔄 Restart your laptopIt's trivial, but it often helps—especially if the crash occurred after an update or sleep. Use a hard reset from the menu. Start → Shutdown → Restart, not the power button.
  • Check the physical Wi-Fi switchOn some laptop models (for example, Lenovo, HP, Dell) there is a hardware button or key combination (often Fn + F2 or Fn + F12) to turn the module on/off. Press it—the adapter may simply be disconnected.
  • 🔌 Make sure that Airplane mode is not activated.It disables all wireless modules. Check in Settings → Network & Internet → Airplane Mode or through the notification panel (swipe from the right on the touchpad).

If the icon still doesn't appear after these steps, proceed to the next section. But first, answer the question:

📊 How often does your Wi-Fi icon disappear?
First time
Regularly (once a week)
Only after updates
After sleep/hibernation

2. Check the status of the Wi-Fi adapter in Device Manager

If the basic methods don't work, it's time to look into device ManagerHere you can see if the system recognizes your Wi-Fi adapter, and if necessary, restart it or update the drivers.

Open device Manager in one of the following ways:

  • 🖱️ Right click on Start → Device Manager.
  • 🔍 Type in Windows search devmgmt.msc and press Enter.

In the window that opens, find the section Network adapters and expand it. All network devices should be displayed here, including Wi-Fi moduleIts name may contain words Wireless, Wi-Fi, Network Adapter or abbreviations like AC, AX (For example, Intel Wi-Fi 6 AX200, Qualcomm Atheros QCA61x4).

Is the adapter listed under "Network Adapters"?

Is there an exclamation mark (⚠️) or question mark (?) next to it?

Is the device showing as "Unknown"?

Have you tried turning the adapter off/on via the context menu?

-->

If the adapter is missing or marked with an exclamation mark, the problem is most likely in drivers or hardware failureIf there is an adapter, but the icon Wi-Fi does not appear - proceed to the next step.

⚠️ Attention: On some laptops (especially ASUS And Acer) The Wi-Fi module can be displayed in the section Other devices as unknown. This is a signal about incorrect drivers.

3. Restart network services and reset the TCP/IP stack

Sometimes the icon Wi-Fi disappears due to a failure in network services Windows 10Restarting them and resetting network settings often resolves the issue without extensive system intervention.

Open Command prompt as administrator (right click on Start → Command Prompt (Administrator)) and execute the commands sequentially:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

After executing each command, wait for a success message. Then restart your laptop.

If this does not help, check the status of key services:

  1. Click Win + R, enter services.msc and press Enter.
  2. Find services:
    • WinHTTP Web Proxy Auto-Discovery Service (should be Manually)
    • Network List Service (should be Automatically)
    • Windows Firewall (must be Automatically)
    • WLAN AutoConfig (should be Automatically)
  • If any service is disabled, right-click on it → Properties → Startup Type → select the desired mode → Apply → Run.
  • sc config Wlansvc start= auto, then net start Wlansvc.-->

    4. Update or reinstall Wi-Fi drivers

    Outdated, damaged or incompatible drivers - one of the most common reasons for the icon to disappear Wi-FiIn this section, we'll discuss how to update or completely reinstall the network adapter driver.

    First, try updating the driver automatically:

    1. Open device ManagerNetwork adapters.
    2. Right click on your Wi-Fi adapterUpdate driverAutomatic search.
    3. Wait for the process to complete and restart your laptop.

    If the automatic update did not work or the system reports that the driver is up to date, try remove device and reinstall the driver:

    1. IN Device Manager Right-click on the adapter → Remove device.
    2. Check the box Remove the driver software for this device (if any) → Delete.
    3. Restart your laptop. The system should automatically reinstall the driver.
    4. If the driver doesn't install after rebooting, or the adapter displays an error, download it manually from the laptop or adapter manufacturer's website. To do this:

      • 🔧 Find out the adapter model in Device Manager (or through System Informationmsinfo32Components → Network → Adapter).
      • 🌐 Go to the manufacturer's support site (e.g. Intel, Qualcomm, Realtek or your laptop's website - Lenovo, HP etc.).
      • 📥 Find the section Drivers or Support, enter the adapter/laptop model and download the latest driver for Windows 10.
    ⚠️ Attention: Never download drivers from third-party websites (like driverpack.io (or similar). They often contain malware or outdated versions. Use only official sources!
    Adapter manufacturer Support site Download section
    Intel downloadcenter.intel.com Wireless → Wi-Fi
    Qualcomm Atheros qualcomm.com/support Networking → Wireless Drivers
    Realtek realtek.com/en/ Downloads → Communications Network ICs
    Broadcom broadcom.com/support Wireless LAN

    5. Checking energy saving settings

    Windows 10 aggressively optimizes power consumption, and sometimes this leads to shutdowns Wi-Fi adapter to save battery life. This is especially important for laptops running on batteries. Let's look at how to disable this feature.

    Method 1: Through device Manager:

    1. Open device ManagerNetwork adapters.
    2. Right-click on your adapter → Properties → tab Power management.
    3. Uncheck the box Allow the computer to turn off this device to save powerOK.

    Method 2: Through Power supply parameters:

    1. Open Control Panel → Power Options (or enter in search powercfg.cpl).
    2. Click Setting up a power plan next to the active circuit.
    3. Select Change advanced power settings.
    4. Find the section Wireless Network Adapter SettingsPower saving mode.
    5. Set value Maximum performance for both states (battery and mains).
    What should I do if the power saving settings are unavailable?

    If the tab Power management is missing from the adapter properties, this may mean that:

    1. You have a generic driver from Microsoft installed (not the original one from the manufacturer).

    2. The adapter is connected via USB or PCIe (rarely found in laptops).

    3. Power management functions for network devices are disabled in BIOS.

    In this case, try installing the original driver (see section 4) or check the BIOS settings (section 6).

    After changing the settings, restart your laptop and check if the icon appears. Wi-Fi.

    6. Checking BIOS and hardware faults

    If all software methods have been tried, but the icon Wi-Fi still hasn't appeared, the problem may lie in BIOS or hardware. This section is for experienced users—careless actions in the BIOS can render the laptop inoperable.

    Step 1: Check if Wi-Fi is enabled in BIOS

    1. Restart your laptop and enter the BIOS (usually the key F2, Del, Esc or F12 — depends on the model).
    2. Find the section Advanced, Configuration or Wireless.
    3. Look for parameters like:
      • Wireless LAN Support (must be Enabled)
      • WLAN Radio or Wi-Fi (must be Enabled)
      • Onboard Wireless LAN (must be Enabled)
  • If the parameter is disabled (Disabled), change it to Enabled, save the settings (F10) and reboot.
  • Step 2: Checking the hardware

    If Wi-Fi is enabled in BIOS, but the adapter is still not detected, the following problems may occur:

    • 🔌 Disconnecting antennas (often after disassembling the laptop or falling).
    • 💥 Wi-Fi module failure (burnout after a power surge).
    • 🔧 Poor module contact (on some laptops the Wi-Fi module is connected via a connector M.2 or miniPCIe and can move away).
    ⚠️ Attention: If you're inexperienced in disassembling laptops, don't attempt to inspect the hardware yourself. Contact a service center, especially if the laptop is under warranty. Improper handling may void the warranty or worsen the problem.

    7. Alternative ways to connect to Wi-Fi without the icon

    If the icon Wi-Fi never showed up, but the adapter works (determined in Device Manager without errors), you can connect to the network using alternative methods.

    Method 1: Via Windows Settings

    1. Open Start → Settings → Network & Internet.
    2. Go to the tab Wi-Fi.
    3. Turn on the slider Wi-Fi (if it is turned off).
    4. Select the desired network from the list and connect.

    Method 2: Via the command line

    If the Windows interface does not display networks, try connecting manually:

    1. Open Command prompt (administrator).
    2. View the list of available networks:
      netsh wlan show networks
    3. Connect to the network (replace Network_name And password on your own):
      netsh wlan connect name="Network_Name"

      If the network is secured, add the profile first:

      netsh wlan add profile filename="C:\path\to\file.xml"

      (the file with settings can be created via Settings → Network & Internet → Wi-Fi → Manage known networks → export).

    Method 3: Using a USB Wi-Fi adapter

    If the built-in module doesn't work and you need internet urgently, buy an external one. USB Wi-Fi adapter (costs from 500 rubles). Connect it to your laptop—the system will automatically install the drivers, and you'll be able to use the network until the integrated module is repaired.

    FAQ: Frequently asked questions about the missing Wi-Fi icon

    Why does the Wi-Fi icon disappear after waking up from sleep?

    This is a typical problem. Windows 10, related to power management. The adapter shuts down to save power, but doesn't always recover correctly. Solution:

    1. Disable permission to turn off the device to save power (see section 5).
    2. Update your adapter driver to the latest version.
    3. Check your hibernation settings: enter in the command line (as admin) powercfg /h off and reboot.
    Is it possible to restore the Wi-Fi icon without reinstalling Windows?

    Yes, in 99% of cases, a system reinstallation is not required. Simply:

    • Update/reinstall drivers (section 4).
    • Reset network settings (section 3).
    • Check services and BIOS (sections 3 and 6).

    Reinstalling Windows is a last resort if all other methods have failed and the problem is definitely not hardware-related.

    How do you know if your Wi-Fi module is burned out?

    Signs of hardware failure:

    • The adapter is not detected in Device Manager and BIOS.
    • There is a burning smell on the laptop case (near the keyboard or underneath).
    • The laptop has previously been dropped, exposed to liquid, or subjected to power surges.
    • The Wi-Fi indicator (if present) does not light up and does not respond to pressing the power button.

    For an accurate diagnosis, please contact a service center.

    What should I do if Wi-Fi disappears after a Windows update?

    Updates Windows 10 Driver compatibility issues are common. Solution:

    1. Roll back to the previous driver version:
      • Open device ManagerNetwork adapters.
      • Right-click on the adapter → Properties → Driver → Roll Back Driver.
  • If rollback is not available, download the driver from the manufacturer's website (see section 4).
  • Disable automatic driver updates:
    Control Panel → System → Advanced system settings → Hardware → Device installation settings → No, let me choose
  • Wi-Fi is gone for only one network. What should I do?

    If your laptop sees other networks but can't connect to a specific one, the problem lies with the settings of that network:

    1. Open Settings → Network & Internet → Wi-Fi → Manage known networks.
    2. Find the problematic network and click Forget.
    3. Reconnect to it by entering the password.
    4. If this doesn't help, check your router settings (the password or encryption type may have changed).