How to Fix AutoCAD Installation Errors and Failures
AutoCAD installation failures are usually caused by corrupted Autodesk services, damaged Microsoft dependencies, permission problems, insufficient disk space, or leftover components from previous installations.
If AutoCAD fails to install, stops near completion, rolls back unexpectedly, or displays errors such as 1603, 1618, 1722, 2738, 3001, or 4000, follow the procedures below in order.
Quick Diagnostic Table
| Symptom | Most Likely Cause |
|---|---|
| Error 1603 | Previous Autodesk remnants, permissions, insufficient system drive space |
| Error 1618 | Another installation already running |
| Error 1722 | Corrupted installer package or dependency |
| Error 2738 | Windows scripting engine issue |
| Error 3001 | Autodesk deployment or licensing problem |
| Error 4000 | Missing Public Documents folder |
| Installer closes immediately | ODIS corruption |
| Installation stops at 97% | Licensing Service failure |
| Download fails repeatedly | Firewall, proxy, TLS, or ODIS issue |
| AutoCAD installs but will not start | Licensing or runtime dependency problem |
Step 1: Perform Basic System Checks
Before modifying Autodesk components, eliminate the most common causes.
Run the Installer as Administrator
Procedure
- Locate Setup.exe
- Right-click the file
- Select Run as administrator
Avoid launching the installer from a standard user session.
Disable Security Software Temporarily
Temporarily disable:
- Antivirus software
- Endpoint Detection and Response (EDR) software
- Third-party firewalls
- Windows Defender real-time protection
These products sometimes block:
- AdskLicensing
- ODIS
- Autodesk Access
- Installation scripts
Clear Temporary Files
Procedure
- Press Win + R
- Type:
%temp%
- Press Enter
- Delete all files and folders that Windows allows you to remove
Skip files currently in use.
Install Pending Windows Updates
Procedure
- Open Settings
- Open Windows Update
- Install all pending updates
- Restart Windows
Step 2: Verify Available Disk Space
Many users install AutoCAD on a secondary drive such as D:\ and assume the system drive is irrelevant.
It is not.
Even when AutoCAD is installed elsewhere, Autodesk installers extract large temporary packages on C:.
A lack of free space frequently triggers Error 1603 and rollback failures.
Recommended Free Space
Maintain at least:
- 30 GB free on C:
- Preferably 40 GB or more
before running the installer.
Step 3: Check Windows Installer Service
AutoCAD relies heavily on the Windows Installer engine.
Verify the Service
Procedure
- Press Win + R
- Type:
services.msc
- Locate:
Windows Installer
Verify that the service is present and functioning normally.
Re-register Windows Installer
Procedure
- Open Command Prompt as Administrator
- Run:
msiexec /unregister
- Run:
msiexec /regserver
- Restart Windows
Step 4: Repair Windows System Files
Damaged Windows components often prevent Autodesk packages from installing correctly.
Run DISM
Procedure
- Open Command Prompt as Administrator
- Run:
DISM /Online /Cleanup-Image /RestoreHealth
- Wait for completion
Run SFC
Procedure
- Run:
sfc /scannow
- Allow Windows to repair detected issues
- Restart the computer
Step 5: Repair Autodesk ODIS Components
Modern Autodesk products depend on Autodesk On-Demand Install Service (ODIS).
A corrupted ODIS installation can stop AutoCAD before the actual installation begins.
Remove Existing ODIS
Procedure
- Navigate to:
C:\Program Files\Autodesk\AdODIS\V1
- Right-click:
RemoveODIS.exe
- Select Run as administrator
Install the Latest ODIS Release
Procedure
- Download the latest ODIS package from Autodesk
- Install it manually
- Restart Windows
Step 6: Reinstall Autodesk Licensing Service
Licensing failures are among the most common causes of installation errors.
Remove Existing Licensing Service
Procedure
- Navigate to:
C:\Program Files (x86)\Common Files\Autodesk Shared\AdskLicensing
- Run:
uninstall.exe
as Administrator
Install the Current Licensing Service
Procedure
- Download the latest Autodesk Licensing Service package
- Install it manually
- Restart Windows
Step 7: Remove Corrupted Autodesk Components
For modern AutoCAD releases, Autodesk no longer relies on the legacy Autodesk Uninstall Tool that existed in older generations of products.
Use Autodesk Access or Windows applications management instead.
Remove Existing Autodesk Products
Procedure
- Open:
Settings → Apps → Installed Apps
- Uninstall:
- AutoCAD
- Autodesk Access
- Autodesk Material Libraries
- Autodesk Single Sign-On components
- Autodesk Identity Manager
- Restart Windows
Step 8: Resolve Error 1603
Error 1603 is the most common installation failure.
Typical causes include:
- Previous Autodesk remnants
- Registry conflicts
- Permission problems
- Corrupted MSI data
- Insufficient free space on C:\
Run Microsoft’s Install and Uninstall Troubleshooter
Procedure
- Download Microsoft’s official Program Install and Uninstall Troubleshooter
- Scan for Autodesk entries
- Remove problematic registrations
- Restart Windows
Remove Remaining Autodesk Folders
Procedure
Delete:
C:\Program Files\Autodesk\
C:\Program Files (x86)\Autodesk\
Delete user-specific folders:
C:\Users\%USERNAME%\AppData\Local\Autodesk\
C:\Users\%USERNAME%\AppData\Roaming\Autodesk\
Important
If other Autodesk products remain installed, do not remove shared Autodesk folders indiscriminately.
Examples include:
- Revit
- Inventor
- Civil 3D
- Maya
- 3ds Max
Remove only folders associated with the affected AutoCAD version.
Clean Autodesk Registry Keys
Procedure
- Open:
regedit
- Back up the registry
- Remove:
HKEY_CURRENT_USER\Software\Autodesk
HKEY_LOCAL_MACHINE\Software\Autodesk
- On 64-bit systems also inspect:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Autodesk
- Restart Windows
Verify Drive Permissions
Procedure
- Right-click the installation drive
- Open:
Properties → Security
- Verify:
- SYSTEM = Full Control
- Administrators = Full Control
Step 9: Resolve Error 4000
Error 4000 typically appears when Autodesk cannot access public Windows folders.
Verify Public Documents Exists
Procedure
- Navigate to:
C:\Users\Public\
- Confirm that:
Documents
exists
- Verify the actual path:
C:\Users\Public\Documents
- Recreate the folder if missing
- Restore permissions
Step 10: Check OneDrive Folder Redirection
This is one of the least documented causes of installation failures.
AutoCAD and Autodesk services often expect local profile folders.
Problems occur when:
- Documents is redirected to OneDrive
- Desktop is redirected to OneDrive
- OneDrive synchronization is paused
- OneDrive authentication has expired
In these situations Autodesk may fail while attempting to access profile data, support files, local customization folders, or startup resources.
Verify Folder Locations
Procedure
- Right-click:
- Documents
- Desktop
- Pictures
- Open:
Properties → Location
- Verify that paths are valid and accessible
Correct any broken redirections before installing AutoCAD.
Step 11: Repair Microsoft Dependencies
AutoCAD depends heavily on Microsoft runtime libraries.
Repair Visual C++ Redistributables
Do not uninstall every Visual C++ package on the computer.
Many older applications depend on older runtimes.
Focus on modern packages.
Procedure
- Open:
Programs and Features
- Locate:
Microsoft Visual C++ 2015-2022 Redistributable
- Repair or reinstall:
- x64 version
- x86 version
- Restart Windows
Repair .NET Framework
Windows 10 and Windows 11 include .NET as a Windows component.
You cannot fully uninstall modern .NET Framework versions through normal methods.
Disable and Re-enable .NET Features
Procedure
- Open:
Turn Windows features on or off
- Disable:
.NET Framework Advanced Services
- Restart Windows
- Re-enable the feature
- Restart again
Use Microsoft’s .NET Framework Repair Tool
If .NET problems persist:
Procedure
- Download Microsoft’s official .NET Framework Repair Tool
- Run the repair utility
- Restart Windows
Step 12: Check Controlled Folder Access
Windows Defender’s ransomware protection can silently block Autodesk installers.
Verify Controlled Folder Access
Procedure
- Open:
Windows Security
- Open:
Virus & Threat Protection
- Open:
Ransomware Protection
- Check:
Controlled Folder Access
Temporarily disable it or create exclusions for:
- Setup.exe
- Autodesk Access
- ODIS
- AdskLicensing
Step 13: Check User Profile Names
Certain installers and scripts still encounter issues with special characters in Windows usernames.
Examples:
C:\Users\José\
C:\Users\François\
C:\Users\محمد\
Create a Temporary Administrator Account
Procedure
- Create a new local Administrator account
- Use only standard English characters
- Sign in with the new account
- Run the installation again
Step 14: Verify TLS, SSL, Proxy, and Network Settings
Autodesk cloud services require secure communication.
Verify Date and Time
Procedure
- Open Windows settings
- Enable:
Set time automatically
Verify TLS Connectivity
Ensure TLS 1.2 communication is functioning properly.
Older Windows images sometimes have TLS-related issues that prevent Autodesk downloads and authentication.
Disable Unnecessary Proxy Servers
Procedure
- Open:
Settings → Network & Internet → Proxy
- Disable unnecessary proxy settings
Step 15: Use Browser Download Instead of Install Now
The Browser Download method is significantly more reliable than the streaming installer.
Download the Full Installation Package
Procedure
- Open Autodesk Account
- Navigate to your AutoCAD download page
- Select:
Browser Download
instead of:
Install Now
Extract Locally
Extract the package to a local folder such as:
C:\Autodesk_Install
Avoid These Locations
Do not install from:
- OneDrive folders
- Dropbox folders
- Google Drive folders
- Network shares
- NAS devices
- Encrypted drives
Use a local SSD or HDD.
Step 16: Review Installation Logs
Installation logs often reveal the exact component that caused the rollback.
Primary Log Locations
Check:
%temp%
C:\Autodesk
%localappdata%\Autodesk\ODIS
C:\Users\%USERNAME%\AppData\Local\Autodesk\ODIS
Most Important Log Files
Look for:
Summary.log
This file usually identifies the component responsible for the rollback.
Also review:
Setup.log
which records installation initialization and package activity.
For MSI failures, search for files such as:
AutoCAD_2026_install.log
or similar version-specific installer logs.
Search inside logs for:
- Error
- Failed
- Rollback
- MSI
- Licensing
- Return Code
Common AutoCAD Installation Error Codes
Error 1603
Common causes:
- Previous Autodesk remnants
- Registry conflicts
- Permissions issues
- Insufficient free space on C:\
Typical fixes:
- Clean Autodesk components
- Repair Windows Installer
- Verify free disk space
- Reinstall ODIS
Error 1618
Cause:
Another MSI installation is already running.
Fix:
- Wait for completion
- Restart Windows
- End stuck MSI processes
Error 1722
Cause:
Installer package failure.
Fix:
- Repair Visual C++
- Repair .NET
- Re-download installation files
Error 2738
Cause:
VBScript registration issue.
Fix:
Run:
regsvr32 vbscript.dll
from an elevated Command Prompt.
Error 3001
Cause:
Deployment failure.
Fix:
- Reinstall Licensing Service
- Reinstall ODIS
- Use Browser Download
Error 4000
Cause:
Missing or inaccessible Public Documents folder.
Fix:
- Restore Public Documents
- Repair permissions
Installation Stops at 97%
Cause:
Licensing or ODIS failure.
Fix:
- Reinstall Autodesk Licensing Service
- Reinstall ODIS
- Restart Windows
FAQ
Why does AutoCAD installation keep failing?
Most failures are caused by corrupted Autodesk services, damaged Microsoft dependencies, permissions problems, insufficient free space on the system drive, or remnants from previous Autodesk installations.
What causes AutoCAD Error 1603?
Error 1603 is usually triggered by incomplete uninstallations, corrupted registry entries, file permission issues, or insufficient temporary storage space on C:.
How do I completely remove AutoCAD before reinstalling?
Uninstall AutoCAD through Windows, remove remaining Autodesk folders associated with the affected version, clean Autodesk registry entries, reinstall ODIS, and reinstall Autodesk Licensing Service.
How do I reinstall Autodesk Licensing Service?
Remove the existing service from the AdskLicensing folder, install the latest Autodesk Licensing Service package, and restart Windows.
Why does AutoCAD installation stop near the end?
Installations that fail between 90% and 99% are commonly caused by licensing service failures, ODIS corruption, antivirus interference, or damaged Microsoft runtime components.
