Is it possible to select objects that are on a hidden layer in AutoCAD?
Is it possible to select objects that are on a hidden layer in AutoCAD?
Short Answer
No. In AutoCAD, objects on a hidden layer cannot be selected directly while the layer is off or frozen because LAYISO and normal selection only work with visible objects. The most common professional method is to turn the layer back on in layer properties first. This does not apply to locked but still visible layers.
What You Need to Know Before
Warning: If a layer is turned off or frozen, its objects are not available for normal picking, window selection, or many editing workflows. A common failure is confusing hidden layers with locked or faded layers, which may still display and remain selectable depending on settings.
How to Select the Objects
Command: LAYER
Shortcut: LA
Quick Steps:
- Open the Ribbon > Home tab > Layers panel > Layer Properties, or type LA.
- In Layer Properties Manager, find the hidden layer and turn on the On lightbulb or thaw the Freeze column.
- Return to the drawing and select the objects normally with pick, window, or crossing selection.
Variables & Settings
System Variable: PICKSTYLE (Default: 1)
Expert Setting: This variable affects selection behavior for associative objects such as groups and hatches, but it does not allow selection of objects on layers that are off or frozen. The key practical setting here is whether the layer is On/Off or Freeze/Thaw in Layer Properties.
Why it Fails
- Cause 1 (Geometry): The object may exist inside a block or external reference, so turning on one layer does not expose the nested object directly in the current space.
- Cause 2 (Layers/Locks): The layer is not just hidden but frozen in the current viewport, or the object is inside an xref layer state you cannot control from the host drawing.
- Cause 3 (Command/Logic): autocad selection logic ignores objects on off or frozen layers, so commands cannot grab them until layer visibility is restored.
Quick Fix & Best Practice
- Quick Fix: Run LA, turn the target layer On or Thaw it, then select the object normally.
- Manager’s Verdict: In professional workflows, do not rely on selecting hidden-layer content directly. Use Layer Properties or Layer Walk to reveal layers first, especially in large production drawings with viewport-specific freezes.
FAQ
Can I select objects on a locked layer in AutoCAD?
Yes, if the layer is visible, locked-layer objects can usually still be selected.
Can AutoCAD find an object on a frozen layer with QSELECT?
No, frozen-layer objects are generally excluded until the layer is thawed.
Is there a command to force-pick hidden layer objects?
No, the standard workflow is to make the layer visible first, then select the objects.
.
