Share via

task bar doesn't show any icons

S Kumar 20 Reputation points
2026-03-19T06:38:25.6966667+00:00

Since this morning, my taskbar isn’t showing any icons at all, not even the sound or Wi-Fi icons next to the clock. It was working fine before I shut down, but after turning it back on, everything disappeared.

I’ve already tried restarting and turning it off and on again, but it still looks the same.image

Windows for business | Windows Server | Devices and deployment | Configure application groups
0 comments No comments

Answer accepted by question author
  1. Tan Vu 2,175 Reputation points Independent Advisor
    2026-03-19T07:58:44.7033333+00:00

    Hi Kumar,

    It appears that the system tray icons are not loading properly. Please follow the steps below in detail to troubleshoot the problem:

    First, try restarting Windows Explorer:

    Press Ctrl + Shift + Esc to open Task Manager. In the list of processes, locate "Windows Explorer", right-click on it, and select "Restart". This will refresh the taskbar and may restore the missing icons.

    If the issue persists, please run a System File Checker (SFC) scan to repair any corrupted system files:

    Click on the Start menu, type "cmd", then right-click on "Command Prompt" and choose "Run as administrator". In the Command Prompt window, type the following command and press Enter:

    sfc /scannow

    The system will begin scanning and repairing files automatically. This process may take several minutes, so please wait until it reaches 100% and shows a completion message. Once done, restart your computer and check if the issue is resolved.

    Additionally, you may also verify that system icons are enabled:

    Right-click on the taskbar, select "Taskbar settings", then go to the section for system tray icons and ensure that Volume, Network, and other relevant icons are turned on.

    Please try the steps above and let me know if the issue still persists. I will be happy to assist you further if needed.

    If this was helpful, please click "Accept Answer". If you have any further questions, you can leave a comment. I hope this helps and wish you success in resolving your issue. Have a great day!

    TV

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Q&A Assist
    2026-03-19T06:38:52.03+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Follow these steps to restore the taskbar/system tray icons.

    1. Check taskbar settings (Windows 10/11)
      1. Select Start > Settings > Personalization > Taskbar.
      2. Under System tray icons and Other system tray icons, turn on the toggles for the icons that should appear (for example, network, volume, apps like antivirus, OneDrive, etc.).
      3. Under Taskbar items, make sure items like Task view and Widgets are configured as required.
    2. Verify Group Policy (if the whole notification area is missing)
      1. Open the Local Group Policy Editor.
      2. Go to User Configuration > Administrative Templates > Start Menu and Taskbar.
      3. Check the policy Hide the notification area. If it is Enabled, set it to Not configured or Disabled so the notification area (system tray) can show icons again.
    3. Rebuild icon cache if icons appear blank or corrupted
      1. Open Task Manager (Ctrl+Shift+Esc).
      2. On the Processes tab, right‑click Windows Explorer and select End task.
      3. In Task Manager, select File > Run new task, type cmd.exe, and run it with administrative privileges.
      4. In the command prompt, run:
              CD /d %userprofile%\AppData\Local
              DEL IconCache.db /a
        
      5. Back in Task Manager, select File > Run new task, type explorer.exe, and press Enter to restart Windows Explorer.
    4. Re‑register Shell Experience Host (if taskbar shell is misbehaving)
      1. Open Windows PowerShell as administrator.
      2. Run:
              Get-AppXPackage -AllUsers | Where-Object {$_.InstallLocation -like "*ShellExperienceHost*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
        
      3. Restart the device.

    If the issue is limited to specific system icons (Network, Volume, Power) on Windows 7/Vista, also ensure they are turned on under Turn system icons on or off in the taskbar customization dialog after restarting Explorer.


    References:

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.