A practical troubleshooting guide for Windows 10 and Windows 11 when File Explorer shows generic icons instead of image previews, video thumbnails, or folder preview thumbnails.
Normally, File Explorer displays small preview images for photos, screenshots, videos, and some folders. When thumbnail generation breaks, Windows may show only generic file icons, blank white icons, media player icons, or folder icons without preview content.
This issue can affect only one folder, only videos, only images, files stored in OneDrive, files on an external drive, or the entire system. The good news is that the problem is usually caused by a disabled setting, a corrupted thumbnail cache, missing video codecs, or a temporary File Explorer malfunction.
JPG, PNG, GIF, WebP, HEIC, RAW, and other image formats may appear as generic icons instead of preview thumbnails.
MP4, MKV, MOV, AVI, and other video files may show a player icon instead of a frame preview.
The most common reasons are configuration-related, not file damage. Before reinstalling apps or changing the Registry, check the simple options below.
Thumbnails are easiest to see in Medium icons, Large icons, or Extra large icons mode. If the folder is using Details or List view, previews may not appear as expected.
In Windows 11, you can also use the View button on the File Explorer command bar.
This is the most important setting to check. If it is enabled, Windows will intentionally display file icons instead of thumbnails.
Windows has a separate visual effects setting called Show thumbnails instead of icons. It can be disabled when the system is configured for best performance.
SystemPropertiesPerformance.exe and press Enter.You can also choose Let Windows choose what is best for my computer if you do not want to manage individual visual effects manually.
Windows stores generated previews in a thumbnail cache. If this cache becomes corrupted, thumbnails can disappear, appear blank, or show outdated previews. Rebuilding the cache is safe: Windows will recreate it automatically.
cleanmgr and press Enter.If the graphical tools do not help, delete the thumbnail database files manually.
taskkill /f /im explorer.exe
del /f /s /q /a %LocalAppData%\Microsoft\Windows\Explorer humbcache_*.db
start explorer.exe
If image thumbnails work but video thumbnails do not, the problem is often related to codecs, file associations, or unsupported video formats.
For best compatibility, test with a common MP4 H.264 file. If that file shows a thumbnail but other videos do not, Windows itself is likely fine and the issue is format support.
Cloud storage clients can display files that are not fully downloaded to your PC. If a file is online-only, Windows may show a generic icon until the file is available locally.
This is especially useful for large photo libraries, external drives synchronized with cloud apps, and folders that were recently restored from backup.
Sometimes File Explorer stops generating thumbnails because its background process is stuck. Restarting it can restore previews without rebooting the computer.
If the problem returns frequently, combine this step with clearing the thumbnail cache and checking system files.
If none of the settings above help, Windows components used by File Explorer may be damaged. Use DISM and SFC to check and repair the system image.
DISM /Online /Cleanup-Image /RestoreHealth
After it finishes, run:
sfc /scannow
Restart the computer and check whether thumbnails appear again.
If thumbnails are still not visible, try these targeted checks:
The most likely causes are the Always show icons, never thumbnails setting, the disabled Show thumbnails instead of icons visual effect, or a corrupted thumbnail cache.
This usually means Windows cannot generate previews for that video format. Check codecs, try a standard MP4 file, and make sure the file is stored locally rather than cloud-only.
Yes. The thumbnail cache contains temporary preview files only. Windows recreates it automatically when you open folders with images or videos.
Large folders, slow external drives, network locations, cloud-only files, and high-resolution media can delay thumbnail generation. Switching to a smaller folder or copying files locally can confirm the cause.
It is uncommon, but malware or damaged system settings can affect File Explorer. If icons, previews, and file associations behave strangely across the system, run a full antivirus scan and then repair Windows system files.
Start with the simplest fixes: switch the folder to Large icons view, disable Always show icons, never thumbnails, enable thumbnail previews in Performance Options, and clear the thumbnail cache. If only videos are affected, focus on codec support and cloud file availability.