Presentations · Glossary
What is a PPTX file?
A PPTX file is a PowerPoint presentation saved in the Office Open XML format, the default since PowerPoint 2007. Despite the single file icon it is a ZIP package: every slide, layout, theme, image and chart sits inside as its own XML part or media file, which keeps the format compact and widely readable.
Almost every presentation that changes hands between companies arrives as a PPTX, so knowing what is inside one explains why a deck can look different on another machine. It also explains why the same extension can hold a fully editable deck or a stack of pictures.
Indunil Asanka · Co-founder
5 min read · Published
| Format | What it is | Opens natively in | Watch for |
|---|---|---|---|
| .pptx | Office Open XML presentation, a ZIP of XML parts | PowerPoint, and most other presentation apps can import it | Fonts not installed on the opening machine |
| .ppt | The older binary PowerPoint format used before 2007 | PowerPoint; support elsewhere varies | Saving back to it can drop newer features |
| .key | Apple Keynote's own package format | Keynote on Apple devices | Usually needs exporting to PPTX for Windows users |
| .odp | OpenDocument Presentation, an OASIS standard | LibreOffice Impress and other OpenDocument apps | Layout can shift when opened in PowerPoint |
| .ppsx | A PowerPoint show that opens straight into the slideshow | PowerPoint | Recipients may not realise it is editable |
One file that is really a folder
Make a copy of any .pptx, change the ending to .zip, and it opens like an ordinary archive. Inside is a tidy tree of parts. A presentation part lists the slides in order, each slide is its own XML file describing the shapes and text on it, and separate folders hold the slide layouts, the slide masters, the theme with its colours and fonts, and a media folder with every picture. Charts carry their data in a small embedded workbook, which is why a chart in a PPTX can be opened and edited rather than just looked at. Speaker notes have their own parts too. Nothing about this is hidden; it is simply packaged so that it travels as one file.
A published standard, not just a product format
The structure is defined in ECMA-376, the Office Open XML standard, first published in December 2006 and now in its fifth edition, and it corresponds to the international standard ISO/IEC 29500. That is why other applications can read and write PPTX with reasonable confidence rather than reverse engineering it. Microsoft lists the practical benefits of the design: ZIP compression that can make files up to 75 percent smaller in some cases, and a modular structure that keeps different kinds of data apart, which helps when a damaged file needs recovering. The OpenDocument format behind .odp files is a separate standard maintained through OASIS, so the two are cousins rather than versions of each other.
Why the same file looks different on two machines
A PPTX describes a slide; it does not freeze a picture of it. The opening application reads the description and draws the slide itself, using whatever fonts are installed. When the designer's typeface is missing, a substitute takes its place, text runs wider or narrower, and a heading that fitted on one line wraps onto two. Charts are redrawn by the opening app, so colours and label positions can differ slightly between PowerPoint, Keynote and a web viewer. This matters most when a deck leaves your hands: a client presenting from a conference laptop, or an agency handing work to an in house team, will see the file their software draws, not the one on your screen. The practical defence is to open the file once on a machine that has never seen your fonts, ideally the one that will run it, and fix any heading that wraps before the day rather than during the talk.
Common mistakes
The first mistake is renaming a file instead of converting it: changing .key to .pptx produces a file nothing can open, because the contents are still Keynote's. The second is saving down to the old .ppt format for compatibility, which almost no current software needs and which can quietly drop newer effects. The third is sending a deck built on custom fonts to someone presenting on an unknown machine without checking how it looks there. The fourth is sending a .ppsx show file to a colleague who needs to edit, who then assumes the deck is locked. The last is assuming every PPTX is editable, when some are exports that contain one picture per slide.
The two PPTX files the slide builder exports
The slide builder exports three formats: PDF, PowerPoint and Editable PPTX, each rendered on the server from the saved version. The PowerPoint export is a picture per slide on the 13.333 by 7.5 inch widescreen layout, so it looks exactly as designed on any machine and nothing on it can be edited. The editable export rebuilds text, lists, images, tables and charts as native PowerPoint objects, with nine of the ten chart kinds becoming real charts and the waffle chart staying a picture. Both PowerPoint exports are blocked on the Free plan, and neither carries speaker notes. There is no .ppt, .key or .odp export. The trade offs between the two PPTX files have their own page.
Questions people ask
Can I open a PPTX without PowerPoint?
Yes. Keynote, Google Slides, LibreOffice Impress and PowerPoint for the web all open PPTX files, and most phones can preview one. How faithfully each one reproduces the deck varies: simple text and pictures usually survive intact, while custom fonts, complex animation and some chart styles are where differences show up. Check the file in the app that will actually present it.
Can a PPTX file contain macros?
No. A standard .pptx cannot store macros; a presentation with macros has to be saved as .pptm, the macro enabled variant, and a template with macros as .potm. That makes .pptx the safer format to receive from someone you do not know, although a deck can still contain links, so treat unexpected attachments with ordinary caution.
Why is my PPTX file so large?
Almost always the pictures and any embedded video. Photos pasted straight from a camera or phone keep their full resolution even when shown small on a slide. Compressing pictures to the size they are displayed at, removing cropped areas, and linking long videos rather than embedding them usually brings a heavy deck down to a size that emails comfortably.
What is the difference between PPTX and POTX?
A .potx is a PowerPoint template. Opening it starts a new, untitled presentation based on it, so the template itself stays untouched for the next person. A .pptx is an ordinary presentation that you edit in place. Company slide templates are best distributed as .potx for exactly that reason, so nobody saves their quarterly results over the master.
Can fonts be embedded in a PPTX?
PowerPoint can embed many fonts in the file when you ask it to in the save options, which lets the recipient see the intended typeface even when it is not installed. Some fonts forbid embedding under their licence, and embedding increases file size. When exact appearance is essential and editing is not needed, a picture based export avoids the question entirely.
Can a PPTX be saved back to the old PPT format?
Yes, PowerPoint can still save in the binary format used by earlier versions, and its compatibility checker lists features that will be lost or changed. There is rarely a reason to do it today, since current presentation software reads PPTX. The main exception is a very old machine or kiosk that genuinely cannot open anything newer.
Make one with presentations
The button opens the generator with this use case already described. Change the wording to match your own.
Create a presentation with OneCraftRelated questions
- PDF vs PPTX for sharing a presentationPDF vs PPTX for sharing a presentation: a fixed page anyone can open, or an editable file that depends on the reader's software. How to choose between them.
- Editable PPTX against image PPTXAn image PPTX is one picture per slide. An editable PPTX rebuilds text, tables and charts as real PowerPoint objects you can edit after export.
- What is a presentation share link?A presentation share link opens a deck in the browser instead of sending a copy. What it controls, what it exposes, and when a file is the better choice.
Step by step in the builder: Export a presentation to PowerPoint or PDF.
Written and checked by the OneCraft team. Last checked .