Why AutoCAD Freezes When Opening a Drawing (And How to Fix It)

AutoCAD freezes when opening a drawing more often than most users realize, and the frustration is real when hours of work vanish because a backup file failed to appear. This exact scenario played out in a CADTuor forum discussion, where a Windows 10 user running AutoCAD 2017 described losing significant work after the program locked up mid-session. Her case is a useful real-world example for anyone troubleshooting the same crash, since it touches on several of the most common culprits: startup LISP routines, antivirus conflicts, and unreliable autosave behavior.

The Setup Behind the Crash

The user in question was running AutoCAD 2017 on Windows 10 with dual monitors and AVG antivirus installed, after having cycled through Norton, McAfee, Avira, and Kaspersky. She suspected the freeze might be tied to seven LISP routines loaded automatically at startup, including tools for flattening drawings, replacing blocks, and dimensioning through lines. None of these routines were unusual or heavy, which made pinpointing the exact trigger difficult.

This is a common pattern reported by long-time AutoCAD users: a stable setup that has worked for years starts freezing without any single obvious change, making the LISP startup sequence one of the first places to check when a drawing hangs on open.

Good Drawing Hygiene Wasn’t the Problem

What stands out in this case is how disciplined the user’s drawing management already was. She maintained strict layer control, created blocks exclusively on layer 0, ran regular audits and purges, flattened drawings frequently, and never imported content from other files without first isolating and cleaning it in a separate drawing. She also used the OVERKILL command cautiously to remove duplicate or broken lines, aware that it can sometimes produce unintended side effects.

This level of file hygiene is exactly what AutoCAD support documentation recommends to prevent corruption-related freezes, which means the root cause in this case was more likely tied to external software conflicts (antivirus scanning, LISP conflicts) than to the drawing file itself.

Isolating the Cause: Running AutoCAD Clean

One of the most effective diagnostic steps for a freeze like this is running AutoCAD with no LISP routines, no third-party antivirus interference, and no add-ons loaded at startup. If the program opens drawings normally in this clean state, the issue is almost certainly one of the startup scripts or a background process like real-time antivirus scanning interfering with file access. From there, LISP routines can be reloaded one at a time to identify the specific one causing conflicts.

The Backup File Problem in AutoCAD 2017

A second issue raised in the thread is just as important: AutoCAD 2017 changed how backup (.bak) files are surfaced after a crash. Older versions like AutoCAD 2012 would automatically list recovered backup files in the left-hand panel after a restart. In 2017, that behavior changed, and backup files may not appear automatically even when they exist on disk. Users need to manually check their configured backup file path (found under Options > Files > Automatic Save File Location) rather than assuming AutoCAD will surface them.

Given how much lost work can result from this change, reducing the Automatic Save interval is one of the simplest safeguards available. In this case, the user adjusted her autosave setting down to 5 minutes after the incident, a practical step that significantly limits potential data loss if another freeze occurs.

Key Takeaways for Preventing AutoCAD Freezes

If AutoCAD freezes when opening a drawing, the fastest path to a fix is methodical isolation rather than guesswork:

  • Launch AutoCAD with all LISP routines disabled to rule out startup script conflicts
  • Temporarily disable or reconfigure antivirus real-time scanning for AutoCAD file types and directories
  • Reload LISP routines individually to identify the specific conflicting script
  • Set Automatic Save to a shorter interval (5 minutes is a reasonable baseline)
  • Manually verify the backup file path in Options rather than relying on automatic recovery prompts

Following this sequence turns an intermittent, hard-to-diagnose freeze into a solvable problem, and it protects against the kind of data loss described in the original forum thread. For AutoCAD users running multiple LISP routines or third-party antivirus software, building these checks into a regular maintenance routine is the most reliable way to keep drawings opening smoothly.

References

  1. CADTutor Forum, “AutoCAD Freezes When Opening a Drawing,” discussion thread, January 2017.