You have a Word document with custom formatting, headers, logos, or boilerplate text that you need to use again and again. Manually rebuilding that layout each time wastes time and risks inconsistency. Word includes a built-in template system that lets you save any document as a .dotx file, which preserves all styles, content controls, and layout settings. This article explains how to convert a finished document into a reusable template, configure it correctly, and avoid common pitfalls that break the template on other computers.
Key Takeaways: Save a Word Document as a Reusable .dotx Template
- File > Save As > Browse > Word Template (.dotx): Converts the current document into a template stored in the default Templates folder so it appears in the New dialog.
- Insert content controls (Developer tab > Controls group): Lets users type or choose text in predefined fields without breaking the layout.
- File > Options > Trust Center > Trust Center Settings > Add-ins: Prevents blocked macros or disabled content controls when sharing templates across a network.
What a Word Template Does and What You Need Before You Start
A Word template is a file with a .dotx or .dotm extension that stores styles, page layout, headers and footers, and reusable content. When you open a template, Word creates a new unsaved document based on that template. The original template file stays unchanged. This is different from copying a .docx file and manually deleting content, because a template enforces consistency: every new document starts with the same structure, fonts, and placeholders.
Before you convert a document, ensure the document is complete and stable. Remove any confidential data, track changes, or personal metadata. Verify that all images are embedded, not linked, and that the document does not rely on local fonts that may not exist on other computers. If the template will include macros, save it as .dotm instead of .dotx. You also need the Developer tab visible in the ribbon to add content controls. To enable the Developer tab, go to File > Options > Customize Ribbon, then check Developer in the right column.
Steps to Convert a Document Into a Reusable Template
- Clean up the document
Delete any confidential text, sample data, or personal information. Remove tracked changes by going to Review > Accept All Changes and Stop Tracking. Clear the clipboard and reset the Normal style if needed. Use File > Info > Check for Issues > Inspect Document to remove hidden metadata. - Replace variable content with content controls
Select the text that users must fill in, such as a name or date. On the Developer tab, in the Controls group, click Rich Text Content Control or Plain Text Content Control. Right-click the control and choose Properties. Type a Title and Tag for identification, then check “Contents cannot be edited” if the control should only accept the user’s input without modification. - Add instructional placeholder text
Click inside a content control. On the Developer tab, click Design Mode. Highlight the default text inside the control and type instructions such as “Click here and type the client name.” Click Design Mode again to exit. The text appears as a prompt and disappears when the user types. - Protect the template structure
On the Developer tab, click Restrict Editing. In the Restrict Editing pane, check “Allow only this type of editing in the document” and choose Filling in forms. Click Yes, Start Enforcing Protection. Set a password if needed. This prevents users from accidentally moving or deleting content controls. - Save the file as a Word Template (.dotx)
Go to File > Save As. Click Browse. In the Save As dialog, change the Save as type dropdown to Word Template (.dotx). Word automatically navigates to the Custom Office Templates folder. Name the file and click Save. If you need macros, choose Word Macro-Enabled Template (.dotm). - Test the template
Close Word and reopen it. Go to File > New > Personal. Your template appears as a tile. Click it to create a new document. Fill in the content controls and verify that the layout stays intact. Save the resulting document as a .docx and confirm no changes were made to the original .dotx file.
Common Mistakes and Limitations When Using Word Templates
The template does not appear in the Personal tab
If the template does not show up under File > New > Personal, it was not saved to the correct folder. The default location is %userprofile%\Documents\Custom Office Templates. You can also save templates to the Word startup folder, but that requires administrative rights. To change the default template location, go to File > Options > Advanced > File Locations > User templates and enter a new path. Then move the .dotx file to that folder and restart Word.
Content controls do not work when the template is shared via email
When you email a .dotx file and a recipient opens it, Word may open the template for editing instead of creating a new document. To fix this, right-click the .dotx file on the recipient’s computer and choose New. Alternatively, save the template to a shared network folder and instruct users to go to File > New > Personal. Content controls that rely on the Developer tab may also be blocked by security policies. Ensure the recipient has the Developer tab enabled and that macros are not disabled in Trust Center settings.
Images or fonts break when the template is used on another computer
If the template contains linked images, the links break when the file moves. Before saving the template, select each image, go to Picture Format > Compress Pictures, and uncheck “Apply only to this picture.” Then right-click the image and choose Save as Picture to reinsert it as an embedded object. For fonts, use common web-safe fonts such as Calibri, Arial, or Times New Roman. If a specific font is required, embed it by going to File > Options > Save > Preserve fidelity when sharing this document > Embed fonts in the file. This increases file size but guarantees correct rendering.
Styles change after the template is used
When a user opens a template-based document, styles from the attached template may override local styles. To prevent this, on the Developer tab, click Document Template. In the Templates and Add-ins dialog, uncheck “Automatically update document styles.” Then save the template again. This ensures that only the styles explicitly defined in the template appear in new documents.
Word Template vs Normal.dotm: When to Use Each
| Item | Custom .dotx Template | Normal.dotm (Global Template) |
|---|---|---|
| Purpose | Creates documents with a specific layout, branding, or boilerplate | Stores default styles, macros, and AutoText used in all new blank documents |
| How to open | File > New > Personal, then click the template tile | Opens automatically when you start Word or press Ctrl+N |
| Scope | Affects only documents created from that template | Affects every document unless overridden by another template |
| File extension | .dotx or .dotm | .dotm |
| Location | %userprofile%\Documents\Custom Office Templates | %appdata%\Microsoft\Templates |
| Modification risk | Low – users cannot accidentally edit the original .dotx from the New dialog | High – any user can overwrite Normal.dotm by changing defaults |
You can now convert any finished Word document into a reusable .dotx template that preserves your formatting, content controls, and page layout. Test the template on a second computer to confirm that images, fonts, and content controls behave as expected. For advanced control, add a Building Block Gallery content control to let users pick reusable sections like disclaimers or signature blocks.