How to check the distance between two points in AutoCAD?
How to Check the Distance Between Two Points in AutoCAD
Short Answer
To check the distance between two points in AutoCAD, use the DIST command, which is the fastest and most common professional method. Pick the first point, then the second point, and AutoCAD reports the distance in the command line. Limitation: this method only measures between the exact points you select.
What You Need to Know Before
Warning: If Object Snap is off or you pick visually instead of snapping to exact endpoints, AutoCAD can report an inaccurate distance. In rotated or 3D drawings, the result may also reflect true spatial distance instead of the flat distance you expected.
How to Check the Distance Between Two Points in AutoCAD
Command: DIST
Shortcut: DI
Quick Steps:
- On the Ribbon, go to Home tab > Utilities panel, then start Distance, or type
DIand press Enter. - Click the first point, preferably using Object Snap from the status bar, such as Endpoint or Intersection.
- Click the second point and read the reported distance in the command line; AutoCAD also shows Delta X, Delta Y, and angle.
- On the Ribbon, go to Home tab > Utilities panel, then start Distance, or type
Variables & Settings
Key Setting: Object Snap (OSNAP) toggle on the status bar
Expert Setting: Turn on running Object Snap and enable precise modes like Endpoint, Midpoint, or Intersection so the DIST command measures exact geometry instead of approximate screen picks.
Why it Fails
- Cause 1 (Geometry): The selected points are not true endpoints or intersections, so the measured distance is slightly off.
- Cause 2 (layers/Locks): The object you want to snap to is on a frozen, off, or hard-to-see layer, causing you to select the wrong point.
- Cause 3 (Command/Logic): In 3D drawings, DIST measures actual 3D distance, which may not match the 2D plan distance you intended to check.
Quick Fix & Best Practice
- Quick Fix: Turn on OSNAP, right-click the Object Snap button, enable Endpoint, then rerun DI and snap to both exact points.
- Manager’s Verdict: Use DIST for fast day-to-day verification of lengths between two precise points. Avoid visual picks in production drawings, especially in 3D or dense files.
FAQ
How do I measure distance without drawing a line in AutoCAD?
Use the DIST command and select two points.
Can AutoCAD show horizontal and vertical differences too?
Yes, DIST reports Delta X and Delta Y in the command line.
Why is my measured distance wrong in AutoCAD?
Most often, Object Snap was off or you selected the wrong point in 3D or crowded geometry.
.
