Skip to main content
April 1, 2026Dan Perico/6 min read

Drawing Template: Architectural

Master AutoCAD architectural templates for professional drawings

Learning Path Overview

This tutorial builds essential AutoCAD skills by teaching you how to leverage drawing templates for architectural projects, ensuring consistent setup and professional results.

Topics Covered in This AutoCAD Tutorial:

Drawing Template Files (.dwt), Creating a File Based on a Template

Key Learning Areas

Drawing Template Files

Understanding .dwt files and their role in creating consistent drawing setups. Learn how templates preserve settings across projects.

Template-Based Creation

Step-by-step process for creating new drawings from existing templates. Master the workflow for efficient project initialization.

Exercise Preview

ex preview drawing template

What You'll Accomplish

0/3

Exercise Overview

In this hands-on exercise, you'll create a professional drawing based on an architectural template while discovering how templates streamline your workflow. By the end, you'll understand how proper template usage can save hours of setup time on every project.

Drawing Template Files (.dwt)

Every successful AutoCAD project begins with the right foundation. When you create new drawing files (.dwg) dwg icon using the New command (CTRL–N), AutoCAD requires you to select a Drawing Template file (.dwt) dwt icon as your starting point. Think of templates as your project DNA—they contain all the essential settings that define how your drawing will behave.

Templates store far more than basic settings. They preserve your custom units, scales, layer structures, text styles, dimension styles, attached blocks, and page layouts. Essentially, anything that can be saved in a drawing file dwg icon can be embedded in a template file dwt icon. This comprehensive approach means you can create specialized templates for different disciplines—architectural projects with imperial measurements, civil engineering drawings with survey coordinates, or mechanical designs using metric units.

The genius of template files lies in their protective design. Once created, templates cannot be opened directly for editing, which means you'll never accidentally overwrite your carefully crafted template with project-specific content. This safeguard has saved countless professionals from losing weeks of setup work, making templates an essential part of any serious CAD workflow.

Template File Advantages

Consistency Across Projects

Templates ensure uniform settings, units, scales, layers, and styles across all new drawings. Eliminates repetitive setup work.

Protection from Overwriting

Template files cannot be accidentally saved over since they create separate .dwg files with different names and file types.

Specialized Configurations

Create different templates for architectural, civil, or mechanical drawings with appropriate units and measurement systems.

Template Best Practice

Anything that can be saved in a drawing file can be saved in a template file. This includes custom settings, units, scales, layers, styles, attached blocks, and layouts.

To Create a Drawing File from a Template

  1. Select your desired template file dwt icon using the New command (CTRL–N or File > New).

  2. AutoCAD instantly generates a new Drawing file (.dwg) dwg icon inheriting all the template's properties. The system automatically assigns a generic name like Drawing1.dwg, with the number incrementing based on how many new drawings you've created in your current AutoCAD session.

    This naming convention provides additional protection—since your new file carries a different name and file type than the original template, there's no risk of accidentally overwriting your template when you save your work. The file remains a .dwg dwg icon by default, preserving your template's integrity.

Template to Drawing Workflow

1

Access New Command

Use CTRL-N or File > New to open the template selection dialog

2

Select Template

Choose appropriate .dwt file for your project type

3

New Drawing Created

AutoCAD generates a .dwg file with sequential naming (Drawing1.dwg, etc.)

4

Save with Custom Name

File remains as .dwg type, protecting original template from overwriting

Creating a File Based on a Template

