MS Word Document File Properties Changer: Step-by-Step Tutorial
What this does
Change or remove metadata (title, author, tags, comments, etc.) stored in a Word document’s file properties.
Before you start
- Work on a copy of the document.
- This tutorial uses Microsoft Word (Windows/macOS) and the built-in Properties dialog; no third-party tools required.
Windows — Word (Modern ribbon)
- Open Word and load the document.
- Click File → Info.
- On the right, under Properties, click the dropdown (or Show All Properties) to view editable fields (Title, Tags, Comments, Author, etc.).
- Edit any field directly. To remove a field, clear its text.
- To remove hidden metadata (author, personal info): click Check for Issues → Inspect Document → run the Document Inspector → select metadata items (Document Properties and Personal Information) → Inspect → Remove All for items you want cleared.
- Save the document (File → Save or Save As to keep original).
macOS — Word
- Open the document in Word for Mac.
- Click File → Properties (or File → Info on newer versions).
- Edit fields under the Summary tab (Title, Author, Keywords, Comments).
- To remove personal info: Word for Mac may not include a full Document Inspector; instead, remove author by clearing the Author field and use File → Save As to create a new file. For thorough removal, consider opening the file on Windows Word and using Document Inspector.
- Save the document.
Alternative: Edit metadata without opening Word (Windows File Explorer)
- Right-click the .docx file → Properties → Details.
- Click a field and choose Remove Properties and Personal Information or edit values directly.
- Use Save to apply changes.
Alternative: Edit metadata inside the .docx package (advanced)
- Make a backup copy.
- Rename file.docx → file.zip and extract.
- Open the extracted folder → docProps → edit core.xml and app.xml with a text editor to modify or remove metadata tags (title, creator, etc.).
- Recompress the files preserving folder structure and rename back to .docx.
Note: Incorrect edits can corrupt the file.
Batch changes (multiple files)
- Use PowerShell to edit or remove file properties in bulk, or use third-party metadata tools that support batch operations. Always test on copies.
Best practices
- Keep an original copy untouched.
- Use Document Inspector before sharing publicly.
- Remove personal or sensitive metadata (author, hidden comments, tracked changes) if sharing widely.
Troubleshooting
- If metadata reappears, the document may have templates or embedded properties—inspect normal.dot or template files.
- If Word flags the file as corrupted after ZIP edits, restore the backup.
If you want, I can give exact PowerShell commands for batch editing or provide the XML tags to edit in core.xml.
Leave a Reply