How-to guide · how to bind an xref into a drawing
How to bind an xref into a drawing
By Saumyajit Maity · Published 3 Aug 2024 · Updated 14 Jun 2025
Binding an xref converts an external reference from a link into a permanent part of your drawing. After binding, the referenced geometry lives inside the host file — it no longer depends on the external DWG, no longer updates when that file changes, and no longer needs to travel with the drawing. It is the move you make when you want to send a self-contained file, archive a finished sheet, or fold a base plan into your drawing for good.
Binding is the opposite of detaching: detach drops the content and the link, bind keeps the content and drops the link. There are two flavours — Bind and Insert — and the difference between them is all about how the xref's layers are named afterwards. This guide walks through both, explains what happens to layers, linetypes and blocks, and covers when binding is the right call versus keeping the live reference. It applies equally to base plans, title blocks and any reference you want to make a permanent part of the drawing.
Step 1 — Open the External References palette
Type XREF (or ER) and press Enter to open the External References palette. It lists every attached file with its status and path. Binding, like detaching, is done from this palette rather than by touching the geometry on the canvas — the reference is a property of the drawing, managed in one place.
Locate the xref you want to make permanent. It should be loaded (not unloaded or not-found) before you bind it, since binding pulls in the geometry as it currently displays. Right-clicking the entry gives you the Bind option.
Step 2 — Right-click and choose Bind
Right-click the xref's name and choose Bind. A small dialog appears asking which bind type you want: Bind or Insert. Pick one (covered in detail below), click OK, and AutoCAD merges the referenced geometry into the host drawing. The entry disappears from the External References palette because there is no longer a link — the content is now native geometry.
From this point the host file is self-contained for that reference: you can edit the former xref geometry directly, and the drawing no longer needs the original file to display. Editing the original DWG later will have no effect on what you bound.
Bind type: Bind versus Insert
The two bind types differ only in how the xref's named objects — layers, linetypes, text styles, block names — are renamed afterwards. With the 'Bind' type, AutoCAD keeps the names unique by converting the xref's vertical-bar separator into a special prefix, so 'BasePlan|Walls' becomes something like 'BasePlan$0$Walls'. The names stay traceable to their source.
With the 'Insert' type, AutoCAD strips the xref prefix entirely, so 'BasePlan|Walls' simply becomes 'Walls' — and if your drawing already has a 'Walls' layer, the bound geometry merges onto your existing one. Insert produces cleaner, shorter names but risks unintended merges; Bind preserves separation at the cost of long names. Choose Insert when you want the reference fully absorbed into your layer scheme, Bind when you want to keep its layers distinct.
What happens to layers, blocks and styles
Everything the xref brought in becomes a permanent, native part of the host drawing. Layers that were dependent on the xref become ordinary host layers you can rename, freeze and edit freely. Block definitions inside the xref become blocks in your drawing's block table. Text and dimension styles likewise become native styles.
This is why bind type matters: with many xrefs bound by Insert into a drawing that reuses common layer names, you can end up with everything collapsed onto shared layers — sometimes exactly what you want, sometimes a tangle. Review the Layer Properties Manager after binding and clean up with PURGE to remove any duplicate or unused definitions the merge created.
Bind versus the INSERT command
There is a related but separate route: detaching the xref and instead using the INSERT command to bring the external DWG in as a block, or binding then exploding. Binding via the palette is the cleaner path when you want the reference's layer structure preserved or controlled. Using INSERT brings the whole file in as a single block reference that you can later explode into editable geometry.
In practice, palette-bind is best when you care about how layers land; INSERT-as-block is handy when you just want the geometry in and intend to explode it. Both make the content permanent and break the live link — the distinction is the level of control over named objects on the way in.
When to bind and when not to
Bind when a drawing needs to stand alone: before archiving a final sheet, before sending a file to someone who does not have your reference files, or when a base plan is finished and will not change again. A bound drawing is portable and self-contained.
Do not bind when you still benefit from the live link — when the base plan is being actively revised and you want those revisions to flow into your sheet automatically. Binding freezes the reference at its current state; future edits to the source will not appear. If a project is ongoing, keep the xref live and bind only at issue or archive time. After any bind, run PURGE and AUDIT to keep the now-larger file clean.
Free download
Browse the full library — DWG & DXF, no signup.
Questions
Frequently asked
What does binding an xref do?+
Binding converts an external reference from a live link into permanent native geometry inside the host drawing. The referenced content stays, the link is dropped, and the drawing no longer needs the external file to display. It is how you make a drawing self-contained.
What is the difference between Bind and Insert bind types?+
They differ in how xref layer and named-object names are handled. 'Bind' keeps names traceable to the source using a special prefix (e.g. BasePlan$0$Walls). 'Insert' strips the prefix so names like 'Walls' merge with any matching existing layer. Insert is cleaner but can cause unintended merges.
When should I bind an xref instead of keeping it live?+
Bind when the drawing must stand alone — before archiving, before sending to someone without your reference files, or when the base plan is final. Keep the xref live while the source is still being revised so its changes flow into your sheet automatically.
Will my drawing update if I bind an xref and then change the original?+
No. Binding freezes the reference at its current state and breaks the link. Later edits to the original DWG have no effect on the bound geometry. If you need ongoing updates, keep the xref attached and bind only at issue or archive.
Related downloads
Blocks for this guide
Popular blocks to download
Related categories
Related guides
How-to guide
How to Create a Block in AutoCAD (BLOCK & WBLOCK)
Learn how to create a block in AutoCAD with the BLOCK and WBLOCK commands — pick a base point, choose objects, set units, and save a reusable DWG block library.
How-to guide
How to Convert DWG to DXF in AutoCAD
Convert a DWG to DXF in AutoCAD with SAVEAS — choose the right DXF version, set precision, and export clean geometry for laser cutters, CNC and other CAD apps.
How-to guide
How to Convert DXF to DWG (3 Ways)
Convert a DXF to DWG three ways — in AutoCAD with SAVEAS, free with the ODA File Converter, or in DraftSight. Pick the right DWG version and keep layers intact.
