How to connect to Wi-Fi on your computer if the network icon in the system tray has disappeared

Have you turned on your laptop or PC with a Wi-Fi adapter, but the familiar network icon in the lower right corner of the screen suddenly disappeared? Don't panic—this is a common problem that can be resolved in 5-15 minutes. Causes can range from accidentally disconnecting the adapter to a service failure. WindowsThe main thing is to know where to click and what settings to check.

In this article you will find 7 working methods connect to Wi-Fi without a tray icon, including restoring the icon, manually connecting through system settings, and even alternative methods (for example, through command line or PowerShell). The instructions are valid for Windows 7, 10, and 11, as well as for most laptops (ASUS, Lenovo, HP, Acer) and stationary PCs with USB/Wi-Fi adapters.

If you are in a hurry, skip straight to the section “Manual connection via Windows settings" If the problem occurs frequently, pay attention to the block about checking system services — it describes the reasons why the icon may disappear regularly.

Why the Wi-Fi icon disappeared and what to do about it

The network icon in the tray (notification area) disappears for several reasons. The most common culprits are:

  • 🔌 Disabled Wi-Fi adapter — physically (using a button on the laptop case) or software (in the device manager).
  • 🖥️ Service failure WLAN AutoConfig - She is responsible for managing wireless networks.
  • 🔄 Windows Update — After some updates, system notification icons are reset.
  • 🛠️ Corrupted drivers - especially if you have recently updated them or installed new software.
  • 📛 Hidden icons — Windows may automatically collapse the network icon to "hidden items".

Before you start doing any complex manipulations, check the obvious:

  1. Click on the arrow in the tray - perhaps the icon is simply minimized.
  2. Check if Wi-Fi is disabled hardware button (on some laptops it is combined with the keys F2F12 and is triggered when pressed Fn).
  3. Restart your computer - sometimes this solves the problem without any additional steps.
📊 How often does your Wi-Fi icon disappear?
First time
Sometimes (once a month)
Often (once a week)
Constantly

How to return the Wi-Fi icon to the system tray (3 ways)

If the adapter is working but the network icon isn't showing up, try resetting it manually. Here are three proven methods:

Method 1: Via taskbar settings

The easiest option is to enable the icon display in Windows settings:

  1. Click Win + Ito open Parameters.
  2. Go to the section Personalization → Taskbar.
  3. Scroll down to the block Notification area and press Enable or disable system icons.
  4. Find the item Net and move the slider to the position On

If this method doesn't work, the problem may be deeper—for example, the notification service itself is disabled.

Method 2: Via Registry Editor

Sometimes taskbar settings are reset due to registry errors. To fix this:

  1. Click Win + R, enter regedit and confirm the launch.
  2. Follow the path:
    HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify
  3. Delete the files IconStreams And PastIconsStream (right click → Delete).
  4. Restart your computer and the icons should be restored.
⚠️ Attention: The Registry Editor is a powerful tool. Incorrect changes can cause system failures. Before editing, create a restore point.

Method 3: Via Group Policy (for Windows Pro/Enterprise)

In professional versions of Windows, you can force the network icon to appear:

  1. Click Win + R, enter gpedit.msc and press Enter.
  2. Follow the path: User Configuration → Administrative Templates → Start Menu and Taskbar.
  3. Find the parameter Remove notification icons and make sure that it disabled.
  4. Apply the changes and restart your PC.

Make sure Wi-Fi is turned on using the hardware button.

Check hidden tray icons (arrow ↑)

Restart your computer

Update adapter drivers (if the icon does not appear) -->

Manually connect to Wi-Fi without a network icon

If you can't restore the icon or need to urgently connect to the internet, use alternative methods. They work even without displaying the network icon in the tray.

Method 1: Through Windows Settings

The most reliable way is to connect through the settings menu:

  1. Open Parameters (Win + I).
  2. Go to the section Network and Internet → Wi-Fi.
  3. Turn on the slider Wi-Fi (if it is turned off).
  4. From the list of available networks, select yours and enter the password.

If section Wi-Fi missing or gray - problem with drivers or services (see next sections).

Method 2: Via command line

