DOCX Metadata Remover
BetaRemove the author, last editor, company, template and editing time a Word document carries in its properties. The file is read and rebuilt in your browser and never uploaded.
Word documents. For the location and camera data inside a photo, use the EXIF Remover.
- Free, no sign-up
- Updated
- Reviewed by Olgun Ozoktas
This clears the document properties — author, company, template, editing time and dates. It does not touch tracked changes, comments, or the names attached to them, because those are part of what the document says rather than properties of the file. Review those in Word before sharing.
Common uses
Sending a contract or offer letter
Submitting work for blind review
Publishing a document under FOI or disclosure
Reusing a template
What does a Word file say about you?
A .docx file is a zip archive, and two of the files inside it hold metadata that never appears on the page. docProps/core.xml carries the author, the last person to save the file, the title, subject, keywords, category, revision number and the created, modified and last-printed dates. docProps/app.xml carries the company from the Office licence, the manager, the template the document was based on, the total time the file has been open for editing, and which application and version wrote it.
This tool opens the archive in your browser, empties those fields, and rebuilds the file. Every other entry — the document text, the images, the styles, the numbering, the fonts — is copied across with its compressed bytes unchanged, so nothing is re-encoded and the document you get back renders exactly as it did. The properties are emptied rather than removed outright, because several readers treat a document with missing required properties as damaged, and an empty element is both valid and silent.
What it does not do is edit your content. Tracked changes, comments and the people list that names their authors live in the document body, and stripping them would change what the document says rather than what the file records about itself. If those matter for your document, handle them in Word first. For the camera model and GPS coordinates inside a photograph, the EXIF Remover does the equivalent job for images.
How it compares
Word has this built in: File, Info, Check for Issues, Inspect Document. It is thorough and it is the right answer when you already have Word open on Windows. It is not available in Word for the web, it handles one document at a time, and its all-or-nothing checkboxes remove more than most people intend.
The online alternatives mostly work by uploading. For this particular job that is a strange trade: the reason you are removing the author from a document is usually that the document is sensitive, and sending it to a stranger's server to find out whose name is in it defeats the exercise. This page reads the file with the File API and rebuilds it in the tab, so it never leaves your machine — you can watch the network tab and see nothing go out.
The honest limits are on the page rather than in the small print: properties yes, tracked changes and comments no, and older .doc files not at all.
Tips
- The template name is the field people forget. It survives even when the author has been cleared by hand, and an internal template filename can say more about a document's origin than the author does.
- Word's own Document Inspector does a similar job, but it only exists in Word on Windows, it works one file at a time, and it also removes things you may want to keep.
- The properties are emptied rather than deleted. Some readers treat a .docx with missing required properties as damaged, so the elements stay and their values do not.
- Everything except the two property parts is copied through unchanged, so the text, images, styles and page layout are byte-for-byte what they were.
- An older .doc file is not a zip and cannot be processed here. Open it in Word and save it as .docx first.
- Tracked changes and comments carry author names of their own. This tool leaves them alone on purpose; accept or reject them in Word before sharing a sensitive document.