0
0
SolidworksHow-ToBeginner · 3 min read

How to Set Up AutoCAD Drawing Units Quickly and Correctly

To set up drawing units in AutoCAD, type UNITS in the command line and press Enter. In the Drawing Units dialog box, choose the desired unit type (e.g., Architectural, Decimal) and set precision, then click OK to apply.
📐

Syntax

The command to set drawing units in AutoCAD is UNITS. This opens the Drawing Units dialog where you can configure:

  • Type: Choose the measurement system like Decimal, Architectural, Engineering, etc.
  • Insertion scale: Defines the unit scale for inserting blocks or drawings.
  • Precision: Sets how many decimal places or fractions are shown.
autocad command
UNITS
Output
Opens Drawing Units dialog box
💻

Example

This example shows how to set the drawing units to Decimal with 2 decimal places and set the insertion scale to millimeters.

autocad command
Type UNITS and press Enter
In the Drawing Units dialog:
- Set Type to Decimal
- Set Precision to 0.00
- Set Insertion scale to Millimeters
Click OK
Output
Drawing units set to Decimal with 2 decimal places and insertion scale to millimeters
⚠️

Common Pitfalls

Common mistakes when setting drawing units include:

  • Not setting the insertion scale correctly, causing blocks or external drawings to appear too large or small.
  • Choosing the wrong unit type, which leads to measurement confusion.
  • Ignoring precision settings, resulting in inaccurate dimension display.

Always double-check your units before starting detailed work.

autocad command
Wrong way:
Type UNITS and leave Type as 'Unitless' or default
Right way:
Type UNITS and select the correct Type like 'Decimal' or 'Architectural'
📊

Quick Reference

SettingDescriptionCommon Options
TypeMeasurement system for drawing unitsDecimal, Architectural, Engineering, Fractional, Scientific
PrecisionDecimal places or fraction accuracy0, 0.0, 0.00, 1/8", 1/16"
Insertion ScaleUnit scale for inserting blocks/drawingsMillimeters, Inches, Feet, Meters
Angle TypeUnit for anglesDecimal Degrees, Degrees/Minutes/Seconds, Grads, Radians
Angle PrecisionDecimal places for angles0, 0.0, 0.00

Key Takeaways

Use the UNITS command to open the Drawing Units dialog and set your units.
Choose the correct unit type and insertion scale to avoid scaling issues.
Set precision to control how measurements display in your drawing.
Double-check units before importing or inserting external content.
Incorrect unit settings can cause major design errors and confusion.