How to Extract All Images and Media from a PowerPoint Presentation Using a ZIP Archiver

If a colleague sends you a massive, 150-slide PowerPoint presentation filled with dozens of high-resolution corporate logos, background graphics, and embedded tutorial videos, and you need to use those raw image files for a different project, right-clicking and selecting “Save as Picture” 150 times is an agonizing waste of time.

Fortunately, you don’t have to extract them manually. Modern Microsoft Office files (like .pptx, .docx, and .xlsx) are not actually single, solid files. They are essentially just ZIP folders containing XML code and a media directory. By simply renaming the file extension, you can force Windows (or macOS) to crack the file open and hand you a neatly organized folder containing every single raw image, video, and audio file embedded in the presentation instantly.

Step 1: Make File Extensions Visible

Before you can change a file extension, you must ensure your operating system is actually displaying them.

On Windows 11:

  1. Open File Explorer.
  2. Click on View in the top menu bar.
  3. Hover over Show, and click on File name extensions.

Step 2: Rename the File Extension

Warning: Do not do this to the original file. Always make a copy first so you don’t accidentally corrupt the presentation.

  1. Right-click your PowerPoint file (e.g., Q3_Sales_Pitch.pptx) and copy/paste it to create a duplicate.
  2. Right-click the duplicate file and select Rename (or click the Rename icon in Windows 11).
  3. Delete the .pptx at the end of the file name and replace it with .zip (so it becomes Q3_Sales_Pitch.zip).
  4. Press Enter. Windows will warn you that changing a file extension might make the file unusable. Click Yes to proceed.

The PowerPoint icon will instantly change into a standard compressed folder icon with a zipper on it.

Step 3: Extract the Media Folder

Now that the file is acting as a standard ZIP archive, you can open it.

  1. Double-click the newly created .zip file to open it. Inside, you will see several folders like _rels, docProps, and ppt.
  2. Double-click the ppt folder to open it.
  3. Inside the ppt folder, look for a folder named exactly media.
  4. Right-click the media folder and select Copy.
  5. Navigate back to your Desktop (or any standard folder) and select Paste.

You are completely finished. Open that newly pasted media folder. Inside, you will find every single JPEG, PNG, MP4, and MP3 file that was embedded in the presentation, completely uncompressed and ready to be used in your other projects. You just extracted hundreds of images in less than 30 seconds.

RELATED POSTS

  • Save & Open PowerPoint in .PPSX Format for Instant Slideshow
  • How to Use the LET Function in Excel to Simplify Complex Nested Formulas and Improve Performance
  • How to Save a Custom PowerPoint Slide Layout as a Reusable Theme Template (.potx)
  • How to Create a Custom Color Theme in PowerPoint and Save it as a .thmx File
  • How to Use the ‘Selection Pane’ in PowerPoint to Hide, Show, and Rename Layered Objects
  • Get the best tech tips delivered straight to your inbox.

    Join thousands of readers mastering Apple, Google, Microsoft, and Linux.