What Is a DOTX File? A Plain-English Guide
Understand the modern macro-free Word template: what it carries, how it opens, and when it is the wrong file to send.
- Add a file Choose or drop it here
- Pick the format Change it whenever needed
- Download the result After conversion completes
DOTX is Word’s modern reusable starting file for documents without VBA macros
A .dotx file is a Microsoft Word template in the Office Open XML family. Microsoft calls it an XML-based template used to start new documents. It is not simply an empty DOCX with a different name. A well-made template can store document content and settings such as styles, page layout, AutoText entries, custom keyboard shortcut assignments, and menus. That makes it a reusable starting point for a consistent document type rather than a single completed document.
The final X identifies the newer XML-based family introduced with Office 2007. DOT is the older Word 97-2003 template format; DOCX is the modern ordinary document; DOTX is the modern template; and DOTM is the macro-enabled template. Microsoft specifically says to use DOTM rather than DOTX if a template contains macros. A DOTX should not carry a VBA project, so it is a good format for reusable text, styles, layout, and content controls where automation code is neither needed nor allowed.
A template can include fixed wording as well as blank areas. For example, the page setup, title style, table styles, approved wording, headers, and placeholders can be prepared once, while each new document gets its own entered values. The useful question is not whether DOTX is “just formatting.” It is whether the information should be copied into each newly created Word document while the master stays intact.
Word creates a new document from a template; it does not normally make the template the working copy
The intended action for a template is to create a new document based on it. Microsoft’s Word guidance calls this “New from Template.” The result is ordinarily saved as a document, often DOCX, under a new name. This protects the shared starting file from ordinary edits: changing the body of the new document does not automatically rewrite the original DOTX. To change the master, open the template deliberately for editing, make the change, and save it as a template.
The difference between opening a template and editing it explains a common surprise. A template selected from Word’s recent files can open for editing, while the usual file action may create a new document based on it. If a change to margins, styles, or standard wording seems to vanish from later documents, confirm which file was changed and which file was saved. Look at the extension and location, then create a fresh test document from the revised DOTX. A document created yesterday does not automatically inherit a later template edit; it already contains its own copied settings and content.
Templates can live in a custom templates folder so Word can offer them under New. Microsoft gives different default locations for Windows and macOS; its macOS guidance uses the Office User Content/Templates location, while Windows documentation describes a Custom Office Templates folder under Documents. A shared folder can also hold a template, but permissions and version control matter: if several people can overwrite the same master, a change to a style or paragraph can affect every document created after that change.
A DOTX template can standardise much more than a logo, but it cannot retain VBA code
- Styles and page layout: predefined headings, margins, spacing, and page settings make new documents begin with the same structural rules.
- Static wording: approved introductory text, notices, headings, and table shells can be placed in the template for each new document to inherit.
- Content controls: rich-text fields, picture controls, drop-down lists, and date pickers can make a modern template more guided; Microsoft says content controls require a newer file format.
- AutoText and interface customisations: Microsoft lists AutoText entries, custom keyboard shortcuts, and menus among template settings.
- No embedded document VBA: a template that needs macros belongs in DOTM, not DOTX. Merely renaming a macro-enabled template does not remove its code correctly.
- No automatic retroactive update: a later edit to the master affects documents created afterward, not already-created DOCX files.
This makes DOTX a design and content-control tool, not an all-purpose workflow engine. If a template depends on code to populate a document, validate fields, or run commands, use DOTM and an approved macro security process. If it only needs consistent editing structure and reusable content, DOTX avoids carrying document-level VBA. Do not convert a DOTM to DOTX merely to suppress a warning and assume the workflow remains intact: the code-dependent part of the workflow has been intentionally removed.
Compatibility is strongest in desktop Word, with important differences for browsers and older Office
DOTX is the default XML-based Word template format in current Word. Microsoft’s template instructions apply to Word for Microsoft 365, Word 2024, Word 2021, Word 2019, and Word 2016 on Windows, with separate guidance for Word on Mac. These desktop applications are the best place to build, edit, and test a template because they expose the full template, style, and content-control tools. Test the new-document behaviour as well as the template file itself; a master can look correct while its generated DOCX does not behave as intended.
Older Office versions need special care. DOTX belongs to the post-2007 XML family, whereas Word 97-2003 used DOT. Microsoft provided the Office Compatibility Pack for certain older Office installations, but an environment should be tested rather than assumed to have it. Word for the web also has feature differences from desktop Word and is not a replacement for testing advanced template behavior. A recipient who only needs the content should receive DOCX or PDF rather than a master template; sending DOTX assumes the recipient needs to create a new Word document from it.
Normal.dotm is a related but separate special case. Microsoft says it opens whenever Word starts and provides default styles and customisations for future documents. It is a macro-enabled global template, not a standard DOTX to distribute casually. If Word begins with unexpected fonts, margins, or spacing, the issue may be the local Normal.dotm or an add-in rather than the DOTX that was opened.
Template problems become easier to fix when the master, generated document, and global template are separated
Double-clicking makes a new file when the master needs editing. That is template behavior, not damage. Open the DOTX from Word’s Open command or use the explicit edit route, then save the master. Create a fresh document afterward to test the change. Editing a generated DOCX changes only that copy, so it cannot repair the source template for future use.
The template is not shown under New. Confirm its folder and extension. Microsoft recommends the Custom Office Templates location on Windows and documents a User Content/Templates location on Mac. If Word can open the file but does not list it, use the application’s template location setting or choose the file manually. Do not move the only master without keeping a copy; a missing path and an overwritten template are different failures.
New documents have unexpected default formatting. First create a document from the DOTX and compare it with a completely blank Word document. If both are wrong, investigate Normal.dotm or add-ins. Microsoft notes that renaming, damaging, or moving Normal.dotm makes Word create a new default version, which loses prior customisations. Preserve the old global template before resetting it, because its styles and custom settings may be needed later.
A supposed DOTX asks about macros or loses automated features. Inspect the actual source. A template with VBA should be DOTM. If it was renamed to DOTX rather than converted correctly, restore the original and save using the correct Word template type. If the automation is unnecessary, rebuild the workflow with content controls or ordinary Word features and test every generated document without enabling untrusted content.
DOTX, DOCX, DOT, and DOTM answer four distinct Word-file needs
| Extension | Format and era | Main role |
|---|---|---|
| .dotx | Modern XML-based Word template | Create reusable macro-free starting documents |
| .docx | Modern XML-based Word document | Edit and exchange a completed document |
| .dot | Word 97-2003 legacy template | Start documents in older Word environments |
| .dotm | Modern macro-enabled Word template | Template that must preserve VBA code |
| Macro storage | DOTX: no document VBA; DOTM: yes | Choose by workflow, not by appearance |
| After a master edit | New documents use the revision | Existing generated files remain separate copies |
Frequently asked questions about current Microsoft Word templates
Is DOTX just a DOCX with another extension?
No. Both use modern Office Open XML, but DOTX is declared and used as a template for new documents, while DOCX is an ordinary document file.
Can I put macros in a DOTX?
No. Microsoft directs macro-containing templates to DOTM. Use DOTX for a macro-free template and do not rename an existing macro template to change its behavior.
Why did changing the DOTX not update last month’s DOCX files?
Those documents were created as separate copies. Open or revise them individually; only documents created after the template change start with the revised content.
Should I send a DOTX to someone who only needs to read the content?
Usually no. Send DOCX if editing is required or PDF for stable reading and printing. Send DOTX when the recipient needs the reusable Word starting point.
Can a damaged Normal.dotm explain a problem with every new Word document?
Yes. Microsoft says Normal.dotm provides Word’s future-document defaults and Word creates a new version if it is missing, moved, or damaged. Preserve the old file before resetting it.