How to Create a Legal Document Template in Word That Actually Holds Up

Download This Article as a PDF pdf download
Loading ...
How to Create a Legal Document Template in Word That Actually Holds Up

Contents: Microsoft Word for Lawyers: Master Legal Drafting & Templates

Master Microsoft Word for Legal Drafting

Master Microsoft Word for Legal Drafting

MS Word Hub

Most legal document templates are not actually templates. They are formatted documents that someone saved as DOTX, or (more commonly) documents that attorneys rename and modify each time they need a new file. Both approaches tend to work until they don’t. The formatting drifts, styles conflict, numbering breaks, and a second attorney’s edits turn a clean document into a problem that takes longer to fix than it would have taken to draft from scratch.

A properly built legal document template is a configured Word environment: a specific style set, prebuilt structural elements, formatting behavior that resists corruption, and deployment settings that make it work consistently for every attorney who opens it.

In this article, we’ll cover both phases: building the template correctly before saving it and distributing it so it functions as a law firm asset rather than a personal file.

Want to go deeper on legal document automation? Join our Mastering MS Word webinar series for practical training built around how lawyers actually draft.

Why most legal templates break, and what a scalable template looks like

Template failures in legal practice almost always trace back to one of three architectural problems, and they tend to appear not immediately but after the template has been used a few times.

  1. Built on a repurposed document. The most common approach is to open a brief that worked well, delete the client-specific content, and save under a new name. The problem is that everything else travels with it. Direct formatting overrides previous edits, rogue styles imported from pasted content, structural decisions made for that specific matter. Every document generated from this template inherits that history. Attorneys and their teams end up fixing formatting that was never clean to begin with.
  2. Saved as DOTX without configured styles. Saving a document as a template file before configuring the style set means the template carries Word’s default styles (Normal, Heading 1 through 9, with their out-of-box formatting) rather than the firm’s requirements. The first time an attorney pastes content from outside or modifies a heading, the document diverges. Nothing in Word signals that it has happened.
  3. No deployment configuration. A template stored on one attorney’s desktop is a personal file. A template in a shared folder with no instructions for how to open it will be used wrong: edited directly, bypassed in favor of last month’s filing, or duplicated until no one knows which version is current.

A properly built template has none of these problems. It’s a DOTX file with a configured and limited style set, prebuilt structural elements appropriate to the document type, and deployment settings that make correct use of the path of least resistance.

Phase 1: Build the foundation before you save anything

The architectural work happens before the legal document template is saved. Most competing resources skip this phase entirely.

Step 1: Start from a genuinely blank document

Open a new blank Word document: File > New > Blank Document. Don’t start from an existing brief, an old template, or anything downloaded from the internet. Any existing document carries formatting history that will contaminate the new template.

Step 2: Configure Normal.dotm defaults first

Before building anything inside the template, set the default font and paragraph spacing to match the firm’s drafting standards:

  1. Open the Font dialog by going to Format in the top menu bar > Font. (Windows: Home tab > Font dialog launcher, the small arrow at the bottom right of the Font group.)Microsoft Word Format Font menu.
  2. Set the font and size, typically Times New Roman 12-point for court filings, or whatever the firm’s standard requires.MS Word Font dialog on Mac with Times New Roman 12-point selected.
  3. Click Default at the bottom left of the dialog > All documents based on the Normal.dotm template > OK. (Windows: Set As Default instead of Default.)
  4. Repeat for paragraph spacing: Format > Paragraph > set spacing before and after > Default > All documents based on Normal.dotm. (Windows: Home tab > Paragraph dialog launcher > Set As Default.)Word Paragraph dialog on Mac with Set As Default button.

This step prevents Word’s defaults from reasserting themselves during editing. Attorneys describe this as formatting appearing out of nowhere mid-document. That behavior traces to the Normal.dotm defaults, which were never aligned with the firm’s standards.

Step 3: Configure the style set for this document type

Open the Styles pane: Home tab > Styles panel launcher. The default gallery contains 50+ styles. Most of them have no place in a legal document template.

For most legal templates, the working style set is:

  • Normal: body text
  • Heading 1, 2, 3: for TOC-driven documents
  • Body Text: for indented or block text
  • List Paragraph: for numbered items
  • Footnote Text: for footnotes
  • Any firm-specific styles for elements like signature blocks or defined terms

