Many people ask whether you can xref (External reference) a layout in AutoCAD — the short answer and several reliable workarounds are explained below in a clear, beginner-friendly guide with step‑by‑step instructions, alternatives, common errors and fixes, and practical tips.
Short answer
You cannot directly xref a paper‑space layout the same way you xref model‑space geometry. AutoCAD’s standard DWG xref workflow works best with model‑space content. However, you can reference a layout by converting the layout into a DWG that contains the layout content in Model space, or by using other workarounds (export, WBLOCK, sheet sets, or publish to DWG/PDF) so that the layout can be attached as an xref.
Why this matters and when you’ll need it
- Users want to reuse a finished sheet (title block, annotations, viewports) from one DWG into another without recreating it.
- Layouts live in paper space; xrefs typically reference model‑space content, so a layout’s viewported model content and viewport-specific settings don’t come across as you might expect.
- Directly attaching a DWG as an xref will generally bring in the model space of that file. If you need the exact appearance of a layout, use one of the conversion methods below.
Reliable methods to “xref a layout”
Below are the most reliable ways to bring a layout into another drawing as an external reference.
Method A — Export the layout to a model‑space DWG (recommended)
Many recent AutoCAD versions include the EXPORTLAYOUT (or LAYOUTEXPORT) command, which converts a layout into a new DWG with the layout contents placed into model space.
Steps:
- Open the source DWG and click the layout tab you want to export.
- Type EXPORTLAYOUT (or search “Export Layout” in the ribbon command box).
- Choose a filename and save location. The command creates a new DWG where the layout content is in model space.
- In your host drawing, open the external references (XREF) palette.
- Click Attach DWG and select the exported DWG.
- Set insertion point/scale/rotation as needed and attach.
- Adjust layer visibility, scale, or viewport clipping in the host drawing.
Why use this: The new DWG behaves like typical model‑space geometry, so the xref behaves predictably.
Method B — Use WBLOCK or write out selected layout objects
If EXPORTLAYOUT is not available, you can create a separate DWG containing the layout objects.
Steps:
- open source DWG and switch to the layout tab.
- Change to paper space (ensure paper space is active).
- Use WBLOCK:
- For Base Point, pick an appropriate origin point.
- Under Objects, choose Select Objects then box‑select everything on the layout (title block, text, Annotative objects). Be careful with viewports — their content is model geometry clipped by the viewport; WBLOCK will not export the viewport’s model contents into model space unless you specifically include them.
- Save the WBLOCK DWG.
- Attach that DWG as an xref using the XREF palette.
Note: This method works best for static sheet elements (title blocks, notes). For viewport contents you may prefer EXPORTLAYOUT.
Method C — Use sheet set Manager / Publish workflows
- Use the Sheet Set Manager (SSM) to manage and reuse sheets across projects.
- Publish the layout to a DWG/PDF and reference the PDF as an external underlay (PDF underlay) if a non‑editable visual is sufficient.
Steps for PDF underlay:
- From source drawing, publish layout to PDF.
- In host drawing, use ATTACH (or PDFATTACH) to insert the PDF as an underlay.
- Adjust scale and clipping.
This is good when you only need the visual representation, not editable CAD entities.
How to attach the exported file as an xref (general steps)
- Open the host drawing.
- Type XREF to open the External References palette.
- Click Attach DWG (or right‑click > Attach).
- Select the exported DWG (from EXPORTLAYOUT or WBLOCK).
- Choose Attachment type (Attach vs Overlay) — see Tips below.
- Specify insertion point, scale, and rotation (or check “Specify on‑screen”).
- Click OK and place the xref.
Common errors and fixes
Problem: Xref appears blank or invisible.
- Fixes:
- Use REGEN or REGENALL to refresh display.
- Check layer states in the host drawing and the xref (layers may be frozen or turned off).
- Ensure the xref path is valid; use Full path or Relative path appropriately.
- If viewport clipping was used in the layout, ensure the exported DWG preserved clipped geometry (EXPORTLAYOUT handles this better than WBLOCK).
- Fixes:
Problem: Viewport scale or annotation scale is wrong.
- Fixes:
- Exported layout to model space may alter scale; set the correct drawing units when exporting; apply appropriate scale on attach.
- For annotative objects, check Annotative scale settings and ensure those scales are present in the host drawing.
- Fixes:
Problem: Text or linetypes look different.
- Fixes:
- Ensure text styles, fonts, linetypes, and plot styles used in the layout are available to the host drawing (use same support file locations or transfer styles).
- Consider binding or including required resources.
- Fixes:
Problem: Xref won’t update after changes.
- Fixes:
- Save the source exported DWG after edits.
- In the host drawing, right‑click the xref and choose Reload (or use the REFERENCE command).
- If you used WBLOCK, recreate and re‑attach the new file.
- Fixes:
Problem: You need live viewport content that updates with model changes.
- Fixes:
- Instead of exporting a static layout, xref the model DWG and recreate the viewport in the host drawing to display the model at the desired scale. This keeps the viewport live and updates with model changes.
- Fixes:
Alternative approaches and when to use them
- Xref the original model DWG and build local layout/viewports in the host file — best when underlying model updates frequently and you want live updates.
- Use Sheet Set Manager to publish/manage consistent sheets across multiple drawings — best for large projects and multi‑sheet workflows.
- Attach PDF underlay when you only need an image (non‑editable) representation.
- Use Data Links or Content Blocks if you want partial elements from a layout rather than the whole sheet.
Best practice tips
- Use EXPORTLAYOUT when available — it preserves layout appearance and is easiest for xref use.
- Prefer relative paths for xrefs in a project folder to avoid broken links when moving the project.
- Choose Overlay vs Attach: use Overlay if you don’t want nested xrefs to propagate into other drawings; use Attach if nested xrefs must be included.
- Keep fonts, line types and plot styles in a shared network folder or copy them into each project to avoid missing resources.
- Maintain a consistent scale/unit convention between source and host drawings.
- Name exported files clearly (e.g., Project_Sheet01_export.dwg) and document the workflow for team members.
- If you need frequent updates, consider xrefing the model and building local sheets rather than exporting layouts repeatedly.
FAQ
Can I xref a specific layout inside a DWG without exporting it?
No — AutoCAD does not directly attach a paper‑space layout as a live xref in the same way it references model space. You must export/convert the layout to model space (EXPORTLAYOUT or WBLOCK), attach the exported DWG, or use alternate methods (PDF underlay, sheet set).
How do I keep the xref updated when the source layout changes?
If you used EXPORTLAYOUT/ WBLOCK, you must re‑export or overwrite the exported DWG and then Reload the xref in the host drawing. For live updates, xref the model DWG and recreate the viewport in the host file.
Will viewport clipping and viewport‑specific annotations be preserved when I export a layout?
EXPORTLAYOUT typically handles viewport views better than WBLOCK. However, some viewport behaviors (like dynamic view controls) may not transfer perfectly. Test with your drawing setup and check scales/annotations after export.
Can I reference layouts from different drawings and keep them editable?
If you need editable geometry, export the layout to DWG (model space) and attach as an xref — you can then edit the source exported DWG. For collaborative editable sheets, consider using Sheet Set Manager or worksharing practices.
Is referencing a layout the same as attaching a PDF underlay?
No — a PDF underlay is a raster/vector snapshot and not native AutoCAD objects. Use a PDF if you only need a visual reference; use exported DWG if you need editable CAD entities.
What is the difference between Attach vs Overlay when adding an xref?
- Attach: the xref becomes part of nested references — if someone else xrefs your drawing, the attached xref will follow.
- Overlay: the xref is only visible in the current drawing and will not be nested into other drawings that reference this one. Use Overlay to avoid duplication of nested xrefs.
My xref shows scale problems — how do I fix it?
Check the drawing units in both files and ensure you used the correct insertion scale when attaching. Use REFERENCE > Attach settings to specify the proper units, or scale the xref after insertion to the desired size.
