How to Fix System Tray Icons Missing on Windows 11?
Windows 11 has been a big development. But over time, many users have reported technical glitches with it. And the glitch that we will discuss today is system tray icons missing on Windows 11.
Many users have found blank spaces on their system tray were native and third-party software icons are supposed to be. In addition, some stated that system tray icons have been missing without any reason.
So, if you also see system tray icons missing on Windows 11, follow this guide to fix the issue.
What Causes System Tray Icons Missing on Windows 11?
Are you not seeing your favorite icons on the Taskbar? Then there are many reasons behind this problem, such as:
Display Errors
It is noted that system tray icons missing on Windows 11 are not only system corruption issues. It is often a simple display issue. So, you can just reset your Taskbar display settings and check the option saying Automatically hide the taskbar in the Taskbar menu.
Iris Service Error
A few days back, Microsoft was able to control a bad update that caused system tray icons to be missing for most of the Dev and Beta members participating in the Windows Insider program. However, you need to open the expert interface and customize a Command Prompt task to get rid of this service.
Bad KB5006050 Update
With non-native taskbar icons, bad KB5006050 updates can also cause the problem. To fix it, you have to uninstall the bad updates and use software to update your system so you won’t encounter the same problem.
Data Check Fails
Some Windows 11 users have reported that failed date and time background checks have made the Taskbar icons go missing. WU performs regular checkups on date and time. But when automatic checkups fail, you have to manually change your date and time to the correct value.
Windows Store Errors
If only native Windows applications are missing from your system tray, the problem root is the Windows Store. There is a chance the application is down, or Windows Store has some errors. In this case, you can repair or reset the Windows Store app. Or wait for Microsoft to resolve the problem.
Fix the Store Framework
In some cases, the problem can occur because of a system-level glitch that can impact the Taskbar icons. To fix this problem, you have to use the Windows Terminal window and commands.
Language Pack Removal Trouble
One of the uncommon reasons behind system tray icons missing on Windows 11 is the uninstallation of a language pack from your PC. This can unintentionally mess with your Taskbar icons. You can fix this issue by using the System Restore utility to reverse the language pack uninstallation.
System File Corruption
So, the common reason behind the Taskbar display is corruption. When your system files are corrupted in any way, it can affect the Taskbar functions. The best solution is to prevent your files from getting corrupted via clean updates and proper data transfer.
10 Solutions to Fix System Tray Icons Missing on Windows 11
Now that you know the reasons behind the Taskbar appearance troubles. Let’s next understand how to fix those issues.
Here are the common solutions to fix system tray icons missing on Windows 11:
Solution 1. Reset the File Explorer App
The first thing that you can try is resetting the File Explorer app. This can help you fix system file-related glitches in no time. To do so:
Step 1. Click on the yellow directory icon from the Taskbar to open the File Explorer app.
Step 2. After that, press the Control + Shift + Escape keys to open the Windows Task Manager.

Step 3. Click on the Process tab and look for the Windows Explorer app. Right-click on it and select the End Task option. Reboot your computer and see if the issue is fixed.
Solution 2. Switch Off System Tray Icons
The easiest solution to fix the Taskbar icons issue is to switch off and on system tray icons. This can resolve all the temporary glitches. Here’s how you can do that:
Step 1. Go to the Settings app and click on Personalization from the left menu.
Step 2. Select Taskbar.

Step 3. Next, select the Taskbar Corner Overflow option.

Step 4. Switch off all the icons that you see missing. Now, restart your computer and follow the same steps to turn back on the system tray icons.
Solution 3. Use the SFC Tool
If the corrupted system files are causing problems for Taskbar, use the SFC. System File Checker is a native Windows tool to find and fix corrupted files. So, you can use the SFC command to scan and restore corrupted files as follows:
Step 1. Go to the search icon on the Taskbar and enter the Command Prompt. Select Run as Administrator.
Step 2. Once on the terminal window, add the following command:

sfc/scannow
Step 3. Wait for a few minutes to complete the process. After that, reboot your computer to check if system tray items have appeared again.
Solution 4. Run the DISM Command
Deployment Image Servicing and Management is another Windows service that helps to fix broken files. You can quickly run the DISM tool on your PC when system tray icons are missing as follows:
Step 1. Open the Command Prompt as an admin. And enter the following command in the terminal window:

DISM /Online /Cleanup-Image /ScanHealth
Step 2. Wait for a few minutes to complete the process. After running the DISM command, don’t forget to reboot your device.
Solution 5. Reset the Windows Store Application
If certain Windows default app icons are missing from the system tray, the problem is with the Windows Store app. So, you have to again launch the command prompt in admin mode and implement this command to reset the Windows Store cache:
Wsreset.exe
Oh, don’t forget to restart your computer afterward to see if the system tray missing icons are back.
Solution 6. Reset the Taskbar
You can also reset the Taskbar using PowerShell to fix the system tray icons missing on Windows 11. Here’s how you can do that:
Step 1. Click on the search icon from the Taskbar.
Step 2. Search for Windows PowerShell and run it as administrator.

