Reset Word's Default Font and Formatting by Rebuilding Normal.dotm
Every new blank document opens with the wrong font, odd line spacing, strange margins, or you keep getting a “Changes have been made that affect the global template, Normal” prompt when you close Word.
Why: Word builds every new blank document from a master template called Normal.dotm. It holds your default font, margins, spacing and styles. If that file gets customized in ways you didn’t intend — or becomes damaged — every new document inherits the mess. The clean fix is to let Word rebuild Normal.dotm from scratch, or to set the default font the proper way so it sticks.
Fix 1: Force Word to rebuild Normal.dotm
If Normal.dotm is renamed, moved, or deleted, Word automatically creates a fresh one with the original default settings the next time it starts. Renaming (rather than deleting) keeps a backup in case you had customizations worth recovering.
- Close Word completely.
- Open File Explorer and paste this into the address bar, then press Enter:
%AppData%\Microsoft\Templates(that resolves toC:\Users\<UserName>\AppData\Roaming\Microsoft\Templates). - Find Normal.dotm. Right-click it and choose Rename — call it
Normal-old.dotm. - Reopen Word. It creates a brand-new Normal.dotm with stock defaults, and your formatting problems should be gone.
If renaming didn’t help, the issue wasn’t the template — delete the new Normal.dotm, rename Normal-old.dotm back to Normal.dotm, and look elsewhere (e.g. an add-in or a Startup-folder template).
Fix 2: Change the default font the right way
If you simply want every new document to use a specific font, set it through the Font dialog so it’s saved into Normal.dotm correctly.
- In Word, on the Home tab, click the small Font dialog launcher (the arrow in the bottom-right corner of the Font group). Or press Ctrl + D.
- Choose the font, style and size you want as your default.
- Click Set As Default (bottom-left of the dialog).
- Choose All documents based on the Normal template? and click OK.
Every new document now opens in that font. The same Set As Default approach works for margins (Layout > Margins > Custom Margins > Set As Default) and other page settings.
Fix 3: Stop the “save changes to Normal” prompt
If Word nags you to save the global template on every exit, something keeps modifying Normal.dotm during your session — often an add-in.
- Rebuild Normal.dotm using Fix 1 first; a damaged template is the most common cause.
- If the prompt continues, disable add-ins to find the offender: File > Options > Add-ins, set Manage to COM Add-ins, click Go, and clear the boxes one at a time, restarting Word between each.
FAQ
Where is Normal.dotm stored? In C:\Users\<UserName>\AppData\Roaming\Microsoft\Templates. The quickest way there is to type %AppData%\Microsoft\Templates into the File Explorer address bar. AppData is hidden by default, which is why the path doesn’t show normally.
Will rebuilding Normal.dotm delete my documents? No. Normal.dotm only stores default formatting and styles for new blank documents. Your existing .docx files are completely separate and untouched.
Will I lose my custom styles or macros? Anything you’d saved into Normal.dotm (custom styles, AutoText, macros) lives in that file, so a rebuild starts fresh. That’s why Fix 1 renames rather than deletes it — you can copy items back from Normal-old.dotm if needed.
Sources: Microsoft Support — Change the Normal template (Normal.dotm)