# DWG Layers Missing or Not Showing? Check Visibility Before Converting

Diagnose DWG or DXF layers that appear missing by checking model space, layouts, layer On/Off state, Freeze/Thaw, viewport overrides and unsupported drawing dependencies.

This guide covers general CAD workflows. CADProps supports STEP, IGES, SolidWorks parts and ZIP assemblies, STL, OBJ, 3MF, static GLB/GLTF, and bounded 2D DWG/DXF preview and measurement. Validated conversions are downloadable. Partial assemblies carry warnings; properties cover loaded geometry only.

A DWG can open successfully and still appear to be missing geometry. Before assuming the file is corrupt or converting it to another format, check the drawing's **layer state, layout viewport and external dependencies**. In many cases, the objects are still present; the current view is simply not displaying them.

Autodesk separates several controls that can hide a layer: On/Off, Freeze/Thaw, and viewport-specific `VP Freeze`. Its August 24, 2026 support article specifically notes that a layer visible in model space may disappear in a layout viewport when it is frozen for that viewport. See Autodesk's [layout viewport layer troubleshooting](https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Layer-that-is-visible-in-model-space-is-not-visible-in-layout-viewport.html).

## Start by identifying where the geometry is missing

Do not begin with conversion. First write down the exact symptom:

- visible in model space but missing in one layout;
- visible in one layout but missing in another;
- layer name is present but no entities are visible;
- entities appear in AutoCAD but not in another viewer;
- only title-block, xref or proxy content is missing;
- everything is present but colors or lineweights make it look absent.

Those are different failure modes.

## Check On/Off and Freeze/Thaw first

AutoCAD layer visibility has more than one switch. Autodesk's Layer Properties documentation distinguishes them:

- **Off**: objects on the layer are not displayed.
- **Frozen**: objects are not displayed or regenerated.
- **VP Freeze**: a layer can be hidden in one layout viewport while remaining visible elsewhere.
- **Plot / Do not Plot**: affects plotting, but a visible layer can still remain visible on screen.

That is why “the layer is turned on” is not always enough evidence. A viewport override can still hide it.

In CADProps, use the [DWG viewer](https://www.cadprops.com/tools/dwg-viewer/index.md) to inspect the available layers and layouts in the supported 2D drawing workflow. If a layer exists in the layer list but its geometry is not visible, compare that result with the source drawing's model/layout state before deciding data was lost.

## Model space and paper space are not the same view

A drawing may contain model-space geometry plus paper-space layouts containing viewports, title blocks and annotations. The layout viewport can apply its own layer visibility rules.

A practical check in the authoring system is:

1. open the intended layout;
2. activate the viewport;
3. open Layer Properties;
4. confirm the layer is On;
5. confirm it is not globally Frozen;
6. confirm it is not `VP Frozen` in that viewport.

Autodesk documents that `VP Freeze` is specific to the current layout viewport and can hide objects there without removing them from model space.

## A layer can exist even when its objects do not render elsewhere

Third-party viewers do not necessarily reproduce every AutoCAD entity or dependency. Missing display can also come from:

- external references that were not included;
- proxy/custom objects created by an application the viewer does not support;
- fonts or shape resources unavailable to the receiver;
- clipped or nested blocks;
- unsupported hatches, dimensions or specialized entities;
- file corruption.

If the missing content is an xref, no amount of layer toggling can recover a referenced file that was never sent.

For supplier handoff, bind or package the dependencies when the receiver is expected to see them, or provide a plotted PDF as a visual reference.

## Do not flatten the drawing just to make the preview look complete

A tempting workaround is to export everything to a simpler DXF or PDF. That may be useful for a specific downstream task, but it also changes the problem.

A flattened or simplified export can discard:

- layer semantics;
- block structure;
- viewport behavior;
- native object information;
- editable annotations.

Use conversion only after deciding which information the receiver actually needs. The [CAD conversion checklist](https://www.cadprops.com/guides/cad-conversion-checklist/index.md) is useful when the output becomes a new deliverable rather than a troubleshooting copy.

## If the drawing is for manufacturing, verify the profile independently

For laser, waterjet, router or profile cutting, the most important question is often not whether every annotation layer is visible. It is whether the intended manufacturing contour is present, correctly scaled and unambiguous.

Check one known dimension and isolate the manufacturing layer. Look for duplicate segments, gaps and construction geometry before releasing the file. A visually complete drawing can still be a poor machine input.

## When the problem is probably not a layer state

Escalate beyond layer troubleshooting when:

- the layer itself is absent from the received file;
- AutoCAD also cannot display the objects;
- the file reports repair/recovery errors;
- only application-specific proxy objects are missing;
- an xref path points to a file the receiver does not have;
- the drawing version is newer than the receiving application can read.

At that point, go back to the source and create a deliberate handoff instead of chaining conversions.

## A repeatable diagnostic sequence

Use this order so you do not destroy evidence while troubleshooting:

1. Keep the original DWG/DXF unchanged.
2. Record the drawing revision and source application/version if known.
3. Compare model space and the intended layout.
4. Check On/Off, Freeze/Thaw and `VP Freeze`.
5. Inspect xrefs and other dependencies.
6. Compare one known dimension.
7. Test a controlled export only after the source state is understood.

If you are choosing the handoff format rather than diagnosing visibility, read [DWG vs DXF](https://www.cadprops.com/guides/dwg-vs-dxf/index.md). The important point is simple: **a missing-looking layer is a display/dependency problem until you prove the geometry is actually absent.**

## Related reading

- [CAD File Conversion Checklist: Units, Solids & Accuracy](https://www.cadprops.com/guides/cad-conversion-checklist/index.md)
- [CATProduct Missing Parts? Fix CATIA Assembly References](https://www.cadprops.com/guides/catproduct-missing-parts/index.md)
- [DWG vs DXF: Which Drawing Format Should You Send?](https://www.cadprops.com/guides/dwg-vs-dxf/index.md)
- [glTF Missing Textures? Fix .bin and Image File Paths](https://www.cadprops.com/guides/gltf-missing-textures/index.md)
- [Open DWG or DXF Files Without AutoCAD](https://www.cadprops.com/guides/open-dwg-dxf-without-autocad/index.md)

Original article: https://www.cadprops.com/guides/dwg-layers-not-showing/

HTML page: https://www.cadprops.com/guides/dwg-layers-not-showing/
