Documents & PDFs
How to Remove Metadata From a Word Document (Step-by-Step, 2026)
Word documents leak author name, edit history, track changes, comments, and template paths.
· 7 min read
Microsoft Word documents are one of the leakiest file formats in everyday use. A `.docx` file is a ZIP archive that bundles your text plus author names, every revision, accepted track changes, commenter identities, embedded usernames, template paths from your company network, and the printer model you last sent it to. This guide walks through how to remove metadata from a Word document in three ways: Word's built-in inspector, a free online cleaner, and the manual ZIP method for power users.
Why It Matters
Real-world cases of Word metadata leaks include:
- Law firms filing court documents where opposing counsel reads accepted track changes
- Job applicants sending a resume that still shows the previous applicant's name (template reuse)
- Whistleblowers identified via Author and "Last Modified By" fields
- Companies leaking internal file paths (`\\\\corp.internal\\legal\\drafts\\...`) in document properties
The SANS Institute has documented dozens of metadata-driven OPSEC failures in legal and government documents. For business-context risk, see lawyers, remove document metadata before filing.
What Word Metadata Actually Contains
- Author and Last Modified By (often your full Windows username)
- Company name (from the Office install)
- Created and Last Saved timestamps
- Total editing time (down to the minute)
- Template path — sometimes a UNC path revealing your internal network
- Comments and Track Changes (even when "accepted")
- Embedded objects — Excel charts, PDF previews, fonts (which can carry their own metadata)
- Custom XML parts — added by document-management systems
- Printer name — last printer the file was sent to
Try MetaClean — clean this kind of file in seconds.
Strip EXIF, GPS, author, and edit-history metadata from photos, PDFs, and Office documents right in your browser.
Clean a file now · See what gets removed · Step-by-step guides · Pricing
Method 1: Word's Built-In Document Inspector
The fastest path inside Word itself:
- File → Info → Check for Issues → Inspect Document
- Tick every box and click Inspect.
- For each category with findings, click Remove All.
- Save the file under a new name (the original keeps history for your own use).
What this misses:
- Embedded object metadata (charts, images)
- Custom XML parts added by some DMS plugins
- Header/footer metadata in some templates
- Anything in the file's container properties (created date can re-appear)
For sensitive documents, run a dedicated cleaner afterward.
Method 2: Free Online Cleaner (30 Seconds)
- Open MetaClean Pro.
- Drag the `.docx` in.
- Click Clean Metadata.
- Download the cleaned copy.
MetaClean Pro strips the Office Open XML `docProps/core.xml` and `docProps/app.xml` blocks, embedded object metadata, and the comments/revisions tree. Works for `.docx`, `.xlsx`, and `.pptx`.
For the broader Office workflow, see remove metadata from Word, Excel, and PowerPoint.
Method 3: Manual ZIP Method (Power Users)
A `.docx` is a ZIP file. You can edit it directly:
- Rename `document.docx` to `document.zip`.
- Extract it.
- Open `docProps/core.xml` in a text editor — blank out Author, lastModifiedBy, etc.
- Open `docProps/app.xml` — blank out Company, Manager, Template.
- Re-zip the folder.
- Rename back to `.docx`.
This is precise but tedious. Use it only when you need surgical control.
Method 4: PDF/A Export (Nuclear Option)
If the recipient doesn't need an editable file, export to PDF/A: File → Save As → PDF → Options → PDF/A compliant.
PDF/A drops most Word metadata but keeps PDF-level metadata, which you'll still want to strip — see how to remove metadata from PDF.
Verify the File Is Clean
In Word: File → Info — the right-hand panel should show no Author, no Company, no Last Modified By.
Or re-upload to MetaClean Pro to see the parsed metadata.
Common Mistakes
- Renaming the author in Properties doesn't remove "Last Modified By". It's a separate field.
- "Save As" creates new metadata based on the current user — you may strip the old author and add yourself in the same save.
- Track Changes "Reject All" doesn't remove the change history — it leaves the markup tree. Use Document Inspector or accept-all + remove-comments.
FAQ
Does removing metadata change the document's text? No. Visible content is untouched.
Can I batch-clean a folder of Word docs? Yes — MetaClean Pro Premium supports batch `.docx` cleaning.
Do Google Docs files have the same metadata? Different model — Google Docs stores history in Google's cloud rather than in the file. When you download as `.docx`, however, your Google account email may be embedded as author. Strip after download.
What about older `.doc` files? The old binary format embeds even more metadata. Save As to `.docx` first, then clean.
Conclusion
A 30-second cleaning step before sending a Word document prevents the most common professional embarrassments — leaked author names, revealed internal paths, exposed track-changes history. Use Word's Document Inspector for daily docs and a dedicated cleaner for anything sensitive. For organizational adoption, see our business compliance guide.
Try MetaClean Pro free — remove metadata from your files in seconds.