MS Word Document File Properties Changer: Fix Metadata in Minutes

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)

  1. Open Word and load the document.
  2. Click File → Info.
  3. On the right, under Properties, click the dropdown (or Show All Properties) to view editable fields (Title, Tags, Comments, Author, etc.).
  4. Edit any field directly. To remove a field, clear its text.
  5. 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.
  6. Save the document (File → Save or Save As to keep original).

macOS — Word

  1. Open the document in Word for Mac.
  2. Click File → Properties (or File → Info on newer versions).
  3. Edit fields under the Summary tab (Title, Author, Keywords, Comments).
  4. 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.
  5. Save the document.

Alternative: Edit metadata without opening Word (Windows File Explorer)

  1. Right-click the .docx file → Properties → Details.
  2. Click a field and choose Remove Properties and Personal Information or edit values directly.
  3. Use Save to apply changes.

Alternative: Edit metadata inside the .docx package (advanced)

  1. Make a backup copy.
  2. Rename file.docx → file.zip and extract.
  3. Open the extracted folder → docProps → edit core.xml and app.xml with a text editor to modify or remove metadata tags (title, creator, etc.).
  4. 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.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *