The Complete AutoCAD Freeze and “Not Responding” Troubleshooting Guide
How to Fix AutoCAD Freezing, Hanging, Lagging, and “Not Responding” Issues
When AutoCAD freezes or displays “Not Responding”, the software is almost always waiting for something. The root cause is usually one of the following:
- A corrupted drawing database
- Excessive drawing bloat
- Missing network resources
- Broken Xrefs
- Missing SHX fonts
- Graphics driver issues
- Antivirus interference
- Corrupted user profiles
- Oversized scale lists
- Proxy objects
The fastest way to solve the problem is to identify exactly when the freeze occurs:
- During startup
- While opening a drawing
- During save operations
- During copy-paste
- While switching layouts
- During plotting
- While selecting objects
- While working with Xrefs
This guide follows the same troubleshooting workflow used by CAD managers and support engineers in production environments.
Quick Emergency Actions
If AutoCAD suddenly becomes unresponsive, do not immediately terminate the process through Task Manager.
Step 1 — Wait Before Assuming a Crash
If AutoCAD is:
- Regenerating a large drawing
- Opening a layout with multiple viewports
- Processing dense hatch patterns
- Loading large Xrefs
- Updating annotation scales
allow several minutes for the operation to complete.
Complex drawings can temporarily block the user interface while calculations continue in the background.
Step 2 — Disconnect the Network
Temporarily disable:
- Wi-Fi
- Ethernet
- VPN connections
If AutoCAD immediately becomes responsive again, the freeze is likely caused by:
- Missing network drives
- Offline printers
- Cloud synchronization folders
- Unavailable Xrefs
- Invalid support paths
Step 3 — Cancel the Active Operation
Press:
ESC
several times.
This can stop:
- Stuck commands
- Faulty AutoLISP routines
- Infinite script loops
- Hanging macros
If AutoCAD Freezes on Every Drawing
If AutoCAD freezes even when opening a blank drawing, the problem is usually outside the DWG itself.
Common causes include:
- Corrupted user profiles
- Graphics driver conflicts
- Startup AutoLISP files
- Antivirus interference
- Broken AutoCAD installation
Skip directly to:
- Graphics troubleshooting
- User profile repair
- Startup cleanup
- Windows maintenance
later in this guide.
If AutoCAD Freezes on One Specific Drawing
The DWG database is usually corrupted or heavily bloated.
Follow the maintenance sequence below.
Drawing Database Recovery Procedure
Step 1 — Recover the Drawing
If the file freezes during opening, avoid the standard Open command.
Use RECOVER
Procedure
Application Menu
→ Drawing Utilities
→ Recover
or type:
RECOVER
AutoCAD audits the drawing database before loading it.
This frequently repairs:
- Invalid object handles
- Corrupted references
- Damaged database structures
Step 2 — Remove Registered Application Bloat
Excessive Regapps are one of the most common causes of:
- Slow saves
- Slow copy-paste operations
- General lag
Command
-PURGE
Procedure
Command: -PURGE
Enter type of unused objects:
R
Enter names:
*
Verify each name:
N
This removes unused application records left behind by:
- Civil 3D
- Plant 3D
- Map 3D
- Third-party software
Step 3 — Purge Unused Objects
Command
PURGE
Procedure
✓ Enable Purge Nested Items
✓ Enable Purge Orphaned Data
✓ Click Purge All
Repeat until no additional items remain.
Step 4 — Remove Orphaned DGN Data
Older AutoCAD versions used a separate utility called:
DGNPURGE
Modern AutoCAD releases include this functionality directly inside PURGE.
Recommended Procedure
Open:
PURGE
Enable:
Orphaned Data
or use:
-PURGE
O
This removes hidden DGN linetype contamination often imported from MicroStation files.
DGN bloat frequently causes:
- Clipboard failures
- Slow saves
- Large file sizes
- Random freezes
Step 5 — Audit the Database
Command
AUDIT
Procedure
Fix errors?
Y
AutoCAD repairs internal database inconsistencies and damaged object references.
Step 6 — Remove Duplicate Geometry
Command
OVERKILL
Procedure
- Select all geometry.
- Press Enter.
- Accept default settings.
OVERKILL removes:
- Duplicate lines
- Duplicate arcs
- Duplicate polylines
- Redundant vertices
Step 7 — Reset Scale List Bloat
After Regapps, oversized annotation scale lists are one of the most common causes of:
- Copy-paste freezes
- Layout switching delays
- Paper Space lag
Command
SCALELISTEDIT
Procedure
1. Launch SCALELISTEDIT
2. Choose Reset
3. Confirm the reset
This removes thousands of unnecessary scales that accumulate from imported files.
Step 8 — Create a Clean Drawing with WBLOCK
When corruption persists, use WBLOCK.
Important
Avoid selecting:
Entire Drawing
In some cases, this copies corrupted dictionaries and damaged database structures.
Recommended Procedure
1. Launch WBLOCK
2. Select Objects
3. Type ALL
4. Press Enter
5. Save to a new DWG file
This exports only the visible drawing content while leaving many damaged internal structures behind.
Many CAD managers use this technique as their primary recovery method.
Proxy Object Troubleshooting
Drawings received from:
- Civil 3D
- Plant 3D
- AutoCAD Architecture
- Map 3D
often contain proxy objects.
Check These Variables
PROXYNOTICE
PROXYSHOW
PROXYGRAPHICS
Proxy objects can significantly increase:
- Opening times
- Save times
- Plotting times
Convert to Standard AutoCAD Objects
Command
EXPORTTOAUTOCAD
This removes:
- Vertical application objects
- Custom object dependencies
- Industry-specific data structures
Use this whenever possible before distributing drawings.
Graphics and Hardware Troubleshooting
Graphics issues remain one of the leading causes of random AutoCAD freezes.
Test Hardware Acceleration
Command
GRAPHICSCONFIG
Procedure
1. Disable Hardware Acceleration
2. Restart AutoCAD
3. Test performance
If freezing stops, the graphics driver is likely involved.
Disable Visual Effects
Variable
VTOPTIONS
Recommended Value
0
This disables visual transition effects that consume additional graphics resources.
Disable Selection Cycling
Variable
SELECTIONCYCLING
Recommended Value
0
Particularly useful in crowded drawings.
Disable Quick Properties
Variable
QPMODE
Recommended Value
0
Disable Hover Tooltips
Variable
ROLLOVERTIPS
Recommended Value
0
Enable Safe Multi-Thread Regeneration
Variable
WHIPTHREAD
Recommended Value
1
This enables multi-thread processing for regeneration operations while avoiding the stability issues sometimes observed with:
WHIPTHREAD = 3
Many CAD managers consider:
WHIPTHREAD = 1
the safest balance between performance and stability.
Drawing Index Optimization
Variable
INDEXCTL
Recommended Value
3
This creates:
- Layer indexes
- Spatial indexes
Benefits:
- Faster loading of clipped Xrefs
- Better performance in large site plans
Trade-off:
Building indexes increases save times because AutoCAD must regenerate the index data during each save operation.
If save performance is more important than Xref loading speed, consider lowering the value.
Force AutoCAD to Use the Dedicated GPU
For computers with both integrated and dedicated graphics:
Procedure
1. Open Windows Graphics Settings
2. Browse to acad.exe
3. Select Options
4. Choose High Performance
This forces AutoCAD to use the dedicated GPU.
If AutoCAD Freezes During Selection
Large drawings often freeze during object selection.
Disable Selection Preview
Variable
SELECTIONPREVIEW
Recommended Value
0
Disable Selection Cycling
Variable
SELECTIONCYCLING
Recommended Value
0
Check Dynamic Blocks
Dynamic blocks with:
- Multiple visibility states
- Lookup tables
- Stretch actions
- Nested blocks
can generate significant delays during selection.
Close the Layer Palette
The modern Layer palette refreshes continuously in the background.
Drawings containing thousands of layers may experience micro-freezes during edits.
Solutions
Option 1:
Close the floating Layer palette
Option 2:
Use CLASSICLAYER
The legacy dialog consumes far fewer resources.
If AutoCAD Freezes During Copy-Paste
The most common causes are:
- Regapp bloat
- DGN contamination
- Scale list bloat
- Proxy objects
Run These Commands
-PURGE
SCALELISTEDIT
PURGE
WBLOCK
If AutoCAD Freezes During Save Operations
Check Autosave Intervals
Variable
SAVETIME
Many users mistake autosave pauses for software crashes.
Common values:
5
10
15
minutes.
Reduce Incremental Save Bloat
Variable
ISAVEPERCENT
Recommended Value
0
or
5
This prevents deleted data from accumulating inside the drawing database.
Benefits:
- Smaller files
- Faster saves
- Reduced corruption risk
If AutoCAD Freezes While Switching Layouts
Common causes include:
- Missing Xrefs
- Missing SHX fonts
- Scale list bloat
- Oversized viewports
Check
XREF
for missing references.
Run
SCALELISTEDIT
to reset scale list bloat.
Check
STYLE
for missing fonts.
If AutoCAD Freezes During Plotting
Plotting freezes are often caused by:
- Corrupted PC3 files
- Missing network printers
- Damaged printer drivers
Check Plotter Configurations
Command
PLOTTERMANAGER
Inspect:
- PC3 files
- PMP files
Delete obsolete configurations.
Test DWG To PDF
Select:
DWG To PDF.pc3
If PDF plotting succeeds, the printer driver is likely the source of the problem.
If AutoCAD Freezes During Startup
Startup freezes usually involve:
- Startup LISP files
- Corrupted profiles
- Missing resources
- Third-party plug-ins
Disable Startup LISP Files
Temporarily rename:
acad.lsp
acaddoc.lsp
Restart AutoCAD and test again.
Reset AutoCAD Settings
Procedure
Start Menu
→ AutoCAD
→ Reset Settings to Default
This rebuilds:
- Profiles
- Workspaces
- User settings
Network and Cloud Storage Issues
AutoCAD continuously checks support paths.
Missing locations can cause repeated freezes.
Verify Support Paths
Procedure
OPTIONS
→ Files
Review every path under:
- Support File Search Path
- Plotter Paths
- Templates
- Printer Configurations
Remove invalid locations.
Avoid Live Cloud Synchronization
Working directly from:
- OneDrive
- Dropbox
- Google Drive
can create:
- File locks
- Save delays
- Random freezes
Work locally whenever possible.
Missing SHX Fonts
Missing fonts can make AutoCAD appear completely frozen.
When a font is unavailable, AutoCAD searches every configured support folder attempting to locate it.
If multiple fonts are missing, this search can take several minutes.
Check Font Mapping
Variable
FONTALT
A common fallback is:
simplex.shx
This prevents lengthy font searches and reduces opening delays.
DWL and DWL2 Lock Files
When AutoCAD crashes unexpectedly, lock files may remain behind.
Examples:
drawing.dwl
drawing.dwl2
AutoCAD may believe the drawing is still open.
Procedure
1. Close AutoCAD
2. Navigate to the DWG folder
3. Enable hidden files in Windows Explorer
4. Delete any .dwl and .dwl2 files
5. Reopen the drawing
Windows Maintenance
Clear Temporary Files
Procedure
1. Press Win + R
2. Type %temp%
3. Press Enter
4. Delete all possible files
Clear Graphics Cache
Navigate to:
%LOCALAPPDATA%\Autodesk\AutoCAD\
Locate:
GraphicsCache
Delete its contents.
AutoCAD rebuilds the cache automatically.
Antivirus Optimization
Antivirus software frequently interferes with:
- DWG access
- Autosave files
- Temporary cache files
Add File Exclusions
Exclude:
*.dwg
*.dwt
*.bak
*.sv$
Add Folder Exclusions
Also exclude:
- AutoCAD local support folders
- GraphicsCache folders
- User profile AutoCAD folders
This prevents the antivirus from blocking autosave and cache operations.
AutoCAD Freeze Prevention Checklist
Perform these tasks regularly:
✓ Run AUDIT
✓ Run PURGE
✓ Run -PURGE Regapps
✓ Reset Scale List Bloat
✓ Remove orphaned DGN data
✓ Run OVERKILL
✓ Remove broken Xrefs
✓ Remove invalid support paths
✓ Keep ISAVEPERCENT between 0 and 5
✓ Update graphics drivers
✓ Clear graphics cache periodically
✓ Work locally instead of directly from cloud-sync folders
✓ Use WBLOCK to rebuild aging projects
✓ Use EXPORTTOAUTOCAD before exchanging files from Civil 3D, Plant 3D, or Architecture Toolset projects
Following this maintenance routine eliminates most AutoCAD freezing, hanging, lagging, and “Not Responding” issues before they affect production work.
