Taskbar in Windows — is not just a set of shortcuts, but a control center for key system functions. Among them are Wi-Fi network indicator, which allows you to quickly connect to access points, monitor signal strength, and diagnose problems. But what if the icon suddenly disappeared? Or you just reinstalled the system and don't know how to get it back?
In this article we will look at All current methods for adding a Wi-Fi icon to the system tray — from basic settings to hidden registry parameters. You'll learn why an icon might disappear (spoiler: it's not just the user's fault), how to distinguish system bugs from intentionally hidden elements, and what to do if standard methods don't work. These instructions are suitable for Windows 10 (including the latest updates) and Windows 11 taking into account their characteristics.
Important: If you use Windows 7 or earlier versions, some methods may not work due to outdated system architecture. For such cases, there's a separate section at the end of the article with alternative solutions.
Why does the Wi-Fi icon disappear from the taskbar?
Before restoring the icon, it's worth understanding the reason for its disappearance. In 80% of cases, the problem is related to system settings, but sometimes third-party programs or hardware failures are to blame. Here are the main culprits:
- 🔄 Windows Update: after major updates (for example, the transition from Windows 10 21H2 on 22H2) the system may reset user taskbar settings.
- 🖥️ Adapter drivers: If the network card driver is corrupted or outdated, the OS may hide the icon as "not working".
- 🛠️ Manual changes: the user may have accidentally disabled the display via settings or the registry (for example, when cleaning the system of “unnecessary” icons).
- 🦠 Viruses/Optimizers: Some programs (cleaners, antiviruses with aggressive settings) block system elements.
- 🔌 Hardware problems: if the Wi-Fi adapter itself is disabled in
BIOS/UEFIor is physically damaged, the icon will not appear.
🔍 How to diagnose quickly? Check if Wi-Fi is working at all: try connecting to the network via Settings → Network & InternetIf networks are detected but there's no icon, the problem lies in the display settings. If there are no networks at all, look for problems with your drivers or hardware.
⚠️ Attention: If you have recently installed programs to “speed up your PC” (for example, CCleaner, Advanced SystemCare), they may have changed registry settings that control system icons. Check the settings of these utilities or temporarily remove them.
Method 1: Enabling the icon through Windows Settings (the easiest)
Let's start with the most obvious method, which works 90% of the time. This method doesn't require administrator rights and is suitable for users of any level.
- Open the menu
Startand selectParameters(gear icon) or clickWin + I. - Go to the section
Personalization → Taskbar. - IN Windows 10 find the block
Notification areaand pressSelecting icons to display on the taskbar. - IN Windows 11 scroll down to the section
Other system icons. - Find the item
Net(orWi-Fi(in some versions) and switch the slider to the positionOn.
📌 What if there is no "Network" item? This means that the system does not recognize the network adapter. Proceed to Method 3 (checking drivers).
☑️ Preparing to turn on the Wi-Fi icon
IN Windows 11 The interface has changed slightly: now the system icons are hidden under the button ⋯ (three dots) in the right corner of the taskbar. If the icon doesn't appear after enabling it, try expanding the notification area manually—sometimes it collapses automatically.
Method 2: Customize via "Notification Icon Settings" (Advanced)
If the standard method doesn't work, try an alternative route through the classic Control Panel. This method is relevant for Windows 10 and works partly in Windows 11 (with reservations).
- Click
Win + R, entercontroland pressEnter. - Go to
Hardware and Sound → Notification Icon Settings(in the form of icons, not categories!). - Find in the list
Netand select from the drop-down menuShow icon and notifications. - Click
OKand restart your computer.
⚙️ For Windows 11: The classic control panel is preserved, but the path may differ. If the section Notification Icon Settings missing, use Method 4 (registry editing).
| Windows version | Path to settings | Peculiarities |
|---|---|---|
| Windows 10 (up to 20H2) | Settings → Personalization → Taskbar → Notification area |
The icon may be called "Network" or "Wi-Fi" |
| Windows 10 (21H2 and newer) | Settings → Personalization → Taskbar → More system icons |
The Network slider may be hidden if the adapter is disabled. |
| Windows 11 (all versions) | Settings → Personalization → Taskbar → More system icons |
The default icon is hidden under the button ⋯ |
⚠️ Attention: If after changes the icon appears only after a reboot, but disappears again, the problem may be in the background processExplorer.exe. Try restarting it afterTask Manager(find the process, click "Restart").
Method 3: Check and update network adapter drivers
If the previous methods don't help, there's a good chance the problem lies with your drivers. Even if Wi-Fi is working, an outdated or corrupted driver may be blocking the icon from displaying.
🔧 How to check?
- Click
Win + Xand selectdevice Manager. - Expand the branch
Network adapters. - Find the device with the names
Wi-Fi,Wirelessor802.11(For example, Intel Wi-Fi 6 AX200, Qualcomm Atheros QCA61x4). - If there is an exclamation mark next to the adapter, the driver requires an update.
🔄 How to update the driver?
- 📥 Automatically: Right-click on the adapter →
Update driver→Automatic search. - 💿 Manually: Download the driver from the website of the laptop/motherboard manufacturer (for example, Lenovo Support, ASUS Download Center) and install it.
- 🔙 Rollback: If the problem appeared after the update, select
Properties → Driver → Roll Back Driver.
⚡ If the adapter is not in the list: This means that it is disabled in BIOS/UEFI or physically damaged. Restart your PC, go to BIOS (usually a key F2, Del or Esc when loading) and check the settings Wireless LAN or Wi-Fi.
What to do if the driver is not installed?
If the driver installation ends with an error, try:
1. Remove the old driver via device Manager (right click → Remove device).
2. Disable your antivirus (it may block the installation).
3. Use a clean installation utility, such as Display Driver Uninstaller (DDU) (also works with network adapters).
Method 4: Editing the Registry (for advanced users)
If the Wi-Fi icon stubbornly refuses to appear despite the correct settings and working drivers, the cause may lie in the registry. WindowsThis method requires caution - incorrect changes can disrupt the system.
🛡️ Step 1: Create a restore point:
Before editing the registry, please create a backup copy. Click Win + R, enter rstrui and follow the instructions of the recovery wizard.
🔑 Step 2: Change the registry settings:
- Click
Win + R, enterregeditand confirm the launch. - Follow the path:
HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify - Remove two parameters:
IconStreamsAndPastIconsStream(right click →Delete). - Reboot
Explorer.exethroughTask Manageror just restart your PC.
💡 Step 3. Check additional keys (if this doesn't help):
Sometimes the problem lies in another registry key. Navigate to this path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\TrayNotify
And remove the same parameters: IconStreams And PastIconsStream.
⚠️ Important: If the taskbar stops working (icons disappear completely) after editing the registry, don't panic. Restart your computer—the system will restore the icons to their default settings. If the problem persists, use a restore point.
Method 5: Alternative Methods (If Nothing Works)
If all the above methods have proven ineffective, don't despair. There are a few more tricks that may help:
- 🖥️ Resetting the taskbar: Sometimes it crashes
Explorer.execauses the icons to disappear. To reset the settings, follow these steps:Command prompt (administrator):taskkill /f /im explorer.execd /d %userprofile%\AppData\Local
del IconCache.db /a
start explorer.exe - 🔄 Creating a new user: If the problem is related to the profile, please create a new user in
Settings → Accounts → Family & other usersand check if the icon is displayed on it. - 🛠️ Third-party utilities: Programs like TaskbarX or 7+ Taskbar Tweaker allow you to customize the taskbar and force the addition of icons.
- 📡 Checking Group Policy (For Windows Pro/Enterprise): Click
Win + R, entergpedit.msc, then go toUser Configuration → Administrative Templates → Start Menu and Taskbarand check the policies related to the notification area.
🔎 If the icon still does not appear: There may be a system-level issue. Try performing a restore. Windows without data loss (Settings → Update & Security → Recovery) or contact support Microsoft.
Common mistakes and how to avoid them
When trying to restore the Wi-Fi icon, users often make the same mistakes. Here are the most common ones and how to fix them:
- 🚫 Ignoring the physical Wi-Fi button: On many laptops (HP, Lenovo, Acer) there is a hardware button or key combination (
Fn + F2,Fn + F12) to enable/disable the adapter. Check it before configuring the software! - 🔌 Disabling the adapter in Device Manager: Sometimes users accidentally click
Disconnect the deviceinstead ofUpdate driverYou can return the adapter there too – right click →Engage. - 🔄 Incomplete reboot: After changes in the registry or drivers, it is required full reboot, not sleep/hibernation mode. Otherwise, the changes won't be applied.
- 📥 Downloading drivers from untrusted sources: Use only official websites of manufacturers (Intel, Realtek, Broadcom) or update center WindowsThird-party drivers may contain viruses.
📌 Advice for owners Windows 11: In the new OS, icons are hidden behind a button by default ⋯If you want Wi-Fi to always be visible, tap the three dots → Customize taskbar icons → turn on the slider for Net.
FAQ: Answers to Frequently Asked Questions
🔹 Why is the Wi-Fi icon grayed out and has a strikethrough?
This means that the adapter physically disconnected (using a button on the laptop case or in BIOS) or software blocked (in Device Manager or via Group Policy). Check:
- Hardware Wi-Fi button on the laptop.
- Settings
BIOS/UEFI(chapterWirelessorNetwork). - The adapter status is in
Device Manager(is it turned off?)
If the adapter is enabled, but the icon remains gray, the problem is with the driver or router (no available networks).
🔹 Is it possible to restore the Wi-Fi icon in Windows 7?
Yes, but the process is different. Windows 7:
- Right-click on the taskbar →
Properties. - Go to the tab
Notification area. - Click
Tunenext toSystem icons. - Find
Netand selectShow icon and notifications.
If the icon is not in the list, update the adapter driver or check its functionality.
🔹 Why did the icon disappear after a Windows update?
Major updates (e.g. transition from Windows 10 21H2 on 22H2) often reset user settings. This isn't a bug, but a feature. MicrosoftTo return the icon:
- Check the settings via
Settings → Personalization → Taskbar(cm. Method 1). - Update your network adapter driver (even if it seemed to be working).
- Restart your PC - sometimes the icon only appears after a full reboot.
If the problem persists after every update, try disabling automatic driver installation via Settings → Update & Security → Advanced options → Driver Updates.
🔹 How do I add a Wi-Fi icon if I have a USB adapter?
For external Wi-Fi adapters (For example, TP-Link TL-WN725N, For ASUS USB-AC56, the process is the same as for built-in ones. The main thing is to make sure:
- The adapter is correctly connected to the USB port (try a different port if it is not detected).
- Drivers from the manufacturer's official website have been installed (do not rely on Windows Update).
- IN
Device Managerthe adapter is displayed without errors (branchNetwork adapters).
If the adapter works, but there is no icon, use Method 1 or Method 2.
🔹 Is it possible to move the Wi-Fi icon to a different location on the taskbar?
In standard configuration Windows The icons in the notification area are fixed and cannot be moved. However, there are workarounds:
- Use programs to customize the taskbar, for example, TaskbarX or StartAllBack (paid, but with a trial period).
- IN Windows 11 You can change the order of the icons by dragging them in the hidden area (click on
⋯). - Create a shortcut for quick access to Wi-Fi settings and pin it to the taskbar (but this will not replace the system icon).