Quick Access Search All Tools Ctrl+K Help & Tool Guide
⚡ Interactive Template Wizard
0 / 10
1
Start from a clean drawing
QNEWacadiso.dwt
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)
  • AUNITS = 0 (decimal degrees), AUPREC = 0 (whole degrees)
  • Set Drag-and-drop scale to match INSUNITS
3
Set Drawing Limits
LIMITSZOOM ALL
Define the model space working area to match your largest expected sheet size × plot scale.

Formula: Paper Width × Scale = Model Limit X. For 24"×36" sheet at 1"=20': 36×240 = 8,640 wide.

  • Lower left: 0,0 (always)
  • Upper right: width×scale, height×scale
  • After setting, run ZOOM ALL to update the display
  • Set LIMCHECK = 0 so drawing outside limits is a warning, not an error
4
Build Your Layer Structure
LAYER-LAYER
Create all standard layers with correct colors, linetypes, and lineweights. This is the highest-value part of any template.

Use the Layer Manager (LAYER) or script layers via -LAYER for batch creation. Use the Layer Name Builder tab to generate command strings.

  • Follow your firm or discipline standard (AIA, ISO, ASCE, NRECA for utility)
  • Always have: 0 (block definition), DEFPOINTS (auto-created), at least one object layer, one text/annotation layer, one dimension layer
  • Set linetypes for all dashed/hidden/phantom layers before saving the template
  • Lock unused layers to prevent accidental edits
5
Create Text Styles
STYLE
Set up all text styles: general notes, title block, dimensions, and annotation. Each style gets a specific font and height.

Best practice: set all style heights to 0" in the Style dialog — this forces height control at the command level (DTEXT, MTEXT) for flexibility.

  • Standard (or ROMANS): basic notes, general use — height 0
  • Title: title block text, bold font — height 0
  • Dim: used only by dimension styles — height 0
  • Annotative: for annotative text objects — check the Annotative box
  • Avoid width factor ≠ 1.0 and oblique angle ≠ 0° unless required
6
Create Dimension Styles
DIMSTYLED
Build dimension styles for each scale or discipline. Set text style, arrow size, tolerances, and precision.

Create one parent style, then sub-styles for Linear, Angular, Radius, Diameter. Use annotative dimension styles for multi-scale drawings.

  • Text style: point to your Dim text style
  • Text height: set to your plotted height (e.g., 3/32" = 0.09375")
  • Arrow size: match text height (typically 3/32" to 1/8")
  • Scale: use DIMSCALE = plot scale factor, or check Annotative
  • Precision: Architectural = 0'-0 1/16", Engineering = 0'-0.00"
7
Load Linetypes
LINETYPELTSCALE
Load all linetypes your firm uses so they're available in every drawing without re-importing.

