56

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.

1
  • How many images were in the folder? There is a limit of 4,096 thumbails, then the rest are shown with an icon.
    – Synetech
    Commented Feb 24, 2012 at 23:42

5 Answers 5

39

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

0
22

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:)

1
  • 1
    only killing explorer.exe and restarting it again fixed it for me
    – user18783
    Commented Apr 13, 2015 at 13:31
11

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).

1

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.

1
  • 1
    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. Commented Nov 17, 2009 at 15:44
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.

1
  • 1
    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. Commented Jan 20, 2010 at 19:21

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .