Windows 7: Image thumbnails fail to appear

283,352

Solution 1

After weeks of fiddling I finally just gave up and reformatted the machine. Problem solved. I have all the same applications installed/configured as before, but the problem did not return. Still a mystery I guess. I wish I had a better solution, but the best I can do is the old fashioned fix-everything reformat and start over.

Solution 2

Checking Always show icons, never thumbnails (in the folder options menu you see in the asker's screenshot), applying, unchecking and applying again, solved the problem for me.

Edit 9-12-2014: Additionally, if you go to Advanced system settings and enter the Performance settings tab, ensure that Save taskbar thumbnail previews and Show thumbnails instead of icons are selected in the available check boxes. This affects all folders globally, rather than doing it for each folder.

Performance options image

Solution 3

I recently had this problem, here is my solution:

  1. Open a command window as Administrator
  2. Open the task-manager (CTRL-SHIFT-ESC)
  3. Kill explorer.exe
  4. Go to your command window
  5. Type: cd %userprofile%\AppData\Local\Microsoft\Windows\Explorer
  6. Type: del *.db
  7. In the task-manager go to File -> new Task
  8. Run explorer.exe

I have some suspicions that the problem began due to low free disk space on the root drive (C:)

Solution 4

Thumbnail generation is initiated by explorer.exe, but applications can register themselves to create the thumbnail. An application simply has to implement http://msdn.microsoft.com/en-us/library/bb774614(VS.85).aspx as a COM object.

For instance, when you are installing the Combined Community Codec Pack you have the option of letting Haali (I believe this is the component) of taking over generation of thumbnails for video files. Thus thumbnail generation is the responsibility of Haali.

Search under HKEY_CLASSES_ROOT and you will see many thumbnail providers (for example XPS and Office Documents).

Solution 5

Not sure if this will work as obviously I can't reproduce the problem to test, however this is what I would recommend:

Go to the start menu, expand Accessories, expand system tools.

Click on Disk Cleanup.

Select the primary hard drive (however you may want to do this on others after... but I think the following option only comes up on primary)

Next, Uncheck all boxes apart from "Thumbnails"

Click Ok.

Hopefully this will clean out your thumbnail cache and force them to rebuild whenenver you visit a folder.

If this does not work, in folder options, try clicking on all the "Reset Folders" / "Restore Defaults" buttons as something may have gone wrong on a option that you cannot see.

Share:
283,352

Related videos on Youtube

Fopedush
Author by

Fopedush

Updated on September 17, 2022

Comments

  • Fopedush
    Fopedush almost 2 years

    All right, I've got a pretty strange one here. Since I installed Windows 7 on this machine some time ago, image thumbnails have never worked properly. For the vast majority of images, they completely fail to show up, showing the icon of the default image viewing application instead. Please note that the “Always show icons, never thumbnails” option in folder options is not checked. I've taken a screenshot demonstrating the problem, here:

    screenshot

    Sometimes, a few image thumbnails will show up correctly, maybe about one in ten, with the rest failing as well. Another screenshot, with a handful of thumbnails visible, can be seen here:

    screenshot 2

    Windows Explorer does not appear to make any effort to populate the missing thumbnails, and there is no appreciable CPU usage. I can leave a window with missing thumbnails open all night and they will still never appear.

    Newly created images never generate thumbnails, only images that have been on the system since day one will occasionally show them. This leads me to believe that explorer is set to show thumbnails, but whatever process is supposed to be in charge of actually generating them has failed somehow. In previous versions of windows, explorer.exe itself was responsible for thumbnail generation – has this changed?

    Any suggestions at all – even if you aren't sure that they will work – are welcome. I'd hate to have to wipe and reinstall on this machine for such a minor annoyance.

  • Fopedush
    Fopedush over 14 years
    Wil- Strangely enough, resetting the thumbnail cache causes all thumbnails to disappear - and then the same few that had already been generated before are regenerated. Images that did not have thumbnails before still do not. It seems that something is causing 99% of the images on this machine to be ignored by the thumbnailer. Resetting folder view settings has no effect.
  • Fopedush
    Fopedush over 14 years
    There does not appear to be any pattern to which images show up.
  • cowgod
    cowgod over 14 years
    That really sucks. I have the same problem and I do not want to have to reinstall. I see that you are also using ACDSee like me, so maybe something in that app is causing the problem...
  • Fopedush
    Fopedush over 14 years
    I had suspected that ACDsee was somehow to blame, but I'm still using it after the reinstall without problems. I'm really at a loss to explain it.
  • nZeus
    nZeus almost 10 years
    The only correct answer
  • Ashraf Bashir
    Ashraf Bashir over 9 years
    That's the right answer, it solved the issue, and the cause which you mentioned was exactly my case, due to lack of disk space. You are great man !
  • user18783
    user18783 about 9 years
    only killing explorer.exe and restarting it again fixed it for me
  • Shehab Fawzy
    Shehab Fawzy almost 9 years
    Worked for me on windows 10
  • 1-14x0r
    1-14x0r over 8 years
    this is legit. ty!
  • naisanza
    naisanza about 8 years
    This solved it for me!
  • aparente001
    aparente001 almost 8 years
    Worked like a charm for me in Windows 7.
  • HackSlash
    HackSlash almost 6 years
    Burning down your house to kill a spider is not a solution.
  • Fopedush
    Fopedush almost 6 years
    It absolutely is. Reformatting solved the problem. If you've got a better solution, then by all means post it.