How-to guide · how to measure a distance in autocad
How to measure a distance in AutoCAD
By Saumyajit Maity · Published 16 Jan 2025 · Updated 19 Sept 2025
Measuring is the quickest way to check that a drawing is what it claims to be. Before you trust a downloaded block, an imported PDF, or someone else's file, you measure a known feature and confirm it reads the size it should. AutoCAD gives you a fast point-to-point distance with DIST and a fuller toolkit — distance, radius, angle, area and volume — with MEASUREGEOM. Both are non-destructive: they report numbers without changing the drawing.
This guide covers measuring a straight distance between two points, reading the extra values DIST returns, switching to the other MEASUREGEOM modes for area and angle, and using a quick measurement to verify that a block or drawing is at the correct scale before you build on it. It is the first thing to do with any unfamiliar file — a north arrow, a furniture block, a base plan — to confirm its units and size are right.
Step 1 — Run DIST for a quick point-to-point distance
Type DIST (or DI) and press Enter. AutoCAD prompts for the first point — snap to a precise location using an object snap such as endpoint or intersection — then the second point. The moment you pick the second point, the distance appears in the command line, along with the angle and the X, Y and Z deltas between the two points.
Using object snaps here is essential: snapping to exact endpoints gives a true measurement, whereas clicking 'near enough' gives a number that is close but wrong. For checking a real dimension, always snap to defined geometry rather than picking freehand.
Step 2 — Read everything DIST reports
DIST returns more than a single number. It reports the direct 3D distance between the points, the angle in the XY plane, the angle from the XY plane, and the delta along each axis (Delta X, Delta Y, Delta Z). For most 2D work the distance and Delta X / Delta Y are what you want — the delta values tell you the horizontal and vertical separation independently, which is handy for checking that something is exactly horizontal or vertical.
Press F2 to open the text window if the report scrolled past. Reading the angle alongside the distance is a quick sanity check: if you measured what should be a horizontal line and the angle is not 0 or 180, the line is not level.
Step 3 — Use MEASUREGEOM for more than distance
MEASUREGEOM is the broader tool. Type MEASUREGEOM and it offers options: Distance, Radius, Angle, ARea and Volume. Pick the one you need. Radius reports the radius and diameter of an arc or circle you select. Angle measures the angle between two lines or across an arc. These cover the geometry checks DIST alone cannot.
MEASUREGEOM stays active and lets you switch modes without restarting, so you can measure a distance, then a radius, then an angle in one session. It is the command to remember when you need to interrogate geometry beyond a simple length — verifying a fillet radius, checking a bearing, or confirming an angle on an imported drawing.
Measuring area with MEASUREGEOM
To measure an enclosed area, run MEASUREGEOM and choose the ARea option. You can pick points around a region to define a boundary, or select an existing closed object such as a polyline or circle, and AutoCAD reports both the area and the perimeter. For complex shapes, drawing or having a closed polyline boundary makes the measurement reliable.
Area measurement is invaluable for quantities — floor areas, paving, hatched regions — but it depends on a genuinely closed boundary. If duplicate or broken boundary lines give a wrong area, clean them with OVERKILL first, then remeasure. A reported area is only as trustworthy as the boundary it was taken from.
Verifying a block or drawing is the right size
The most practical use of measuring is verification. When you insert a downloaded block or open an unfamiliar drawing, measure a feature of known size before you rely on the file. Measure a door that should be 900 mm wide, a parking bay that should be a standard width, or a scale bar — if DIST reports the expected value, the units and scale are correct.
If the measurement is off by a clean factor (1000, or 25.4, or 12), you have a units mismatch — metres-versus-millimetres or inches-versus-millimetres — and you can correct it with SCALE before building on the file. This one-minute check is the difference between catching a wrong-scale file immediately and discovering it after you have built a sheet around it.
Tips and pitfalls
Three things trip people up. First, not using object snaps: a measurement is only as accurate as the points you pick, so always snap to defined geometry. Second, confusing distance with delta — the direct distance between two diagonal points is longer than either the horizontal or vertical separation, so read the right value for what you are checking. Third, measuring across a 3D gap when you meant a 2D distance: if Z deltas are unexpectedly non-zero, your points are at different elevations.
Finally, remember that measuring never alters the drawing, so measure freely and often. It costs nothing, it is the fastest way to catch a scale or units problem, and on any file you did not draw yourself it should be the very first thing you do.
Free download
Browse the full library — DWG & DXF, no signup.
Questions
Frequently asked
What command measures distance in AutoCAD?+
DIST (shortcut DI) measures the straight distance between two points and also reports the angle and the X, Y and Z deltas. For more than distance, MEASUREGEOM offers distance, radius, angle, area and volume modes in one command.
How do I measure an area in AutoCAD?+
Run MEASUREGEOM and choose the ARea option. Pick points around the region or select a closed object like a polyline or circle, and AutoCAD reports both area and perimeter. The boundary must be genuinely closed for the result to be accurate.
Why is my distance measurement slightly off?+
Almost always because you did not snap to exact points. Use object snaps (endpoint, intersection, centre) so you measure between defined geometry rather than picking 'near enough'. Also check the Z deltas — if they are non-zero, your points are at different elevations.
How do I check that a downloaded block is the right scale?+
Measure a feature whose real size you know with DIST. If a door reads 900 mm or a known dimension matches, the scale is right. If the value is off by a clean factor like 1000 or 25.4, it is a units mismatch you can fix with SCALE before using the file.
Related downloads
Blocks for this guide
Popular blocks to download
Related categories
Related guides
How-to guide
How to Create a Block in AutoCAD (BLOCK & WBLOCK)
Learn how to create a block in AutoCAD with the BLOCK and WBLOCK commands — pick a base point, choose objects, set units, and save a reusable DWG block library.
How-to guide
How to Convert DWG to DXF in AutoCAD
Convert a DWG to DXF in AutoCAD with SAVEAS — choose the right DXF version, set precision, and export clean geometry for laser cutters, CNC and other CAD apps.
How-to guide
How to Convert DXF to DWG (3 Ways)
Convert a DXF to DWG three ways — in AutoCAD with SAVEAS, free with the ODA File Converter, or in DraftSight. Pick the right DWG version and keep layers intact.
