You turned on your laptop and in the lower right corner of the screen there is an empty space where it used to be displayed. wireless network iconOr, after updating Windows 10, the Wi-Fi indicator stopped showing, even though the internet is working? This problem affects one in five users, and the causes can range from accidentally hiding the icon to a network service outage.
In this article we will look at All possible ways to return the Wi-Fi icon to the taskbar From basic settings to in-depth system diagnostics. You'll learn how to check the icon's visibility in Settings, restart network services, update adapter drivers, and even reset the network to factory settings. And if the problem goes deeper, we'll provide instructions for restoring system files.
Important: Before you start any complex manipulations, make sure that the problem is not a physical disconnection of Wi-Fi (for example, on some laptops Lenovo And HP there is a separate button or combination Fn + F2 to enable the module). Also check if the keyboard is activated Airplane mode** - It disables all wireless connections.
1. Check the visibility of the Wi-Fi icon in the taskbar settings
The most common reason for an icon to disappear is accidentally hiding it through settings. Windows 10 allows you to customize which icons appear in the tray and which are hidden under the "^" arrow. Let's check this setting:
- Step 1. Right-click on an empty space taskbar and select
Taskbar options. - Step 2. In the window that opens, go to the section
Notification area(orNotificationsin newer versions of Windows). - Step 3. Find the item
Select the icons that appear on the taskbarand click on it. - Step 4. Find in the list
Net(orWi-Fi) and switch the slider to the position "On".
If the icon was hidden, it will immediately appear in the tray. If not, proceed to the next method.
Is Airplane Mode disabled? Is Wi-Fi enabled on the laptop via the hardware button? Is the adapter connected to USB (for external modules)? Are there any active VPN connections blocking the network?
⚠️ Attention: In some Windows 10 builds (for example, LTSC or corporate versions) section Notification area may look different. If you don't find the items you need, try updating the system via Settings → Update & Security.
2. Restart the WLAN Automatic Configuration service
If the Wi-Fi icon has disappeared after updating or installing programs, the culprit may be WLAN AutoConfig service — it's responsible for managing wireless connections. Let's restart it:
- Click
Win + R, enterservices.mscand pressEnter. - In the list of services, find
WLAN Automatic Configuration Service(or WLAN AutoConfig). - Right click on it and select
Restart. - If the service is disabled, select
Properties, then in the fieldLaunch typeinstall "Automatically"** and pressLaunch.
After restarting, check if the Wi-Fi icon appears. If not, proceed to the next step.
| Service | Launch type | State |
|---|---|---|
WLAN Automatic Configuration Service |
Automatically | Works |
Network connections |
Automatically | Works |
Network List Service |
Manually | Works |
⚠️ Attention: If the service WLAN AutoConfig If the program is missing from the list or doesn't start, this may indicate damaged system files. In this case, proceed directly to section on system recovery.
3. Update or reinstall the Wi-Fi adapter driver
Outdated, corrupted, or incompatible drivers are a common cause of problems with the Wi-Fi icon displaying. This is especially true after major Windows 10 updates (for example, after upgrading to version 22H2). Let's update the driver:
Method 1: Via Device Manager
- Click
Win + Xand selectdevice Manager. - Expand the section
Network adapters. - Find your Wi-Fi adapter (usually contains the words Wireless, Wi-Fi, 802.11 or a brand name, for example, Intel Wireless-AC or Qualcomm Atheros).
- Right click and select
Update driver→Automatic search.
Method 2: Manual installation from the manufacturer's website
If the automatic update doesn't help, download the driver from the official website:
- 🔹 For laptops ASUS, Lenovo, HP, Dell — look for the driver by device model on the manufacturer's website.
- 🔹 For individual Wi-Fi adapters (e.g. TP-Link, D-Link) - download the software from the brand's website.
- 🔹 For built-in adapters Intel, Realtek, Broadcom - use the utility Driver Support Assistant from Intel or similar tools.
After installing the driver restart your computer and check if the icon appears.
4. Reset network settings in Windows 10
If the previous methods did not work, the problem may lie in network configurationsWindows 10 allows you to reset all network settings to factory defaults without reinstalling the system. This will delete all saved networks and VPNs, but will restore the Wi-Fi icon.
- Open
Parameters(Win + I) and go toNetwork and Internet. - Select a tab
Stateand scroll down to the itemNetwork reset. - Click
Reset nowand confirm the action. - After restarting your computer, the Wi-Fi icon should appear.
⚠️ Attention: After the reset, you'll need to re-enter the passwords for all Wi-Fi networks. If you don't remember them, save them first using the command line:
netsh wlan show profiles
And then for each network run:
netsh wlan show profile name="NETWORK_NAME" key=clear
(replace NETWORK_NAME to the name of your network).
Only when problems arise|Once every six months|With every major Windows update|Never updated-->
5. Check Group Policy (for Windows 10 Pro/Enterprise)
In enterprise versions of Windows (e.g., Pro or Enterprise) Administrators can disable the display of icons through group policyIf you are using this version, please check:
- Click
Win + R, entergpedit.mscand pressEnter. - Follow the path:
User Configuration → Administrative Templates → Start Menu and Taskbar. - Find the parameter
Remove network icon(Remove the networking icon). - Make sure it is installed in "Disabled" or "Not set".
If the setting was enabled, change it, restart your PC, and check the taskbar.
What to do if gpedit.msc is missing?
In Home versions of Windows 10, the Group Policy Editor is not available. You can use the Registry Editor instead (regedit), but this is risky—errors can render the system inoperable. It's best to skip this step or upgrade to Windows 10 Pro.
6. Recovering system files
If the Wi-Fi icon disappeared after a virus, power failure or failed update, it could be damaged system filesWe'll restore them using built-in utilities:
Step 1: Check the integrity of system files (SFC)
sfc /scannow
Run Command Prompt as Administrator (Win + X → Command Prompt (Administrator)) and run the command above. Wait for it to complete (it may take 10-15 minutes).
Step 2: Repair the Windows image (DISM)
DISM /Online /Cleanup-Image /RestoreHealth
This command will restore damaged components from the Windows image. After execution restart your computer.
If this doesn't help, The last chance is to roll back the system to a restore point created before the problem occurred.To do this:
- Open
Control Panel → Recovery → Open System Restore. - Select a restore point 2-3 days before the Wi-Fi icon disappeared.
- Follow the wizard's instructions.
7. Alternative ways to manage Wi-Fi without the icon
If none of the methods worked and your internet is still working, you can manage your Wi-Fi using alternative tools:
- 🔧 Control Panel:
Start → Control Panel → Network and Internet → Network and Sharing Center. - 📱 Mobile application: Utilities like NetSetMan or WiFi Commander allow you to manage networks from the tray.
- 🖥️ Hot keys: On some laptops (eg. HP Pavilion or Acer Swift) Wi-Fi is turned on by a combination
Fn + F12orFn + F3. - 🔄 Script to restart the adapter: Create a file
reset_wifi.batwith the following contents:@echo offnetsh interface set interface "Wi-Fi" disable
netsh interface set interface "Wi-Fi" enable
pauseRun it as administrator if necessary.
⚠️ Attention: If the Wi-Fi icon disappears after connecting a second monitor or changing the screen resolution, the problem may be with the taskbar display. Try disconnecting the secondary display or returning the resolution to the default (1920×1080).
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 builds (especially 1909 And 2004). This is due to a conflict between updates and Wi-Fi adapter drivers. Solution:
- Disable automatic driver updates via
Settings → Update & Security → Advanced options → Driver Updates. - Install the driver manually from the manufacturer's website (see Section 3).
🖥️ There's a Wi-Fi icon, but it's crossed out with a red cross. What should I do?
The crossed out icon means that the adapter physically disconnected or blocked. Check:
- The hardware Wi-Fi button on the laptop body (if available).
- The adapter status is in
Device Manager- it should not be disabled (check by right-clicking →Activate the device). - BIOS/UEFI settings - sometimes Wi-Fi is disabled at the motherboard level (section Advanced → Wireless LAN).
🔄 After resetting the network, the icon appeared, but now some devices (printer, smartphone) won't connect. Why?
Resetting the network deletes all saved settings, including local network settingsTo restore the connection:
- Make sure all devices are on the same subnet (eg.
192.168.1.x). - Update your router firmware (especially if it is a model TP-Link Archer or ASUS RT).
- Temporarily disable Windows Firewall (
Settings → Update & Security → Windows Security → Firewall & Network Protection).
🛠️ Is it possible to restore the Wi-Fi icon without rebooting?
Yes, in most cases. Try:
- Restart
ConductorthroughTask Manager(find the processexplorer.exe, right-click →Restart). - Run the command in the command line (administrator):
netsh winsock reset - Use a combination
Win + Ctrl + Shift + B- this will restart the graphics driver (sometimes helps with display glitches).
💻 The Wi-Fi icon is on the main monitor, but it's missing on the second one. How do I fix it?
This is a Windows 10 bug when working with multiple displays. Solutions:
- Swap the primary and secondary monitors in the settings (
Settings → System → Display). - Disconnect and reconnect the second monitor (physically or via
Win + P). - Update your graphics card driver (NVIDIA, AMD or Intel Graphics).