AutoCAD · Layers
As you work on drawings in AutoCAD, outlines, centerlines, dimension lines, hatches, and all sorts of objects pile up, making the drawing increasingly complex. If you don’t organize them into layers from the start, one small edit can cause a chain reaction of problems.
“I drew everything on Layer 0 without any layer setup — when I needed to revise it later, there was nothing left to fix so I had to redraw the whole thing.”
In this post, we’ll cover everything step by step — from the basics of the Layer Properties Manager (LA), to the practical differences between Off, Freeze, and Lock, and how to effectively use the current layer (CLAYER). A solid layer setup at the beginning makes a world of difference in your drafting efficiency.
What Is a Layer?
Think of layers as multiple sheets of transparent film stacked on top of each other. One sheet has only outlines, another has only centerlines, and another has only dimensions — stacking them all together gives you the complete drawing.
Why bother separating objects into layers? The reasons are clear:
- Line organization: Outlines, centerlines, hidden lines, and dimension lines all use different line types and weights. By pre-assigning color, linetype, and lineweight to each layer, any object drawn on that layer automatically inherits the correct properties.
- Selective visibility: In a complex drawing, you can turn on/off entire layers to show or hide specific elements — like hiding dimensions or turning off hatching. Without layers, you’d have to select and delete them one by one.
- Preventing accidental edits: Objects like reference lines or base geometry that shouldn’t be touched can be placed on a separate layer and locked, preventing unintentional modifications.
- Plot control: You can control which layers are printed, allowing internal notes or construction lines to be excluded from the final plot output.
In short, well-organized layers make drawing, editing, and plotting all easier. On the other hand, putting everything on Layer 0 becomes increasingly unmanageable as the drawing grows in complexity.
1. Layer Properties Manager (LAYER — Shortcut: LA)
Type LA in the command line and press Enter to open the Layer Properties Manager. Nearly all layer-related settings are consolidated in this single panel.
1-1. Creating a New Layer
Click the “New Layer” icon at the top of the Layer Properties Manager to create a new layer. Double-click the name or press F2 to rename it as desired.
The default “0” layer in AutoCAD cannot be renamed or deleted. As a rule, you should avoid drawing directly on Layer 0 — always create dedicated layers for your work. Layer 0 has a special purpose in block creation, and using it for general drawing can lead to unexpected behavior later.
1-2. Assigning Colors
Assigning a unique color to each layer makes it easy to visually identify which layer an object belongs to. Click the Color column for the desired layer in the Layer Properties Manager to open the color picker.
- The standard index colors 1–9 are most commonly used. (1: Red, 2: Yellow, 3: Green, 4: Cyan, 5: Blue, 6: Magenta, 7: White/Black)
- In practice, colors are often used to control plot lineweight via a CTB (Color-dependent Plot Style Table). For example, defining Color 7 (White) = Outline (thick) and Color 3 (Green) = Centerline (thin) makes CTB-based plotting much more convenient.
1-3. Assigning Linetypes
Each layer can be assigned a different linetype. Common options include Continuous (solid), CENTER (centerline), and HIDDEN (hidden line).
- Click the Linetype column in the Layer Properties Manager to see the available list.
- If the desired linetype isn’t listed, click “Load” to add it. By default, only “Continuous” is loaded, so CENTER, HIDDEN, and others must be loaded manually.
- LTSCALE (Linetype Scale): If an assigned linetype appears as a solid line on screen, the LTSCALE value likely doesn’t match your drawing scale. Adjust it accordingly — for a 1:1 drawing, use 1; for a 1:100 drawing, use 100.
1-4. Assigning Lineweights
Lineweight controls the thickness of lines. It is used to make outlines appear thick and centerlines or dimension lines appear thin when plotting.
- Click the Lineweight column in the Layer Properties Manager to select a thickness value.
- In many real-world workflows, lineweight is controlled through Color + CTB (plot style table) rather than per-layer lineweight settings. Setting it up once in a CTB file is far easier to manage long-term.
If all lines appear the same thickness even after assigning lineweights, check the status bar at the bottom for the Show/Hide Lineweight (LWT or LWDISPLAY) toggle and enable it. It is off by default. Note that turning it on can make the screen look cluttered, so it’s best used only for quick checks before plotting.
2. Practical Differences: Off, Freeze, and Lock
The most confusing aspect of layer management is understanding the difference between Off, Freeze, and Lock. They all seem similar in that they prevent objects from being seen or edited — but they behave in completely different ways.
| Feature | Off | Freeze | Lock |
|---|---|---|---|
| Visibility | Hidden | Hidden | Visible (faded) |
| Editable | No (not visible) | No | No (visible but read-only) |
| Affects TRIM/EXTEND | Yes (recognized as boundary even if invisible) | No (treated as nonexistent) | Yes (recognized as boundary) |
| Memory usage | Remains in memory | Released from memory | Remains in memory |
| Can be set as current layer | Yes (with warning) | No | Yes |
| Plots | Not plotted | Not plotted | Plotted normally |
2-1. Off — Quick Hide
The simplest way to temporarily hide a layer when the drawing gets cluttered. Click the light bulb icon in the Layer Properties Manager to toggle a layer on or off.
- The objects disappear from the screen, but they remain in memory. ZOOM EXTENTS will still include the extents of objects on turned-off layers.
- Hidden objects on turned-off layers can still act as boundaries for TRIM or EXTEND. Be careful — you may find yourself unable to trim something because of an invisible line acting as a boundary.
2-2. Freeze — Treat as Nonexistent
Freeze processes the layer as if it doesn’t exist at all. It is a much stronger form of hiding than Off.
- Since the layer is released from memory, it provides a performance boost for large drawings. Freezing layers with tens of thousands of objects that you don’t need will speed up Regen operations.
- Frozen layers are completely ignored by TRIM, EXTEND, and similar commands. Their objects won’t interfere at all.
- The current layer cannot be frozen. Switch to a different current layer first before freezing the target layer.
2-3. Lock — Visible but Untouchable
Unlike Off and Freeze, Lock keeps objects visible while preventing any editing. Objects on a locked layer appear faded on screen.
- Ideal for reference geometry or base lines that need to be visible but must not be accidentally modified.
- Since locked objects cannot be selected, this prevents accidentally moving or deleting them in complex drawings.
- Locked layers plot normally when printing.
- Temporarily declutter the screen → Off: Best for quick cleanup during work. Easy to toggle back on.
- Layers you won’t need for a long time → Freeze: Improves performance in large drawings by releasing unused layers from memory.
- Reference lines / base geometry → Lock: For anything that must stay visible but must never be modified — centerlines, base frames, etc.
3. Setting and Using the Current Layer
Every new object drawn in AutoCAD is created on the current layer. Setting the correct current layer before you start drawing is essential. Drawing objects on the wrong layer means spending time later moving them back one by one.
3-1. How to Set the Current Layer
- From the Layer Properties Manager (LA): Double-click the desired layer, or select it and click “Set Current.” A checkmark will appear next to the layer name when it is set as current.
- From the ribbon toolbar dropdown: Select the desired layer from the layer list dropdown in the toolbar. This is the fastest method during active drawing work.
3-2. Useful Layer Commands to Know
| Command | Function | Description |
|---|---|---|
| LAYMCUR | Make Object’s Layer Current | Click an object to immediately set its layer as the current layer. No need to know the layer name — very handy. |
| LAYCUR | Move Object to Current Layer | Changes the selected object’s layer to the current layer. Useful for moving objects drawn on the wrong layer. |
| LAYISO | Isolate Layer | Hides all layers except the one belonging to the selected object. Very useful when you want to focus on a single layer in a complex drawing. |
| LAYUNISO | Unisolate Layer | Restores all layers hidden by LAYISO back to their previous state. |
| LAYOFF | Turn Off Object’s Layer | Click an object to turn off its layer instantly — no need to open the Layer Properties Manager. |
| LAYON | Turn On All Layers | Turns on all currently hidden layers at once. |
During drawing work, you’ll often think: “I want to work on the same layer as this object — what was that layer name again?” In that moment, type LAYMCUR and click the object to instantly set its layer as current. No more hunting through the layer dropdown — it dramatically speeds up your workflow.
4. Example Layer Setup for Mechanical Drawings
Layer naming conventions vary by company and project, but the following structure is commonly used for general mechanical drawings. Use this as a reference.
| Layer Name | Color | Linetype | Purpose |
|---|---|---|---|
| 01-OUTLINE | 7 (White) | Continuous | Object outlines |
| 02-CENTER | 3 (Green) | CENTER | Centerlines |
| 03-HIDDEN | 4 (Cyan) | HIDDEN | Hidden lines |
| 04-DIM | 2 (Yellow) | Continuous | Dimension lines |
| 05-TEXT | 1 (Red) | Continuous | Text / annotations |
| 06-HATCH | 8 (Gray) | Continuous | Hatching (section fill) |
The reason for adding numbers to layer names is to control sort order. AutoCAD’s layer list sorts alphabetically/numerically by default, so prefixing with numbers ensures the layers always appear in the desired order.
Layer Command Quick Reference
| Command | Alias | Function |
|---|---|---|
| LAYER | LA | Open Layer Properties Manager |
| LAYMCUR | – | Set object’s layer as current layer |
| LAYCUR | – | Move selected object to current layer |
| LAYISO | – | Isolate selected layer, hide others |
| LAYUNISO | – | Undo LAYISO (restore hidden layers) |
| LAYOFF | – | Turn off selected object’s layer |
| LAYON | – | Turn on all hidden layers |
| LTSCALE | – | Adjust linetype scale (dashes, centerlines, etc.) |
Final Thoughts
Layer management is the foundation of all CAD work. If you start drawing everything on Layer 0 without a proper layer setup, the drawing will become increasingly impossible to revise. In particular, understanding the exact differences between Off, Freeze, and Lock will allow you to work efficiently even in large, complex drawings.
The very first thing to do when starting a new drawing is to set up your layers. Investing 5 minutes upfront can save you dozens of hours later. Create a standard layer template as a DWT file at your company so you never have to rebuild your layer structure from scratch again. Here’s to leaving work on time — every day!