Custom templates in Microsoft Word save you serious time. Instead of rebuilding the same layout every time you start a new document, you create it once, save it as a .dotx file, and reuse it forever. That is the whole idea.
Start With a Document You Already Like
The fastest way to build a custom template is to start from a document that already has most of what you want.
Open any Word doc that has your preferred fonts, spacing, heading styles, or layout. Then clean it up. Remove the actual content but keep the structure. Now save it as a template.
Here is how to save it:
- Go to File > Save As
- Click Browse
- In the “Save as type” dropdown, select Word Template (.dotx)
- Word will automatically redirect you to the
Custom Office Templatesfolder - Give it a name and click Save
That is it. Your template is ready to use.
Next time you need it, go to File > New > Personal and you will see it listed there.

Build a Template From Scratch
Sometimes you need something specific that no existing document comes close to. In that case, start fresh.
Open a blank document and set up everything you want baked into the template:
Page layout
- Go to Layout > Margins and set your preferred margins
- Set paper size under Layout > Size
- Choose orientation (portrait or landscape)
Typography and fonts
- Go to Home > Font and pick your default font
- Set a font size you are happy with
- Under Design > Fonts, create a font pair (heading font + body font)
Colors
- Under Design > Colors, choose a color theme or create a custom one
- Your heading colors and accent colors will follow this
Paragraph spacing
- Go to Home > Paragraph settings
- Set line spacing (1.15 or 1.5 works well for most documents)
- Set space before/after paragraphs to avoid using double enters
Once your base setup is done, save the file as .dotx using the same steps above.
Customize Heading Styles the Right Way
This is where most people get lazy and regret it later. If you just bold text manually and change the font color yourself, none of that carries into the template as a reusable style.
Styles are what make templates powerful. Here is how to do it properly.
Modify an existing style:
- In the Home tab, right-click on any style in the Styles gallery (like Heading 1)
- Click Modify
- Change the font, size, color, spacing, anything you want
- Check New documents based on this template at the bottom
- Click OK
Now every time someone uses Heading 1 in your template, it will look exactly how you defined it.
You can modify:
- Heading 1 through Heading 4
- Normal (body text)
- List Paragraph
- Caption
- Quote
Create a brand new style:
- Format some text exactly how you want the new style to look
- In the Styles pane, click New Style
- Name it something descriptive like “Sidebar Note” or “Pull Quote”
- Set it to be available in new documents based on this template
Styles are the backbone of any good template. Do not skip this step.
Add Placeholder Text and Content Controls
A good template does not just have formatting. It guides the user. Placeholder text and content controls do that job.
Simple placeholder text: Just type something like [Enter your name here] in the spots where users need to fill in information. It is basic but it works for simple templates.
Content controls (the proper way):
You need the Developer tab for this. If you do not see it:
- Go to File > Options > Customize Ribbon
- Check Developer on the right side
- Click OK
Now you have access to content controls under the Developer tab:
| Control Type | Best Use |
|---|---|
| Plain Text | Names, addresses, short inputs |
| Rich Text | Areas where user might bold or format text |
| Date Picker | Any date fields |
| Drop-Down List | When you want limited choices |
| Picture | Image placeholder spots |
| Check Box | Yes/No fields, checklists |
To insert one:
- Click where you want it in the document
- Go to Developer > Controls
- Pick the control type
- Click on the control, then Properties to set placeholder text and other options
Now when someone opens your template, they click on those fields and type or pick from a list. Clean and professional.
Set Up Headers, Footers, and Page Numbers
Headers and footers are part of the template too. Set them up once here so they appear automatically in every document made from this template.
To add a header:
- Double-click the top of the page
- This opens the header editing mode
- Add your logo, company name, document title field, date field, whatever you need
- Use the Insert > Field option to add auto-updating fields like the document title or date
To add page numbers:
- Double-click the footer area
- Go to Insert > Page Number
- Choose the position and format
- Click outside the footer when done
Tip: Use the &[Page] of &[Pages] format if you want “Page 1 of 5” style numbering. Go to Insert > Page Number > Format Page Numbers to customize.
For professional templates, a consistent header/footer makes every document look polished without any extra effort from the user.
Use Building Blocks for Reusable Chunks
Building Blocks are chunks of formatted content you can insert with two clicks. Think of them as mini-templates inside your template.
Good candidates for Building Blocks:
- A signature block
- A terms and conditions section
- A standard disclaimer paragraph
- A table of contents
- A cover page layout
To create a Building Block:
- Format your content exactly how you want it
- Select all of it
- Go to Insert > Quick Parts > Save Selection to Quick Part Gallery
- Give it a name and choose a gallery (General, AutoText, etc.)
- In the “Save in” dropdown, select your template file so it stays with the template
Now anyone using the template can go to Insert > Quick Parts and insert that block instantly.
This is especially useful for legal documents, proposals, and reports that share common sections.
Lock Parts of Your Template
If you are sharing the template with a team, you probably do not want anyone accidentally editing the header, footer, or the core layout.
Word lets you restrict editing to only specific parts.
- Go to Review > Restrict Editing
- Under “Editing restrictions,” check Allow only this type of editing
- Choose Filling in forms from the dropdown
- Click Yes, Start Enforcing Protection
- Set a password if needed
Now users can only interact with content controls and form fields. Everything else is locked.
You can also allow editing in specific sections by selecting them and checking “Everyone” under the exceptions list in the Restrict Editing pane.
Templates for Specific Use Cases
Different documents need different approaches. Here is a quick breakdown:
Business report template:
- Company logo in header
- Auto-updating date in header
- Heading 1 for section titles, Heading 2 for subsections
- Numbered list style for findings
- Footer with page numbers and confidentiality label
Invoice template:
- Table for line items with formulas
- Text fields for client name, invoice number, due date
- Logo at top right
- Total calculation at bottom of table
- Terms section at the bottom as a Building Block
Meeting minutes template:
- Date picker field for meeting date
- Attendees table
- Agenda items as Heading 2 styles
- Action items section with checkbox content controls
- Next meeting date field
Resume template:
- Custom styles for name, job title, section headings, bullet points
- No header/footer (resumes rarely need page numbers)
- Consistent spacing between sections
- Easy-to-update contact info fields at the top
Share Your Template With a Team
If you are on Microsoft 365 and working with others, you can put the template somewhere everyone can access it.
Option 1: Shared network folder
Save the .dotx file to a shared drive. Tell teammates to open the file directly and use “Save As” to create their own copy. Simple but manual.
Option 2: Custom organization templates folder
In Word Options, go to File > Options > Advanced > File Locations. There is a “Workgroup Templates” path. Set that to a shared folder on your network. Any .dotx files you put there will appear under File > New > Shared for everyone who has the same path set.
Option 3: SharePoint or OneDrive
You can store templates in SharePoint and access them through Word’s built-in integration. This is the best option for larger teams on Microsoft 365.
Common Mistakes to Avoid
| Mistake | What Happens | Fix |
|---|---|---|
Saving as .docx instead of .dotx | Opening it edits the template directly | Always use Save As > Word Template |
| Formatting text manually instead of using styles | Inconsistent look across documents | Use Modify Style for every format change |
| Forgetting to set default font in Normal style | Body text uses Word’s default, not yours | Modify the Normal style first |
| Not testing on a fresh install | Template may rely on local fonts | Use web-safe or bundled Office fonts |
Sharing the .dotx file when you meant to share a document | Recipients edit your template | Send a .docx copy, not the template itself |
Editing an Existing Template
Found a mistake? Need to update the logo? Here is how to open and edit an existing template without creating a new document from it.
- Go to File > Open
- Browse to your Custom Office Templates folder
- Single-click the
.dotxfile (do not double-click, that creates a new document from it) - Click Open
- Make your changes
- Save with Ctrl+S (it saves back as
.dotxautomatically)
All future documents made from that template will use the updated version. Existing documents will not change unless you manually update them.
For people who want to go deeper into template automation, Microsoft’s official documentation on Word template content controls covers every field type in detail.
Conclusion
Creating a custom Word template comes down to a few core things: set your styles properly, use content controls instead of placeholder text where it matters, lock what should not be touched, and save as .dotx.
Once you have a solid template in place, every document that comes from it looks consistent, loads fast, and requires almost no setup time. For teams, that adds up fast.
Start with one template for the document type you create most often. Get that one right, then build more as you need them.
FAQs
Can I use a custom template across different versions of Word?
Yes, .dotx files work across Word 2016, 2019, 2021, and Microsoft 365. The main thing to watch out for is fonts. If you used a font that does not exist on another machine, Word will substitute it automatically and your layout may shift slightly. Stick to fonts that ship with Office like Calibri, Arial, or Times New Roman if cross-version compatibility matters.
Does changing a template automatically update documents already created from it?
No. Once a document is created from a template, it is independent. Changes to the template do not flow back into existing documents. If you want to update styles in an old document, you can go to the Developer tab and use the Document Template option to reattach and then force style updates, but it requires manual steps.
How do I delete a template I no longer need?
Open File Explorer and go to C:\Users\YourName\Documents\Custom Office Templates. Find the .dotx file and delete it like any other file. It will no longer show up in Word’s Personal templates section.
Can I password-protect the entire template so no one can modify the structure?
Yes. When you restrict editing (Review > Restrict Editing), you can set a password. Without the password, users can only interact with form fields and content controls. To edit the structure, they need to remove protection with the correct password. This is useful when distributing templates to clients or teams where consistency is critical.
Is there a limit to how many custom templates I can have in Word?
No hard limit. Word just reads whatever .dotx files are in your Custom Office Templates folder. Practically, the only limitation is how cluttered your template list becomes. If you have many templates, consider organizing them by naming them with prefixes like HR_, Finance_, or Legal_ so they group together alphabetically in the Personal templates view.
- How to Find BitLocker Recovery Key on Any Windows PC - June 16, 2026
- How to Send Certified Mail in 2026 (Step-by-Step Guide) - June 16, 2026
- Best Ways to Create Custom Templates in Word (A Simple Guide) - June 16, 2026
