Corrupted icons on Windows – blank squares, generic white pages, wrong icons for apps – usually come from a corrupt icon cache. here’s how to fix it without a full reinstall.
Method 1: Rebuild the icon cache
The icon cache is a database file Windows uses to display icons quickly. When corrupted, icons display wrong or blank.
- Open Task Manager > find Windows Explorer > right-click > End Task. Taskbar disappears temporarily.
- In Task Manager > File > Run new task > type cmd > check “Create this task with administrative privileges” > OK
- Run these commands:
cd /d %userprofile%\AppData\Local\Microsoft\Windows\Explorer
attrib -h iconcache_.db
del iconcache_.db - Task Manager > File > Run new task > type explorer.exe > OK
- Restart your PC
Method 2: Clear via Disk Cleanup
Start > Disk Cleanup > run as administrator > check Thumbnails > OK. Clears the thumbnail cache which also causes icon display issues.
Method 3: SFC scan
Open Command Prompt as administrator and run: sfc /scannow
Scans and repairs corrupted Windows system files. Takes 10-20 minutes. Restart after.
Broken shortcuts
If shortcuts are broken rather than displaying wrong icons, right-click > Properties > check the Target field. If it points to a location that no longer exists, update the path.
Persistent issues
Create a new Windows user account and log in. If icons display correctly in the new profile, the issue is with your user profile rather than the system.