AutoCAD Xref Not Found: How to Fix the Path
If your AutoCAD Xref is not found, AutoCAD cannot locate the linked file at the saved path. Open the External References palette with XREF, right-click the reference with status Not Found and choose Select New Path, or replace multiple paths with Find and Replace. Then reload the references.
An AutoCAD xref that isn't found is an external reference that AutoCAD cannot locate at its saved path.
An external reference (xref) is a separate DWG that you load into your drawing without copying the contents. AutoCAD remembers only the path to that source file. If you move, rename or delete that file, or open the drawing on a different PC, AutoCAD can no longer find it. When you open the drawing, the "References - Not Found Files" message appears, stating that one or more referenced files could not be found or read.
In the External References palette, such a reference gets the status Not Found or Unresolved. The xref content disappears from view and in its place you usually only see the name or an empty frame. Repairing it comes down to pointing AutoCAD back to the correct path.
| Status | Meaning |
|---|---|
| Loaded | Xref is found and displayed |
| Unloaded | Deliberately not loaded; path still correct |
| Not Found | File is not at the saved path |
| Unresolved | File is missing or you lack read access |
| Unreferenced | Attached but no longer visibly used |
| Orphaned | Nested xref whose parent is missing |
An xref goes missing when the source file has been moved, renamed, deleted or become unreachable.
Before you repair, it helps to know how the path broke. The most common causes:
- The source file has been moved to a different folder, while the saved path still points to the old location.
- The file has been renamed. AutoCAD looks for the exact filename; a single letter difference is enough.
- The drive letter has changed. A network drive that was first mapped as K: and now as M: breaks every absolute path.
- The network connection is missing. If you are offline or the server is unreachable, the xref is unresolved until the connection returns.
- A relative path broke during Save As. If you save the host drawing to a location without a connection to the xref folder, the relative path no longer works.
Once you know which cause applies, you can more deliberately choose between resetting the path, restoring the file, or adjusting the path type.
Open the External References palette with the XREF command to see the status of each reference.
Everything starts with the External References palette. Open it like this:
- Type XREF or the shortcut XR and press Enter.
- Or use the full command EXTERNALREFERENCES.
- Or go to the Insert tab on the ribbon, Reference panel.
Command: XR
XREF
In the list you see the status per reference. An xref with the status Not Found or Unresolved usually has a warning triangle. Click on it to see which path AutoCAD is trying to use. Often you immediately see what's wrong, for example a reference to a drive letter or network folder that doesn't exist on this PC.
Repair a broken path with Select New Path for a single xref or Find and Replace for multiple paths.
The core of the solution is pointing AutoCAD back to the right file. For a single xref:
- Right-click in the palette on the xref with the status Not Found.
- Choose Select New Path.
- Browse to the file at the correct location and click Open.
If multiple xrefs are in the same wrong folder, use the Find and Replace option. This way you replace the old folder part with the new one for all references with that path in one go. That saves a lot of work in drawings with dozens of linked files.
At the bottom of the palette, the Details section shows two fields that reveal the problem: Saved Path and Found At. If Found At differs from Saved Path or is empty, you know exactly where AutoCAD did and didn't look. Click in the Saved Path field to manually adjust it without selecting the whole file again. This way you quickly correct, for example, an incorrect drive letter.
Reload the references once the path is correct, so AutoCAD reads the xref again.
After you have repaired the path or the source file has been restored, reload the xref. Right-click in the palette on the reference and choose Reload, or choose Reload All References at the top. AutoCAD then reads the files again and the content reappears.
Reload is also useful when a colleague has modified the source file while your drawing was open. You get the latest version without closing your own drawing. If the status remains Not Found after reloading, the path still isn't correct or you have no read permissions on the folder.
If the xref content needs to remain in the drawing permanently, even without the source file, you can bind the reference with Bind. AutoCAD then copies the entire content into the drawing, after which a separate file is no longer needed. Only do this deliberately, for example when archiving or final delivery, because bound xrefs increase file size and break the link to future changes in the source file.
Choose deliberately between a relative and an absolute path, because the wrong type breaks when moving.
AutoCAD stores the path to an xref in one of three ways, controlled by the system variable REFPATHTYPE:
| REFPATHTYPE | Path Type | Behaviour |
|---|---|---|
| 0 | No path | Only the filename; xref must be next to the drawing |
| 1 | Relative (default) | Path relative to the host drawing |
| 2 | Full (absolute) | Full path including drive letter |
A relative path keeps working if you move the entire folder structure together, for example a project folder to another drive. An absolute path breaks then, because it keeps pointing to a fixed location. Conversely, a relative path breaks if you save the host drawing in a place without a connection to the xref folder, or if the xref is on a completely different drive.
Change the path type by right-clicking the xref in the palette and choosing Change Path Type. If you work within a fixed project folder, use relative paths. If you refer to a central library on a network drive, an absolute path is more stable.
A concrete example clarifies the difference. Suppose your host drawing is in the Project\Drawings folder and the xref in Project\References. A relative path records that as ..\References\underlay.dwg. If you move the entire Project folder to another drive, that relative path stays correct. If you had an absolute path like K:\Project\References\underlay.dwg, it breaks as soon as drive K: no longer exists. For files you keep together within a project, relative is therefore almost always the safer choice.
Add the xref folder to the Support File Search Path if you don't want to change the path type.
If you want to leave the saved paths untouched, you can let AutoCAD search an additional folder. Add the folder with your xrefs to the Support File Search Path:
- Type OPTIONS (or OP) and open the Files tab.
- Expand Support File Search Path.
- Click Add and browse to the folder with your reference files.
- Confirm with OK and reload the xrefs.
AutoCAD then also searches that folder for files with both a relative and an absolute path. This approach does not change the stored path definition, which is convenient if you later return the drawing to someone with a different folder layout.
For larger projects, there is a more refined variant: project search paths via the system variable PROJECTNAME. You can link a project name to one or more search folders, so that AutoCAD first looks for missing xrefs in those project folders. This is especially useful when multiple people work with the same drawing set but store their files in different locations.
Resolve an orphaned xref by first repairing the parent reference.
Xrefs can be nested: an xref itself contains another xref. If the parent reference is missing, the nested one gets the status Orphaned. You don't resolve it separately; first repair the path of the parent, reload it, and the nested reference will follow automatically.
An xref that is no longer used but is still attached gets the status Unreferenced. To remove it permanently, choose Detach instead of Unload. Detach completely removes the reference from the drawing, while Unload only temporarily hides it. A drawing with many loose or missing references also opens more slowly; see also our explanation of why AutoCAD becomes slow or freezes.
Prevent missing xrefs by sending with eTransmit and maintaining a fixed folder structure.
Most xref problems arise when sharing drawings. If you only email the host drawing, you don't send the linked files along. Therefore, use eTransmit (command ETRANSMIT):
- ETRANSMIT collects the drawing with all its xrefs, images and fonts into a package.
- The recipient opens the whole with correct, relative paths.
- This way you prevent references from being missing on the other PC.
In a team, also agree on a fixed drive letter for the shared project folder. If one maps the network drive as K: and another as M:, absolute paths will break every time. A consistent mapping prevents each recipient from having to manually repair xrefs.
Also, within a project, maintain a fixed folder structure and work with relative paths so that the entire folder can be moved in one go. The Autodesk guide on missing or unresolved xrefs describes the steps per situation. If you work in AutoCAD LT, the same xref capabilities apply as in the full version; read the differences between the two in our overview of AutoCAD LT versus AutoCAD. Once all references are correct again, you can share the complete drawing without issues or export a DWG to PDF without missing components.
Frequently asked questions
The 'Not Found Files' message means that AutoCAD cannot find one or more external references at the saved path. The source file has been moved, renamed, or deleted, or you're opening the drawing on a different PC. Repair the path in the External References palette and reload the xrefs.
With Not Found, the file is not at the saved path, usually because it has been moved or renamed. With Unresolved, AutoCAD cannot load the file at all, for example because it is missing or you have no read permissions on the folder. In both cases, first repair the path.
Use relative paths if your xrefs are within a fixed project folder, as everything will keep working when you move the entire folder. Choose an absolute path for a central library on a network drive. You set the default type with the REFPATHTYPE system variable.
Send drawings with eTransmit instead of only mailing the host DWG. The ETRANSMIT command collects the drawing with all its xrefs, images and fonts into a package with correct relative paths, so the recipient won't have any missing references.
If the status remains Not Found after repairing, the path still points to the wrong location or you don't have read permissions on the folder. Check the exact filename, whether the file really exists, and whether you have access to the network drive. Then reload again.
Related articles
Daan has been working with AutoCAD, Revit and Civil 3D in the construction and installation sector for more than ten years, helping designers make their drafting work faster and error-free.
View profile