Why AutoCAD Dimensions Are Not Showing (And How to Fix Them)
You place a dimension and nothing appears.
Or the dimensions were visible yesterday and suddenly disappeared.
Sometimes dimensions display correctly in Model Space but vanish in Layouts. In other cases, the dimension text is missing, the arrows disappear, or the dimensions refuse to plot to PDF.
The good news is that dimensions are rarely lost. Most of the time they are hidden by a scale mismatch, layer setting, viewport override, annotation setting, visual style issue, or dimension style conflict.
Use the troubleshooting process below from top to bottom. It covers nearly every real-world cause of missing dimensions in AutoCAD.
Quick Diagnostic: Are the Dimensions Really Gone?
Before changing settings, determine whether the dimensions still exist in the drawing.
Step 1
Type:
QSELECT
Step 2
Select:
- Object Type = Dimension
- Apply To = Entire Drawing
Step 3
Click OK.
Results
If AutoCAD returns “0 objects selected,” the dimensions have been deleted, purged, or never existed.
If AutoCAD selects dimensions (for example, “18 objects selected”) but you cannot see them, the dimensions are hidden by a visibility, layer, scale, viewport, or display setting discussed below.
Quick Fix Table
| Symptom | Most Likely Cause | Fix |
|---|---|---|
| Visible in Model Space but not Layout | Annotative scale mismatch | ANNOALLVISIBLE = 1 |
| Visible nowhere | Layer off or frozen | Check Layer Manager |
| Text missing | Text style conflict | Check DIMSTYLE and STYLE |
| Arrows missing | Corrupted arrowhead block | Switch to Closed Filled |
| Visible on screen but not PDF | Non-plot layer | Enable Plot |
| Dimensions disappeared after Xref attachment | Layer override | Check VISRETAIN and Xref layers |
| Dimension lines missing | Suppression variables enabled | Check DIMSE1, DIMSE2, DIMSD1, DIMSD2 |
| Objects selected but invisible | Object isolation active | Run UNISOLATEOBJECTS |
| Dimensions hidden behind 3D solids | Visual Style issue | Set VSCURRENT to 2D Wireframe |
1. Annotative Scale Mismatch
This is the most common cause of missing dimensions.
Annotative dimensions only display when their assigned annotation scale matches the current viewport scale.
A dimension may exist perfectly in the drawing but remain invisible because AutoCAD cannot find a matching scale.
Fix 1: Force All Annotative Objects to Display
Step 1
Type:
ANNOALLVISIBLE
Step 2
Set the value to:
1
This forces AutoCAD to display all annotative objects regardless of scale.
Fix 2: Use the Status Bar Annotation Visibility Toggle
Many users accidentally disable annotation visibility from the Status Bar.
Step 1
Look at the bottom-right corner of AutoCAD.
Step 2
Locate the Annotation Visibility icon.
Step 3
Turn it ON.
You can also verify the related system variable:
ANNOTATIVEDISPLAY
Recommended value:
1
or
2
depending on your workflow.
Fix 3: Add the Missing Scale
Step 1
Select a missing dimension.
Step 2
Press:
CTRL+1
Step 3
Open the Annotative Scale list.
Step 4
Add the viewport scale being used in the Layout.
Fix 4: Enable Automatic Scale Updates
Step 1
Type:
ANNOAUTOSCALE
Step 2
Choose an appropriate value.
Common settings:
| Value | Behavior |
|---|---|
| 1 | Adds scales when viewport scale changes |
| 4 | Adds scales when annotation scale changes |
Many CAD managers prefer 4 because it reduces unnecessary scale accumulation inside drawings.
Fix 5: Repair Missing Annotation Scales
Step 1
Type:
OBJECTSCALE
or
-OBJECTSCALE
Step 2
Add the required scales manually.
2. Layer Is Off, Frozen, Locked, or Isolated
Dimensions cannot display if their layer is hidden.
Step 1
Type:
LAYER
Step 2
Verify the dimension layer is:
- On
- Thawed
- Unlocked
Step 3
Check whether someone previously used:
LAYISO
Step 4
Restore all layers:
LAYUNISO
3. Object Isolation Is Hiding the Dimensions
This is different from layer isolation.
Dimensions may be hidden individually while their layer remains fully visible.
This commonly happens after using:
HIDEOBJECTS
or
ISOLATEOBJECTS
Step 1
Type:
UNISOLATEOBJECTS
Step 2
Press Enter.
Alternative Method
Right-click in the drawing area.
Navigate to:
Isolate → End Object Isolation
4. Viewport Layer Freeze (VP Freeze)
A layer may be visible in Model Space but frozen inside a specific Layout viewport.
Step 1
Double-click inside the viewport.
Step 2
Open Layer Properties.
Step 3
Review the VP Freeze column.
Step 4
Thaw the dimension layer if necessary.
5. Dimensions Are Outside the Current View
The dimensions may still exist but be located far from the main drawing.
Step 1
Type:
ZOOM
Step 2
Choose:
EXTENTS
or double-click the mouse wheel.
If the dimensions suddenly appear, they were simply outside the current view.
6. Dimensions Created in the Wrong Space
Dimensions created in Paper Space may not appear where you expect in Model Space.
The reverse can also occur.
Step 1
Select the dimension.
Step 2
Check Properties.
Step 3
Verify whether the object belongs to:
- Model Space
- Paper Space
Dimensions should generally be created in the same environment as the geometry they reference.
7. Dimension Scale Problems
Dimensions may exist but be too small or too large to display properly.
Step 1
Type:
DIMSTYLE
Step 2
Modify the active dimension style.
Step 3
Review:
- Text Height
- Arrow Size
- Overall Scale
- Annotative Settings
8. Text Style Conflicts
Dimension styles rely on text styles.
A text style conflict can make dimensions appear incorrectly or disappear entirely.
Step 1
Type:
STYLE
Step 2
Review the text style assigned to the dimension style.
Step 3
Check:
- Font
- Width Factor
- Height
Important
A text style height of 0 is normal and often preferred because the dimension style controls the final text height.
A fixed text style height such as:
2.5
or
3
overrides the DIMSTYLE settings.
This is a common cause of dimension text appearing extremely large or extremely small in Layout viewports.
9. Dimension Text Color Matches the Background
The dimensions may exist but be impossible to see.
Step 1
Check:
DIMCLRT
Dimension text color.
Step 2
Check:
DIMCLRD
Dimension line color.
Step 3
Check:
DIMCLRE
Extension line color.
Also verify the layer color itself has not been overridden.
10. Dimension Lines Are Suppressed
AutoCAD allows individual dimension and extension lines to be hidden.
Verify These Variables
DIMSE1
DIMSE2
DIMSD1
DIMSD2
Recommended value:
0
for all four variables.
11. Arrowheads Are Missing
Sometimes the dimension text appears but the arrows are gone.
This usually happens when:
- A custom arrowhead block was deleted
- A corrupted block was purged
- The drawing originated from another CAD platform
- Legacy architecture blocks were imported
Step 1
Type:
DIMSTYLE
Step 2
Modify the active dimension style.
Step 3
Open the Symbols and Arrows tab.
Step 4
Set arrowheads to:
Closed Filled
In many cases, this instantly restores missing arrows.
Additional Verification
Check:
DIMBLK
DIMBLK1
DIMBLK2
12. Transparency Makes Dimensions Invisible
High transparency values can make dimensions nearly invisible.
Step 1
Select a dimension.
Step 2
Check Transparency in Properties.
Step 3
Verify:
TRANSPARENCYDISPLAY
is enabled.
13. Dimensions Inside Blocks
The dimensions may be hidden inside a block definition.
Step 1
Type:
BEDIT
or
REFEDIT
Step 2
Inspect the block contents.
14. Xref Layer Overrides
This is a common issue in large production projects.
Dimensions display correctly in the source file but disappear inside the host drawing.
Step 1
Verify:
VISRETAIN
Recommended value:
1
Step 2
Check the Xref layer state in the host drawing.
Step 3
Open the source Xref drawing.
Step 4
Verify the original dimension layers are not:
- Frozen
- Off
- VP Frozen
Many users only inspect the host drawing and forget the native layer state inside the referenced file.
You can also use:
XLIST
to investigate referenced objects.
15. Visual Style Is Hiding 2D Dimensions
A viewport accidentally switched into a 3D visual style can hide or fade dimensions.
Common visual styles include:
- Realistic
- Shaded
- Conceptual
Step 1
Type:
VSCURRENT
Step 2
Set:
2D Wireframe
Step 3
Regenerate the drawing.
REGEN
16. Dimensions Not Plotting to PDF
Dimensions may display correctly on screen but disappear when plotting.
Step 1
Open Layer Properties.
Step 2
Verify the Plot column is enabled.
Step 3
Check for:
- Defpoints
- Non-plot layers
- Plot style conflicts
- Transparency settings
17. Defpoints Misuse
Defpoints is a special AutoCAD layer.
Many users place dimensions there because it does not plot.
Months later they forget where those dimensions were stored.
Best practice:
- Use dedicated dimension layers
- Keep Defpoints reserved for reference geometry
- Never use Defpoints as a production dimension layer
18. Associative Dimensions Are Broken
Broken associations can create unpredictable dimension behavior.
Step 1
Type:
DIMASSOC
Step 2
Verify:
2
is the active value.
This maintains full associativity.
19. Corrupted Drawing Database
Corruption can affect dimension visibility.
Step 1
Run:
AUDIT
Step 2
Answer:
Y
Step 3
Run:
PURGE
Step 4
If problems continue:
RECOVER
or
WBLOCK
the drawing into a clean file.
20. Dimensions Attached to 3D Geometry
Dimensions attached to geometry with different Z elevations may not display correctly.
Step 1
Select the geometry.
Step 2
Review Z coordinates.
Step 3
Run:
FLATTEN
or manually reset elevations to:
0
System Variables Checklist
| Variable | Recommended Value |
|---|---|
| ANNOALLVISIBLE | 1 |
| ANNOTATIVEDISPLAY | 1 or 2 |
| ANNOAUTOSCALE | 4 |
| DIMASSOC | 2 |
| DIMSE1 | 0 |
| DIMSE2 | 0 |
| DIMSD1 | 0 |
| DIMSD2 | 0 |
| VISRETAIN | 1 |
Preventing Future Dimension Problems
Most dimension issues can be eliminated by applying consistent CAD standards.
- Create a dedicated Dimensions layer.
- Avoid using Defpoints for production work.
- Standardize dimension styles across projects.
- Use company-approved DWT templates.
- Keep annotation scales under control.
- Audit consultant drawings before integration.
- Avoid mixing annotative and non-annotative dimensions unnecessarily.
- Verify viewport scales before plotting.
- Periodically run AUDIT and PURGE on active projects.
FAQ
Why do dimensions show in Model Space but not Layout?
The most common cause is an annotative scale mismatch. Verify ANNOALLVISIBLE, ANNOTATIVEDISPLAY, and the assigned annotation scales.
Why are dimensions visible but the text is missing?
Check the assigned text style, text color, text height overrides, font files, and DIMSTYLE settings.
Why do dimensions disappear after receiving a consultant’s drawing?
The drawing may contain different annotation scales, viewport overrides, layer states, custom arrowheads, or Xref layer conflicts.
Why do dimensions not appear in PDF files?
Most cases involve Defpoints, non-plot layers, disabled Plot settings, or plot style conflicts.
How do I reset dimension settings in AutoCAD?
Create a clean dimension style using DIMSTYLE, reassign affected dimensions, and verify the variables listed in the System Variables Checklist.
