Layers and lineweights are what separate a messy DWG from a professional drawing set. Get them right and your drawings are organized, easy to edit, and plot cleanly with a clear visual hierarchy. Get them wrong and you end up with rogue thick lines, invisible layers, and inconsistent sheets. Here’s how to set both up properly.

Layers: organize by function

Layers group objects by type, function, or discipline — walls on one layer, dimensions on another, grid on another. The Layer Properties Manager (type LA) is where you create, organize, and control them: visibility, freeze, lock, color, linetype, lineweight, transparency, and plot status all live here.

A few conventions make layers genuinely useful:

  • Name consistently, with discipline prefixes — e.g. A-WALL, S-GRID, M-DUCT — so layers are easy to identify and filter across disciplines. Many offices follow a standard like the US National CAD Standard or an ISO/office equivalent.
  • Assign color by function, not whim. Color often maps to plot weight, so a consistent color-to-lineweight mapping keeps output predictable.
  • Reserve linetypes for clear meanings — centerlines, hidden, boundary — and document them.
  • Use Layer States (LAYERSTATE) to save configurations — a “working” set vs a “print” set — and restore them instantly.

Lineweights: the visual hierarchy

Lineweight is how a drawing tells the reader what matters: thick lines for primary elements and section cuts, thin lines for secondary geometry and annotation. The cardinal rule is to assign lineweights ByLayer in the Layer Properties Manager and keep your objects set to ByLayer too. That way similar objects stay consistent and changes are one-click. Reserve direct object lineweights for rare exceptions — they’re the number-one cause of “rogue” thick lines that break office standards.

A practical lineweight ladder 0.09 mm — hatches, light construction 0.13–0.18 mm — centerlines, dims, text 0.25 mm — typical object lines 0.35–0.50 mm — outlines, section cuts 0.70 mm+ — match lines (sparingly)

That ladder is a sensible baseline — adjust to your discipline and standards. The default lineweight for a new layer is 0.25 mm (the LWDEFAULT setting). To see lineweights on screen, toggle the LWT button or the LINEWEIGHT command — though many drafters keep the display off in heavy drawings for performance and rely on plot preview instead.

How plotting actually decides thickness

This trips up beginners constantly, so it’s worth being precise. AutoCAD resolves lineweight by a strict order — the more specific setting wins:

  1. Object override (set in Properties) — dominates everything. Use rarely.
  2. Plot style (CTB/STB) — if a CTB maps red to 0.13 mm, every red object plots at 0.13 mm regardless of layer.
  3. Layer lineweight (ByLayer) — the clean default you should rely on.

There are two plot-style systems: CTB (color-dependent — thickness driven by object color, common with legacy standards) and STB (named styles like “Thin/Medium/Bold” assigned to layers, clearer for teams). Pick one approach and stick with it. Plot lineweight is a paper-space value: a 0.25 mm line plots 0.25 mm regardless of model scale or viewport zoom.

Lock it into a template

The payoff move: capture your standard layers, colors, linetypes, and lineweights in a drawing template (.dwt), plus saved Layer States and plot settings. Then every new drawing starts consistent, and your whole team produces matching output. When you need different looks from the same DWG — a contractor set vs a client set — use per-viewport layer overrides on layouts rather than editing the geometry.

One last troubleshooting tip: if plotted lines look too thin or invisible, check layer transparency (a high value plots very light) and your CTB color mappings before blaming the lineweights themselves. And always run a Plot Preview — it’s the fastest sanity check before you publish.

Part of our AutoCAD & drafting series. Next: blocks and dynamic blocks in AutoCAD.