Fix Word File Properties Resetting to Defaults After Save to OneDrive
🔍 WiseChecker

Fix Word File Properties Resetting to Defaults After Save to OneDrive

You edit a Word document’s properties — title, author, tags, or comments — and save it to OneDrive. When you reopen the file, the custom properties have reverted to default values. This problem occurs because OneDrive’s sync process can overwrite metadata when files are saved with certain settings or when the document is opened in multiple locations simultaneously. This article explains why the reset happens and provides three tested methods to prevent it.

Key Takeaways: Preventing Word Property Resets on OneDrive

  • File > Info > Properties > Advanced Properties: Use this dialog to set document properties that persist after OneDrive sync.
  • File > Options > Save > AutoSave files stored in the cloud by default in Word: Disable this setting to stop OneDrive from overwriting properties during auto-save cycles.
  • OneDrive > Settings > Account > Choose folders: Make sure the document folder is set to “Always keep on this device” to avoid sync conflicts that reset properties.

ADVERTISEMENT

Why OneDrive Resets Word Document Properties After Save

Word document properties are metadata stored inside the .docx file in a hidden XML section. When you save a file to OneDrive, two processes can corrupt or reset this metadata:

AutoSave Overwrites the Properties Section

Word’s AutoSave feature saves changes to OneDrive every few seconds. If the file is opened on another device or by another user simultaneously, the sync process can write a stale version of the properties section. This overwrites your custom tags, author name, or title with the default values from the original template.

OneDrive Conflict Files

When two instances of Word edit the same file, OneDrive creates a conflict copy. The original file may lose the property changes because the conflict resolution algorithm merges the older metadata. This happens frequently when you leave the file open on one computer and open it on another.

Third-Party Add-Ins or Document Inspector

Some add-ins or the Document Inspector tool can strip custom properties during a save operation. If an add-in runs a cleanup routine before the file is uploaded, it may remove the metadata you just entered.

Steps to Stop Word Properties From Resetting on OneDrive

Use these three methods in order. Test after each method before moving to the next.

Method 1: Disable AutoSave for OneDrive Documents

  1. Open Word and go to File > Options
    Click the File tab, then Options at the bottom of the left pane.
  2. Select the Save category
    In the Word Options dialog, click Save in the left column.
  3. Uncheck AutoSave
    Find the setting “AutoSave files stored in the cloud by default in Word” and clear the checkbox. Click OK.
  4. Close and reopen the document
    Save the document manually using Ctrl+S. Close Word and reopen the file from OneDrive. Properties should now persist after manual saves.

Method 2: Use Advanced Properties Instead of Quick Fields

The Quick Parts > Document Property fields in the document body do not always sync correctly. Use the Advanced Properties dialog instead.

  1. Go to File > Info
    Click File, then Info in the left pane.
  2. Open Advanced Properties
    On the right side, click Properties (the dropdown arrow) and select Advanced Properties.
  3. Enter your custom values
    In the Summary tab, fill in Title, Subject, Author, Tags, and Comments. Click OK.
  4. Save the document manually
    Press Ctrl+S and wait for the OneDrive upload icon to finish. Close and reopen the file to verify the properties remain.

Method 3: Set OneDrive Folder to Always Keep on Device

  1. Right-click the OneDrive icon in the system tray
    Click the OneDrive cloud icon near the clock. Select Settings.
  2. Go to the Account tab
    Click the Account tab at the top of the OneDrive settings window.
  3. Choose folders
    Click “Choose folders.” Navigate to the folder containing your Word document.
  4. Set the folder to “Always keep on this device”
    Check the folder and select “Always keep on this device.” Click OK. This prevents OneDrive from pausing sync when the file is in use, reducing conflict copies.

ADVERTISEMENT

If Word Properties Still Reset After the Main Fix

Word Resets Properties After Editing and Saving Again

If properties reset only after you edit the document content and save, the issue is likely a corrupted Normal.dotm template. Close Word. Press Win+R, type %appdata%\Microsoft\Templates, and press Enter. Rename Normal.dotm to Normal.old. Restart Word. Word creates a fresh template. Re-enter your custom properties using the Advanced Properties dialog.

Properties Reset When Opening on a Different Computer

If the file is opened on a computer without the same add-ins or Word version, properties may reset. On the original computer, go to File > Options > Add-Ins. Disable all COM add-ins. Save the document and re-enable them later. This isolates whether an add-in is stripping metadata during sync.

Document Inspector Removes Properties on Save

Check if a macro or automated process runs Document Inspector before saving. Go to File > Options > Trust Center > Trust Center Settings > Document Inspector. Ensure “Document Properties and Personal Information” is unchecked. If a VBA macro calls DocumentInspector.Run, remove that line from the code.

Item AutoSave Enabled AutoSave Disabled
Properties retention after first save Often resets within 10 seconds Retained until manual save
Conflict file creation Frequent if opened on two devices Rare unless manually saved twice
Need to use Advanced Properties No benefit Recommended for reliability
Sync speed to OneDrive Instant After Ctrl+S

Disabling AutoSave is the most effective single change. Combined with the Advanced Properties dialog and the OneDrive folder setting, your custom metadata will survive saves and syncs. If you share the document with others, ask them to also disable AutoSave for that file. For long-term projects, consider using the built-in Document Properties panel in Word instead of fields in the body text.

ADVERTISEMENT