How to

How to check unit of measurement in AutoCAD?

A quick, practical guide to check and manage units in AutoCAD so your drawings are accurate and consistent.


Introduction

Knowing the unit of measurement used in a drawing is essential for precision, coordination, and file exchange. AutoCAD can work in Imperial (inches/feet) or Metric (mm/m) units, and the drawing’s unit settings determine how dimensions, inserts, and external references are interpreted. This guide shows easy ways to check units, change or convert units, solve common unit-related problems, and apply best practices.


How to check units (recommended method)

Use the UNITS command (step-by-step)

  1. Click the Command Line (or press Ctrl+9 to show it).
  2. Type UNITS and press Enter.
  3. In the Drawing Units dialog you will see:
    • Length Type (e.g., Decimal, Architectural) — indicates the measurement format.
    • Precision — number of decimal places or fraction display.
    • Insertion Scale — the unit used when inserting blocks or xrefs (e.g., Inches, Millimeters).
    • Angle Type and Precision for angular units.
  4. Read and note the current Length Type and Insertion Scale — these together tell you how the drawing’s numbers map to real-world units.

Important: the UNITS dialog shows the unit settings but does not automatically scale existing geometry when you change the displayed unit format.


Alternative methods to verify units

1) Measure a known distance

  • Use the DIST command to measure a feature that you know the real-world size. Compare the reported value to expected value to infer the units (e.g., if a door measured across shows 0.91, it’s likely meters; 36 likely inches).

2) Check object Properties

  • Select an object and open Properties (Ctrl+1). The numeric values (lengths, coordinates) reveal the numbers used by the drawing; combine this with known element sizes to deduce units.

3) Inspect dimension styles

  • Open DIMSTYLE and review Primary Units formatting. While this may only change display, it often reflects how the file author intended measurements to be shown.

4) Check insertion unit system variable

  • Query the system variable INSUNITS (type INSUNITS at the command line). This controls the unit system for inserted blocks/xrefs. Values map to specific units (e.g., 1 = Inches, 4 = Millimeters).

5) Look at template used

  • If the file was created from a template like acad.dwt or acadiso.dwt, the template usually indicates the intended unit system (Imperial vs Metric).

How to change units safely and convert an existing drawing

Change display units (no scaling)

  1. Type UNITS, choose the desired Length Type and Precision, then click OK.
  • This only changes how numbers are displayed, not the actual geometry scale.

Convert a drawing from one unit system to another (scale geometry)

To convert the actual geometry (for example, from inches to millimeters) you must scale objects:

  1. Decide conversion factor:
    • Inches → Millimeters: multiply by 25.4
    • Feet → Meters: multiply by 0.3048
    • Millimeters → Inches: multiply by 0.0393701
  2. Select all objects (Ctrl+A).
  3. Use the SCALE command, pick a base point (usually 0,0), and enter the conversion factor.
  4. Update UNITS and INSUNITS to reflect the new target units.
  5. Check with DIST or known dimensions.

Tip: before scaling, save a backup copy. Scaling is destructive if done incorrectly.


Common errors and how to fix them

  • Imported drawing or block is the wrong size

    • Cause: different INSUNITS or source drawing in another system.
    • Fix: set INSUNITS correctly before inserting; if already inserted, scale the block or the host drawing by the appropriate conversion factor (e.g., 25.4).
  • Dimensions show unexpected numbers or decimals

    • Cause: dimension style using different units or precision.
    • Fix: open DIMSTYLE → Primary Units and adjust Unit format and Precision. Also check UNITS for Length Type.
  • XREF appears tiny or huge

    • Cause: mismatch between XREF’s insertion scale and host drawing’s insertion scale.
    • Fix: ensure both drawings have matching UNITS and INSUNITS; reload the XREF after adjusting units. If needed, scale the XREF or the host drawing.
  • Changing UNITS didn’t change object sizes

    • Explanation: UNITS controls only display formatting, not geometry. To adjust geometry you must scale as described above.
  • Blocks insert at incorrect scale despite INSUNITS set

    • Fix: when inserting, check the Insert dialog scale options; if the block was created with different units, use the Insert dialog’s scale or re-save the block with the correct unit settings.

Tips and best practices (SEO-focused)

  • Always set and verify units at the start of a new drawing; use a unit-specific template (e.g., acadiso.dwt for metric).
  • Use UNITS and INSUNITS together to control both display and insertion behavior.
  • Create a simple reference object (e.g., a line of known length) in your template so collaborators can quickly verify scale.
  • When receiving files, ask for the sender’s unit system and original template name to avoid scaling problems.
  • Keep a conversion cheat sheet for common factors (in → mm 25.4, ft → m 0.3048) handy.
  • Use named views and layers to isolate and check scaled elements quickly.
  • Back up drawings before performing global SCALE operations.

FAQ

How do I know if a drawing uses inches or millimeters?

Measure a known object with the DIST command (e.g., a door) and compare the numeric result to expected real-world sizes. Also run UNITS to see the Insertion Scale and Length Type.

Can I change units without changing object sizes?

Yes. Use UNITS to change how values are displayed (format and precision). To change actual sizes you must scale the geometry with the appropriate conversion factor.

How do I convert a drawing from inches to millimeters?

Set a backup copy, then select all objects and run SCALE using base point 0,0 and factor 25.4. After scaling, update UNITS and INSUNITS to millimeters.

Why do blocks insert at the wrong size?

Because the block’s source drawing uses a different INSUNITS or insertion scale. Fix by aligning INSUNITS between drawings or scaling during insertion.

How can I ensure consistent units across multiple drawings?

Start projects with a standard template that has your preferred UNITS and INSUNITS, and communicate unit standards to all team members before exchanging files.

Is there an automatic way to re-scale a drawing when changing UNITS?

No. The UNITS command changes only display formatting. Use SCALE with the correct conversion factor to actually convert geometry.

What system variables should I check for unit problems?

Check UNITS (via the command), and query INSUNITS for insertion behavior. Also verify block and xref settings in the Insert and Xref dialogs.