How PPTX Works
PPTX is the modern Microsoft PowerPoint presentation format, and like its siblings DOCX and XLSX, it is built on the Open Packaging Conventions: a PPTX file is actually a ZIP package of XML parts. Rename a .pptx to .zip and you can open it to find the presentation broken into organized pieces. This replaced the old binary PPT format in 2007 and brought presentations the same openness and robustness the XML-based Office formats are known for.
Inside the package, each slide is a separate XML part, supported by parts for slide layouts (the templates a slide is based on) and slide masters (the overall design that layouts inherit from), plus a part describing the presentation's structure and order. Embedded media, images, video, audio, and fonts, are stored as their own parts and linked in by relationship files. This modular design is why a PPTX cleanly separates content (the text on each slide) from design (the masters and layouts), and why editing software can manipulate individual slides without rewriting the whole file.
Because the format is open, standardized XML rather than an opaque binary blob, it is more robust and recoverable than the old PPT format, and it is supported beyond PowerPoint, Google Slides, Apple Keynote, and LibreOffice Impress can all open and save PPTX with good fidelity. The ZIP compression also keeps files reasonably compact given how much media presentations often contain.
PPTX vs PPT
The relationship mirrors DOCX versus DOC. PPT is the old (pre-2007) binary PowerPoint format, more complex for other software to read and more prone to corruption. PPTX is the modern ZIP-and-XML replacement, more open, more compact, more resilient, and the standard today. For any current presentation you want PPTX; PPT survives only in old files. Modern PowerPoint opens PPT and can save it as PPTX, which is the recommended way to modernize an old deck.
When a presentation is finished and you want it to look identical everywhere or be easy to view without PowerPoint, exporting to PDF is common, it locks the slides into a fixed, universally-viewable form. So PPTX is the editable working format, and PDF is the share-and-present-anywhere output, much like DOCX and PDF for documents.
When to Use PPTX
PPTX is the natural format for any presentation you are creating or editing: building slides, collaborating on a deck, reusing layouts and masters, or embedding media and animations. It preserves full editability and design structure. Export to PDF when you need a fixed, easily-shared handout or a version that opens without presentation software, and keep the PPTX as the source you continue to edit.
Limitations
PPTX's limitations are mostly about cross-app fidelity. Complex animations, transitions, fonts, and precise layouts can shift when a PPTX is opened in Google Slides, Keynote, or LibreOffice, since each renders advanced features a little differently. It is also not a fixed-output format, so for guaranteed-identical viewing you export to PDF. And presentations with lots of high-resolution media can grow large, which is where compressing the embedded images helps. For its actual purpose, editable presentations, these are minor trade-offs.