Folder icons displaying incorrectly

Dominic Sham 0 Reputation points
2025-12-17T23:58:47.61+00:00

I have an issue that some of the folder icons became shrink and turned into black background. May I ask what is the main cause and how to resolve them? Thanks

Windows for home | Windows 11 | Files, folders, and storage
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Q&A Assist
    2025-12-17T23:59:07.1+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The issue with folder icons displaying incorrectly, such as appearing shrunk or with a black background, is often related to problems with the icon cache in Windows. Here are steps to resolve this issue:

    1. Clear the Icon Cache:
      • Open Task Manager (Ctrl + Shift + Esc).
      • Find and end the task for Windows Explorer.
      • Open a command prompt with administrative privileges.
      • Run the following commands:
             CD /d %userprofile%\AppData\Local
             DEL IconCache.db /a
        
      • Restart Windows Explorer from Task Manager.
    2. Register Shell Experience Host:
      • Open Windows PowerShell as an administrator.
      • Run the following command:
             Get-AppXPackage -AllUsers | Where-Object {$_.InstallLocation -like "*ShellExperienceHost*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
        
      • Restart your system.

    Following these steps should restore the folder icons to their correct appearance.

    0 comments No comments

  2. Gunasekar N 51,775 Reputation points Independent Advisor
    2025-12-18T01:03:43.81+00:00

    Hello, thank you for reaching out to Microsoft Q&A.

    Rebuild the Icon Cache using the Command Prompt (Administrator) window:

    Save all of your files and close all the applications.

    Execute these commands one by one and click Enter for each command.

    ie4uinit.exe -show​
    
    taskkill /IM explorer.exe /F​
    
    DEL /A /F /Q "%localappdata%\IconCache.db"​
    
    DEL /A /F /Q "%localappdata%\Microsoft\Windows\Explorer\iconcache*"​
    
    

    See if the icons are displaying correctly after executing the command lines.


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.