Why AutoCAD Installer Is Not Opening, Stuck, or Freezing (Complete Fix Guide)
If your AutoCAD installer does not open, gets stuck on Preparing, freezes at 0%, 33%, or closes without displaying an error message, the problem is usually related to ODIS, Autodesk Access, licensing services, corrupted installation files, Windows permissions, or security software interference.
The good news is that most installation failures can be fixed without reinstalling Windows.
This guide walks through the most effective solutions, starting with the quickest fixes and progressing toward advanced troubleshooting.
Quick Diagnosis Table
| Symptom | Most Likely Cause |
|---|---|
| Nothing happens when clicking Setup | Corrupted ODIS or Autodesk Access |
| Installer closes immediately | Damaged installer package |
| Stuck on Preparing | ODIS communication failure |
| Stuck at 0% | Antivirus or permissions issue |
| Stuck at 33% | ODIS failure or licensing verification loop |
| Error 1603 | Windows Installer or permissions issue |
| Error 1618 | Another installation is already running |
| Error 4005 | Licensing component problem |
| Installer freezes indefinitely | Background Autodesk services or pending Windows updates |
What Causes AutoCAD Installation Failures?
Modern AutoCAD installations depend on multiple Autodesk and Windows components working together.
Installation failures are commonly caused by:
- Corrupted ODIS (On-Demand Installation Services)
- Damaged Autodesk Access installation
- Licensing service failures
- Blocked background Autodesk processes
- Antivirus or firewall interference
- Insufficient permissions
- Corrupted temporary files
- Missing Microsoft Visual C++ components
- Damaged .NET Framework installation
- Insufficient free disk space
- Pending Windows updates
- Corrupted Windows user profiles
- Incomplete Autodesk uninstallations
Step 1: Restart Windows and End Autodesk Processes
Background Autodesk processes can remain active after a failed installation and prevent new installation sessions from launching.
Do This
1. Press Ctrl + Shift + Esc to open Task Manager.
2. End any Autodesk-related processes you find, including:
- setup.exe
- Autodesk Installer
- AdskAccessCore.exe
- AdAppMgrSvc.exe
- AdskLicensingService.exe
3. Restart Windows completely.
4. Try launching the installer again.
Step 2: Verify Available Disk Space
AutoCAD installers extract large temporary installation packages before the actual software installation begins.
Many users install AutoCAD on D: or another drive and assume space on C: does not matter. That is incorrect.
The installer still uses C:\Autodesk and Windows temporary folders located on the system drive.
Recommended Free Space
- Minimum: 20 GB
- Recommended: 30 GB or more
Check Available Space
1. Open This PC.
2. Verify available free space on the C: drive.
3. Free additional space if necessary.
Even if AutoCAD will eventually be installed on another drive, the free space must exist on C: during installation.
Step 3: Verify Autodesk Services
Before reinstalling Autodesk components, verify that required services are functioning correctly.
Check Services
1. Press Win + R.
2. Type:
services.msc
3. Locate:
- Autodesk Licensing Service
- Autodesk Access Service (if Autodesk Access is installed)
Recommended Settings
Startup Type
Automatic
Service Status
Running
If a service is stopped, start it manually and retry the installation.
Step 4: Repair or Reinstall Autodesk Access
Recent AutoCAD versions rely heavily on Autodesk Access.
If Autodesk Access becomes corrupted, the installer may never progress beyond the Preparing stage.
Remove Autodesk Access
1. Open:
Control Panel → Programs and Features
2. Uninstall:
Autodesk Access
Install a Fresh Copy
1. Download the latest Autodesk Access installer.
2. Run the installer as Administrator.
3. Restart Windows.
4. Retry the AutoCAD installation.
Note: Beginning with recent AutoCAD releases, Autodesk Access replaced the older Autodesk Desktop App. If older troubleshooting articles mention Autodesk Desktop App, they refer to a component that is no longer used in current AutoCAD versions.
Step 5: Repair or Reinstall ODIS
ODIS (On-Demand Installation Services) is responsible for managing Autodesk installations.
When ODIS becomes corrupted, installers commonly freeze on Preparing or close without warning.
Remove ODIS
1. Open File Explorer.
2. Navigate to:
C:\Program Files\Autodesk\AdODIS
or
C:\Program Files\Autodesk\AdODIS\V1
3. Locate:
RemoveODIS.exe
4. Right-click and select:
Run as Administrator
5. Allow the removal process to finish.
Reinstall ODIS
1. Open your extracted AutoCAD installation folder.
2. Open the ODIS subfolder.
3. Locate:
AdODIS-installer.exe
4. Run it as Administrator.
5. After installation completes, launch setup.exe again.
Step 6: Force Offline Installation with –noupdate
If the installer freezes on Preparing, ODIS may be attempting to contact Autodesk servers and failing during its installer-update check.
A useful workaround is to bypass that update check entirely.
Run Setup Without Installer Updates
1. Open Command Prompt as Administrator.
2. Drag and drop setup.exe into the command window.
The path will appear automatically.
Example:
"C:\Autodesk\AutoCAD_2027\setup.exe"
3. Add a space followed by:
--noupdate
Example:
"C:\Autodesk\AutoCAD_2027\setup.exe" --noupdate
4. Press Enter.
This forces the installer to use local installation files instead of attempting to update itself first.
Step 7: Clear Autodesk and Windows Temporary Files
Corrupted extraction files often prevent installation packages from unpacking correctly.
Clear Windows Temporary Files
1. Press Win + R.
2. Type:
%TEMP%
3. Delete all files that Windows allows you to remove.
Ignore files currently in use.
Clear Autodesk Installation Cache
Delete contents from:
C:\Autodesk
and
C:\Autodesk\WI
Clean Autodesk User Data Carefully
Warning: Do not blindly delete Autodesk folders if you have other Autodesk products installed and working properly.
Removing shared Autodesk folders can reset settings, preferences, and licensing information for other Autodesk applications such as Revit, Maya, Civil 3D, Inventor, or 3ds Max.
Recommended Approach
Delete only the folders related to the AutoCAD version that is failing.
If you are performing a complete clean reinstall of all Autodesk software, then you may remove:
C:\ProgramData\Autodesk
%AppData%\Autodesk
%LocalAppData%\Autodesk
Otherwise, leave shared Autodesk folders intact.
Step 8: Disable Antivirus and SmartScreen Temporarily
Security software frequently blocks Autodesk installers during extraction or licensing verification.
Do This
1. Temporarily disable third-party antivirus software.
2. Disable real-time protection.
3. Right-click the installer.
4. Select:
Properties
5. If available, enable:
Unblock
6. Click Apply.
7. Run Setup as Administrator.
Step 9: Install from a Local SSD
Installation failures are common when running setup files from cloud-synchronized folders or network locations.
Avoid Running Setup From
- OneDrive
- Dropbox
- SharePoint
- Network shares
- NAS devices
- Remote drives
Recommended Location
Copy all installation files to a local SSD folder such as:
C:\Autodesk\Install
Then launch the installer from there.
Step 10: Use Browser Download Instead of the Default Installer
The Browser Download option provides a complete installation package and avoids many streaming installer issues.
Download the Full Installer
1. Sign in to your Autodesk Account.
2. Open:
All Products and Services
3. Select AutoCAD.
4. Choose:
Browser Download
or
Custom Install
5. Download all files completely.
6. Run the primary executable as Administrator.
Step 11: Repair Microsoft Visual C++ Redistributables
AutoCAD relies on Microsoft Visual C++ runtime libraries.
Damaged runtime components can prevent installation from completing.
Repair Installed Packages
Repair:
- Microsoft Visual C++ 2015–2022 (x64)
- Microsoft Visual C++ 2015–2022 (x86)
Procedure
1. Open:
Programs and Features
2. Select the package.
3. Click:
Change
4. Choose:
Repair
5. Restart Windows.
Step 12: Verify .NET Framework
Several Autodesk installation components rely on Microsoft .NET.
Verify .NET Installation
1. Press Win + R.
2. Type:
optionalfeatures
3. Verify that:
.NET Framework 4.8
or later is enabled.
If necessary, repair or reinstall the framework before retrying the installation.
Step 13: Test with a New Local Administrator Account
A damaged Windows profile can prevent installers from running correctly.
Create a New Local Administrator
1. Open:
Settings → Accounts
2. Create a new local user.
3. Grant Administrator privileges.
4. Sign out.
5. Log into the new account.
6. Retry the installation.
Step 14: Review Installation Logs
Installation logs often reveal the exact reason an installation failed.
Open ODIS Logs
1. Press Win + R.
2. Enter:
%localappdata%\Autodesk\ODIS
3. Review:
- Summary.log
- Setup.log
Search for:
- ERROR
- FAILED
- Return Code
- Access Denied
Common Error Codes
| Error Code | Meaning |
|---|---|
| 1603 | Installation permission failure |
| 1618 | Another installation is running |
| 4005 | Licensing problem |
| 87 | Invalid parameter |
| 5 | Access denied |
Step 15: Check Windows Event Viewer
If Setup closes without an error message, Windows often records the crash.
Open Event Viewer
1. Press Win + R.
2. Type:
eventvwr.msc
3. Open:
Windows Logs → Application
Review entries generated during the failed installation.
Pay particular attention to:
- Autodesk
- MsiInstaller
- .NET Runtime
- Application Error
Step 16: Check Registry Execution Blocks
This situation is uncommon but can prevent setup.exe from launching.
Inspect Image File Execution Options
1. Press Win + R.
2. Type:
regedit
3. Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options
4. Look for Autodesk-related executable entries.
5. If you find a suspicious Debugger value redirecting execution, remove only that specific value.
Proceed carefully when modifying the registry.
Step 17: Use Microsoft’s Program Install and Uninstall Troubleshooter
If previous Autodesk installations were interrupted or removed improperly, Windows may still contain damaged installer references.
Microsoft’s Program Install and Uninstall Troubleshooter can remove those broken references and restore normal installation behavior.
After running the tool:
1. Restart Windows.
2. Reinstall Autodesk Access.
3. Retry the AutoCAD installation.
Frequently Asked Questions
Why does AutoCAD installer freeze at 33%?
A freeze at 33% is commonly caused by an ODIS failure, a licensing verification loop, damaged installation files, or Autodesk Access communication issues.
Why does AutoCAD setup.exe not open?
The most common causes are corrupted ODIS components, damaged Autodesk Access installations, blocked services, antivirus interference, or missing Microsoft runtime components.
Can antivirus software block AutoCAD installation?
Yes. Antivirus software can block extraction routines, installer scripts, licensing services, and ODIS communications.
What is ODIS?
ODIS (On-Demand Installation Services) is Autodesk’s installation framework responsible for downloads, updates, deployment management, and installation orchestration.
How do I completely remove Autodesk installer files?
For a full Autodesk cleanup, remove installation caches, uninstall Autodesk Access and ODIS, then carefully clean Autodesk user folders only if you are performing a complete Autodesk software reset.
Which AutoCAD versions are affected?
This guide applies to:
- AutoCAD 2023
- AutoCAD 2024
- AutoCAD 2025
- AutoCAD 2026
- AutoCAD 2027
as well as most recent Autodesk desktop products that use ODIS and Autodesk Access.
