4.2 Managing Layers
Key Takeaways
- The current layer is where new objects are drawn; set it before drawing, not after, to avoid moving objects to the correct layer later
- Layer 0 cannot be deleted or renamed, and it's the layer every new drawing starts with
- Freeze hides objects and excludes them from regeneration calculations for a performance gain; Off only hides them while AutoCAD still regenerates them
- Lock keeps objects visible (dimmed) and snappable as osnap references but blocks selecting them for editing — the ALL option skips frozen and locked layers alike
- You cannot freeze the current layer, but you can lock it — AutoCAD blocks the freeze to prevent you from accidentally hiding the layer you're actively drawing on
Managing Layers
Quick Answer: Layers organize objects by the property they share (walls, dimensions, text, and so on) so you can control their color, linetype, lineweight, and visibility as a group. The current layer is where new objects land. Freeze hides objects and skips them during regeneration for better performance; Off just hides them without the performance benefit. Lock keeps objects visible but blocks editing; it does not hide them the way Freeze or Off do.
Layers are AutoCAD's system for organizing drawing objects into logical groups that can be turned on, off, protected, or restyled all at once. A typical architectural drawing might have separate layers for walls, doors, windows, dimensions, text, and furniture — each with its own color and linetype so the drawing is easy to read at a glance and easy to edit selectively. Objective 1.4 on the ACU exam tests both the mechanics of managing layers and the conceptual differences between the visibility/editability states, so this section covers both.
Setting the Current Layer
Every new object you draw is placed on whatever layer is set as current. You set the current layer before you draw, using either:
- The Layer control drop-down on the Home ribbon tab — click it and select a layer name to make it current
- The Layer Properties Manager — select a layer in the list and click the Set Current button (or double-click the layer name)
- The Make Object's Layer Current tool — click an existing object, and AutoCAD switches the current layer to match whatever layer that object is on, without you needing to know its name in advance
A common beginner habit is drawing everything on Layer 0 (or whatever layer happens to be current) and sorting objects onto the correct layers afterward using the Layer control drop-down on a selection. This works, but it's slower and more error-prone than setting the current layer correctly up front. The exam expects you to know both approaches: setting current layer proactively, and reassigning an already-drawn object's layer after the fact by selecting it and choosing a different layer from the Layer control drop-down.
Creating and Removing Layers
Layers are created and deleted inside the Layer Properties Manager (opened from the Home tab or by typing LAYER):
- New Layer button — adds a new layer, typically named "Layer1" by default; rename it immediately by typing over the highlighted name
- Delete Layer button — removes the selected layer, but only if it's empty (no objects reference it) and it isn't Layer 0, the current layer, or a layer containing objects
Layer 0: The One You Can't Delete or Rename
Every new AutoCAD drawing starts with a single layer named Layer 0. It has special status:
- It cannot be deleted.
- It cannot be renamed.
- It's commonly used as a neutral layer for blocks that need to inherit the properties of whatever layer they're inserted onto.
Attempting to delete or rename Layer 0 in the Layer Properties Manager simply does nothing — the option is grayed out or the command is rejected. Knowing that Layer 0 is protected is a frequently tested fact on the ACU exam.
Editing Layer Properties
Inside the Layer Properties Manager, each layer has a row of clickable properties you can change without selecting any objects in the drawing:
| Property | What it controls | How to change it |
|---|---|---|
| Name | The label used to identify the layer | Double-click the name and type a new one |
| Color | The default color of objects drawn on that layer (when their own color is set to ByLayer) | Click the color swatch to open the Select Color dialog |
| Linetype | The default line pattern (Continuous, Dashed, Center, etc.) | Click the linetype name to open the Select Linetype dialog |
| Lineweight | The default line thickness when plotted | Click the lineweight value to open the Lineweight dialog |
| Plot | Whether objects on the layer print | Click the printer icon to toggle Plot/No Plot |
Because these properties are set ByLayer by default, changing a layer's color or linetype instantly updates every object drawn on that layer, without needing to select and edit each object individually. This is the core productivity benefit of using layers instead of setting object color/linetype manually on every object.
Visibility & Editability States
AutoCAD gives you three paired layer states — On/Off, Freeze/Thaw, and Lock/Unlock — that control whether objects are visible and/or editable. These are tested heavily on the ACU exam because their effects overlap just enough to cause confusion.
| State | Objects visible? | Objects included in regeneration? | Objects selectable/editable? | Typical use |
|---|---|---|---|---|
| On | Yes | Yes | Yes | Normal working state |
| Off | No | Yes (still calculated) | No (hidden, so can't be clicked) | Temporarily hide a layer you'll turn back on soon |
| Freeze | No | No (skipped entirely) | No (hidden, so can't be clicked) | Hide a layer for a longer stretch, especially in large drawings, for a performance boost |
| Thaw | Yes | Yes | Yes | Reverses Freeze |
| Lock | Yes (dimmed) | Yes | Not selectable for editing (skipped by ALL), but still valid osnap targets | Prevent accidental changes while still referencing the geometry |
| Unlock | Yes | Yes | Yes | Reverses Lock |
Freeze vs. Off: The Classic Trap
Both Freeze and Off hide objects from view, and both prevent you from selecting those objects. The difference is what happens behind the scenes:
- Off objects are still calculated during every drawing regeneration (REGEN) — AutoCAD still "knows" they're there and processes them, it just doesn't draw them on screen.
- Frozen objects are excluded from regeneration entirely. AutoCAD skips them completely, which noticeably speeds up regeneration time in large, complex drawings with many layers.
Because of this, Freeze is the better choice when you want to hide a layer for an extended period in a large drawing (the performance gain matters), while Off is fine for a quick, short-term hide where performance isn't a concern. The exam frequently asks you to pick the state that provides a performance benefit — the answer is always Freeze, never Off.
There's one more critical restriction: you cannot freeze the current layer. If you try, AutoCAD displays a warning and refuses, because freezing the layer you're actively drawing on would immediately hide any new object you create, with no obvious way to see what you just drew. If you need to freeze the current layer, you must first make a different layer current.
Lock vs. Off: Visible But Protected, vs. Hidden
Lock behaves completely differently from Off and Freeze:
- Locked objects remain visible on screen (typically shown dimmed/faded, with a small padlock icon appearing when you hover over one, so you can tell at a glance that a layer is locked).
- What locking prevents is selecting them for editing: you cannot move, erase, stretch, or otherwise modify a locked object, and grips never appear on one. Autodesk's own
SELECTreference is explicit that theALLoption "selects all objects in either model space or the current layout, except those objects on frozen or on locked layers" — so locked geometry is skipped byALLexactly the way frozen geometry is. - What locking still allows is using the geometry as a reference: you can hover over a locked object and snap to its endpoints, midpoints, and centers when drawing something new. That combination — visible and snappable, but untouchable — is the entire reason to lock a layer instead of freezing it.
- Off and Freeze, by contrast, make objects invisible and therefore impossible to select at all, but a layer that's Off or Frozen can still be edited by commands that don't require picking objects on screen, such as global layer property changes.
A practical example: if you lock the Dimensions layer while working on walls, you can still see the dimension lines for reference and snap to their endpoints, but you can't accidentally drag a dimension out of place. If you instead froze or turned off the Dimensions layer, you'd lose that visual reference entirely.
Identifying Which Layer an Object Is On
To find out what layer an existing object belongs to, you have two reliable methods:
- Click the object with nothing else selected and check the Layer control drop-down on the ribbon — it updates to show the layer name of whatever is currently selected.
- Open the Properties palette (Ctrl+1) with the object selected — the Layer field at the top of the palette shows the exact layer name, along with color, linetype, and lineweight (each showing "ByLayer" if inherited from the layer rather than overridden on the object).
If you select multiple objects that are on different layers, the Layer control drop-down goes blank rather than showing a single name, since there's no single answer to display — that blank field is itself a useful signal that your selection spans more than one layer.
Common Traps on the Exam
- Mixing up Freeze and Off's performance impact. Off still regenerates; Freeze does not. "Which state improves performance in a large drawing?" always points to Freeze.
- Assuming Lock hides objects. It doesn't — locked objects stay visible and remain valid osnap targets; what they can't be is selected for editing.
- Trying to freeze the current layer. AutoCAD blocks this; you must switch the current layer first.
- Forgetting Layer 0 can't be deleted or renamed. It's a fixed part of every drawing.
- Deleting a layer that still has objects on it. AutoCAD won't allow it until those objects are moved to another layer or erased.
- Confusing ByLayer object properties with layer properties. Editing a layer's color changes every ByLayer object on it instantly; an object with its color overridden (not set to ByLayer) won't change when the layer color changes.
You need to hide a layer for the rest of a long editing session in a large, complex drawing, and you want the fastest possible regeneration performance while it's hidden. Which layer state should you use?
A layer is locked. Which of the following is true about objects on that layer?
You try to freeze the layer that is currently set as the active drawing layer. What happens?
Which layer cannot be deleted or renamed in any AutoCAD drawing?