You may have PowerPoint files with the .ppt extension and wonder why newer files use .pptx. The two formats are not interchangeable in terms of structure, features, or compatibility. The .pptx format is based on the Office Open XML standard, while .ppt is the older binary format. This article explains the technical differences between .ppt and .pptx, when you should convert one to the other, and the limitations you need to know before working with either format.
Key Takeaways: .ppt vs .pptx — What You Need to Know
- File > Save As > PowerPoint Presentation (.pptx): Converts .ppt files to the modern XML format for better compression and security.
- File > Info > Check for Issues > Check Compatibility: Identifies features in a .pptx file that will be lost or altered in the .ppt format.
- File > Save As > PowerPoint 97-2003 Presentation (.ppt): Exports a .pptx file to the older format for users with PowerPoint 2003 or earlier.
Why .pptx Replaced .ppt: The Technical Background
The .ppt format was the default for PowerPoint from version 97 through 2003. It stores all slide data — text, images, charts, animations — in a single binary file. This binary structure has several drawbacks. File sizes are large because data is not compressed. If a single byte in the file header becomes corrupted, the entire presentation may be unreadable. Security is also weaker: macros and embedded objects are stored in the same stream, making it harder to separate safe content from malicious code.
The .pptx format, introduced with PowerPoint 2007, is built on the Office Open XML (OOXML) standard. Internally, a .pptx file is a ZIP archive containing separate XML files for slides, themes, images, and media. This modular structure offers several advantages. Text and layout data are stored as plain XML, which third-party tools can read without PowerPoint. Images and videos are stored as separate files inside the archive, which allows better compression — a .pptx file is often 75 percent smaller than an equivalent .ppt file. XML files are also easier to repair if corruption occurs, because only the damaged module needs to be replaced.
File Structure and Compression
A .ppt file stores data in binary streams. The binary format uses OLE (Object Linking and Embedding) compound documents, which store data in storages and streams. This structure does not compress content automatically. A .pptx file, by contrast, is a ZIP package. You can verify this by renaming a .pptx file to .zip and opening it with any ZIP tool. Inside you will see folders such as ppt/slides, ppt/media, and ppt/theme. Each slide is a separate XML file. This separation allows PowerPoint to load only the slides needed for editing, which improves performance on large presentations.
Feature Support
The .pptx format supports all modern PowerPoint features, including new animation effects, SmartArt graphics, embedded online video, and the Morph transition. The .ppt format does not support these features. If you save a .pptx file that uses Morph to .ppt, PowerPoint replaces the transition with a static slide. SmartArt graphics are converted to a single grouped shape object, and you cannot edit the SmartArt text or layout after conversion. Embedded online video links are broken because .ppt does not support the modern video container format.
When to Convert .ppt to .pptx
You should convert a .ppt file to .pptx when you need to use modern features, reduce file size, or improve file reliability. The conversion process is simple and does not require additional software.
- Open the .ppt file in PowerPoint
Launch PowerPoint 2010 or later. Go to File > Open and select the .ppt file. PowerPoint opens it in Compatibility Mode, which means the file format remains .ppt until you save a copy. Compatibility Mode appears in the title bar next to the file name. - Check for compatibility issues
Before converting, review any features that may behave differently. Go to File > Info > Check for Issues > Check Compatibility. The Compatibility Checker lists features that will be modified or removed if you later save back to .ppt. For this conversion, you are moving to .pptx, so most features are preserved. The check is still useful to see if any elements were originally created in .pptx and then saved to .ppt. - Save as .pptx
Go to File > Save As. Choose a location. In the Save as type dropdown, select PowerPoint Presentation (.pptx). Click Save. PowerPoint creates a new file with the .pptx extension. The original .ppt file remains unchanged. - Verify the converted file
Open the new .pptx file. Review each slide for layout shifts, missing fonts, or broken media. If the original .ppt used custom animations that are not supported in .pptx, those animations are removed. In practice, most standard animations and transitions carry over correctly.
When to Convert .pptx to .ppt
You may need to convert a .pptx file to .ppt if the recipient uses PowerPoint 2003 or earlier, or if the file must be opened in a non-Microsoft application that does not support the XML format. The conversion process is similar, but you must be aware of feature loss.
- Open the .pptx file in PowerPoint
Launch PowerPoint and open the .pptx file. No Compatibility Mode is shown because .pptx is the native format. - Run the Compatibility Checker
Go to File > Info > Check for Issues > Check Compatibility. The checker lists every feature that will be lost or changed when you save to .ppt. Common losses include SmartArt, Morph transitions, chart data editing, and embedded online video. Review the list carefully. Note that the checker does not warn about font substitution — if the recipient does not have the same fonts, PowerPoint substitutes them. - Save as .ppt
Go to File > Save As. In the Save as type dropdown, select PowerPoint 97-2003 Presentation (.ppt). Click Save. A warning dialog appears listing the compatibility issues. You can click Continue to proceed or Cancel to stop the conversion. - Test the converted file
Open the .ppt file in the target version of PowerPoint or the intended application. Verify that text is legible, images are visible, and essential animations play correctly. If the file contains SmartArt, open the SmartArt object to confirm it was converted to a group of shapes. You will not be able to edit the SmartArt text using the SmartArt tools.
Common Issues When Converting Between .ppt and .pptx
SmartArt Graphics Are Converted to Static Shapes
When you save a .pptx file to .ppt, SmartArt graphics are converted to grouped shapes. The text inside the SmartArt is preserved, but you cannot use the SmartArt Design or Format tabs to modify the layout. To avoid this, convert only when the recipient does not need to edit the SmartArt. If the recipient uses PowerPoint 2010 or later, send the file as .pptx instead.
Embedded Online Video Links Break
PowerPoint .pptx supports embedded online video from YouTube and other services using the Video from Web Site option. The .ppt format does not support this. After conversion, the video placeholder appears as a static image. The only workaround is to download the video file and insert it as a local video file before converting. Note that local video files in .ppt must use the older .avi or .wmv formats, not .mp4.
Morph Transition Is Replaced With Fade
The Morph transition, introduced in PowerPoint 2016, is not supported in .ppt. When you save a .pptx file that uses Morph to .ppt, PowerPoint replaces each Morph slide with a Fade transition. The slide content remains, but the animation effect is lost. To preserve Morph, keep the file in .pptx format and ask the recipient to install the free PowerPoint Viewer for Windows, which supports Morph on .pptx files.
Macros May Not Run After Conversion
Macros stored in .ppt files use VBA code saved in the binary stream. When you convert .ppt to .pptx, PowerPoint removes all macros because the .pptx format does not support them by default. If you need macros in a modern file, save as .pptm (PowerPoint Macro-Enabled Presentation) instead. The .pptm format uses the same XML structure as .pptx but preserves VBA code.
.ppt vs .pptx: Key Format Comparison
| Item | .ppt (Binary) | .pptx (XML) |
|---|---|---|
| File structure | Single binary stream (OLE) | ZIP archive with XML files |
| Default compression | None | Yes, ZIP compression |
| Typical file size | Larger (e.g., 5 MB for 20 slides) | Smaller (e.g., 1.2 MB for same content) |
| SmartArt support | No | Yes |
| Morph transition | No | Yes |
| Embedded online video | No | Yes |
| Macro support | Yes | Only in .pptm |
| Compatibility with PowerPoint 2003 | Native | Requires Compatibility Pack |
| Repairability | Difficult (binary corruption) | Easier (replace damaged XML file) |
The .pptx format is the recommended choice for all new presentations. Use .ppt only when you must share files with users who cannot open .pptx and cannot install the Microsoft Office Compatibility Pack. When you convert between the two formats, always run the Compatibility Checker first and test the converted file on the target system. For presentations that use SmartArt, Morph, or online video, keep the file in .pptx format to preserve full editing capabilities.