How to Use AutoCAD Templates (.DWT) – Complete Guide for Consistent Drawings
Using AutoCAD templates (.DWT) is the fastest way to standardize drawings, eliminate repetitive setup, and keep teams aligned. Instead of resetting units, layers, dimension styles, and layouts every time, a template stores everything in one reusable file.
This is standard practice in any serious CAD environment—architecture, mechanical, MEP, or civil.
What Is an AutoCAD Template (.DWT)?
A .DWT file is a preconfigured drawing file that contains:
- Layers, colors, and lineweights
- Text, dimension, and leader styles
- Units and scale settings
- Layouts and title blocks
- Plot settings
- System variables (workflow behavior)
It works exactly like a .DWG, but it’s designed to be reused as a starting point.
Official reference: https://help.autodesk.com/view/ACD/2024/ENU/?guid=GUID-Templates
Why Use AutoCAD Templates
If you’re still starting from scratch every time, you’re losing time and introducing inconsistency.
Templates solve real problems:
- Consistency across drawings (naming, lineweights, scales)
- Faster project startup
- Fewer plotting errors
- Team standardization
- Cleaner deliverables
In production environments, templates are enforced—not optional.
DWT vs DWG vs DWS (Quick Comparison)
| File Type | Purpose | Use Case |
|---|---|---|
| DWT | Template file | Start new drawings with predefined settings |
| DWG | Drawing file | Actual project deliverable |
| DWS | Standards file | Check and enforce CAD standards |
The .DWS (Drawing Standards) file is often ignored but useful for automated standards checking across teams.
How to Create a Template
If you already have a drawing configured correctly, turning it into a .DWT takes seconds.
- Open the drawing you want to use as a base
- Go to Save As > Drawing Template (*.dwt)
- AutoCAD will automatically navigate to the default Template folder
- Give it a descriptive name (e.g., Architectural_Metric_2026)
- A Template Options dialog will appear. Here, you can:
- Set the measurement units (Metric or Imperial)
- Add a description for team clarity
Critical Notes (Often Missed)
- File version compatibility A template saved in AutoCAD 2026 cannot be opened in AutoCAD 2023 or earlier. In mixed environments, always save to the lowest version used by the team.
- Template location trap AutoCAD defaults to a local folder (often buried in AppData). For professional use, do not leave templates there.
Instead:
- Save templates to a server, NAS, or shared cloud folder
- Then point AutoCAD to that location via Options
If you skip this, your template stays locked on one machine.
Starting a New Drawing with a Template
There are three primary ways to access your templates:
- The Start Tab Click the Templates drop-down menu under the “Start Drawing” button to see available .dwt files
- The NEW Command Type NEW → opens the Select Template dialog
- The Application Menu Click the ‘A’ icon → New > Drawing
If templates are missing, check your Template file path.
Setting a Default Template (QNEW)
To avoid selecting a template every time:
- Type OPTIONS
- Go to the Files tab
- Navigate to: Files > Template Settings > Default Template File Name for QNEW
- Select your .dwt file
- Click Apply
Also verify:
- Files > Template Settings > Drawing Template File Location
This path is where AutoCAD looks for templates. Most support issues come from this being wrong.
What Should You Include in a .DWT Template
A template defines your standards. Build it properly.
Layers
- Standard naming (A-WALL, M-HVAC, C-ROAD)
- Colors and lineweights
- Plot vs non-plot layers
Reference: https://www.nationalcadstandard.org/
Annotation Styles
- Text styles (annotative + standard)
- Dimension styles
- Multileader styles
If dimensions are inconsistent, the template is the problem.
Units and Precision
- Decimal vs Architectural
- Insertion scale
- Angle precision
Set once. Do not adjust per drawing.
Layouts & Title Blocks
- Preconfigured Paper Space layouts
- Title blocks with attributes
- Company logo
Use Dynamic Fields (Recommended)
Use Fields to automate:
- Date
- File name
- Layout name
- Plot date
This removes manual edits and reduces errors.
Page Setups
- Plotters (e.g., DWG to PDF.pc3)
- Paper sizes (A1, A3, etc.)
- Plot styles
System Variables (Advanced but Essential)
Templates also store system variables. This is where experienced users gain consistency.
Examples:
- FILEDIA (dialog behavior)
- PICKFIRST (selection behavior)
- MIRRTEXT (text mirroring)
Set these once in the template to standardize user behavior across projects.
Plot Style Tables (.CTB / .STB)
A template without a plot style table is incomplete.
- Ensure your .CTB or .STB file matches your layer setup
- Store it in a shared location
- Distribute it with the template
If the CTB is missing, printed output will be wrong even if layers are correct.
Cleaning a Drawing Before Saving as Template (Mandatory)
Before saving any .DWT, clean the file.
- Run PURGE
- Remove unused layers, blocks, linetypes
- Run AUDIT
- Fix database errors
If you skip this:
- You propagate errors into every new drawing
- You carry useless blocks and data into projects
This step is standard in CAD management.
Editing an Existing Template
To update a template:
- Go to Open
- Change file type to Drawing Template (*.dwt)
- Select your file
- Make changes
- Save
Do not edit a DWG created from the template.
Team Workflow Best Practice
For team environments:
- Store templates on a shared network drive or cloud platform
- Set AutoCAD paths to that location
- Control versions and updates centrally
Typical tools:
- OneDrive
- Dropbox
This ensures everyone uses the same standard.
Advanced Template Practices (Production Use)
For scalable workflows:
- Separate templates by discipline (Architecture, Structure, MEP)
- Apply ISO or AIA standards
- Include standard blocks and symbols
- Define xref folder structures
- Combine with scripts (.SCR) for automation
Templates are part of a broader CAD standard system.
Common Mistakes to Avoid
- Wrong units in template
- Missing annotation scaling setup
- No page setups defined
- Templates stored locally instead of shared
- Missing CTB/STB files
- Skipping PURGE and AUDIT
- Letting each user create their own template
These issues surface during plotting or coordination.
FAQ – AutoCAD Templates (.DWT)
What is a DWT file in AutoCAD?
A DWT file is a template containing predefined layers, styles, layouts, and settings used to start new drawings.
What is the difference between DWT and DWG?
- DWG = working drawing
- DWT = reusable template
What is a DWS file?
A DWS file is used to check drawings against standards (layers, styles, etc.). It does not create drawings.
Where are AutoCAD templates stored?
Defined in: OPTIONS > Files > Template Settings > Drawing Template File Location
Can you edit a DWT file?
Yes. Open it directly, modify it, and save.
Why is my template not loading with QNEW?
Check the path under: Default Template File Name for QNEW
Can a template include layouts and title blocks?
Yes. It should include layouts, title blocks, and plot settings.
Do templates affect plotting?
Yes. Templates define page setups, plot styles, and output behavior.
Why are my lineweights wrong when plotting?
Most cases:
- Missing or incorrect CTB/STB file
- Plot style not assigned correctly
Final Note
A proper AutoCAD template (.DWT) is not just a convenience. It defines how drawings are created, plotted, and shared. If something is inconsistent across projects, fix the template—not the drawings.
