Make Sure You Can Write To Current Directory Autocad 2013
To fix the "Make sure you can write to current directory" error in AutoCAD 2013, you typically need to adjust administrative permissions or directory paths that are being blocked by modern Windows security settings. 1. Run AutoCAD as Administrator
The simplest fix is often elevating the program's privileges so it can write to restricted system folders. Right-click the AutoCAD 2013 shortcut on your desktop. Select Run as administrator.
If this works, make it permanent: right-click the shortcut > Properties > Compatibility tab > check Run this program as an administrator. 2. Grant Full Control to Autodesk Folders
Windows may be blocking AutoCAD from writing temporary or support files to its own installation directory. Navigate to C:\Program Files\Autodesk.
Right-click the folder and select Properties, then go to the Security tab. Make Sure You Can Write To Current Directory Autocad 2013
Click Edit, select Users (or "Everyone"), and check the box for Full Control or Modify. Apply changes to all subfolders and restart AutoCAD. 3. Change Temporary File Paths
If AutoCAD is trying to write to a read-only directory (like a restricted network drive or a protected Temp folder), you can redirect it to a local folder you know is accessible. In AutoCAD, type OPTIONS and press Enter. Go to the Files tab. Expand Temporary Drawing File Location.
Click Browse and select a folder on your local drive where you have full access (e.g., C:\Temp). 4. Check Antivirus/Windows Defender
Modern security features like "Controlled Folder Access" can block older software like AutoCAD 2013 from saving files. Open Windows Security > Virus & threat protection. Select Manage ransomware protection. To fix the "Make sure you can write
Either turn off Controlled folder access or click Allow an app through Controlled folder access and add acad.exe from your AutoCAD installation folder. 5. Reset to Default Settings
If the error is caused by a corrupted user profile or registry key, resetting the software can often clear it. Go to the Windows Start Menu. Find the AutoCAD 2013 folder. Click Reset Settings to Default.
Write permission denied - Errors: F/X CAD & AutoCAD - Land FX
Solution 1: Run AutoCAD as Administrator
- Right-click on the AutoCAD 2013 icon and select Run as administrator.
- If prompted, click Yes to allow the program to make changes to your computer.
Running AutoCAD as an administrator ensures that the software has the necessary permissions to write to the current directory. Solution 1: Run AutoCAD as Administrator
4.2. Change Default Save Location (Recommended)
- Launch AutoCAD 2013.
- Type
OPTIONS→ Open Files tab. - Under “Drawing File Locations” → “Drawing template settings” → “Default file name for QNEW” (optional).
- More importantly: Under “Automatic Save File Location” → Change to a user-owned folder, e.g.:
C:\Users\%USERNAME%\Documents\AutoCAD_Temp - Also set “Temporary Drawing File Location” to the same user folder.
Solution 7: Check for File Locking by Antivirus
Real-time scanning can flag .dwg and .bak operations.
- Temporarily disable real-time protection (just to test). If the error vanishes, add exceptions to your antivirus for:
*.dwg*.bak*.sv$- The entire AutoCAD 2013 installation folder and your active project folder.
Popular antivirus suites like McAfee, Norton, and even Windows Defender can interfere with AutoCAD 2013’s write operations.
Creating a Bulletproof “Write-Enabled” Environment for AutoCAD 2013
To prevent this error from ever returning, implement this golden configuration:
- Dedicated Project Folder:
C:\CAD_Projects(not on Desktop or Documents due to OneDrive sync locks). - Dedicated Temp Folder:
C:\CAD_Temp(set viaOPTIONS→ Files). - Run as Administrator: Always.
- Network Drives: Only open DWGs from mapped drives using
COPYlocally first. Do aSAVEASto the network after editing locally. - Permissions Script: Save this as a
.batfile and run once as Admin:icacls "C:\CAD_Projects" /grant "%USERNAME%":(F) /T icacls "C:\CAD_Temp" /grant "%USERNAME%":(F) /T
6. Known Limitations in AutoCAD 2013
- No native “Save to cloud” – cloud sync folders (OneDrive, Dropbox) can cause write conflicts if syncing during save.
- Windows 10/11 compatibility issues – AutoCAD 2013 predates Windows 10; modern security defaults (controlled folder access) may block writes. Disable Controlled Folder Access or add AutoCAD to allowed apps.
- Antivirus interference – Some AVs lock
.dwgfiles during scanning. Add AutoCAD and work folders to AV exclusion list.
Review: “Make Sure You Can Write to the Current Directory” Error in AutoCAD 2013
Overall Verdict:
A frustrating but solvable permission-related error that typically appears when saving, auto-saving, or opening files. It’s not a bug in AutoCAD itself, but rather a conflict with Windows file permissions or folder settings.
Command-Line Diagnosis for Advanced Users
If the error is intermittent, use these AutoCAD command-line tools to diagnose:
(getvar "DWGPREFIX")– Shows the current directory path.(getvar "SAVEFILEPATH")– Shows autosave path.(getvar "TEMPPREFIX")– Shows temp folder path.
Compare these paths with your Windows permissions.
