cadblockdwg

Explainer · cad layer naming standards

Layer naming standards explained (AIA and BS1192)

DWGDXFFree1,189 words

By Sumana Kumar · Published 2 Jul 2024 · Updated 7 Dec 2025

Once a drawing leaves your own machine, layer names stop being a private habit and become a shared language. If you call a layer 'walls' and your consultant calls theirs 'WALL-EXT', coordination falls apart the moment you overlay the two files. Layer naming standards exist to fix exactly this: they give every discipline an agreed structure so that anyone opening a drawing knows what 'A-WALL-FULL' means without asking.

The two you'll meet most are the American AIA CAD Layer Guidelines and the British BS1192 convention (now largely subsumed into BS EN ISO 19650 workflows), with the international ISO 13567 sitting behind both. They share the same core idea — a layer name is a string of coded fields, not a free-text label — but differ in the fields and separators they use. This page explains how each works, what the fields mean, and how to pick and apply a convention without turning your drawings into an admin chore.

Why a naming standard matters at all

The problem a standard solves is interoperability. On any real project, drawings move between architects, structural engineers, services consultants and contractors, and they're frequently overlaid as external references (xrefs). If everyone's layer names are ad-hoc, you can't reliably freeze 'all the structural layers' across a combined model, you can't set up consistent plot styles, and automated tools that act on layer names break.

A good standard also encodes meaning. A name like 'A-WALL-FULL-DIMS' tells you the discipline (Architectural), the major element (Wall), the minor detail (Full-height) and the function (Dimensions) in one string. That's machine-readable and human-readable at once, which is why firms and public clients mandate a convention rather than leaving it to taste.

The AIA CAD Layer Guidelines

The AIA system, the long-standing US convention (and the basis of the US National CAD Standard), builds layer names from hyphen-separated fields:

- Discipline designator — a single letter: A (Architectural), S (Structural), M (Mechanical), E (Electrical), P (Plumbing), C (Civil), L (Landscape), and so on. An optional second character refines it. - Major group — four characters naming the building system or element, e.g. WALL, DOOR, GLAZ, FURN, GRID. - Minor group — optional four-character refinements, e.g. WALL-FULL, WALL-PRHT (partial height). You can stack two minor groups. - Status — an optional field for new, existing, demolished, etc.

So 'A-DOOR-FULL' is an architectural, full-height door layer, and 'A-WALL-FULL-DIMS' adds dimensions for full-height walls. The discipline letter up front means you can grab every architectural layer with a wildcard like A-* in the Layer Properties Manager.

The BS1192 convention

The British standard structures names differently. A classic BS1192 layer name is built from fixed-length fields, traditionally separated to read as Field1-Field2-Field3, covering:

- Agent / role responsible (originator) — who created the data. - Element — a classification code for the building element, historically drawn from the CAWS or Uniclass classification systems (e.g. a code for external walls). - Presentation — how the data is shown (text, hatch, dimension, model graphics).

Under the later BS1192:2007 and the ISO 19650 file-naming and information-management framework, a lot of the coordination intelligence moved up to the file-naming and container level, but the principle inside the drawing stayed: codified element classification plus a presentation suffix. The practical effect is that a UK-standard layer name leans on a published classification system (Uniclass is the current one), where the AIA system uses its own fixed element abbreviations.

ISO 13567 — the international backbone

Sitting behind both national systems is ISO 13567, the international standard for the structuring and organisation of layers in CAD. It doesn't dictate exact codes; instead it defines a set of mandatory and optional fields — agent responsible, element, presentation, plus optional fields for status, sector, phase, projection and scale — and lets a national or company implementation fill them in.

Think of ISO 13567 as the grammar and AIA or BS1192 as two dialects that obey it. That's useful to know when you work internationally: if you understand the field structure (who / what element / how presented / what status), you can read and adapt almost any compliant layer scheme, even one you've never seen, because the positions carry consistent meaning.

Choosing and applying a convention

For most people the choice is dictated by region and client: North American work tends to follow AIA / NCS, UK and Commonwealth work follows BS1192 / Uniclass under ISO 19650, and many firms run a tidy in-house variant. The worst choice is no standard at all.

Applying it is easier than it looks. Build a template (DWT) that already contains your standard layers with the correct colours and lineweights, and start every job from it — that way the discipline is baked in and nobody has to type 'A-WALL-FULL' from memory. AutoCAD's CAD Standards tools (the .dws standards file plus CHECKSTANDARDS / LAYTRANS) let you audit a drawing against a defined standard and translate non-conforming layers to the approved set, which is invaluable when you receive a file that ignored the convention.

Naming standards and inserted blocks

Downloaded blocks rarely arrive on your exact standard layers — a block from a generic library might keep its geometry on layer 0 or on its own descriptively-named layers. Neither is wrong, but it does mean a quick tidy-up after insertion if you're working to AIA or BS1192.

The smooth workflow is: set your standard layer current (say A-FURN for furniture), insert the block, and if its geometry sits on layer 0 it inherits your layer cleanly. If it came in on its own layers, use LAYTRANS or LAYMRG to fold those into your standard equivalents, then PURGE the leftovers. Blocks that keep geometry on layer 0 — like many of the ones here — are the friendliest for standards-driven offices precisely because they adopt whatever layer you place them on, so a furniture block lands correctly on A-FURN without any remapping.

Free download

Browse the full library — DWG & DXF, no signup.

Download CAD blocks

Questions

Frequently asked

What does the 'A' mean in a layer name like A-WALL-FULL?+

In the AIA / US National CAD Standard, the first field is the discipline designator. 'A' means Architectural. Other common letters are S (Structural), M (Mechanical), E (Electrical), P (Plumbing), C (Civil) and L (Landscape). It lets you select all of one discipline's layers with a wildcard.

Is BS1192 still used, or has ISO 19650 replaced it?+

ISO 19650 superseded BS1192 for information-management and file-naming, but the layer-level thinking (classified element codes plus a presentation suffix, often via Uniclass) lives on inside drawings. Many UK offices still describe their layer convention as 'BS1192-style'.

Do I have to follow a layer standard for my own small projects?+

Not strictly, but even a lightweight personal convention pays off the moment you collaborate, reuse old files, or set up plot styles. A consistent scheme saved into a template costs nothing per drawing and prevents the chaos of overlapping ad-hoc names.

How do I convert a drawing's layers to my standard automatically?+

Use LAYTRANS (Layer Translator). Load your standard layer set or a .dws standards file, map the drawing's existing layers to your standard ones, and AutoCAD remaps every object in one pass. Follow with PURGE to remove the now-empty original layers.

Related downloads

Blocks for this guide

Popular blocks to download

Related categories

Related guides