Have you ever noticed the PowerPoint icons that show up on your desktop or inside Windows File Explorer? Sometimes the default application icon is shown and sometimes you see a PowerPoint preview thumbnail of a slide from your presentation. You’re about to learn everything you ever needed to know about how these work, how to generate them, and how to get rid of them.

Default PowerPoint application icons

You may or may not know that when you save a presentation it’s saved as a pptx file. When you create a template the extension used is potx. And if you save your presentation as a self-starting slide show then ppsx is used. When you view these three formats in Windows File Explorer, the icon you see reflects that format or file extension:

These icons correspond to the three ‘standard’ formats: presentation, template and slide show. If you add macros to any of these files the formats change to ones ending in ‘m’ and the icons change, illustrating the presence of macros with an exclamation mark (Office 365 / PowerPoint 2016 and 2019):

How to create custom PowerPoint preview thumbnail icons

You might be happy to create and distribute your beloved PowerPoint content using these default icons but when you have a lot of them all in the same place, it’s nice to see a preview of what’s inside the separate files. Providing a visual cue of the file’s content can also help improve accessibility for your users.

Here’s an example of three presentations with the preview thumbnail set in each PowerPoint file:

This makes it easy to see what each file contains! So how do you activate these thumbnails?

Preview thumbnails are created by PowerPoint taking a static capture of your first non-hidden slide. If that slide contains animations, you’ll need to take this into account because the thumbnail will be generated from what you see in the normal view, not the slide show view.

Here’s how you create a thumbnail preview image for your PowerPoint file on Windows (macOS follows):

1. Open your presentation in PowerPoint

2. Click File followed by Info to open what Microsoft call the backstage

3. Over on the right-hand side, click the Properties heading then click Advanced Properties in the drop-down menu

4. Click the Summary tab in the window that opens

5. At the bottom of the window, tick the Save preview picture check box:

6. Click OK and save your presentation.

Back in Windows File Explorer, or your desktop if that’s where your presentation is, press F5 to refresh the view and your preview thumbnail will magically appear. If you don’t see it, you may need to clear your Windows thumbnail cache. Here’s how to do that:

  1. Click the Windows Start button and type cleanmgr followed by Enter (or click Disk clean-up when it appears)
  2. Make sure the Thumbnails check box is ticked at the bottom of the list and then click OK followed by Delete Files
  3. Go back to Explorer (or your desktop) and press F5

Refreshing the preview image

Each time you change the content in your first non-hidden slide and resave your presentation, PowerPoint will automatically update the thumbnail image. To see any changes, make sure you press F5 back in Explorer or your desktop.

If you don’t see the change then you might be facing a weird Microsoft caching bug whereby the previous/incorrect thumbnail is being restored. To get around this:

  1. Open your file
  2. Disable the Save preview picture option*
  3. Save and close the file (closing appears to be the key!)
  4. Open your file
  5. Enable the Save preview picture option*
  6. Save your file

* File | Info | Properties | Advanced Properties | Summary

How to turn off the preview thumbnail

Should you decide that you don’t want the preview thumbnail to appear in Explorer, turning it off is as easy as turning it on. Just repeat the steps above and in step 5 untick the Save preview picture check box.

What about macOS?

Good news, the same option exists on PowerPoint for macOS, only it’s not named the same. Sometimes one just has to shake one’s head in disbelief!

  1. Open the file with PowerPoint for macOS
  2. Click File | Properties | Summary to see the window below
  3. Uncheck the option Save preview picture with this document and click OK
  4. Save the presentation
  5. Click File | Properties | Summary
  6. Check the option Save preview picture with this document and click OK
  7. Save the presentation

screenshot of PowerPoint for macOS showing file options to set thumbnail picture

What if this doesn’t work?

If for some reason the above doesn’t refresh the thumbnail image you can forcibly remove it by either using the 7-Zip for Windows app or, if you can’t install that app, Windows File Explorer using the pptx2zip hack (or BBEdit if you’re on macOS). Both are described in our tech corner section next.

Tech Corner