For advanced users, there is a way to connect to the network via CMD:

  1. Run Command Prompt as Administrator (Win + X → Command Prompt (Administrator)).
  2. Enter the command to view available networks:
    netsh wlan show networks
  3. Find your network name in the list (SSID) and enter the connection command:
    netsh wlan connect name="NETWORK_NAME"

    Replace NETWORK_NAME to the real name (in quotation marks!).

If the network is hidden (hidden), first add it to your profile:

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

Where xml file — exported network profile (can be created on another device).

Method 3: Via PowerShell

PowerShell offers more options for network management. To connect:

  1. Launch PowerShell on behalf of the administrator.
  2. Get a list of networks:
    Get-NetAdapter | Where-Object {$_.MediaType -eq "Native 802.11"} | Select-Object Name, InterfaceDescription
  3. Connect to the network (replace ADAPTER_NAME And SSID):
    netsh wlan connect name="SSID" interface="ADAPTER_NAME"

Checking and updating Wi-Fi adapter drivers

If none of the methods worked, the problem may be with the drivers. Outdated, corrupted, or incompatible drivers — one of the most common reasons for the disappearance of the Wi-Fi icon.

How to check the driver status

  1. Open device Manager (Win + X → Device Manager).
  2. Expand the section Network adapters.
  3. Find the device with the names Wireless, Wi-Fi, 802.11 or the model of your adapter (for example, Intel Wi-Fi 6 AX200, Qualcomm Atheros QCA9377).
  4. If there is a sign next to the adapter yellow exclamation mark — the driver is not working properly.

How to update the driver

There are three ways to update the driver:

  • 🔄 Automatically via Windows:
    1. Right-click on the adapter in Device Manager.
    2. Select Update driver → Automatic search.
  • 💻 Manually from the manufacturer's website:
    1. Find out the adapter model (via the device manager or command wmic nic get name, manufacturer V CMD).
    2. Download the driver from the official website (Intel, Qualcomm, Realtek or the laptop manufacturer's website).
    3. Install it and reboot your PC.
  • 🔧 Using a driver update program:

    Use utilities like Driver Booster, Snappy Driver Installer or DriverPack SolutionThey will automatically find and install the latest drivers.

  • ⚠️ Attention: Download drivers only from official sources. Third-party websites may distribute software containing viruses or outdated versions.
    Adapter manufacturer Website for downloading drivers Example of a model
    Intel downloadcenter.intel.com Wi-Fi 6 AX200, Dual Band Wireless-AC 8265
    Qualcomm Atheros www.qualcomm.com/products/wifi QCA9377, AR9485WB-EG
    Realtek www.realtek.com/en/ RTL8821CE, RTL8188EE
    Broadcom www.broadcom.com/support BCM43142, BCM4352

    Checking Wi-Fi system services

    If the drivers are correct but Wi-Fi still isn't working, the problem may be with disabled system services. Two key services are responsible for wireless network operation:

    1. WLAN AutoConfig — Wi-Fi connection management.
    2. Network List Service (Network List Service) - displays available networks.

    To check and enable them:

    1. Click Win + R, enter services.msc and press Enter.
    2. Find a service Automatic WLAN configuration (WLAN AutoConfig).
    3. Double click on it, install Launch typeAutomatically, click Launch And Apply.
    4. Repeat the steps for the service Network List Service.

    After this, restart your computer and check if the Wi-Fi icon appears.

    What to do if services do not start?

    If you get an error when trying to start a service (for example, Code 1079 or Code 126), this may mean:

    • Damage to system files (the command will help) sfc /scannow V CMD).
    • Conflict with antivirus (temporarily disabling it may help).
    • Missing required dependencies (check service Plug and Play).

    As a last resort, restore your system from a restore point or perform a network reset (Settings → Network & Internet → Network Reset).

    Alternative ways to connect to Wi-Fi

    If standard methods don't help, try less obvious solutions. They're less convenient, but sometimes they can save you in critical situations.

    Method 1: Via a USB modem or smartphone

    If your computer doesn't have internet access, but you have a smartphone with mobile data:

    1. Turn it on on your phone modem mode (Settings → Hotspot & Tethering).
    2. Connect your phone to your PC via USB or through Bluetooth.
    3. Use your mobile internet to download drivers or updates.

    Method 2: Via Ethernet (cable)

    If you have access to the router via cable:

    1. Connect your PC to the router via Ethernet-cable.
    2. Download the necessary drivers or updates.
    3. After installation, disconnect the cable and try connecting to Wi-Fi.

    Method 3: Using third-party programs

    There are Wi-Fi management utilities that can work even if the standard icon is missing:

    • 📡 NetSpot - analyzes networks and allows you to connect to them.
    • 🔍 inSSIDer — shows all available networks, including hidden ones.
    • 🛠️ WiFi Commander — an alternative Wi-Fi manager for Windows.
    ⚠️ Attention: Third-party programs may require administrator privileges and are not always compatible with the latest versions of Windows. Before installing, check reviews and ratings on the official website.

    Hardware Problems: What to Do if the Adapter Doesn't Work

    If none of the software methods helped, the problem may be in hardware:

    • 🔌 The Wi-Fi module has become disconnected. (relevant for laptops after a fall or repair).
    • 🔥 The adapter burned out due to a power surge.
    • 📡 Problems with antennas (for example, cables inside the case have come loose).

    To diagnose a hardware problem:

    1. Check if the adapter is detected in Device ManagerIf it is absent at all, this is a sign of physical damage.
    2. Try connecting USB Wi-Fi adapter (For example, TP-Link TL-WN725N). If it works, the problem is in the main module.
    3. If you have a laptop, disassemble it (or contact a service center) and check whether the Wi-Fi module is connected to the motherboard.

    In 90% of cases, hardware issues are resolved by replacing the Wi-Fi module or reconnecting the antennas. The average cost of repair at a service center is 1,500–3,000 rubles (as of 2026).

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

    Why does the Wi-Fi icon disappear after every Windows update?

    This is a known issue with some Windows 10/11 builds. It's caused by resetting notification settings or a driver update conflict. Solutions:

    1. Roll back the last update (Settings → Windows Update → Update history → Uninstall updates).
    2. Install the drivers manually (see the section on drivers).
    3. Disable automatic driver updates via group policy.
    Is it possible to connect to Wi-Fi without the network icon if the adapter is working?

    Yes, you can use:

    • Windows Settings (Start → Settings → Network & Internet → Wi-Fi).
    • Command line (netsh wlan connect name="NETWORK_NAME").
    • Third-party utilities (eg. NetSpot).
    What should I do if there is no "Network Adapters" section in Device Manager?

    This is a sign of a serious problem:

    1. Check if the adapter is turned on BIOS/UEFI (on some laptops, Wi-Fi is disabled at the firmware level).
    2. Make sure the adapter is physically connected (relevant for PCs with PCIe/Wi-Fi cards).
    3. Try resetting BIOS to factory settings (remove the battery on the motherboard for 10 seconds).

    If the adapter still does not appear, it is faulty or disabled at the hardware level.

    How to connect to a hidden Wi-Fi network without an icon?

    Hidden networks (with SSID broadcast disabled) are connected as follows:

    1. Create a text file with the extension .xml with the following content (replace NETWORK_NAME And PASSWORD):
      <WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
      

      <name>NETWORK_NAME</name>

      <SSIDConfig>

      <SSID>

      <name>NETWORK_NAME</name>

      </SSID>

      </SSIDConfig>

      <connectionType>ESS</connectionType>

      <connectionMode>auto</connectionMode>

      <MSM>

      <security>

      <authEncryption>

      <authentication>WPA2PSK</authentication>

      <encryption>AES</encryption>

      <useOneX>false</useOneX>

      </authEncryption>

      <sharedKey>

      <keyType>passPhrase</keyType>

      <protected>false</protected>

      <keyMaterial>PASSWORD</keyMaterial>

      </sharedKey>

      </security>

      </MSM>

      </WLANProfile>

    2. Save the file and connect via the command line:
      netsh wlan add profile filename="C:\path\to\file.xml"
    Can antivirus block the Wi-Fi icon?

    Yes, some antiviruses (for example, Kaspersky, Avast, ESET NOD32) may block network services or modify system files responsible for displaying icons. To check:

    1. Temporarily disable your antivirus.
    2. Check if the Wi-Fi icon appears.
    3. If yes, add an exception for services WLAN AutoConfig And svchost.exe in the antivirus settings.