Bug - Taskbar icons disappearing

Romain Lhotte 20 Reputation points
2024-06-13T11:31:18.7333333+00:00

I just reinstalled my computer from scratch and some taskbar icons randomly disappear. What should I do to fix that. I have to reset Windows Explorer or restart my computer to get it back to normal.

Image:

User's image

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Wesley Li 11,285 Reputation points
    2024-06-13T17:25:34.01+00:00

    Hello

    It seems you are experiencing an issue with taskbar icons disappearing on your Windows system. This can be frustrating, but there are several steps you can take to resolve the problem.

     

    Clear the Thumbnail cache using commands from an elevated prompt:

    DEL /A /Q "%localappdata%\IconCache.db"

    DEL /A /F /Q "%localappdata%\Microsoft\Windows\Explorer\iconcache*"

     

    Run the System File Checker (sfc /scannow) from an elevated prompt.

     

    Use Deployment Image Servicing and Management (DISM) commands:

    DISM /Online /Cleanup-Image /CheckHealth

    DISM /Online /Cleanup-Image /ScanHealth

    DISM /Online /Cleanup-Image /RestoreHealth


  2. Kapil Arya 8,546 Reputation points MVP
    2024-06-15T13:24:09.04+00:00

    Hello,

    See if this fix helps you:

    https://www.kapilarya.com/fix-taskbar-icons-missing-in-windows-11

    Hope this helps!

    Note: Included link in this reply refers to blog by a trusted Microsoft MVP. 

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.