Can I select objects that are overlapping each other easily in AutoCAD?

Can I select objects that are overlapping each other easily in AutoCAD?

Short Answer

Yes — in AutoCAD, the easiest professional way to select overlapping objects is to use selection cycling so you can choose the exact object from a stacked list at the cursor. This is the most common method for dense drawings and repeated geometry. Limitation: it can slow picking if left on all the time.

What You Need to Know Before

Warning: If the overlapping objects are inside an xref, on locked layers, or are part of a block, Selection Cycling may let you pick only the container object first, not the nested element you expected. This is a very common source of “wrong object selected” errors in production drawings.

How to Select Overlapping Objects in AutoCAD

  • Command: SELECTIONCYCLING

  • Shortcut: Ctrl+W

  • Quick Steps:

    1. On the Status Bar, turn on Selection Cycling (or press Ctrl+W).
    2. Click where objects overlap in the drawing area.
    3. From the Selection Cycling list box, choose the exact object you want to select.
  • Use the Status Bar toggle to confirm the feature is enabled before picking crowded geometry.

Variables & Settings

  • System Variable: SELECTIONCYCLING (Default: 2)

  • Expert Setting:
    A value of 0 turns Selection Cycling off, 1 shows the dialog box for overlapping objects, and 2 enables the feature with display behavior optimized for selection control. In busy drawings, keeping it on only when needed is the most efficient workflow.

Why it Fails

  • Cause 1 (Geometry): The objects are not truly overlapping at the pick point; they may only appear stacked because of lineweight display, annotation scale, or visual style.

  • Cause 2 (Layers/Locks): The target object is on a locked layer, inside a block, or within an attached Xref, so AutoCAD selects the visible parent object instead.

  • Cause 3 (Command/Logic): Selection Cycling is turned off, or a running command is filtering what can be selected, so the expected object does not appear in the overlap list.

Quick Fix & Best Practice

  • Quick Fix: Turn on SELECTIONCYCLING with Ctrl+W, then zoom in and click again directly on the overlap point.

  • Manager’s Verdict: Use Selection Cycling as the standard method for overlapping objects in live drafting. Turn it on when working in dense areas, but avoid leaving it enabled during fast repetitive selection because it can interrupt speed.

FAQ

Can I select overlapping objects without opening a separate command?

Yes, Selection Cycling works directly while picking objects.

Why does AutoCAD keep selecting the block instead of the line inside it?

Because the line is nested inside a block reference and not directly selectable from normal top-level picking.

Is there a way to temporarily disable overlap selection?

Yes, press Ctrl+W to toggle Selection Cycling off.

.