How to Fix App Icon Blank or Generic in macOS Tahoe 26.2
Are your application icons showing as a generic white paper or a folder?
Follow Fix 1: The Automated UI Refresh — full Terminal commands and step-by-step instructions below. Verified on macOS Tahoe 26.2.
Recommended Troubleshooting Tool
Before proceeding with manual fixes, we recommend using CleanMyMac X. Quickly identify high CPU apps and optimize system memory with one click.
The Symptom
The Dock or Applications folder shows a "blank" icon for an app that should have a custom design.
The Fix
- Reset the Icon Cache
sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \;
sudo find /private/var/folders/ -name com.apple.iconservices -exec rm -rf {} \;
- Relaunch the Dock & Finder
killall Dock Finder
- Touch the Application
touch /Applications/AppName.app
Fix 3: The Automated UI Refresh
When the system cache is persistent and Terminal commands fail.
The icon services cache can be incredibly stubborn on macOS Sequoia. If icons are still blank, a deeper system maintenance is required.
Recommended Tool: CleanMyMac X
- Maintenance Module: Includes a "Rebuild Launch Services" tool. This is the most powerful way to fix blank icons, as it forces macOS to re-register every app on your system and re-link their icons.
- Uninstaller: If a specific app's icon is broken, use the "Reset" feature in CleanMyMac X's Uninstaller to refresh the app's internal resources.
Pro Tip
If only one app is affected, right-click the app > Get Info. Click the icon at the top left and press Delete. This often forces macOS to re-read the internal icon resource.