Open a new drawing based on AutoCAD's default template — don't use your old .dwg as a starting point.
Use QNEW and select acadiso.dwt (metric) or acad.dwt (imperial). Starting clean avoids inheriting ghost layers, unused styles, and corrupt data from old drawings.
Never base a new template on an existing project file
Run AUDIT and PURGE on any imported content
Delete all demo geometry — the template should be completely blank
2
Set Drawing Units
UNITSINSUNITS
Configure length type, precision, angle settings, and insertion units to match your discipline.
Command: UNITS — sets the dialog. For imperial arch: Architectural, 1/16" precision. For civil/engineering: Decimal feet, 0.00 precision.
INSUNITS = 1 (inches) or 4 (millimeters) or 2 (feet) — controls how blocks insert
MEASUREMENT = 0 (imperial hatch/linetype) or 1 (metric)
Set attribute visibility to Normal (not invisible) during setup
Lock the title block layer after insertion
Leave viewport(s) for model space views — don't put geometry in paper space
10
Save as .dwt Template
SAVEAS
Run AUDIT + PURGE, then save as AutoCAD Drawing Template (.dwt) to your firm's template folder.
File → Save As → change file type to AutoCAD Drawing Template (*.dwt). AutoCAD will ask for a description — fill it in.
Before saving: AUDIT → PURGE ALL → PURGE ALL again
Save to the AutoCAD template folder: C:\Users\[user]\AppData\Roaming\Autodesk\AutoCAD 2024\R24.3\enu\Template\
For shared network deployment, save to a mapped network drive and set Options → Files → Drawing Template File Location
Version-name your template: FirmName_Standard_v2024.dwt
Build standard layer names and generate AutoCAD command strings you can paste directly into the command line.
Discipline Standard
Major Group
Minor Group
Modifier (optional)
Color (ACI#)
Linetype
Lineweight
Generated -LAYER Command:
-LAYER
Make
A-WALL
Color
7
A-WALL
Ltype
CONTINUOUS
A-WALL
LWeight
0.25
A-WALL
Paste this directly into the AutoCAD command line. Press Enter after the last line.
Batch create multiple layers:
; Paste each block one at a time, or use a script (.scr) file
-LAYER Make A-ANNO Color 3 A-ANNO Ltype CONTINUOUS A-ANNO LWeight 0.18 A-ANNO
-LAYER Make A-DIMS Color 2 A-DIMS Ltype CONTINUOUS A-DIMS LWeight 0.18 A-DIMS
-LAYER Make A-WALL Color 7 A-WALL Ltype CONTINUOUS A-WALL LWeight 0.50 A-WALL
-LAYER Make A-WALL-DEMO Color 1 A-WALL-DEMO Ltype HIDDEN A-WALL-DEMO LWeight 0.25 A-WALL-DEMO
Standard template settings by discipline. Use as a starting point — always verify against your firm's CAD standards.
🏗 Architecture (Imperial)
UnitsArchitectural
Precision0'-0 1/16"
INSUNITS1 (Inches)
MEASUREMENT0 (Imperial)
LTSCALEPlot Scale Factor
DIMSCALEPlot Scale Factor
Text Height3/32" plotted
Layer StdAIA NCS
🛣 Civil / Site (Imperial)
UnitsEngineering
Precision0'-0.00"
INSUNITS2 (Feet)
MEASUREMENT0 (Imperial)
LTSCALEPlot Scale Factor
DIMSCALEPlot Scale Factor
Text Height0.10' plotted
Layer StdASCE / Firm
⚡ Electrical Utility
UnitsEngineering
Precision0'-0.00"
INSUNITS2 (Feet)
MEASUREMENT0 (Imperial)
Common Scales1"=10', 1"=20'
Pole SymbolsLayer: U-POLE
ConductorsLayer: U-WIRE
Layer StdNRECA / Firm
🔧 Mechanical / Inventor
UnitsDecimal
Precision0.000"
INSUNITS1 (Inches)
MEASUREMENT0 (Imperial)
LTSCALE1 (full detail)
Text Height0.125" plotted
Tolerances±0.005" default
Layer StdASME Y14.100
🌍 Metric (ISO)
UnitsDecimal
Precision0.00 mm
INSUNITS4 (mm)
MEASUREMENT1 (Metric)
LTSCALE25.4 × scale factor
Text Height2.5–3.5mm plotted
Paper SizesA0–A4 (ISO)
Layer StdISO 13567
🏭 Process / Piping
UnitsDecimal
Precision0.00"
INSUNITS1 (Inches)
MEASUREMENT0 (Imperial)
Common LayersP-PIPE, P-EQPT
SymbolsISA / ISO 10628
Text Height1/8" plotted
Layer StdFirm / P&ID
What Goes in a .dwt Template?
A template file (.dwt) is a drawing file that AutoCAD loads as the starting point for every new drawing. Everything you set up in the template — layers, text styles, dim styles, plot settings, title block — appears automatically in every new drawing that uses it. Done right, a template eliminates 30–60 minutes of setup per new project.
💡 Network deployment: Set Options → Files → Drawing Template File Location to a network path so all team members pull from the same master template. Lock the network folder so only CAD managers can edit it.
Key System Variables for Templates
INSUNITS
0=Unitless, 1=Inches, 2=Feet, 4=mm, 6=m
Controls how blocks and xrefs scale when inserted. Must match your drawing unit.
MEASUREMENT
0=Imperial, 1=Metric
Determines which acad.lin or acadiso.lin hatch and linetype files AutoCAD loads.
LTSCALE
Positive real number
Global linetype scale factor. Set to your plot scale factor (e.g., 48 for 1/4"=1').
DIMSCALE
Positive real number (0 = auto)
Overall dimension scale. Set equal to LTSCALE, or use annotative dimensions instead.
PSLTSCALE
0=no scale, 1=viewport scale
Controls linetype scaling in paper space viewports. Set to 1 in templates for correct behavior.
LIMCHECK
0=off, 1=on
Enforces drawing limits. Set to 0 so drafters aren't blocked when drawing outside limits.
Common Layer Standards
Standard
Used By
Format
Example
AIA National CAD Standard (NCS)
Architecture, Interior Design
D-MAJOR-minor-status
A-WALL, A-GLAZ-DEMO
ISO 13567
International / Metric projects
Agent-Classif-Presentn-Status
A-WALL-PATT-E
ASCE 1-06
Civil Engineering
D-type-description
C-ROAD, C-TOPO-XIST
NRECA / Firm
Electric Utility
Firm-defined
U-POLE, U-WIRE-PRI, U-EQPT
ASME Y14.100
Mechanical / Manufacturing
Descriptive
OBJECT, HIDDEN, CENTER, DIM
MilSpec MIL-D-28003
Defense / Government
Hierarchical
PART, DETAIL, SPEC, NOTE
Template Commands Reference
UNITS
Drawing units dialog — length, angle, precision
LIMITS
Set model space boundaries
LAYER / -LAYER
Layer Manager / command-line layer creation
STYLE
Text style manager
DIMSTYLE / D
Dimension style manager
TABLESTYLE
Table style manager
MLEADERSTYLE
Multileader style manager
LINETYPE / -LINETYPE
Load and manage linetypes
LAYOUT
Create, rename, copy layout tabs
PAGESETUP
Assign plotter and paper to a layout
ATTDEF
Define block attributes (title block fields)
BLOCK / -BLOCK
Create a named block from objects
SAVEAS
Save as .dwt template file
PURGE
Remove unused named objects before saving
AUDIT
Check drawing integrity before saving
OPTIONS / OP
Set template search path under Files tab
Common Problems
Problem
Cause
Fix
New drawing opens with wrong units
QNEW is pointing to wrong template
Check Options → Files → Default Template for QNEW. Verify template has correct UNITS settings saved.
Layers from template not showing in new drawing
Template was saved with layers in a purged state
Re-open template, verify layers exist via LAYER command, resave as .dwt
Inserted xref or block is wrong size
INSUNITS mismatch between drawings
Match INSUNITS in template and all blocks/xrefs. Use SCALE command to correct existing inserts.
Linetypes appear as continuous
LTSCALE set to 0 or 1 but scale is large
Set LTSCALE to plot scale factor. Check PSLTSCALE = 1. Regenerate with REGEN.
Title block attributes don't prompt on NEW
Template saved with ATTREQ = 0
Set ATTREQ = 1 in template before saving. Or use Enhanced Attribute Editor after insert.
Template opens with extra junk geometry
Template was saved with objects in model space
Re-open template, select all in model space, delete, resave.
Dim styles missing in new drawings
Dim styles were purged from template before save
Place one temporary dimension, then purge unused styles — keep the ones you need by using them once.