Why an AutoCAD File Is Not Opening and How to Force It

Quick Answer

If an AutoCAD file refuses to open, start with RECOVER, then run AUDIT and PURGE. If that fails, try RECOVERALL, WBLOCK, DXF conversion, Partial Open, or DWG TrueView. Most DWG files that appear unrecoverable still contain usable geometry. The goal is to isolate the corruption, rebuild the database, and save the drawing into a clean file structure.


Why AutoCAD Files Fail to Open

A DWG file is a database. Every line, block, layer, viewport, annotation object, XRef, and dictionary entry is stored in interconnected tables.

When one of those structures becomes damaged, AutoCAD may freeze, crash, or refuse to load the drawing.

The most common causes are listed below.


1. Database Corruption

This is the most common reason a DWG file fails to open.

Corruption typically occurs after:

  • Power outages
  • System crashes
  • Forced shutdowns
  • AutoCAD crashes during save operations
  • Network interruptions during file writes
  • Faulty hard drives or SSDs

Typical symptoms include:


2. DWG Version Incompatibility

AutoCAD supports older DWG formats but cannot directly read future formats.

Examples:

  • AutoCAD 2020 can open DWG files saved in AutoCAD 2024 because both use the DWG 2018 format
  • AutoCAD 2020 cannot directly open a DWG saved in AutoCAD 2025 format

Typical symptoms include:

  • Invalid Drawing Version
  • Unsupported file format
  • Drawing file is not valid

3. Corrupted XRefs

Large projects often contain multiple external references.

During opening, AutoCAD must load:

  • Architectural backgrounds
  • Civil drawings
  • Structural files
  • Survey files
  • Linked title sheets

A single corrupted XRef can prevent the host drawing from opening.


4. Stale Lock Files

AutoCAD creates temporary lock files:

filename.dwl
filename.dwl2

If AutoCAD crashes unexpectedly, these files may remain in the folder.

AutoCAD may then assume another user still has the drawing open.


5. OneDrive and SharePoint Sync Problems

Cloud synchronization is a growing source of DWG opening failures.

Modern cloud platforms use Files On-Demand, where files appear inside Windows Explorer but may not physically exist on the local workstation until downloaded.

AutoCAD often struggles when:

  • The DWG is only a cloud placeholder
  • An XRef is only partially downloaded
  • Synchronization is still running
  • Version conflicts exist

6. Network Storage Issues

Network latency can create symptoms that resemble corruption.

Common causes include:

  • VPN connections
  • NAS devices
  • DFS Replication
  • Slow WAN connections
  • Unstable Wi-Fi connections

A large drawing that opens instantly from a local SSD may freeze when loaded across a network.


7. Proxy Objects

Files created in:

  • Civil 3D
  • Plant 3D
  • AutoCAD Architecture
  • AutoCAD MEP
  • Map 3D

often contain custom objects.

Missing object enablers may cause:

  • Long loading times
  • Missing objects
  • Crashes during opening
  • Layout instability

Step 1: Eliminate Environment Problems First

Before attempting recovery operations, remove the most common external causes.


Open the Drawing from Inside AutoCAD

Instead of double-clicking the file:

Step 1

Launch AutoCAD.

Step 2

Open a blank drawing.

Step 3

Press:

Ctrl + O

Step 4

Browse manually to the DWG.

This bypasses Windows file association problems.


Copy the File to a Local Drive

If the file is stored on:

  • OneDrive
  • SharePoint
  • Dropbox
  • Google Drive
  • A network server

copy it locally first.

Recommended locations:

Desktop

or

C:\Temp

If Using OneDrive or SharePoint

Before copying the file:

Step 1

Right-click the DWG file.

Step 2

Select:

Always keep on this device

Step 3

Wait until synchronization completes.

Step 4

Repeat the process for any XRef folders.

This ensures AutoCAD accesses real files rather than cloud placeholders.


Verify File Size

Check whether the file size appears reasonable.

A file showing:

0 KB

contains no usable drawing database.

In that situation, recovery depends entirely on backups or temporary files.


Step 2: Start AutoCAD in Diagnostic Mode

