Regedit Key for Windows System Tray Overflow
The Windows system tray overflow menu, which collapses inactive
notification area icons into a pop-up menu accessible via a chevron
arrow, is primarily governed by the EnableAutoTray value
within the
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
registry path. Adjusting this registry setting allows administrators and
users to toggle the overflow behavior globally, choosing either to hide
inactive icons automatically or display all system tray icons directly
on the taskbar.
Primary Registry Key and Value
To configure the notification area overflow behavior directly,
navigate to the following path in the Registry Editor
(regedit):
- Path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer - Value Name:
EnableAutoTray - Value Type:
REG_DWORD
Value Data Options:
0(Disabled): Disables the overflow arrow and forces Windows to display all active notification area icons on the taskbar.1(Enabled): Enables the standard overflow menu, automatically hiding inactive icons behind the arrow button.
Group Policy Override Key
In managed environments where Group Policy is applied, the overflow behavior can also be enforced using a policy-based registry key:
- Path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer(orHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer) - Value Name:
NoAutoTrayNotify - Value Type:
REG_DWORD
Setting NoAutoTrayNotify to 1 forces the
system tray to stay expanded, removing the overflow menu and preventing
users from altering the notification area layout.
Resetting System Tray Icon Cache
If icons appear incorrectly in the overflow menu, the cache governing past and present tray items can be reset via the following key:
- Path:
HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify - Values to Delete:
IconStreamsandPastIconsStream
Applying Changes
Modifications made to these registry keys do not take effect immediately. To apply changes without rebooting the system:
- Open Task Manager
(
Ctrl + Shift + Esc). - Locate Windows Explorer under the Processes tab.
- Right-click Windows Explorer and select Restart.