AutoCAD Save As Dialog Not Appearing on Windows 10
If you’re using AutoCAD on a new Windows 10 machine and the “Save As” dialog window no longer appears—forcing you to type out full file paths in the command line—you’re not alone. This issue often arises after fresh installations or upgrades, but the solution is straightforward.
In this guide, we’ll explain the cause of the problem and how to restore the missing Save As dialog using a system variable adjustment.
The Problem: Save As Triggers a Command Line Prompt Instead of a Dialog Box
Instead of a familiar window for choosing file names and save locations, AutoCAD displays a command-line prompt like the following:
This behavior is triggered when the FILEDIA
variable is set to 0
, which disables dialog boxes for file operations.
The Solution: Enable FILEDIA
To restore the Save As dialog in AutoCAD:
-
Open the AutoCAD command line.
-
Type
FILEDIA
and press Enter. -
When prompted, enter
1
and press Enter again.
This will re-enable file dialogs such as Save, Open, Export, and others.
Additional Step: Check the CMDDIA Variable
To ensure other command-related dialogs (such as for Array or Plot) function properly, also verify the CMDDIA
variable:
-
Type
CMDDIA
into the command line. -
Enter
1
when prompted.
Preventing This Issue in the Future: Use SYSVARMONITOR
AutoCAD includes a built-in system called SYSVARMONITOR, which watches core variables and notifies you if any are changed unexpectedly.
To activate it:
-
Enter
SYSVARMONITOR
in the command line. -
Set it to ON.
-
Add
FILEDIA
andCMDDIA
to its monitored variables list.
You can also include any other variables you rely on in your workflow. This helps maintain consistency across sessions and prevents confusion due to silent changes.
Relevant Products on UpkeyStore
If you’re setting up AutoCAD on a new computer, consider browsing these compatible and affordable licensing options:
All versions are tested for compatibility with Windows 10 and 11.
Conclusion
The missing “Save As” dialog is caused by a disabled system variable—nothing more. By resetting FILEDIA
to 1, you can restore normal functionality within seconds. For an extra layer of stability, enabling SYSVARMONITOR ensures you’re alerted if core settings change in the future.
For more solutions to common Autodesk issues, visit our How to Fix section.