When you open Word, it may load a template that is not the one you want. This can cause incorrect styles, toolbars, or AutoText entries to appear. The problem usually occurs because Word is pointing to a different template file in its startup or global template settings. This article explains how to check which template Word is loading and how to force it to use the correct template for your documents.
Key Takeaways: Stopping Word From Loading the Wrong Template
- File > Options > Add-ins > Manage: Templates > Go: Opens the Templates and Add-ins dialog where you can see and change the global template attached to the current document.
- File > Options > Advanced > General > File Locations > User templates or Workgroup templates: Lets you change the folder Word searches for templates on startup.
- Windows Registry edit for StartupPath: Overrides the default template path when standard settings do not work, but requires caution.
Why Word Loads the Wrong Template
Word loads templates from specific folders at startup. The two main folders are the User Templates folder and the Workgroup Templates folder. If a template with the same name exists in both folders, Word may load the wrong one. A corrupted Normal.dotm file can also cause Word to load an incorrect global template. Additionally, add-ins or macros can redirect Word to a different template path. The problem is often set in the Registry or in the File Locations dialog.
The global template Normal.dotm is loaded by default. If you have replaced Normal.dotm with a custom template that has the same name, Word will load that custom template instead. Similarly, if you have a template in the Workgroup Templates folder that overrides the User Templates folder, Word will load the Workgroup version. Understanding these paths is the first step to fixing the issue.
Steps to Force Word to Use the Correct Template
Follow these steps in order. Each method addresses a different cause of the wrong template being loaded.
Method 1: Check and Change the Global Template Attachment
- Open the Templates and Add-ins dialog
In Word, go to the Developer tab. If you do not see the Developer tab, right-click the ribbon and select Customize the Ribbon. In the right pane, check Developer and click OK. On the Developer tab, click Document Template. - Review the attached template
In the Templates and Add-ins dialog, the Document template field shows the template attached to the current document. If the path is wrong, click Attach and browse to the correct template file. Check Automatically update document styles to apply the template styles to the document. - Clear unwanted global templates
In the Global templates and add-ins section, uncheck any template that should not be loaded. Click OK to save changes.
Method 2: Change the User Templates Folder Location
- Open File Locations
Go to File > Options > Advanced. Scroll to the General section and click File Locations. - Modify the User templates path
In the File Locations dialog, select User templates and click Modify. Browse to the folder that contains the correct template. Click OK. - Modify the Workgroup templates path if needed
If your organization uses a shared Workgroup templates folder, select Workgroup templates and click Modify. Set the path to the correct folder. Click OK twice to close both dialogs.
Method 3: Rename or Replace the Normal.dotm Template
- Locate the Normal.dotm file
Press Win + R, type%appdata%\Microsoft\Templates, and press Enter. This opens the folder where Normal.dotm is stored. - Rename the file
Right-click Normal.dotm and choose Rename. Change the name to Normal.old. Word will create a new default Normal.dotm the next time it starts. - Replace with your custom template
If you want a different template as the global default, copy your custom template into this folder and rename it to Normal.dotm. Word will load this template on startup.
Method 4: Edit the Registry to Set the Startup Template Path
Warning: Editing the Registry can cause serious problems if done incorrectly. Back up the Registry before proceeding.
- Open Registry Editor
Press Win + R, typeregedit, and press Enter. - Navigate to the Word startup key
Go toHKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Options. The version number may differ for older or newer Office releases. - Check or create the StartupPath value
Look for a string value named StartupPath. If it exists, double-click it and change the path to the folder containing the correct template. If it does not exist, right-click in the right pane, select New > String Value, name it StartupPath, and set its value to the full folder path. - Close Registry Editor
Restart Word to apply the change.
If Word Still Loads the Wrong Template
Word Loads an Old Normal.dotm Despite Renaming
If you renamed Normal.dotm but Word still loads your custom template, check for a second Normal.dotm file. Search the entire hard drive for Normal.dotm. Delete or rename all copies except the one you want. Also check the %programdata%\Microsoft\Templates folder for a system-wide Normal.dotm.
Add-in Forces a Different Template
Some add-ins or COM add-ins load a specific template on startup. Go to File > Options > Add-ins. At the bottom, in the Manage drop-down, select COM Add-ins and click Go. Uncheck any suspicious add-in. Restart Word to see if the correct template loads.
Template Path Is Set by Group Policy
In a corporate environment, an administrator may have set a mandatory template path via Group Policy. You cannot override this with the File Locations dialog. Contact your IT department to request a change to the policy.
Word Template Loading Methods Comparison
| Item | Global Template (Normal.dotm) | Attached Template (Document Template) |
|---|---|---|
| Description | Loaded automatically when Word starts | Loaded when a specific document is opened |
| Location | %appdata%\Microsoft\Templates | Any folder; path stored in the document |
| Effect on all documents | Yes, affects every new and existing document | No, only affects the document it is attached to |
| How to change | Rename Normal.dotm or edit Registry | Developer tab > Document Template > Attach |
| Common cause of wrong template | Replaced Normal.dotm with a custom file | Opened a document from another source with an attached template |
You can now identify which template Word is loading and apply the correct fix. Start by checking the attached template in the Templates and Add-ins dialog. If the issue persists, rename Normal.dotm or adjust the File Locations paths. For persistent problems, edit the Registry StartupPath value. Always back up your current Normal.dotm before making changes so you can revert if needed.