photometadata.netEXIF · GPS · METADATA

How to Remove Metadata from Word Documents (Windows & Mac)

A .docx carries your name, your employer's name, how many minutes you spent editing it, and every comment anyone left in the margin. Word has a tool that removes most of it in about thirty seconds — on Windows. On Mac that tool does not exist, and neither version touches the metadata inside the pictures you pasted in.

The 60-second version

Windows (Word 2016–2021, Microsoft 365)

FileInfo Check for Issues Inspect Document Inspect, then Remove All beside Document Properties and Personal Information. Save a copy first — the removal cannot be undone.

Mac (Word for Microsoft 365)

There is no Document Inspector. Use ReviewProtect Protect Document and tick Remove personal information from this file on save, then save. Comments and tracked changes you delete by hand.

Neither route cleans the photos embedded in the document — that is the part people miss. Jump to what a .docx actually stores, the Inspector walkthrough, Mac, saving as PDF, or verification.

What a Word Document Actually Stores About You

A .docx is a ZIP archive. Rename one to .zip, open it, and the metadata is sitting in plain XML files you can read without Word — which is also how you check that a removal worked.

  • docProps/core.xml — the fields Word calls document properties. dc:creator is the author, taken from whatever name was typed into Office when it was installed. cp:lastModifiedBy is whoever saved it last, which on a document that has been passed around is a list of people who touched it. Alongside those: dcterms:created, dcterms:modified, cp:revision (how many times it has been saved), and the title, subject, and keywords.
  • docProps/app.xml — the fields Word fills in without asking. Company and Manager come from the Office install or the template. TotalTime is the accumulated editing time in minutes, which quietly reports whether a document took four hours or four minutes. Template names the template it was built from — often a company letterhead, on a document you meant to look independent. Application and AppVersion identify your Office build.
  • word/settings.xml — among the settings, a list of w:rsid values. Revision save IDs are random identifiers Word generates per editing session and attaches to the text typed during it, so it can tell which run of edits produced which paragraph when merging. Two documents that share rsids were edited in the same session, which links them to each other regardless of what the author fields say.
  • word/document.xmland its neighbours — comments, tracked changes, and anyone's name attached to them. Deleted text that is still tracked is not deleted; it is marked as deleted and stored.
  • word/media/ — every image you inserted, stored as its own file. Word does not strip these on the way in, so a photo you dragged in from your phone can still hold its GPS coordinates, camera serial number, and capture time. This is the one nothing in Word cleans.

None of this is hidden in a technical sense. It is a ZIP file and the fields are readable text — the only thing standing between a recipient and your company name is that they did not think to look.

Document Inspector, Step by Step (Windows)

The Document Inspector ships with Word for Windows — 2016, 2019, 2021, and Microsoft 365 all have it in the same place. It scans for about a dozen categories of hidden content and offers to remove each one.

  1. Save a copy first.The Inspector's removals are not reliably undoable, and some of them delete document content rather than metadata. Work on a duplicate and keep the original.
  2. Open File → Info. The Info pane already lists some of what you are about to remove — Author, Last Modified By, and Total Editing Time appear on the right.
  3. Click Check for Issues → Inspect Document. If the document has unsaved changes, Word asks you to save before it will run.
  4. Leave the checkboxes alone and click Inspect. Everything is ticked by default. Unticking a category only means the Inspector will not look for it.
  5. Read the results before clicking anything labelled Remove All. A red exclamation mark means the category was found. Each one has its own Remove All button; there is no single button that does all of them, and that is deliberate.
  6. Remove All on "Document Properties and Personal Information". This is the one you came for: author, last saved by, company, manager, template name, and the accumulated editing time.
  7. Save. The removal is applied to the file on disk when you save, not when you click the button.

What the other categories mean

CategoryWhat Remove All does
Comments, Revisions, and VersionsDeletes every comment and accepts every tracked change, names included. Safe to run, but read the document afterwards — accepting changes you had not reviewed alters what it says.
Document Properties and Personal InformationClears the core and app properties: author, last saved by, company, manager, template, editing time. The main event.
Headers, Footers, and WatermarksRemoves the headers and footers themselves — page numbers, letterhead, the lot. This is a content deletion, not a metadata one. Usually leave it alone.
Hidden Text / Invisible ContentText formatted as hidden, and objects formatted as invisible. Both are real text in the file that a recipient can reveal in a click.
Custom XML DataData attached by whatever system generated the document — a records management tool, a CRM, a document assembly product. Frequently the most revealing thing in the file.
Embedded Documents, Macros, Forms, and ActiveXAn embedded spreadsheet carries its own separate metadata, and its own hidden rows. Removing these strips functionality — check what the document needs first.

Run the Inspector a second time after saving. It should come back clean for the categories you removed — and if it does not, you removed the finding but not the saved file.

Without opening Word at all