If AutoCAD crashes before the drawing fully initializes, launch AutoCAD with minimal graphics overhead.

This frequently bypasses:


Launch AutoCAD with NOHMS

Step 1

Press:

Windows + R

Step 2

Type:

acad.exe /nohms

Step 3

Press Enter.


Launch AutoCAD in Safe Mode

If available in your release:

Step 1

Press:

Windows + R

Step 2

Type:

acad.exe /safe

Step 3

Open the problematic drawing.

If the file opens successfully, immediately perform recovery and save it under a new name.


Step 3: Use AutoCAD Recovery Commands

Recovery commands should always be attempted before external tools.


Protocol 1: RECOVER

Step 1

Launch AutoCAD.

Step 2

Open a blank drawing.

Step 3

Type:

RECOVER

Step 4

Select the damaged DWG.

AutoCAD scans and repairs the database while loading the file.


Protocol 2: RECOVERALL

If the drawing contains XRefs:

Step 1

Open a blank drawing.

Step 2

Type:

RECOVERALL

Step 3

Select the damaged file.

This repairs:

  • Host drawing
  • Attached XRefs
  • Nested XRefs

Step 4: Stabilize the Drawing Immediately

If the drawing opens, do not start drafting.

Repair the database first.


Run AUDIT

Step 1

Type:

AUDIT

Step 2

When prompted, enter:

Y

AutoCAD repairs structural errors detected in the database.


Run PURGE

Step 1

Type:

PURGE

Step 2

Select:

Purge All

Step 3

Repeat until nothing remains.


Remove Registered Applications

Step 1

Type:

-PURGE

Step 2

Type:

R

Step 3

Press Enter.

Step 4

Type:

*

Step 5

Press Enter.

Step 6

Type:

N

Step 7

Press Enter.

This removes unused Regapps entries that frequently cause DWG bloat.


Remove Orphaned DGN Data

Many drawings imported from MicroStation contain hidden DGN data.

This often causes:

  • Slow opening
  • Freezing at 99%
  • Excessive file sizes
  • Performance degradation

Step 1

Launch:

PURGE

Step 2

Enable:

  • Purge nested items
  • Purge orphaned data

Step 3

Run the purge operation.

This removes abandoned DGN-related records embedded inside the drawing database.


Step 5: Recover Geometry Using INSERT

If AutoCAD crashes while initializing layouts or model-space settings, inserting the drawing into a clean file may bypass the corruption.

Step 1

Create a new drawing.

Step 2

Type:

CLASSICINSERT

or

INSERT

Step 3

Select the damaged DWG.

Step 4

Insert at:

0,0,0

Step 5

Enable:

Explode

if available.

Step 6

Run:

AUDIT

Step 7

Save under a new file name.


Step 6: Recover Using WBLOCK

WBLOCK is one of the most effective recovery methods available.


Method 1: Entire Drawing

If the drawing opens successfully:

Step 1

Type:

WBLOCK

Step 2

Choose:

Entire Drawing

Step 3

Save the output as a new DWG.


Method 2: Export Only Clean Geometry

If the new file remains unstable:

Step 1

Run:

WBLOCK

Step 2

Choose:

Objects

Step 3

Window-select only the geometry inside model space.

Step 4

Export to a new file.

This method often removes corrupt dictionaries, damaged layer states, and broken backend tables that survive an Entire Drawing export.


Step 7: Recover Using DXF Conversion

DXF conversion rebuilds the drawing structure.

Step 1

Open the file if possible.

Step 2

Use:

SAVEAS

Step 3

Select:

DXF

Step 4

Close the drawing.

Step 5

Open the DXF.

Step 6

Save it back to:

DWG

This process frequently removes low-level corruption.


Step 8: Remove Lock Files

If AutoCAD reports that another user has the drawing open:

Step 1

Close AutoCAD.

Step 2

Browse to the drawing folder.

Step 3

Delete:

filename.dwl
filename.dwl2

Step 4

Reopen the drawing.

Only perform this operation after confirming nobody else is actively editing the file.


Step 9: Recover from Backup Files