Load from acad.lin (imperial) or acadiso.lin (metric). Only load what you actually use — excess linetypes bloat the template.

  • Common: HIDDEN, HIDDEN2, CENTER, CENTER2, PHANTOM, DASHED, DASHDOT
  • Set LTSCALE to your base scale factor (e.g., 48 for 1/4"=1')
  • Set PSLTSCALE = 1 so paper space viewports scale linetypes correctly
  • Set CELTSCALE = 1 (default) so individual objects use LTSCALE
8
Set Up Paper Space Layouts
LAYOUTPAGESETUP
Create a layout tab for each standard sheet size your firm uses. Set paper size, plot device, and plot style table.

Right-click a layout tab → Page Setup. Assign a plotter configuration (.pc3) and plot style table (.ctb or .stb).

  • Rename layouts meaningfully: "ANSI-D 24x36", "ARCH-E1 30x42"
  • Set plot area to "Layout" so what you see is what plots
  • Set plot scale to 1:1 in paper space (viewports control model scale)
  • Turn off Model tab visibility if you want to hide it from end users
9
Insert Title Block
INSERTATTDEF
Place your firm's title block as a block with attribute definitions for project name, number, scale, date, and revision.

Title block best practice: draw in paper space on a locked layer. Use ATTDEF to create attribute definitions before making the block.

  • Required attributes: PROJECT, DRAWING NUMBER, SCALE, DATE, DRAWN BY, CHECKED BY, REVISION
  • 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: AUDITPURGE ALLPURGE 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.

Saved in the Template
  • Layer definitions (name, color, linetype, lineweight)
  • Text styles (STYLE command)
  • Dimension styles (DIMSTYLE)
  • Table styles (TABLESTYLE)
  • Multileader styles (MLEADERSTYLE)
  • Loaded linetypes
  • Paper space layouts + page setups
  • Title block (as a block with attributes)
  • System variable settings (LTSCALE, DIMSCALE, etc.)
  • UCS settings and named views
  • Blocks in the block table
  • Group definitions
NOT Saved in the Template
  • Model space geometry (must be empty)
  • Paper space geometry (except title block)
  • Plotter configurations (.pc3 files) — these live in a separate folder
  • Plot style tables (.ctb/.stb) — linked, not embedded
  • AutoCAD Options settings (Tools → Options)
  • Tool palettes
  • CUI customization
  • External reference paths
  • Sheet set data (.dst)

Template File Location

VersionDefault Template Path
AutoCAD 2024C:\Users\[user]\AppData\Roaming\Autodesk\AutoCAD 2024\R24.3\enu\Template\
AutoCAD 2023C:\Users\[user]\AppData\Roaming\Autodesk\AutoCAD 2023\R24.2\enu\Template\
AutoCAD 2022C:\Users\[user]\AppData\Roaming\Autodesk\AutoCAD 2022\R24.1\enu\Template\
Shared NetworkMap a drive (e.g., T:\CAD_Standards\Templates\) and set in Options → Files
Mac/Users/[user]/Library/Application Support/Autodesk/AutoCAD 2024/R24.3/enu/Template/
💡 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

StandardUsed ByFormatExample
AIA National CAD Standard (NCS)Architecture, Interior DesignD-MAJOR-minor-statusA-WALL, A-GLAZ-DEMO
ISO 13567International / Metric projectsAgent-Classif-Presentn-StatusA-WALL-PATT-E
ASCE 1-06Civil EngineeringD-type-descriptionC-ROAD, C-TOPO-XIST
NRECA / FirmElectric UtilityFirm-definedU-POLE, U-WIRE-PRI, U-EQPT
ASME Y14.100Mechanical / ManufacturingDescriptiveOBJECT, HIDDEN, CENTER, DIM
MilSpec MIL-D-28003Defense / GovernmentHierarchicalPART, 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

ProblemCauseFix
New drawing opens with wrong unitsQNEW is pointing to wrong templateCheck Options → Files → Default Template for QNEW. Verify template has correct UNITS settings saved.
Layers from template not showing in new drawingTemplate was saved with layers in a purged stateRe-open template, verify layers exist via LAYER command, resave as .dwt
Inserted xref or block is wrong sizeINSUNITS mismatch between drawingsMatch INSUNITS in template and all blocks/xrefs. Use SCALE command to correct existing inserts.
Linetypes appear as continuousLTSCALE set to 0 or 1 but scale is largeSet LTSCALE to plot scale factor. Check PSLTSCALE = 1. Regenerate with REGEN.
Title block attributes don't prompt on NEWTemplate saved with ATTREQ = 0Set ATTREQ = 1 in template before saving. Or use Enhanced Attribute Editor after insert.
Template opens with extra junk geometryTemplate was saved with objects in model spaceRe-open template, select all in model space, delete, resave.
Dim styles missing in new drawingsDim styles were purged from template before savePlace one temporary dimension, then purge unused styles — keep the ones you need by using them once.
Can't find template in New dialogTemplate not in template search pathOptions → Files → Drawing Template File Location — add your template folder path here.