For those of you who want to know what’s going on under the hood of PowerPoint, I’m going to let you in on where the thumbnail file gets created in the Office XML archive. If you don’t know what this is, it’s probably time to grab a cup of your favourite hot drink while we write an article on that! Or you could read this file size reduction article which touches on zip archives.

When the thumbnail image is created by PowerPoint, it’s saved inside the zip archive that makes up the presentation file.

There are several ways to see inside the raw guts that make up a PowerPoint file. You can use the fairly well known method of renaming the file to have a .zip extension or use my preferred method which is to use the free and very powerful 7-Zip application to open the archive without renaming it or having to extract files.

Once you’ve downloaded and installed 7-Zip you can simply right-click on your file and select 7-Zip / Open archive as shown below:

Now you have opened the door to a new and wonderful underworld known as Office Open XML where we can browse and view what makes your PowerPoint presentation tick:

You can navigate the content of your PowerPoint file just as you would with Explorer. To find your preview thumbnail image file you open the docProps folder and there she is, your thumbnail.jpeg image, which can safely delete if you want to:

Double click this file and you can see it in your associated image editing app:

pptx2zip hack

If installing 7-Zip for Windows isn’t an option for you then this will get you to the same result without additional software:

  1. Make a backup copy of your pptx, just in case!
  2. Rename the .pptx file as a .zip file
  3. Use Windows File Explorer to navigate within your zip file to the /docProps folder
  4. Delete the file named thumbnail.jpeg
  5. Go back up to the zip file and rename it back to .pptx
  6. You should now see it in Windows File Explorer with a default PowerPoint icon

To regenerate the thumbnail, follow the instructions earlier in this article i.e. Open |File | Info | Advanced Properties | Save preview picture.

Going even deeper

Because I like to hack PowerPoint both at work and in my spare time (please send help!) I was curious to know if it was possible to programmatically set the Save preview picture option via VBA (Visual Basic for Applications) which is a programming language that comes with all Office apps.

There’s no API (Application Programming Interface) that allows this to be done but maybe there’s an XML setting that can be changed? Looking at the Word XML file structure, there is such a setting in the aptly named settings.xml file inside a Word zip archive. It’s the element below called <w:savePreviewPicture/>

Curiously, the setting in the Word UI (User Interface) is slightly different compared to PowerPoint in that it appears to be system-wide rather than per-document:

But on checking the PowerPoint XML structure, there is no such setting with that name or any other name. By opening two files, one with a preview thumbnail and one without, I was able to establish that PowerPoint has no XML setting for this and is instead simply checking for the existence of a thumbnail image file and setting the Save preview picture check box accordingly. It’s a pity because that would have made a very nice BrightSlide feature!

So, there you have it. Everything you ever needed to know – and a little bit more! – about preview thumbnails in PowerPoint.

Leave a comment
Written by

Jamie Garroch

Principal technical consultant

View Jamie Garroch's profile

Related articles

Apr 2024
07th May 2021

PowerPoint memory game

We love PowerPoint at BrightCarbon. It’s such a versatile application which can be used for so much more than ‘just’ designing presentations. You can create videos, printed collateral, interactive eLearning, even animated GIFs and so much more. But did you know you can even create games? We’ve built one for you, using VBA, and it’s free to download and adapt.

  1. Image of Paolo Paolo says:

    I made the whole procedure , but the thumbnail did not appear !!!

    • Image of Jamie Garroch Jamie Garroch says:

      Hi Paolo. Can you see the thumbnail in the archive? What version of PowerPoint are you using? Can you share the title slide with us by emailing a pptx to info@brightcarbon.com?

  2. Image of Jodi Jodi says:

    Thanks for the tutorial. I tried this but it didn’t work for me. I’ve always had the thumbnails displayed until I bought a new computer two months ago. Now I can’t them to display. It only shows the PowerPoint icon. I just spent two hours with Microsoft support and they were unable to help. Do you know how I can get them back?

    • Image of Jamie Garroch Jamie Garroch says:

      Hi Jodi. When you bought your new computer did it have Office preinstalled? I’m wondering if this is a side effect of the Windows Store version that has some limitations. What version of PowerPoint do you have and are you able to send us an example pptx file to info@brightcarbon.com?

  3. Image of Sissy Sniffen Sissy Sniffen says:

    Thank you Jamie! I was able to follow along and set the thumbnail for my powerpoint presentation. Question … can I set a different slide as the thumbnail instead of the first slide? Say I want the graphics on slide 5 to appear as the thumbnail.

    Thanks in advance for your time!

    • Image of Jamie Garroch Jamie Garroch says:

      Hi Sissy. Unfortunately PowerPoint uses the first slide by default and it’s not possible to specify another slide as the one used to generate the thumbnail.jpeg file inside the archive of the pptx file.

  4. Image of Carolina Carolina says:

    Oh… are you going to release a Mac version? thanks!

  5. Image of Assirem Thagmets Assirem Thagmets says:

    Good Morning
    It’s crazy how difficult it can seem and just after the explanation, everything becomes simple …!
    Thank you very much, sir!
    Best Regards

  6. Image of Elena Elena says:

    Hi Jamie,
    Thanks for sharing this!
    I have a query not 100% related but you might be able to help me. I’ve created a video out of my power point presentation and have inserted it in Sway for a training session… Both the PowerPoint thumbnail and video thumbnail show the first slide of the presentation (which is what I wanted), when I insert it onto Sway it picks a random slide as preview image…. any tips?
    Cheers!

  7. Image of Jamie Garroch Jamie Garroch says:

    Hi Elena. I don’t believe Sway offers that level of control. Is there something in your training environment preventing your from using PowerPoint where there are far greater capabilities when you present your content either in the browser or desktop version? Recently added new features such as Presenter Coach and AI-driven subtitling are revolutionising the presenter experience.

  8. Image of Trevor Jones Trevor Jones says:

    Sometimes it worked for me sometimes it didn’t..

    • Image of Jamie Garroch Jamie Garroch says:

      Hi Trevor. If is doesn’t work for you, try the option we added in the “pptx2zip hack” section.

  9. Image of Karen Karen says:

    Yes, I would love a MAC version as well. Thank you.

    • Image of Jamie Garroch Jamie Garroch says:

      Thanks for the suggestion Karen. On PowerPoint for macOS you can find the same option under File | Properties | Summary | Save preview pictures with this document. And, if that doesn’t work then you can use your favourite Zip application to use the technique recently added in the “pptxtozip hack” section above.

  10. Image of Ben Smith Ben Smith says:

    Great article

  11. Image of Marcel Slokkers Marcel Slokkers says:

    Hi Jamie, thanks for this tutorial. I was configuring my new laptop and really missed those preview thumbnails. One more question about that. I like to put some shortcuts of powerpoints I’m working on or frequently use on my desktop. On my old laptop these shortcutlink-thumbnails also held the preview image. I’m still not able to get working on my new laptop. You got any suggestions?
    Thanks

  12. Image of gy gy says:

    I tried all your suggestions, including the disk cleanup and turning the save preview off and then on again, being sure to close the file in between. But even after I untick the save preview box and close the file, the next time I open it, it’s ticked. What next?

  13. Image of kate bridge kate bridge says:

    Re displaying PowerPoint thumbnail in file.
    Thanks very much for all the info on this.
    it’s very helpful.
    Best wishes.

  14. Image of Luke Luke says:

    Thanks for this tutorial! What if I want to change all the slide thumbnail previews on the right? I have a pres with a lot of animations so if they preview without the presentation mode all the slides do not make sense. The only workaround I have found is taking a screenshot of the final state and making it the first image to disappear before the animation but that has been confusing for people who may want to edit something. Is there a way to customize any slide preview. Thumbnail?

  15. Image of Luke Luke says:

    Oh i forgot to say im working off a Mac.

Leave a Reply

Join the BrightCarbon mailing list for monthly invites and resources

Tell me more!

BrightCarbon creates compelling visuals and storylines, helping us to convey value in a fiercely competitive marketplace.

Neil Davidson Deltek