Metadata gone.File intact.Nothing uploaded.

Remove PowerPoint metadata.

Strip author, company, slide-note comments, revision data, and embedded image EXIF from .pptx presentations. Handled in your browser, with no upload — ideal before you send a deck to a client or publish it online.

Drop your presentation.

↓ Drag here · or click to browse

PPTX Author Comments Company Embedded EXIF
Batch supported

What presentations reveal

A .pptx file is a ZIP archive of XML documents and embedded media, just like Word and Excel files. Presentations are some of the most-shared business documents — sent to clients, uploaded to SlideShare, attached to proposals — and they carry the same metadata categories that can quietly expose your organization:

What our tool removes

What our tool does not touch

Presenter notes that are content (not comments) are preserved. If your notes contain sensitive information you don't want to share, delete them in PowerPoint before running this tool — or use the "Remove All Presenter Notes" option in PowerPoint's own Inspect Presentation feature first.

How to use

  1. Drop your .pptx file above
  2. Review the field list in the inspector
  3. Pick a preset (Privacy or Maximum Privacy)
  4. Download the cleaned presentation
  5. Optionally download the audit report

Inside a .pptx file

A PowerPoint presentation is a ZIP archive of XML parts, sharing the same Office Open XML foundation as Word and Excel. Its metadata lives in the familiar docProps/ folder, while each slide, its notes, and its media are stored separately:

pitch-deck.pptx
├── docProps/
│   ├── core.xml      ← author, lastModifiedBy, dates
│   ├── app.xml       ← company, template, total edit time
│   └── custom.xml    ← injected enterprise properties
└── ppt/
    ├── presentation.xml
    ├── slides/           ← slide content
    ├── notesSlides/      ← presenter notes
    ├── comments/         ← reviewer comments
    └── media/            ← logos, photos, screenshots (EXIF)

The "agency built it" giveaway

Presentations are the document type most likely to be presented under one brand but built by another party — an agency, a freelancer, a consultant. The Company field in app.xml is populated from whoever's copy of Office created or last saved the file. A deck delivered to a client under the client's logo can quietly carry the agency's company name in its metadata. The lastModifiedBy field in core.xml similarly records the name on the account that last saved the file. The cleaner empties both.

Notes, comments, and embedded images

Three categories deserve attention in presentations specifically. Presenter notes are content (stored in notesSlides/) and are preserved by the cleaner — if they contain sensitive talking points, delete them in PowerPoint first. Comments (in ppt/comments/) are metadata and are removed, along with the author names attached to them. Embedded images — every logo, chart export, and pasted screenshot in ppt/media/ — can carry their own EXIF, including GPS on phone photos; the cleaner strips EXIF from these.

The verification math

As with every format, the tool fingerprints the file with SHA-256 before and after cleaning. This hash compresses a file of any size into a fixed 256-bit value (64 hex characters). A single changed bit produces a completely different hash — the avalanche effect — so a reader can confirm both that the file changed and exactly which cleaned file the audit report describes. The odds of two files sharing a hash are about 1 / 2¹²⁸, effectively zero.

A worked example: before and after

A presentation stores its identity in docProps/core.xml and docProps/app.xml. Here is a typical pitch deck's metadata before and after the Privacy preset — note how the "before" reveals who really built a deck that was presented under a client's brand.

Before — exposed

<!-- docProps/core.xml -->
<dc:creator>design.team</dc:creator>
<cp:lastModifiedBy>j.alvarez</cp:lastModifiedBy>
<dcterms:created>2025-09-01T08:00Z</dcterms:created>

<!-- docProps/app.xml -->
<Company>BrightEdge Agency</Company>
<TotalTime>1840</TotalTime>
<Template>BrightEdge-master.potx</Template>

After — cleaned

<!-- docProps/core.xml -->
<dc:creator></dc:creator>
<cp:lastModifiedBy></cp:lastModifiedBy>
<dcterms:created>2000-01-01T00:00Z</dcterms:created>

<!-- docProps/app.xml -->
<Company></Company>
<TotalTime>0</TotalTime>