Right-click the .docx in File Explorer → PropertiesDetails Remove Properties and Personal Information Create a copy with all possible properties removed. Windows writes a cleaned duplicate beside the original. It only knows the fields listed in the Details pane, so comments, tracked changes, rsids, and image EXIF all survive it — but for a file you cannot open, or a folder of them selected at once, it is faster than nothing. Our Windows metadata removal guide covers that dialog in detail, including what it leaves behind on photos.

Removing Word Metadata on a Mac

Word for Mac has no Document Inspector and no Check for Issues menu — the File menu on macOS has no Info pane for them to live in. Every guide that tells you to click those on a Mac was written from the Windows screenshots. What you have instead is one checkbox and some manual work.

The privacy checkbox

  1. Open the Review tab → Protect Protect Document. (On older Mac builds the same setting sits under Word PreferencesSecurity.)
  2. Under Privacy, tick Remove personal information from this file on save.
  3. Click OK, then save. The stripping happens on save, so nothing changes until you do.

This writes a flag into the document's settings telling Word to clear the author and last-saved-by fields and to anonymise the names on comments and tracked changes each time it is saved. It is per-document, not a global preference — you set it again on the next file. It does not remove the comments themselves.

Editing the fields directly

FileProperties opens the same summary Windows shows in the Info pane — Title, Author, Company, Manager, Keywords, Comments — and lets you blank each one by hand. The Statistics tab is where you will find the editing time and revision count that the Windows Inspector removes and this dialog does not.

The rest, by hand

  • Comments: Review → the arrow beside Delete Delete All Comments in Document.
  • Tracked changes: Review → Accept Accept All Changes and Stop Tracking. Leaving tracking on means your next edit starts the record again.
  • Hidden text:turn on the paragraph marks button (¶) to see it — hidden text shows with a dotted underline — then select and delete.

Reading the file to check

With no Inspector to re-run, the check is the ZIP. In Terminal:

# Read the properties without unpacking anything
unzip -p report.docx docProps/core.xml
unzip -p report.docx docProps/app.xml

# List the images the document carries
unzip -l report.docx | grep word/media

A cleaned document's core.xml has an empty dc:creator and cp:lastModifiedBy. If your name is still printed there, the save did not apply the setting. macOS handles photo metadata no better — removing EXIF data on a Mac covers the images themselves.

The Photos Inside the Document Are Still Geotagged

The Document Inspector has a category for comments, for hidden text, for embedded spreadsheets, for custom XML. It has no category for the metadata inside an embedded image, because that metadata is not part of the Word document — it belongs to a file the Word document happens to be carrying.

When you insert a picture, Word stores it in word/media/ largely as it arrived. A JPEG dragged in from a phone or a camera commonly still holds its full EXIF block: GPS coordinates, capture timestamp, camera make, model, and on many bodies a serial number. Run the Inspector, remove every finding, send the file — and the site inspection photo on page three still says exactly where it was taken.

You cannot see this from inside Word. You have to open the archive.

How to check, in three steps

  1. Copy the .docx and rename the copy to .zip.On Mac, double-click it and Archive Utility unpacks it into a folder. On Windows, right-click → Extract All, or use PowerShell.
  2. Open the extracted word/media folder. Every image in the document is here, numbered in the order they were inserted.
  3. Drop the whole folder into our viewer at once. It reads multiple files in one go and lists every EXIF field it finds, GPS included, entirely in your browser — nothing is uploaded, which matters when the document is the thing you were trying to keep private.
# Windows PowerShell
Copy-Item report.docx report.zip
Expand-Archive report.zip -DestinationPath report-unpacked
explorer report-unpacked\word\media

# macOS or Linux
cp report.docx report.zip && unzip -q report.zip -d report-unpacked
open report-unpacked/word/media

If the images turn out to be carrying GPS, the fix is upstream: clean the photos, then rebuild the document with the clean versions. Stripping images already embedded means replacing each one anyway, so it is the same work either way — and doing it before you insert them means the next revision of the document starts clean too.

Check the images from your document

Drop the contents of word/media in and see every field each photo carries — then download stripped copies to insert instead. Runs locally; nothing leaves your device.

Open the EXIF Viewer

Does Saving as PDF Remove the Metadata?

No — not by default. Word's PDF export copies the document properties across into the new file, so the author name you wanted gone reappears in the PDF's own metadata. Exporting changes the format, not the facts.

On Windows, the switch is in the export dialog: FileSave As → pick PDFOptions…, then untick Document propertiesunder "Include non-printing information". Same dialog, same trip — it is just not on by default in the direction you want.

What the export genuinely does help with is the tracked-changes problem, since the PDF holds rendered pages rather than an edit history. But that is only true if you exported the document without markup; export it showing markup and every comment is printed onto the page, where no metadata tool will ever find it because by then it is content.

