The disappearance of the wireless network icon in the lower right corner of the screen is a common problem that causes panic among many users. You simply don't see any available networks and can't connect to the internet, even though the adapter itself may be working properly. In this article, we'll cover all the ways to restore the icon.
Most often, the cause lies not in a physical failure of the hardware, but in a software failure of the operating system. Windows 10 or Windows 11The system may have updated, reset the system icon display settings, or simply "forgot" the network module existed. Restoring functionality usually takes no more than 10 minutes.
Don't immediately reinstall drivers or reset your system to factory settings. Start with the simple testing methods we'll describe below. Restoring icon visibility This is often solved by enabling one hidden option in the personalization menu.
Checking system icon display settings
The first thing to do is ensure the icon isn't simply hidden by interface settings. Windows allows you to hide rarely used system elements to keep your desktop clutter-free. Sometimes, after updates, these settings are reset automatically.
To check, right-click an empty area of the taskbar and select "Taskbar settings." In the window that opens, find the section responsible for the notification area. The path may vary slightly in different OS versions, but the logic remains the same.
Find the "Turn system icons on or off" link. This displays a full list of items that can be found in the system tray. Find "Network" or "Network Indicator" in the list.
- 🔘 Switch the slider to the "On" position if it was off.
- 🔘 Make sure there are no messages about blocking by group policies nearby.
- 🔘 Check if the icon is hidden in the Overflow menu (up arrow).
- 🔘 Restart your computer to apply the changes.
If the toggle is active and the icon appears, the issue is resolved. However, if the slider is grayed out and unavailable for clicking, this indicates a deeper issue with drivers or services. In this case, proceed to the next section.
Diagnostics via Device Manager
When interface settings don't help, you need to check whether the operating system even sees your network adapter. device Manager - is the main tool for hardware diagnostics.
Press the key combination Win + X and select "Device Manager" from the list. In the window that opens, find the "Network Adapters" section. Expand it by clicking the arrow to the left of the name.
Here you should see a device with a name containing the words Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, QualcommIf there is no such device, or it is marked with a yellow exclamation mark, then the driver is not working or the adapter is disabled.
⚠️ Important: If the adapter is marked with error code 10 or 43, try uninstalling the device (right-click → Uninstall device), then select "Action" → "Scan for hardware changes" from the menu. The system will attempt to reinstall the driver.
It's also worth checking to see if the device is disabled by software. Double-clicking the adapter will open the properties window. On the "General" tab, the "Device Status" field should say "The device is working properly."
Checking the WLAN AutoConfig service
A special system service in Windows is responsible for displaying the icon and managing wireless connections. If this service is stopped or its startup type is changed, the Wi-Fi icon will disappear, even if the driver is working properly.
To check the service status, click Win + R, enter the command services.msc and press Enter. In the list of all services, find WLAN AutoConfig (may be called "WLAN AutoConfig Service" in some locales).
Double-click the service name. Make sure the "Startup type" field is set to "Automatic." If the service is stopped, click the "Start" button.
| Parameter | Meaning | Action |
|---|---|---|
| Service name | WlanSvc | Check availability |
| Launch type | Automatically | Change if necessary |
| State | In progress | Start if stopped |
After applying the changes, be sure to restart your computer. The service should start automatically, and the network icon will appear in the system tray. If the service stops immediately after starting, there may be conflicting software or malware activity on the system.
☑️ Checking the WLAN service
Using Registry Editor for Advanced Users
If standard methods don't work, you can try restoring the icon through the registry. This method requires caution, as incorrectly changing the settings can disrupt system operation.
Click Win + R, enter regedit and press Enter. Navigate to the following path: HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify.
Find the settings on the right side of the window IconsVisible And PastIconsStreamRemoving them will force the system to rebuild the taskbar cache. However, a more reliable solution for a specific Wi-Fi issue is to check the policy keys.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Network Connections
If such a section does not exist, you do not need to create it. If the section does exist, check if the parameter contains NC_ShowSharedAccessUI or similar that may block display. The value should be 0 or the parameter must be absent.
⚠️ Note: Before making changes to the registry, we recommend creating a backup copy. Click "File" → "Export" in the Registry Editor menu.
Resetting the taskbar settings via the command prompt often resolves the issue, but this is a last resort. First, try running the network reset command described in the next section.
What to do if the registry didn't help?
If editing the registry doesn't help, the problem is likely due to corrupted Windows system files. Try running Command Prompt as administrator and running sfc /scannow to automatically scan for and fix errors.
Reset network settings via command line
The Windows operating system has a built-in mechanism for completely resetting all network components. This action will return all network settings to factory defaults, delete saved Wi-Fi passwords, and reset the TCP/IP stack.
Open a command prompt with administrator privileges. To do this, right-click the Start button and select "Windows PowerShell (Administrator)" or "Command Prompt (Administrator)."
Enter the following command to reset all network settings in one fell swoop:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After executing all commands, the system will ask you to reboot. Reboot is required, as the changes only take effect after restarting the network core. This method is effective in 90% of software conflict cases.
Windows 10 and 11 also have a graphical interface for this action. Go to Parameters → Network and Internet → Additional network settings (or just scroll down) → Network resetClick the "Reset Now" button.
Troubleshooting network adapter driver issues
If none of the above helps, the problem is most likely with the driver. It could be damaged, outdated, or conflicting with the new version of Windows. The most reliable way is to download the driver from the official website of the laptop or motherboard manufacturer.
Using "automatic driver update" programs often results in the installation of incorrect versions. It's better to find your device model on the manufacturer's website (HP, Dell, Lenovo, Asus, etc.) and download the Wireless LAN driver manually.
Install the downloaded driver and restart your computer. If the icon appears but the connection is unstable, open the adapter's properties in Device Manager, go to the "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power."
- 🔌 Remove the old driver completely before installing the new one.
- 🔌 Check if the adapter is labeled "Microsoft Universal Driver."
- 🔌 Make sure that the driver version matches the bitness of your system (x64).
- 🔌 After installation, check the operation in the Device Manager.
Frequently Asked Questions (FAQ)
Why did the Wi-Fi icon disappear after a Windows update?
Updates often change the structure of system files or install new driver versions that may conflict with your current hardware. The updater may also reset personalization settings, hiding system icons.
Can a virus hide the network icon?
Yes, some types of malware block access to network settings and hide icons, preventing the user from disconnecting the internet or viewing data transfer activity. A full antivirus scan is recommended.
What should I do if I don't see a wireless adapter in Device Manager?
This could mean the adapter is physically disconnected (for example, a contact inside the laptop came loose when dropped), burned out, or disabled in the BIOS/UEFI. Check your BIOS settings in the Advanced or Peripherals section.
How do I get my badge back if I accidentally deleted it?
Nothing bad happened. Just follow the instructions in the first section: Settings → Personalization → Taskbar → Turn system icons on or off, and turn on network visibility.