/
/

How to Reset the Notification Icons on the Taskbar System Tray in Windows 11

by Joey Cole, Technical Writer
How to Reset the Notification Icons on the Taskbar System Tray in Windows 11 blog banner image

Your notification area, also known as the system tray, is an often overlooked part of the taskbar. Over time, this leads to an influx of stale or hidden icons in the system tray, causing display issues and cluttered tray overflow menus. That’s when a reset of the system tray icons becomes beneficial.

If you want to streamline your taskbar workspace, read on. This guide walks you through different step-by-step methods of resetting the notifications on your system tray.

How do I reset the notification icons on my taskbar system tray in Windows 11?

In environments with frequent software installs and application removals, users can have a cluttered system tray. To clean up this area, end-users and administrators can choose from the following methods:

📌 Recommended deployment strategies:

Click to Choose a Method💻

Best for Individual Users

💻💻💻

Best for Enterprises

Method 1: Deletion of tray cache files
Method 2: Registry Editor
Method 3: PowerShell
Method 4: Use of a .reg file

📌 Prerequisites: Below are things you’ll need to configure the notification icons, no matter which method you choose.

  • Any edition of Windows 11
  • Administrator privileges OR the ability to log out and log back in to the device

💡 Notes: 

  • Taskbar resets affect only the current user profile, unless profiles are managed centrally.
  • All methods require the Windows Explorer process to restart OR for the user to sign out before changes are applied.

Method 1: Deleting the tray icon cache file manually

📌 Use Cases: Quick fix for tray issues, corrupted cache entries

  1. Type “cmd.exe” in the Windows search bar and press Enter to open Command Prompt.
  2. In the Command Prompt, type the following commands to delete the icon cache file:

del /f /s /q "%AppData%\Microsoft\Windows\IconCache.db"
del /f /s /q "%AppData%\Microsoft\Windows\TrayIconCache"
del /f /s /q "%LocalAppData%\IconCache.db"
del /f /s /q "%LocalAppData%\Microsoft\Windows\Explorer\iconcache_*.db"

⚠️ Important: Be careful with your commands, as you might accidentally delete other unrelated files. Read more about this in Things to look out for.

  1. Restart your Windows Explorer to apply the changes.

Method 2: Resetting taskbar notification area icons via Registry Editor

The second method uses the Registry Editor to reset the notifications on your system tray icons. Consider using this only as an alternative if the first method doesn’t work.

⚠️ Warning: Editing the registry can cause system issues. Create a backup before proceeding.

📌 Use Cases: Deep cleanup when file deletion doesn’t fully work

  1. Press Win + R, type regedit, and press Enter to open Registry Editor
  2. Navigate to: HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify
  3. Delete the following values:
    • IconStreams
    • PastIconsStream

⚠️Changing

  1. Close Registry Editor
  2. Restart the computer or manually restart explorer.exe

Method 3: Using PowerShell for automation

📌 Use Cases: Automation of cleanup across devices or users

To reset the notifications on the taskbar system tray icons using PowerShell scripts, use the following commands:

Stop-Process -Name explorer -Force

Remove-ItemProperty -Path "HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" `
-Name "IconStreams" -ErrorAction SilentlyContinue

Remove-ItemProperty -Path "HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" `
-Name "PastIconsStream" -ErrorAction SilentlyContinue

Start-Process explorer.exe

This automates the Registry reset and Explorer restart for the current user.

Method 4: Resetting the notification icons with a .reg file

📌 Use Cases: Manual or one-click cleanup for profile prep

📌 Prerequisites: To reset notification icons with this method, you’ll need to have Administrator access.

Open Notepad or any text editor and input the following exact text:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify]
"IconStreams"=-
"PastIconsStream"=-

Save the file as Reset_Tray_Icons.reg and run it as the current user. Finally, log off and log back in to apply changes.

⚠️ Things to look out for

RisksPotential ConsequencesReversals
Accidental deletion of unrelated filesDeleting non-icon-related files can cause display issues or performance slowdownsDouble-check the command syntax and restore from backup, OR run sfc /scannow to repair system files
Registry misconfigurationChanges may corrupt unrelated Windows settings or cause user profile issuesRestore registry from backup, OR manually re-enter the default values
Forgetting to restart Explorer after making changesChanges will not be applied, regardless of the method used.Manually restart Explorer to apply changes, OR log out, then log back in to apply changes.

Additional considerations when attempting to reset system tray icons

If you’re not sure whether you should make any changes to your system tray, here are additional points to keep in mind:

Impact on functionality

Resetting the notification icons on the Taskbar system tray in Windows 11 shouldn’t affect how your applications or system functions. The methods listed above are all focused on clearing notifications, but they won’t remove or uninstall applications and background services.

Third-party utilities

The methods above only apply to classic system tray behaviour. If a device uses third-party utilities or overlays, then the notification icons or system tray may behave differently.

Organize your workspace with a reset of system tray notification icons

If your system tray is starting to feel messy, a quick reset of your notification icons may be just what you need. From simple file deletion and registry cleanup to fully automated scripting, the methods above should work for both long-lived profiles and managed environments. Whichever method you choose, remember to restart Windows Explorer or log out to ensure your changes take effect.

Related topics:

Quick-Start Guide

Here are some methods to reset notification icons on the Windows 11 taskbar system tray:

1. Registry Method:
– Open Registry Editor (regedit)
– Navigate to: HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer
– You can create or modify registry keys to manage system tray icons

2. Taskbar Settings Method:
– Right-click the taskbar
– Select Taskbar settings
– Under Notification area, click “Select which icons appear on the taskbar”
– Toggle icons on/off as needed

3. Batch File Reset (Most Comprehensive):
– There are batch scripts available that can completely reset the notification area icons
– One recommended source is from ElevenForum (the link from the search results)

NinjaOne Specific Notes:
While NinjaOne doesn’t have a direct tool for this specific task, they do provide Windows management scripts that could potentially help with system configuration.

Recommendation:
1. First try the Taskbar Settings method
2. If that doesn’t work, use a batch file reset method
3. As a last resort, use the registry method (with caution)

FAQs

Resetting icons is a quick way to keep your workspace organized. Common reasons to reset the icons include:

  • Fixing missing or duplicated system tray icons
  • Removing icons for uninstalled apps
  • Resetting the tray state for cloned or reused user profiles
  • Cleaning up the overflow area in environments with many background services

You might also like

Ready to simplify the hardest parts of IT?