You want the old Windows 10 style “Always show all icons in the system tray” toggle, but in Windows 11 that option kinda got nerfed. Microsoft changed the way the taskbar handles tray icons, so now you have to manually toggle apps on/off one by one.
Table of Contents
Here’s how you can show all system tray icons in Windows 11 (or at least get super close):
✅ Method 1: Settings (manual toggles)
- Right-click the taskbar → select Taskbar settings.
- Scroll down to Other system tray icons.
- You’ll see a list of apps → flip the switches On for all the icons you want.
👉 Downside: no single “show all” toggle like Windows 10.
✅ Method 2: Drag & drop from the overflow
- Click the little “^” arrow in your system tray.
- Drag any hidden icon down onto the taskbar so it’s always visible.
- Repeat for each app you want permanently shown.
✅ Method 3: Registry Hack (brings back “Always show all icons”)
⚠️ Do this only if you’re comfortable editing the registry.
- Press Win + R → type
regedit
→ hit Enter. - Go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
- Look for a key related to EnableAutoTray. If it’s not there, create a new DWORD (32-bit) Value named
EnableAutoTray
. - Set its value to
0
. - Restart Explorer (
Ctrl+Shift+Esc
→ Task Manager → Restart Explorer).
This should force all tray icons to always show, similar to the old behavior.
👉 But heads-up: Windows 11 updates sometimes reset or ignore this tweak, since Microsoft wants you to use the new per-app toggle system.
I’ll whip you up a .reg file so you don’t gotta dig through the registry yourself.
Here’s the content you can copy into Notepad and save as ShowAllTrayIcons.reg
(make sure the file extension is .reg
not .txt
):
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"EnableAutoTray"=dword:00000000
How to use:
- Open Notepad → paste that code.
- Save As → set File type to All Files → name it
ShowAllTrayIcons.reg
. - Double-click the file you just made → hit Yes when Windows asks if you want to add it to the registry.
- Restart Explorer (or just reboot your PC).
After that, all system tray icons should show automatically, just like in Windows 10.
- How to Fix Steam Desktop Shortcuts Not Working on Windows
- How to Disable BitLocker During Startup in Windows 11
- How to Fix Windows 11 Firewall Won’t Turn On After Update: Error 0x80070422 / 1058
- How to Fix “Can’t Drag Files to the Desktop” Using the Show Desktop Shortcut in Windows 11
- How to Fix “Can’t Change Your Username” Folder in Windows 11
- How to Remove Default Folders from the Left Pane of File Explorer in Windows 11
- How to Fix “Microsoft Account Already Exists” Error in Windows 11