Now let's put theory into practice. This step-by-step process will demonstrate how templates transform your drawing environment instantly, setting you up for efficient, standards-compliant work.

  1. Launch the New command (File > New or CTRL–N) to open the Select Template dialog box. Notice the visual distinction: .dwt template files dwt icon display red icons, while .dwg drawing files dwg icon show yellow and blue icons. This color coding helps prevent the common mistake of using File > Open when you meant File > New, or vice versa.

    By default, AutoCAD navigates to its built-in template library, but you'll often need custom templates stored elsewhere. For this exercise, navigate to your student file folder and select Architectural-Imperial.dwt. Double-click the template or click Open. AutoCAD immediately creates a new .dwg file with a name like Drawing1.dwg, ready for your architectural project.

    file new dialog

  2. Execute the Save As command (CTRL–Shift–S or File > Save As) and confirm the file type shows .dwg, not .dwt. Give your project a meaningful name: End Table.dwg, then click Save. This establishes your working file while keeping the original template untouched.

  3. Access the Units command through the command line or Format menu to examine the template's unit configuration. The Drawing Units dialog box reveals the template's pre-configured settings.

    units dialog box

    Observe how the template has automatically configured units for architectural work: inches as the base unit and Architectural length type. This means you'll enter measurements like 6 feet 5 inches as 6'5, following standard architectural notation. Without this template, you'd need to configure these settings manually for every new project.

  4. Expand the Layer Control dropdown in the Layer panel or toolbar to reveal the template's organizational structure. The layer names immediately signal this template's architectural focus—you'll find layers for walls, doors, windows, and furniture rather than the mechanical components you'd see in manufacturing templates.

    layer control furniture

    Each layer's color swatch indicates the display color for objects placed on that layer. This systematic approach to layer organization follows industry standards, ensuring your drawings remain compatible with other professionals' work and meet client expectations.

  5. Select the A-Furniture layer to make it current. This action ensures that any new objects you create will automatically inherit this layer's properties, including color, linetype, and lineweight. Since you're drawing an end table, the A-Furniture layer is the logical choice, maintaining proper drawing organization from the start.

  6. Study the dimensioned diagram below, which shows the end table you'll create. Notice how the dimensions follow architectural conventions, demonstrating real-world application of the template's settings.

    end table dimensions

  7. Activate the Rectangle command Rectangle to create the table top. Click anywhere to establish your starting point, then input 2'''4,2 for the X and Y dimensions. Notice how the template's unit settings allow you to enter measurements in natural architectural format.

  8. Press Enter to restart the Rectangle command Rectangle for the drawer component. Place your cursor at any starting location and enter 1'''8,6 for the drawer dimensions. The template ensures consistent formatting and accuracy across all elements.

  9. Create the table legs by drawing another rectangle with dimensions 3"x1'8 at any convenient location. Use the Copy command to duplicate this leg, creating the second support. This workflow demonstrates how templates support efficient modeling practices.

  10. Employ the Move command move tool to assemble your table components. Position the table top, drawer, and legs according to the reference image below, creating a cohesive furniture piece.

    end table move

  11. Complete your end table with the Circle tool circle to add the drawer knob. Use the Geometric Center object snap to precisely center the circle on the drawer rectangle—remember to hover your cursor over the rectangle's edge to reveal its geometric center point. Specify a radius of 1 inch for appropriate scale.

    Professional Tip: Accurate snap placement is crucial for professional-quality drawings. The geometric center snap ensures perfect alignment, as shown below:

    end table knob

  12. Congratulations—your end table is complete! Save and close the file. You've successfully leveraged a professional template to create a properly organized, standards-compliant drawing in a fraction of the time it would take starting from scratch.

File Type Recognition

FeatureTemplate Files (.dwt)Drawing Files (.dwg)
Icon ColorRed iconsYellow and blue icons
PurposeCreate new drawingsWorking documents
AccessibilityCannot open directlyCan open and edit
Recommended: Use icon colors to verify you're selecting the correct file type for your intended action.

Architectural Drawing Setup Process

1

Template Selection

Navigate to Template Architectural-Imperial.dwt and double-click or use Open button

2

Verify Units Configuration

Check Drawing Units dialog shows Architectural type with feet/inches format (6'5 notation)

3

Review Layer Structure

Examine Layer Control for architectural-specific layers like walls, doors, windows, and furniture

4

Set Active Layer

Select A-Furniture layer for drawing furniture objects with appropriate properties

Professional Tip

Layer names in architectural templates reflect drawing content types. This organization system helps maintain drawing standards and makes collaboration more efficient.

Key Takeaways

1Drawing Template Files (.dwt) preserve custom settings, units, scales, layers, styles, and layouts for consistent new drawing creation
2Templates cannot be opened directly and only exist to generate new .dwg files, preventing accidental overwriting of template configurations
3The New command (CTRL-N) creates .dwg files from templates with sequential naming, maintaining separation between templates and working documents
4Architectural templates include specialized layer structures with names like A-Furniture, A-Walls, and A-Doors that reflect building design elements
5Template files use red icons while drawing files use yellow and blue icons, providing visual confirmation of file type selection
6Different template types support various drawing disciplines including architectural, civil, and mechanical with appropriate unit systems
7Architectural units in templates support feet and inches notation (6'5 format) for building design and construction drawings
8Setting the correct active layer ensures new objects inherit appropriate properties and maintain drawing organization standards

RELATED ARTICLES