Modify each style to match the document’s requirements. Then hide the styles that don’t belong so attorneys can only apply styles that are visible in the pane. 

  • On Windows: open Manage Styles (the third button at the bottom of the Styles pane) > Recommend tab, select all styles that don’t belong, and click Hide. 
  • On Mac: the Manage Styles dialog is not available. The closest workaround is to right-click each style you want to remove > Modify Style > uncheck “Add to Quick Style list.” This removes it from the gallery, though it won’t fully hide it from the Styles pane. Word Modify Style dialog on Mac showing Heading 1 settings.

For a deeper look at why styles break and how to fix them, see our article on why Microsoft Word styles break in legal documents.

Step 4: Set paragraph defaults through style definitions

For each body text style, set line spacing (double for most court filings, single with spacing-after for contracts) through the style definition, not through direct formatting. To modify a style: right-click the style name in the Styles pane > Modify > Format > Paragraph.

To apply Keep With Next to heading styles: Format in the top menu bar > Paragraph > Line and Page Breaks > check Keep with next. Set widow and orphan control in the same dialog. Do this once in the style definition, and every paragraph that uses the style inherits the behavior automatically.Word Paragraph dialog Line and Page Breaks tab with Keep with next checked.

Phase 2: Build the structural elements that make the template reusable

With the foundation configured, the template needs its structural content: the elements that make it a legal document template rather than a blank formatted page.

Prebuilt section breaks and page numbering

Most legal documents require different page numbering across sections: no number on a cover page, Roman numerals for prefatory pages, Arabic numerals for the body. Configure these section breaks and their numbering in the template before distributing it. An attorney working from a well-built brief template should never need to set up a section break for a standard filing.

The correct page numbering method: Layout > Breaks > Next Page (not Continuous) to create the section break. Then in the footer of each section: Page Number > Current Position > Plain Number. Avoid the top three page number options in that menu, as they insert an extra paragraph mark that creates persistent spacing problems.

Word Layout tab Breaks menu showing Next Page section break option.

TOC and TOA placeholders

For appellate briefs, legal memoranda, and law review articles, include the Table of Contents and Table of Authorities frames in the template at the correct positions. A TOC placeholder is simply a correctly formatted TOC generated from the template’s heading structure. When an attorney opens the template, writes their headings using Heading styles, and clicks Update Table, the correct TOC generates automatically. Nothing to build from scratch, and nothing to format manually.

Header and footer preconfiguration

Firm name, document title, page number, and matter number placeholder should be built into the template’s headers and footers. Use Insert > Field for dynamic elements (page numbers and document names) rather than typing text that will need to be manually updated per matter. For letterhead templates, the logo and address block belong in the header as a locked element.

Content controls for variable fields

Content controls is the element most legal templates are missing, and the one that produces the biggest reduction in per-matter drafting time.

When you use content controls (Developer tab > Controls group), it creates structured fillable fields (party names, matter numbers, dates, defined terms, signature lines) where attorneys click and type rather than searching through the document for where to enter information. A contract template with content controls for Party A Name, Party B Name, Effective Date, and Governing Law is more useful than a blank formatted contract.

Two content control types cover most legal use cases: Rich Text Content Control and Data Picker Content Control.

Rich Text Content Control: for names, clauses, or any variable text that may need formatting. 

  • Windows: Insert from Developer > Controls > Rich Text Content Control. Double-click to open properties and set placeholder text (“Type Party A’s full legal name here”). The placeholder disappears when the attorney types.
  • Mac: Developer tab > Text Box. Double-click the field > add prompt text in the Default text field.
    • Once all fields are inserted, protect the form to make them active: 
      • Tools > Protect Document > check Protect document for > check Forms > OK. This locks non-field content from editing, so complete the template structure before applying protection.

Date Picker Content Control: for execution dates, notice periods, and any date field. Inserts a calendar picker so dates are entered consistently rather than typed in varying formats across contributors.

Formatting restrictions as a deployment safeguard

It’s important to restrict editing to limit the styles attorneys can apply to the approved style set from Phase 1. 

  • Windows: Review tab > Restrict Editing > check “Limit formatting to a selection of styles” > Settings > select only the styles in the firm’s approved set.
  • Mac: 
    1. Set Cmd+V to paste as text only by default, so pasted content never imports outside styles. 
    2. Tools > Customize Keyboard > in the Categories list choose Edit > find PasteTextOnly > click in the Press new keyboard shortcut field > press Cmd+V > click Assign.MS Word's Customize Keyboard dialog showing Command+V being reassigned to the PasteTextOnly command.

