System Tray Icons Missing After Windows Update? Here's the Fix

Windows Errors Intermediate 👁 11 views 📅 Jun 19, 2026

System tray icons vanish after a Windows update. I'll walk you through fixes that take 30 seconds, 5 minutes, or 15+ minutes.

First Things First: The 30-Second Fix

I know this error is infuriating—you update Windows, reboot, and suddenly your volume, network, or battery icon is gone from the system tray. It happened to me after the Windows 10 22H2 update on an HP EliteBook. Don't panic. Start here.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Scroll down to Windows Explorer in the Processes tab.
  3. Right-click it and select Restart.

Your taskbar and system tray will flicker and reload. This fixes maybe 60% of cases. If your icons reappear, you're done. If not, move to the next step.

5-Minute Fix: Check Notification Area Settings

Updates sometimes reset your system tray preferences. Windows decides what shows and hides on its own—annoying, I know.

  1. Right-click an empty spot on the taskbar and select Taskbar settings.
  2. Scroll down to Notification area and click Select which icons appear on the taskbar.
  3. Make sure the toggles for missing icons (like Volume, Network, Power) are set to On.
  4. Also check Turn system icons on or off—ensure Clock, Volume, Network, Power, and Action Center are enabled.

I've seen updates flip all these off. If they were already on, try toggling each off, waiting 5 seconds, then turning them back on. That can kick the tray back into life.

15+ Minute Fix: Rebuild Icon Cache and Registry Tweak

If the first two steps didn't work, the update probably corrupted your icon cache or changed a registry entry. This fix is more involved but works on most Windows 10 and 11 systems (tested on version 22H2 and 23H2).

Step 1: Kill Explorer and Delete Icon Cache

  1. Open Task Manager (Ctrl + Shift + Esc).
  2. Find Windows Explorer, right-click, and choose End task. Your taskbar and desktop icons will disappear—that's normal.
  3. In Task Manager, click File > Run new task.
  4. Type cmd and check Create this task with administrative privileges. Then hit Enter.
  5. In the Command Prompt, run these two commands one at a time:
    cd /d %userprofile%\AppData\Local
    attrib -h IconCache.db
    del IconCache.db /a
  6. Close the Command Prompt. Now restart Explorer by running explorer.exe from Task Manager's Run dialog (File > Run new task).

Step 2: Restart Explorer from Task Manager

  1. In Task Manager, click File > Run new task.
  2. Type explorer.exe and hit Enter. Your taskbar returns.

Your system tray icons should now load fresh from the rebuilt cache. If they're still missing, the problem is deeper.

Step 3: Registry Fix for Disappearing Icons

This tripped me up the first time too. Windows updates can corrupt the Explorer registry key that controls the system tray. Here's how to reset it:

  1. Press Win + R, type regedit, and hit Enter.
  2. Navigate to:
    HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify
  3. On the right side, right-click IconStreams and choose Delete. Confirm yes.
  4. Right-click PastIconsStream and delete that too. (If you don't see it, skip it.)
  5. Close Registry Editor.

Warning: This clears your entire system tray history—pinned icons and hidden icons go back to defaults. You'll need to re-hide the ones you don't want. But it's the nuclear option that almost always works.

Step 4: Restart Explorer Again

  1. Open Task Manager (Ctrl + Shift + Esc).
  2. Find Windows Explorer, right-click, and select Restart. Wait 30 seconds.

Your system tray should rebuild from scratch. On my Dell XPS after the Windows 11 23H2 update, this brought back the volume icon and network icon immediately.

Still Broken? Try Group Policy (Windows Pro/Enterprise Only)

On some corporate machines, Group Policy may override your tray settings. This is rare after a home update, but I've seen it.

  1. Press Win + R, type gpedit.msc, and hit Enter.
  2. Navigate to:
    User Configuration > Administrative Templates > Start Menu and Taskbar
  3. Find Remove the notifications and action center. Set it to Not Configured.
  4. Find Turn off shell protocol locked down and set it to Not Configured.
  5. Close Group Policy Editor and restart Explorer.

If you're on Windows Home, skip this—gpedit isn't available.

When All Else Fails: System Restore

Wouldn't recommend this unless you're desperate, but if you have a restore point from before the update:

  1. Type rstrui in the Run dialog (Win + R).
  2. Choose a restore point dated before the update. Follow the wizard.

This will revert the update and your system tray should come back. Then you can delay future updates by a week or two until Microsoft fixes the bug. I've seen this happen with KB5023706 on Windows 10—it's sadly common.

Bottom line: Start with the Explorer restart (30 seconds). Then check settings (5 minutes). If that fails, rebuild the icon cache and delete the registry keys (15 minutes). It's a pain, but you'll be back in control.

Was this solution helpful?