Share via

Windows Icon bug

Dániel Dunai 20 Reputation points
2026-02-11T14:50:48.57+00:00

I got an issue with the icons. Today I turn on my pc like 1 or 2 p.m. and my Icons are gone.User's image

I tried to delete the IconCache-db and run the sfc /scannow command but it doesn't worked.

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

Answer accepted by question author

TaoLi 86,475 Reputation points Independent Advisor
2026-02-11T16:31:01.5633333+00:00

Hello, thank you for your reply.

Open Settings >> System >> Recovery, and use Windows Update to fix the problem. Try repairing your system to see if that resolves the icon error.

用户形象

Was this answer helpful?


1 additional answer

Sort by: Most helpful
  1. TaoLi 86,475 Reputation points Independent Advisor
    2026-02-11T15:29:29.7633333+00:00

    Hello,

    Create a .txt file on your desktop, enter the following content, and save it. Change the .txt format to .bat, then right-click and open it as administrator.

    Deep clean the icon cache to see if that resolves the issue.

    taskkill /f /im explorer.exe
    attrib -h -s -r "%userprofile%\AppData\Local\IconCache.db"
    del /f "%userprofile%\AppData\Local\IconCache.db"
    attrib /s /d -h -s -r "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\*"
    del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_32.db"
    del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_96.db"
    del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_102.db"
    del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_256.db"
    del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_1024.db"
    del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_idx.db"
    del /f "%userprofile%\AppData\Local\Microsoft\Windows\Explorer\thumbcache_sr.db"
    echo y|reg delete "HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v IconStreams
    echo y|reg delete "HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v PastIconsStream
    start explorer
    

    Was this answer helpful?


Your answer

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