This is what prevents template drift after distribution. Without it, the template’s style set survives only as long as every attorney remembers to use it. With it, the template enforces its own standards. For full guidance on formatting restrictions, see our article on protecting Word document formatting in legal drafts.

Save, name, and store the legal template correctly

After the foundation and structure are built, the save step is straightforward, but the decisions made here determine whether the template works as a firm asset or a personal file.

The three file formats and when to use each for your legal templates

  • DOTX: Word Template without macros. The correct format for most legal document templates. Double-clicking generates a new unnamed document every time, without the template being modified.
  • DOTM: Word Macro-Enabled Template. Use this only if the template includes VBA macros.
  • DOCX: a regular document, not a template. If used as a template by renaming it per matter, changes will overwrite it and its formatting history travels into every future document. This is the most common template-building mistake.

How to save your legal template as DOTX correctly

  1. File > Save As > change the file type to Word Template (DOTX) before choosing the save location. If you select the location first, Word may default to the wrong folder. 
  2. Name the template descriptively, not “Brief Template” but “Appellate Brief – Ninth Circuit – [Firm Name] – 2025.” Include the year for version management.

Where to store your legal templates

A template on one attorney’s desktop is not a firm asset. Store shared templates in a designated network folder or practice management system that all attorneys can access. 

  1. Configure Word to surface custom templates at File > Options > Advanced > File Locations > User Templates. 
  2. Distribute a one-paragraph instruction sheet with every template: where it is stored, how to open it for a new document (double-click), and how to open it for editing (right-click > Open).

Test the template before distributing it

A template that hasn’t been tested is a liability. This step is required, not optional.

Generate three test documents by double-clicking the DOTX three times. Each new document should open unnamed, with the correct style set and no content carried over from a previous test.

Test the structural elements:

  • Apply each Heading style and verify the TOC updates correctly when refreshed.
  • Type a footnote and confirm the Footnote Text style applies automatically.
  • Insert a page break at the end of a section and verify page numbering continues correctly.
  • Click each content control and confirm placeholder text disappears and typed content formats correctly.

Test paste behavior by copying a paragraph from a PDF-converted document and paste it into the test document using Paste Special > Keep Text Only. Verify no rogue styles were imported. Then paste using Ctrl+V and check whether formatting restrictions blocked the paste or permitted it. Adjust if the behavior doesn’t match what the firm needs.

Test on a second machine. If the template was built on a Mac, verify it works correctly on Windows before distributing, not after. 

Deploying and maintaining the template as a law firm asset

With the template built and tested, what happens next determines whether it becomes a firm asset or repeats the problem it was meant to fix.

Deployment. Send the template with a one-page instruction sheet:

  • Where the template is stored
  • How to open it to generate a new document (double-click)
  • How to open it for editing (right-click > Open)
  • Who to contact if something behaves unexpectedly

Attorneys who receive a template without instructions will use it wrong, and a clear instruction sheet is as important as the template itself.

Versioning. A firm without a versioning convention will accumulate a dozen slightly different versions of the same template within a year. A few habits prevent this:

  • Include the version date in the filename
  • Maintain one master copy in the shared location
  • When the template is updated, archive the old version rather than deleting it, as historical documents may reference it
  • Communicate to the firm when an update has been made and what changed

Updating. To modify the template, right-click > Open. Do not double-click; that generates a new document, not an edit to the template. Make changes, save. Documents already generated from the template are independent files; they won’t update automatically. This is a reason to minimize post-distribution changes and get the template right before it goes out.

Template ownership. Assign one person as the template owner, responsible for maintaining it, answering questions about it, and approving modifications. Without a designated owner, templates drift through informal edits until no one knows which version is authoritative.

Master Microsoft Word for Legal Drafting

This is just one piece of the puzzle. Explore the Master Microsoft Word for legal drafting hub for all our Word resources for legal professionals.

MS Word Hub

Template architecture by document type: What changes and what doesn’t

The Phase 1 and Phase 2 work is consistent across document types. What varies is the specific structural elements each practice area requires.