The "before" deck announces that an outside agency built it: the Company field, the Template pointing to the agency's master file, and the creator account all name BrightEdge, even though the slides carry the client's logo. The TotalTime of 1,840 minutes reveals roughly 30 hours went into the deck. After cleaning, all of it is gone.

Complete PowerPoint metadata field reference

Location / fieldWhat it revealsAction
core.xml · creatorWho created the deckRemoved
core.xml · lastModifiedByWho last saved itRemoved
core.xml · created / modifiedCreation and edit timestampsReset
core.xml · title / subject / keywordsInternal naming and tagsRemoved
app.xml · CompanyOrganization that built the deckRemoved
app.xml · ManagerManager name if setRemoved
app.xml · TemplateMaster template path/nameRemoved
app.xml · TotalTimeTotal minutes spent editingRemoved
custom.xmlInjected enterprise propertiesDeleted
ppt/comments/Reviewer comments with author namesDeleted
ppt/media/EXIF/GPS in pasted photos and screenshotsStripped
notesSlides/Presenter notes (speaker text)Kept
Slide content & designYour visible slidesKept

How this has actually burned people

Case · White-label

The deck that named its real author

An agency delivers a board presentation for a client to present as their own work. The client uploads it to a shared portal. A board member checks the file properties and finds the agency's company name and template — revealing that the "in-house" strategy was bought in. Awkward at best, contract-breaching at worst.

Case · Presenter notes

The notes that went out with the file

A sales deck is emailed to a prospect. The presenter notes — meant only for the speaker — contain blunt internal guidance like "don't mention the price until they ask" and "this client churned before, be careful." Because notes travel inside the file, the prospect can read them. (This is why our cleaner keeps notes as content but flags them: you should delete sensitive notes in PowerPoint before sharing.)

Case · Embedded screenshot

The screenshot with GPS still attached

A field team pastes phone photos into a project-update deck. Each photo still carries the GPS coordinates of where it was taken. When the deck is shared with an external partner, those coordinates — exact site locations — go with it, embedded in the images inside ppt/media/.

A note on presenter notes

Presenter notes deserve special attention because they are the one place in a presentation where people write things they would never put on a slide. Technically, notes are content (stored in ppt/notesSlides/), not metadata, so the cleaner preserves them by design — deleting your speaker notes without asking would be the wrong default. But that means you are responsible for them. Before sharing a deck, either delete sensitive notes manually, or use PowerPoint's File → Info → Check for Issues → Inspect Presentation, which offers a "Remove All Presentation Notes" option. Run that first, then run this cleaner to strip the metadata.

How to verify the file is clean

Frequently asked questions

Will cleaning change my slides or animations?

No. Slide content, layouts, themes, transitions, animations, and embedded objects are all preserved. Only metadata, comments, and embedded-image EXIF are removed.

Does it remove my presenter notes?

No. Presenter notes are treated as content and kept. If you want them gone, delete them in PowerPoint (or use its built-in inspector) before cleaning.

Will the company name from the original template be removed?

Yes. The Company and Manager fields in app.xml, and the author and lastModifiedBy fields in core.xml, are all emptied.

Are images in my slides cleaned?

Yes. EXIF is stripped from JPEGs stored in ppt/media/, so photos pasted into slides do not carry their original location or device data.

Does it remove the template path?

Yes. The Template entry in app.xml, which can reveal an agency's master file or a network location, is removed along with the other app properties.

Will my embedded videos or audio survive?

Yes. Embedded media objects are content and are preserved. The cleaner removes EXIF from still images but does not alter embedded video or audio playback.

Does it work on the old .ppt format?

The legacy binary .ppt format is handled by the legacy Office path, which blanks the summary-information streams. For full cleaning, the modern .pptx format is recommended.

Are comments and review notes removed?

Yes. Comments stored in ppt/comments/, including author names and timestamps, are deleted. Presenter notes are separate and are kept as content.

Is anything uploaded to a server?

No. The presentation is unzipped, scrubbed, and repackaged entirely in your browser using JSZip. It never leaves your device.

Can I clean several decks at once?

Yes. Drop multiple files and each is processed locally, then returned individually or as a single ZIP with one audit report for the batch.