Step 3. Now, execute the following command in the PowerShell window:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 4. Restart your Windows PC.
Solution 7. Uninstall Recent Updates
If the problem starts after updating your Windows software, you can take your computer back to the point before installing that update. There is a possibility that the update is not downloaded properly or there are some bugs involved in the new update.
So, you can follow the steps to uninstall all the recent updates:
Step 1. Press Ctrl + Alt + Del keys to open the Task Manager.
Step 2. Click on File > New Task.
Step 3. Type Control to launch the Control Panel.
Step 4. Go to Uninstall a program > View installed updates.

Step 5. Remove all the latest updates and restart your device.
Solution 8. Use the Registry Editor
Are you good with commands? Are you a technical Microsoft user? In that case, you can use the Registry Editor to tweak TaskbarSD settings. To do so:
Step 1. Launch the Task Manager > File > Run new task.
Step 2. Enter regedit and search to open the Registry Editor app.
Step 3. Once on the Registry Editor window, follow this path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced.
Step 4. Double click on the TaskbarSD key and change its value to 1 if it is not already.

Step 5. Now, launch the command prompt as an administrator.
Step 6. Run this command to start Explorer again:
taskkill /F /IM explorer.exe
Solution 9. Delete the IrisService Key
The Iris Service belongs to Windows Spotlight, which plays a pivotal role in the Windows 11 UI. So, you can remove this service and see if this fixes the system tray icons missing on Windows 11 for you.
Follow these steps to remove the Iris Service key:
Step 1. Simply launch the Task Manager and then go to File > Run new task.
Step 2. Type cmd to launch the Command Prompt.
Step 3. After that, run this command and restart your computer:

reg delete HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\IrisService /f && shutdown -r -t 0
Solution 10. Change Date and Time Settings
Often changing the date and time settings can also help to fix the Taskbar functions. To change date and time settings on Windows 11:
Step 1. Go to Task Manager > File > Run new task > Control Panel.
Step 2. Click on the Clock and Region and select Date & Time. Ensure that your date and time settings are correct.

Parting Note
There you have it. You can now fix your system tray icons missing on Windows 11.
Start with basic solutions like running SFC or DISM commands. If that doesn’t work, you could use Registry Editor or PowerShell to change the Taskbar settings.
That’s it for now! Meanwhile, do explore other posts on this website to learn more about Windows 11.
Popular Post
Recent Post
How to Read Text Messages Out Loud with Android
Introduction By changing settings from the device’s accessibility screen, you may use Google’s Text-to-Speech tool. Select the content that will be read, decide how the smartphone will respond, and watch a brief instruction on how text-to-speech functions to improve your device. When enabled, your phone can read text out loud when you hold over something […]
How to Fix a Kmode Exception Not Handled Error in Windows
Introduction: If you use Windows frequently, encountering bugs and errors is quite inevitable, especially the Blue Screen of Death (BSOD) errors. And well, one such frustrating issue is the kmode exception not handled error that barges out of the blue hindering your workflow. Whether you are a tech-savvy enthusiast or a casual user, understanding and […]
How to Fix the “Class not Registered” Error on Windows
Introduction: If you’ve ever encountered the frustrating “Class not Registered” error message on your Windows computer, you’re not alone. This common issue can occur when you attempt to open a file, launch an application, or perform certain actions on your system. It often leaves users puzzled and wondering what went wrong. The “Class not Registered” […]
How to Screen Record on Windows 11
Introduction Open the Snipping Tool to begin a screen recording in Windows 11 to capture what is on your screen. You can also open the Game Bar on your Xbox by pressing Windows+G, then launch the recording window and tap the record button. Use a third-party program, such as OBS, ScreenPresso, or GeForce Service, to […]
Best Apple Pencil Apps for Productivity in 2023
Introduction The Ecosystem of the Apple company is huge as once you purchase any Apple device, you cannot resist other accessories of the Apple company. An Apple pencil is a part of the ecosystem and accessories for iOS Tablets and Macs. Whether you own a Tablet, MacBook, or iPhone, Apple pencil works on every device. […]
How to Customize the Taskbar in Windows 11
Introduction Taskbar is very useful in quick access to any other Windows directly from the Taskbar panel. But are you aware of the advantages and features you can access with a taskbar? Many people have no clue about what you can do with your Taskbar and how you can customize it. Therefore you can enjoy […]
Top 10 Offline RPGs For Windows in 2023
Introduction Looking for offline games! We got you a list of RPGs in 2023. In the developing World, the gaming community is rising with lightning speed. People play multiple role play games online with friends or for earning purposes. Nowadays, there are many popular platforms like YouTube and Twitch where you can earn money by […]
10 Best Coding Apps for Kids on Android And iOS
Introduction There has never been a better opportunity to get a competitive edge on whatever you want your young champ to learn, whether it is how to build some of the best useful apps or beautiful websites. The nicest aspect is the absence of an age requirement. It gives everyone—adults, teenagers, and children—endless opportunities. As […]
The Best 5 Screenshot Applications for Android to try now
You often struggle with taking screenshots on your Android phone following the default method, i.e., pressing the lock and volume down buttons together. The situation worsens further when either of the keys is not working properly. Besides, you need to synchronize the press times of both keys to take the screenshot, which often leads to […]
10 Best Translator Apps for Android & iOS
Introduction Technology has made it easy for people to connect worldwide. Whether you are interacting online or traveling to other locations, you can talk directly to people from those areas. Yet, just because the means to do it is now available, it does not remove the problem of language barriers. While you can learn the […]