Recover from BAK

Step 1

Locate:

filename.bak

Step 2

Rename it:

filename.dwg

Step 3

Open the file.


Recover from SV$

Step 1

Type:

OPTIONS

Step 2

Navigate to:

Files
→ Automatic Save File Location

Step 3

Open that folder.

Step 4

Locate the newest:

.sv$

file.

Step 5

Rename it:

.dwg

Step 6

Attempt recovery.


Step 10: Open Only Part of the Drawing

If opening the full file crashes AutoCAD, use Partial Open.

Because the file itself is not open yet, you cannot type a command into its command line.

Instead:

Step 1

Press:

Ctrl + O

Step 2

Highlight the DWG file.

Step 3

Click the arrow beside the Open button.

Step 4

Select:

Partial Open

Step 5

Load only the required layers or views.

This often provides access to geometry when full loading fails.


Step 11: Troubleshoot Proxy Objects

If the file originated from another Autodesk vertical product:

Step 1

Type:

PROXYNOTICE

Step 2

Set the value to:

0

Step 3

Type:

PROXYSHOW

Step 4

Set the value to:

1

Step 5

Reopen the drawing.

If necessary, install the appropriate Object Enabler.


Step 12: Isolate Corrupted XRefs

If an XRef is causing the failure:

Step 1

Open the file if possible.

Step 2

Launch:

XREF

Step 3

Detach suspect references.

Step 4

Save the drawing.

Step 5

Reload XRefs one at a time until the faulty reference is identified.


Step 13: Use DWG TrueView

If AutoCAD refuses to recover the drawing, try Autodesk DWG TrueView.


Recover the File

Step 1

Open DWG TrueView.

Step 2

Load the damaged file.

Step 3

Run available recovery tools.


Convert the File

Step 1

Launch:

DWG Convert

Step 2

Convert the file to an earlier format.

Examples:

  • DWG 2025 → DWG 2018
  • DWG 2018 → DWG 2013

The conversion engine rewrites the DWG database and frequently removes corruption.


The Last Resort

If every recovery procedure fails:

  • Search for BAK files
  • Search for SV$ files
  • Search for AC$ files
  • Check OneDrive Version History
  • Check SharePoint Version History
  • Restore server snapshots
  • Restore backup archives
  • Request a previous revision from a colleague

At that point, the original DWG database is likely damaged beyond repair.


Frequently Asked Questions

Why Does AutoCAD Freeze at 99% When Opening a File?

The most common causes are:

  • Corrupted XRefs
  • DGN data bloat
  • Proxy objects
  • Network latency
  • Corrupted layouts

Start with RECOVERALL, followed by PURGE with orphaned data removal enabled.


Why Does AutoCAD Say “Drawing File Is Not Valid”?

The file is either:

  • Corrupted
  • Incomplete
  • Unsupported by your AutoCAD version
  • Being accessed through a damaged cloud synchronization state

Why Does AutoCAD Crash When Opening a DWG?

Common causes include:

  • Database corruption
  • Corrupted layouts
  • Graphics driver issues
  • Proxy objects
  • Missing object enablers
  • Corrupted XRefs

Can AutoCAD Recover a Corrupted File?

In many cases, yes.

Start with:

RECOVER

followed by:

AUDIT

and:

PURGE

before moving to WBLOCK or DXF recovery.


How Do I Open a DWG File Without AutoCAD?

You can use:

  • Autodesk DWG TrueView
  • Autodesk Viewer
  • DraftSight
  • BricsCAD

Why Does AutoCAD Say the File Is Being Used by Another User?

A stale:

.DWL

or

.DWL2

file often remains after a crash.

Delete the lock files after confirming nobody else is using the drawing.


Why Is My DWG File Suddenly 0 KB?

A failed save operation usually caused the issue.

Recovery options include:

  • BAK files
  • SV$ files
  • AC$ files
  • Cloud version history
  • Company backups

Check the Windows temporary directory as well. In some crash scenarios, AutoCAD stores the last recoverable state as an AC$ file, making it the final recovery option when BAK and SV$ files are unavailable.