Discover quick solutions to address the problem of file icon thumbnails or previews not displaying on your Mac. When Finder shows generic icons instead of actual content, identifying images becomes a manual task, time-consuming for numerous files. Act swiftly with our guide to ensure your file icons and thumbnails show up as intended on your Mac.
Table of Contents
FIX 1: Toggle Show Icon Preview
Begin by refreshing the Icon preview feature to potentially resolve the issue of missing file icon thumbnails. Follow these steps:
- Open Finder and navigate to View > Show View Options.
- Uncheck “Show Icon Preview.”
- After a brief pause, re-check “Show Icon Preview.”
- Examine if this corrects the problem of file icon thumbnails not displaying on your Mac.
FIX 2: Rebuild File Icon Cache
If the first fix didn’t work, try rebuilding the icon cache with these steps:
- Open Launchpad, go to Others, and launch Terminal.
- Enter the following command in the Terminal: sudo rm -rfv /Library/Caches/com.apple.iconservices.store
- Then, input the following command: sudo find /private/var/folders/ \( -name com.apple.dock.iconcache -or -name com.apple.iconservices \) -exec rm -rfv {} \; ; sleep 3;sudo touch /Applications/* ; killall Dock; killall Finder
- After executing the commands, boot into Safe Mode:
- For Mac M1/M2 chipset: Power off your Mac, hold the power button until “Loading startup options” appears. Select your disk, press and hold Shift, click “Continue in Safe Mode.”
- For Mac with Intel chipset: Restart your Mac, hold the Shift key until the login window appears. Log in, and it will boot into Safe Mode.
- Stay in Safe Mode for a few minutes, then restart your Mac to normal mode. The OS will rebuild all icons and file cache. Check if this resolves the issue.
FIX 3: Force Quit ThumbnailsAgent
If the issue persists, force quit ThumbnailsAgent with these steps:
- Launch Activity Monitor (View > All Processes).
- In the search, type: com.apple.quicklook.ThumbnailsAgent
- Hit Enter.
- Select it and click “Force Quit.”
- Click the Apple logo.
- Choose “Force Quit,” select Finder, and click “Relaunch.”
- Examine if this resolves the problem of file icon thumbnails not showing on your Mac.
FIX 4: Delete System Cache
To address the issue, delete the system cache using Terminal:
- Go to Launchpad > Others > Open Terminal.
- Enter the following four commands one after another:
qlmanage -r cache
qlmanage -r
killall com.apple.quicklook.ThumbnailsAgent
killall Dock - Verify if this resolves the problem of file icon thumbnails not showing on your Mac.
FIX 5: Recreate Finder Plist File
To further troubleshoot, recreate the Finder Plist file:
- Open Finder and select Go > Go To Folder.
- Navigate to the following location: ~/Library/Preferences
- Back up the file: com.apple.finder.plist
- Then, delete it.
- Restart your Mac and observe the results.
These steps encompass various methods to resolve the issue of file icon thumbnails not displaying on your Mac. For any queries about these steps, drop a comment, and we’ll assist you promptly.