How to remove speaker notes from a PowerPoint before sharing
Speaker notes sit quietly beside every slide — your talking points, your reminders, the things you meant to say out loud but not write down. They're hidden during the slideshow, so it's easy to forget they're still inside the .pptx when you send it. Here's how to see them and take them out, along with the author and company metadata.
Where speaker notes actually live
A PowerPoint file is a package of XML. Your speaker notes are stored in their own parts inside it, under ppt/notesSlides/, with one file per slide that has notes. Nothing shows them during a normal slideshow — which is exactly why they get forgotten — but anyone who opens the file in PowerPoint, previews it in a file browser, or converts it to another format can read every word.
That matters because of what notes usually contain: internal talking points, draft pricing, the name of the person you're presenting to, and the occasional "don't say this out loud" reminder. None of it is meant for the recipient, yet it ships with every copy you send.
What else a .pptx carries
Alongside the notes, a PowerPoint stores the author and company in its properties record (docProps/core.xml and docProps/app.xml), written automatically from your Office account. If anyone has left comments on the deck, their names sit in ppt/comments/ and an authors.xml file too. Most of this you never typed — but it travels with the file.
Method 1 — deleting notes by hand
You can remove notes slide by slide inside PowerPoint:
- Open the
View → Notespane, or switch toNotes Pageview. - Go through each slide and clear the notes text.
- Separately, open
File → Infoand useCheck for Issues → Inspect Documentto remove document properties and personal information. - Save the file.
Method 2 — remove notes and metadata, without uploading
The reason people reach for an online tool is precisely that the deck is sensitive — which makes uploading it to someone's server the wrong move. Barecopy runs entirely in your browser: you drop the .pptx on the page, it detects the speaker notes and shows you how many slides carry them and roughly how much text is there, and it strips the standard author and company metadata for free. The file is never transmitted. You can switch off your internet after the page loads and it still works.
See what your deck reveals
Drop your .pptx on Barecopy. It flags speaker notes, author, company and comment authors — then removes them, locally, on your device.
How Barecopy removes notes cleanly
Removing speaker notes is more than deleting a file inside the package. Barecopy deletes the notesSlides parts, their slide relationships and the content-type overrides together, so the presentation stays valid and PowerPoint doesn't greet the recipient with a repair prompt. Once it's done, it re-scans the deck to confirm the notes are actually gone.
Because removing the notes changes the deliverable you're handing over, it's an explicit, opt-in step rather than something done behind your back — you decide, and you see the result confirmed. The author and company metadata is stripped as part of the standard clean.
Frequently asked
Do speaker notes get shared when I send a PowerPoint file?
Yes. Notes are stored inside the .pptx, in ppt/notesSlides. They're hidden during the slideshow, but anyone who opens or converts the file can read them. They only go away if you remove them.
Does deleting a slide also delete its speaker notes?
Not by itself. The notes sit in a separate part linked to the slide, so the notesSlides part has to be removed too — along with its relationship and content-type entries — or PowerPoint may prompt to repair the file.
Can I strip them without uploading the file anywhere?
Yes. The presentation is processed by JavaScript in your own browser tab and never sent anywhere. Open your browser's developer tools, watch the network while you clean the file: nothing leaves.