And the PDF arrives with metadata of its own — a Creator naming Word, a Producer naming the export engine, timestamps. Removing metadata from a PDF covers cleaning that, including the reason a stripped PDF usually still has the old values sitting in the file.

Which Method Removes What

MethodAuthor & companyComments & tracked changesEXIF in embedded photos
Document Inspector (Windows)RemovedRemoved, as a separate clickUntouched
Remove personal info on save (Mac)RemovedNames anonymised, content keptUntouched
Explorer → Remove PropertiesRemovedUntouchedUntouched
Save as PDF, properties untickedNot carried overGone unless exported with markupUsually dropped in re-encoding — verify
Clean the photos before insertingn/an/aThe only reliable fix

No single row covers a document. On Windows the working combination is the Inspector plus clean images; on Mac it is the privacy checkbox, the manual comment deletion, and clean images.

Verify It Actually Went

Word's Info pane showing a blank Author proves that Word thinks the field is blank. The file is the authority, and reading it takes a minute.

1. Re-run the Inspector

Windows only, and only worth it after saving. Categories you cleared should come back with a green tick. Anything still flagged was found again in the saved file.

2. Read core.xml

Unzip the .docx and open docProps/core.xml and app.xml in a text editor. dc:creator, cp:lastModifiedBy, Company and TotalTime are the ones to look for by name.

3. Check word/media

Drop the images into our viewer. This is the step the Inspector cannot do for you, and the one most likely to find something.

# The blunt check: is your name anywhere in the archive?
unzip -c report.docx | grep -i 'yourname'

# Windows PowerShell equivalent, on the unpacked folder
Select-String -Path report-unpacked\**\*.xml -Pattern 'yourname'

A document that comes back clean on all three is clean. One that passes the first two and fails the third is the normal outcome, and the reason this page exists.

Related Guides

Frequently Asked Questions

Does saving as PDF remove Word metadata?

Not by default. Word's PDF export carries the document properties into the PDF, so the author name, title, and company arrive in the new file's own metadata. On Windows you can stop that: File → Save As → PDF → Options…, and untick "Document properties". What the export does remove is the edit history — tracked changes and revision IDs have nowhere to live in rendered pages — provided you did not export showing markup, which prints the comments onto the page. The PDF then has metadata of its own naming Word as its creator.

How do I anonymize a Word document?

Four passes, because no single control does all of it. Clear the document properties — Document Inspector on Windows, the "Remove personal information from this file on save" checkbox on Mac. Delete the comments and accept the tracked changes, which carry reviewer names. Check the images in word/media for EXIF and GPS, since nothing in Word touches those. Then read docProps/core.xml in the saved file to confirm dc:creator and cp:lastModifiedBy are empty. Bear in mind that writing style, template, and the content itself identify an author too — metadata removal is not anonymity on its own.

Where is the Document Inspector in Word for Mac?

It is not there. Word for Mac has never shipped the Document Inspector; there is no Check for Issues menu because macOS Word has no Info pane. Use Review → Protect → Protect Document and tick "Remove personal information from this file on save", delete comments and tracked changes by hand, and verify by unzipping the file. If you have access to a Windows machine with Word, running the Inspector there on the same document is the more thorough option.

Does the Document Inspector remove metadata from images in the document?

No. Its categories cover the document — properties, comments, hidden text, custom XML, embedded objects — but an inserted photo keeps its own EXIF, including GPS coordinates and camera serial number, in word/media. Rename the .docx to .zip, open word/media, and check the images yourself. The fix is to strip the photos before inserting them, because replacing them afterwards is the same work.

Can I see a Word document's metadata without opening Word?

Yes, and this is how you check anything you have been sent. A .docx is a ZIP archive: copy it, rename the copy to .zip, and unpack it. docProps/core.xml holds the author and dates, docProps/app.xml holds the company and total editing time, and word/media holds the images. One command reads it without unpacking: unzip -p report.docx docProps/core.xml.

Can the Document Inspector be undone?

Assume not. Microsoft warns that removed content may not be restorable with Undo, and some categories delete real content rather than metadata — "Headers, Footers, and Watermarks" removes the headers and footers themselves, not just identifying data inside them. Duplicate the file and inspect the duplicate. Keeping the original also matters if the document is one you may need to produce later in its unaltered form.

What is Total Editing Time, and why does it matter?

It is a counter in docProps/app.xmlrecording the minutes the document has spent open for editing, accumulated across every session. It comes up more often than you would expect — a proposal supposedly worked on for weeks that reports eleven minutes, or an assignment whose editing time is longer than the time between it being set and submitted. The Windows Document Inspector clears it along with the other properties; editing the fields by hand in File → Properties does not.

Clean the photos before they go into the document

See every EXIF field, GPS coordinates included, and download stripped copies — in your browser, with no upload and no install.

Open Photo Metadata Viewer