Litigation documents (briefs, motions, pleadings):

  • Court-required font and margin compliance built into the Normal style, not applied per document
  • Section breaks for Roman numeral prefatory pages
  • TOC and TOA placeholders
  • Line numbering for applicable jurisdictions (Layout > Line Numbers > Restart Each Page for California and Arizona pleadings)

Most important element: heading styles linked to TOC and TOA generation. These must be in the template from the start and cannot be reliably added to an existing document after content has been entered.

Transactional documents (contracts, agreements, term sheets):

  • Multilevel list numbering linked to Heading styles for article and section numbering
  • Content controls for defined terms and party names
  • Signature block formatted as a table
  • Exhibit schedule placeholders

Most important element: the multilevel list setup. Attorneys adding numbered provisions to a contract template need numbering that holds its sequence without manual intervention.

Estate planning documents (wills, trusts, powers of attorney):

  • Keep With Next on all heading styles to prevent orphaned article headings
  • Paragraph numbering for testamentary dispositions
  • Notary jurat block at the end

Most important element: paragraph spacing configured precisely so execution formality requirements are met without manual adjustment per document.

When a template is ready for document automation

A properly built Word template is the prerequisite for document automation. Clio Draft takes well-structured templates like these and turns them into automated drafting workflows, so attorneys generate compliant, consistently formatted documents in minutes rather than hours.

The architecture from Phase 1 and Phase 2 (style-based formatting, content controls for variable fields, structural elements pre-built) is what document automation tools require to populate documents from client data. Firms that have built templates correctly can adopt Clio Draft immediately. Firms still working from repurposed documents need to rebuild first.

Building a template correctly takes time upfront, but that investment pays off across every matter the template touches: faster drafting, less formatting cleanup, cleaner version control.

Where Word templates end and Clio Draft begins

Building a legal document template correctly takes more time than saving a formatted document as DOTX. Done right, it works reliably for every attorney, holds up through normal drafting and collaboration, and doesn’t need its builder to fix it every time someone opens it.

The two-phase approach (architecture first, deployment second) is what separates a personal file from a firm asset. The testing protocol and maintenance framework are what keep it one over time.

A template built this way is also the prerequisite for document automation. Clio Draft is where that step begins.

What is the difference between a DOTX and a DOCX file for legal templates?

A DOTX file is a Word template. Double-clicking it generates a new unnamed document without modifying the original. A DOCX file is a regular document. If attorneys use a DOCX as a template by renaming it per matter, changes overwrite the file and its formatting history travels into every document built from it. For any document type the firm reuses, DOTX is always the correct format.

How do I make a Word legal template that other attorneys can use without breaking it?

The combination that works: a configured and limited style set from Phase 1, formatting restrictions that prevent attorneys from applying styles outside that set, content controls for variable fields, and clear instructions for how to open the template correctly. A template that relies on attorneys remembering to do the right thing will drift. A template designed so that correct use is the only easy path will hold up.

Do I need content controls in my legal document template?

Not for every template. For narrative documents like briefs, where attorneys draft original content throughout, content controls add more friction than value. For any template with repeating variable information (party names, dates, matter numbers, defined terms), content controls reduce errors and speed up drafting. They are most valuable in contracts, engagement letters, and intake-driven forms.

How do I update a legal template after it has been distributed?

Right-click the DOTX file > Open. Don’t double-click. That generates a new document rather than opening the template for editing. Make changes and save. Documents already generated from the template are independent files; they won’t update automatically. Include the update date in the filename so attorneys know which version is current.

Why does my legal template keep breaking when other attorneys use it?

The most common causes are direct formatting overrides (attorneys formatting manually instead of using styles), pasted content importing rogue styles from external documents, and attorneys opening the template for editing rather than generating a new document from it. The fixes are formatting restrictions that enforce the style set, paste instructions included with the template, and a clear one-page instruction sheet on how to open it correctly.

What styles should a legal document template in Word include?

A practical baseline: Normal for body text, Heading 1 through 3 for TOC-driven documents, Body Text for indented text, List Paragraph for numbered items, Footnote Text for footnotes, and any firm-specific styles for document-type elements like signature blocks or defined terms. All other styles should be hidden using Manage Styles so attorneys can only apply styles that belong in the document.

Master Microsoft Word for Legal Drafting

This is just one piece of the puzzle. Explore the Master Microsoft Word for legal drafting hub for all our Word resources for legal professionals.

MS Word Hub