Word Normal.dotm Keeps Recreating With Wrong Settings: Fix
🔍 WiseChecker

Word Normal.dotm Keeps Recreating With Wrong Settings: Fix

You open Word, adjust your default font, margins, or styles, and save the changes. The next time you start Word, all your customizations are gone, and Normal.dotm has been recreated with the factory default settings. This problem typically occurs because Word cannot write to the existing Normal.dotm file due to permissions, corruption, or a conflict with an add-in. This article explains why Normal.dotm resets itself and provides a series of targeted fixes to make your custom template stick.

Key Takeaways: Stopping Normal.dotm From Reverting to Default

  • File > Options > Advanced > General > File Locations > User Templates: Check the exact folder path where Normal.dotm is stored; a mismatch between the expected and actual location causes Word to generate a fresh template.
  • %appdata%\Microsoft\Templates folder permissions: Restrictive NTFS permissions or read-only attributes prevent Word from saving changes, forcing a recreation of Normal.dotm on startup.
  • Disable all COM add-ins via File > Options > Add-ins > Manage COM Add-ins > Go: A conflicting add-in can block the save process for Normal.dotm, causing Word to rebuild it with default settings every session.

ADVERTISEMENT

Why Normal.dotm Reverts to Default Settings

Normal.dotm is the global template that stores default styles, AutoText entries, macros, and toolbar customizations for Word. When Word starts, it looks for Normal.dotm in the User Templates folder, typically located at %appdata%\Microsoft\Templates. If the file is missing, corrupted, or locked, Word creates a brand-new Normal.dotm with the original default settings.

The most common root causes are:

File Permission Restrictions

Windows security policies or third-party backup software may set the Templates folder or Normal.dotm to read-only. Word cannot overwrite a read-only file, so it silently deletes or ignores it and builds a fresh copy.

Corrupt or Damaged Normal.dotm

If the template file becomes corrupted due to a sudden system shutdown, disk error, or a faulty macro, Word detects the corruption and replaces the file with a clean version on the next startup.

Conflicting Add-ins or Startup Macros

A third-party add-in or a macro stored in the Startup folder may interfere with the save process. When Word fails to save changes during exit, it discards the modified template and regenerates a default one.

Group Policy or Registry Lockdown

In corporate environments, IT administrators can set policies that prevent users from modifying Normal.dotm. Word then ignores any user changes and loads the template with default settings every session.

Steps to Fix Normal.dotm Recreating With Wrong Settings

Follow these methods in order. After each method, restart Word and check whether your custom settings persist.

Method 1: Delete and Recreate Normal.dotm Manually

  1. Close Word completely
    Make sure no Word processes are running in Task Manager. Press Ctrl+Shift+Escape, look for WINWORD.EXE, and end the task if present.
  2. Open the Templates folder
    Press Win+R, type %appdata%\Microsoft\Templates, and press Enter.
  3. Rename the existing Normal.dotm
    Right-click Normal.dotm and choose Rename. Change the name to Normal.old.dotm. Do not delete it yet in case you need to revert.
  4. Start Word
    Word automatically creates a brand-new Normal.dotm with default settings. Close Word without making any changes.
  5. Verify the new file
    Open the Templates folder again. Confirm that Normal.dotm exists and is not marked as Read-only. Right-click the file, choose Properties, and under General, ensure the Read-only checkbox is cleared.

Method 2: Reset Folder Permissions for the Templates Folder

  1. Close Word
    Exit Word and ensure no Word processes are running.
  2. Open the Templates folder
    Press Win+R, type %appdata%\Microsoft\Templates, and press Enter.
  3. Open folder Properties
    Right-click the Templates folder and choose Properties. Go to the Security tab.
  4. Edit permissions for your user account
    Select your username under Group or user names. Click Edit. In the Permissions window, check Full Control under the Allow column. Click Apply and OK.
  5. Apply changes to all subfolders and files
    In the Advanced Security Settings window, click Change permissions. Select Replace all child object permission entries with inheritable permission entries from this object. Click OK twice.
  6. Restart Word
    Open Word, make a small change like setting the default font to Calibri 12, save, and restart Word to confirm the change persists.

Method 3: Disable All COM Add-ins

  1. Open Word in Safe Mode
    Press Win+R, type winword /safe, and press Enter. If Normal.dotm now saves correctly, an add-in is the cause.
  2. Open Add-ins manager
    Go to File > Options > Add-ins. At the bottom, next to Manage, select COM Add-ins and click Go.
  3. Clear all checkboxes
    Uncheck every add-in in the list. Click OK.
  4. Restart Word normally
    Close Word and open it again without the /safe switch. Make a change to Normal.dotm and restart Word. If the fix works, re-enable add-ins one by one to identify the culprit.

Method 4: Check the User Templates Location in Word Options

  1. Open Word Options
    Go to File > Options > Advanced.
  2. Locate File Locations
    Scroll down to the General section and click File Locations.
  3. Verify User Templates path
    Select User Templates and click Modify. Ensure the path points to %appdata%\Microsoft\Templates. If it points to a different folder, change it back to the default. Click OK.
  4. Confirm the folder exists
    If the folder in the path does not exist, create it manually. Then restart Word.

Method 5: Scan for Corrupted System Files

  1. Open Command Prompt as administrator
    Press Win, type cmd, right-click Command Prompt, and choose Run as administrator.
  2. Run SFC scan
    Type sfc /scannow and press Enter. Wait for the scan to complete. This repairs corrupted Windows system files that may affect Word.
  3. Restart your computer
    After the scan finishes, restart your PC and test Word.

ADVERTISEMENT

If Normal.dotm Still Reverts After These Fixes

Word Recreates Normal.dotm After Every Restart

If Word still creates a fresh Normal.dotm each time, a Group Policy or registry setting may be forcing the template to reset. Press Win+R, type gpedit.msc, and navigate to User Configuration > Administrative Templates > Microsoft Word 2016 > Disable Item in User Templates. If the policy is enabled, contact your IT administrator to modify it.

Custom Settings Are Lost After Saving and Reopening

This symptom often points to a read-only attribute on Normal.dotm. Right-click the file, choose Properties, and clear the Read-only checkbox. Also check whether your antivirus software is locking the file. Temporarily disable real-time protection and test Word.

Changes to Normal.dotm Are Reverted by a Startup Macro

A macro stored in the Word Startup folder can override Normal.dotm settings. Go to File > Options > Advanced > General > File Locations > Startup. Open that folder and delete or rename any .dotm or .dot files that are not yours. Restart Word.

Manual Deletion vs Safe Mode vs Add-in Disable: Which Fix to Try First

Item Manual Deletion Safe Mode Add-in Disable
What it does Removes the old template so Word creates a clean one Starts Word with no add-ins or extensions Turns off third-party COM add-ins
Best for Corrupted or missing template Isolating add-in conflicts Identifying a specific faulty add-in
Risk Loses all custom macros and styles permanently Temporary state; no permanent changes Disables all add-ins until re-enabled
Time required 2 minutes 30 seconds 5 minutes

Start with manual deletion if you can easily reconfigure your styles. Use Safe Mode to confirm an add-in is the problem. Disable add-ins only if Safe Mode resolves the issue.

You now know how to stop Normal.dotm from recreating with wrong settings. Start by checking folder permissions and the file location path in Word Options. If the problem persists, delete Normal.dotm and let Word rebuild it, then disable add-ins to rule out conflicts. As an advanced step, run the SFC scan to repair underlying system file corruption that may affect Word template handling.

ADVERTISEMENT