If a colleague sends you a massive, 150MB Microsoft PowerPoint presentation filled with high-resolution stock photos, embedded MP4 videos, and background music tracks, extracting that media for your own use can be incredibly tedious. The standard method involves right-clicking every single image individually, selecting “Save as Picture…”, and manually naming each file. This can take hours for a long presentation.
Fortunately, there is a brilliant, hidden trick that allows you to instantly extract every single piece of media from a presentation in seconds. You don’t need any third-party extraction software; you only need to know how the modern .pptx file format actually works.
The Secret of the .pptx File Format
Starting with Office 2007, Microsoft transitioned to the Office Open XML format, meaning all Word (.docx), Excel (.xlsx), and PowerPoint (.pptx) files are no longer proprietary binary blobs. They are actually just standard, compressed ZIP archives filled with standard XML code and uncompressed media folders.
Because it is just a ZIP archive in disguise, you can force Windows or macOS to unzip it.
Step 1: Make File Extensions Visible
To change the file extension, you must first be able to see it.
- On Windows 11: Open File Explorer, click the View button on the top toolbar, go to Show, and ensure File name extensions is checked.
- On macOS: Open Finder, click Finder > Settings in the menu bar, go to the Advanced tab, and check Show all filename extensions.
Step 2: Rename the File
You should never do this on the original file just in case something goes wrong.
- Right-click your PowerPoint presentation and select Copy. Right-click in the same folder and select Paste to create a duplicate.
- Right-click the duplicate file and select Rename.
- Delete the
.pptxat the end of the file name and replace it with.zip. - Press Enter. A warning will pop up stating that changing the extension might make the file unusable. Click Yes or Use .zip to confirm.
The PowerPoint icon will instantly change into a standard compressed folder icon.
Step 3: Extract the Media
Now you can simply browse the internal file structure of the presentation.
- Double-click the newly created ZIP file to open it (or right-click and extract it to a new folder).
- Inside, you will see a folder named ppt. Open it.
- Inside the
pptfolder, open the folder named media.
Inside this media folder, you will find every single photograph, video clip, and audio file used anywhere in the presentation. They are all preserved in their original, uncompressed formats (usually .jpg, .png, .mp4, or .wav). You can now highlight them all, copy them, and paste them into a new folder on your computer, extracting hundreds of high-quality assets in less than a minute.