Skip to content
GeneralBeginner

AutoCAD 2023 Error 1603 and "Customization File Load Failed: File Not Found: acad" – Complete Troubleshooting and Repair Guide

Installing Autodesk AutoCAD 2023 or AutoCAD LT 2023 is generally a straightforward process. However, some users encounter installation failures with Error 16...

BI
Bison Technical Team Enterprise IT specialists
Updated 01 Aug 2026 6 min read 0 total views

Installing Autodesk AutoCAD 2023 or AutoCAD LT 2023 is generally a straightforward process. However, some users encounter installation failures with Error 1603, followed by application startup errors such as:

Customization file load failed. File not found: acad

Advertisement

These errors usually indicate that the installation did not complete successfully, leaving AutoCAD without its required support files, registry entries, or user profile configuration.

This article explains the causes, symptoms, diagnostic methods, and step-by-step solutions to resolve both Error 1603 and the Customization File Load Failed error on Windows 10 and Windows 11.


Understanding Error 1603

Error 1603 is a generic Microsoft Windows Installer (MSI) error indicating that the installation process encountered a fatal error and was forced to stop.

Although the error code is generic, the actual reason may include:

  • Corrupted Windows Installer
  • Damaged Autodesk Licensing Service
  • Incomplete previous Autodesk installation
  • Antivirus interference
  • Missing Microsoft Visual C++ Runtime
  • Corrupted .NET Framework
  • Permission issues
  • Damaged Autodesk Access (ODIS)
  • Corrupted Windows user profile

Understanding the "Customization File Load Failed" Error

After installation, AutoCAD may display:

 
Customization file load failed.
File not found: acad
 

This error means AutoCAD cannot load its required customization (CUIX) file during startup.

Possible reasons include:

  • Installation completed incompletely
  • Support file search path is incorrect
  • Corrupted AutoCAD profile
  • Missing Support folder
  • Missing registry entries
  • Damaged UserDataCache
  • Failed first-time initialization

Common Symptoms

Users may experience:

  • AutoCAD installation stops with Error 1603.
  • AutoCAD launches but immediately displays "Customization File Load Failed."
  • Ribbon and menus do not appear.
  • AutoCAD closes immediately.
  • Missing icons and commands.
  • "acad.cuix" cannot be loaded.
  • Missing AdReset.exe utility.
  • Missing Support folder files.

Root Causes

1. Corrupted Previous Installation

An earlier failed installation often leaves registry entries and Autodesk components behind.


2. Autodesk Licensing Service Failure

AutoCAD depends heavily on Autodesk Licensing Service.

If it fails to install properly, AutoCAD cannot initialize correctly.


3. Damaged Autodesk Access (ODIS)

Modern Autodesk products use ODIS (On-Demand Installation Service).

Corruption in ODIS commonly produces Error 1603.


4. Missing Microsoft Visual C++ Runtime

AutoCAD requires Visual C++ Redistributables.

Damaged or missing runtime packages cause installation failures.


5. Windows Installer Problems

Disabled or corrupted Windows Installer service may terminate MSI installations.


6. Antivirus Blocking Installation

Security software may quarantine:

  • Licensing Service
  • Autodesk DLL files
  • Support files
  • CUIX files

7. Corrupted AutoCAD User Profile

If the first-run profile creation fails, AutoCAD cannot locate:

 
acad.cuix
 

even when it exists.


Step-by-Step Troubleshooting

Step 1 – Restart Windows

Always restart Windows before troubleshooting.

Pending Windows Updates frequently cause installation failures.


Step 2 – Verify Windows Installer Service

Run:

 
services.msc
 

Ensure:

  • Windows Installer exists
  • Startup Type = Manual
  • Service is running

Step 3 – Repair Windows

Open Command Prompt (Administrator):

 
DISM /Online /Cleanup-Image /RestoreHealth
 

Then run:

 
sfc /scannow
 

Restart the computer.


Step 4 – Delete Autodesk Temporary Files

Remove:

 
C:\Autodesk
 
 
C:\ProgramData\Autodesk
 
 
%LOCALAPPDATA%\Autodesk
 
 
%APPDATA%\Autodesk
 
 
%TEMP%
 

Restart Windows.


Step 5 – Uninstall Autodesk Components

Remove:

  • AutoCAD 2023
  • AutoCAD LT 2023
  • Autodesk Access
  • Autodesk Licensing Service
  • Autodesk Genuine Service
  • Autodesk Single Sign-On
  • Autodesk Material Library

Step 6 – Install Microsoft Visual C++

Repair or install:

  • Visual C++ 2015–2022 x64
  • Visual C++ 2015–2022 x86

Step 7 – Enable .NET Framework

Turn on:

  • .NET Framework 3.5
  • .NET Framework 4.8

via Windows Features.


Step 8 – Disable Antivirus Temporarily

Temporarily disable:

  • Windows Defender Real-Time Protection
  • Controlled Folder Access
  • Third-party antivirus

Step 9 – Install Using Offline Installer

Avoid installing directly from:

  • USB drives
  • Network locations
  • Download folders

Extract installation files to:

 
C:\Autodesk
 

Run:

 
Setup.exe
 

using Run as Administrator.


Fixing "Customization File Load Failed"

Verify acad.cuix

Check:

 
C:\Program Files\Autodesk\AutoCAD 2023\UserDataCache\Support
 

Ensure:

 
acad.cuix
 

exists.


Verify Support Folder

Check:

 
C:\Program Files\Autodesk\AutoCAD 2023\Support
 

The folder should contain hundreds of support files including:

  • acad.pgp
  • acad.lin
  • acadiso.lin
  • fonts
  • templates

Reset AutoCAD Settings

If available:

Run:

 
AdReset.exe
 

or

Use:

 
Reset Settings to Default
 

from the Start Menu.

If AdReset.exe is missing, the installation is likely incomplete.


Recreate User Profile

Rename:

 
%APPDATA%\Autodesk\AutoCAD 2023
 

and

 
%LOCALAPPDATA%\Autodesk\AutoCAD 2023
 

AutoCAD recreates them during the next launch.


Copy UserDataCache

If required, copy:

 
UserDataCache
 

to the user profile.

This rebuilds the default workspace.


Reading Autodesk Installation Logs

Check:

 
%LOCALAPPDATA%\Autodesk\ODIS\Logs
 

or

 
C:\ProgramData\Autodesk\ODIS\Logs
 

Important log files include:

  • Install.log
  • Installer.log
  • ODIS*.log

These logs identify the exact failing component.


When to Perform a Clean Reinstallation

A complete reinstallation is recommended if:

  • Error 1603 continues.
  • AdReset.exe is missing.
  • Support folder is incomplete.
  • acad.cuix cannot be loaded.
  • Licensing Service repeatedly fails.

Best Practices

  • Download AutoCAD only from Autodesk.
  • Use the Offline Installer whenever possible.
  • Install as Administrator.
  • Keep Windows updated.
  • Install Visual C++ Redistributables before AutoCAD.
  • Disable antivirus during installation.
  • Avoid installing from removable media.
  • Restart Windows after uninstalling Autodesk products.
  • Keep sufficient free disk space on the system drive.

Conclusion

AutoCAD Error 1603 and the "Customization File Load Failed: File Not Found: acad" message are often linked. In most cases, the startup error is simply a consequence of an incomplete installation caused by the earlier installer failure.

Following a systematic troubleshooting process—repairing Windows components, cleaning previous Autodesk installations, reinstalling Visual C++ runtimes, rebuilding the AutoCAD user profile, and performing a clean installation using the Autodesk Offline Installer—resolves the majority of installation and startup issues.

For persistent problems, reviewing the Autodesk ODIS installation logs is the fastest way to identify the exact component responsible for the failure.


Frequently Asked Questions (FAQ)

Q1. What does AutoCAD Error 1603 mean?

It indicates a fatal Windows Installer (MSI) error that prevented AutoCAD from installing successfully.

Q2. Why does AutoCAD say "Customization File Load Failed"?

Because AutoCAD cannot locate or load its required customization (CUIX) file, often due to an incomplete installation or a corrupted user profile.

Q3. What is acad.cuix?

It is AutoCAD's primary customization file that stores menus, ribbons, toolbars, and workspace settings.

Q4. Can antivirus software cause Error 1603?

Yes. Security software can block Autodesk Licensing Service or installer components, resulting in installation failures.

Q5. What is Autodesk ODIS?

ODIS (On-Demand Installation Service) is Autodesk's installation and update platform used for deploying Autodesk products.

Q6. Should I use the Offline Installer?

Yes. The Autodesk Offline Installer is generally more reliable than the web installer, especially on unstable networks.

Q7. Where are Autodesk installation logs stored?

Typically in %LOCALAPPDATA%\Autodesk\ODIS\Logs or C:\ProgramData\Autodesk\ODIS\Logs.

Q8. What if AdReset.exe is missing?

Its absence often indicates an incomplete or corrupted AutoCAD installation. A clean reinstall is usually required.

Q9. Is reinstalling Visual C++ Redistributables helpful?

Yes. AutoCAD depends on Microsoft Visual C++ runtimes, and repairing or reinstalling them resolves many installation issues.

Q10. Can I fix the problem without reinstalling AutoCAD?

Sometimes. Resetting the AutoCAD profile, repairing Windows system files, and verifying the Support folder may resolve profile-related issues. However, if the installation is incomplete, a clean reinstall is typically the most effective solution.

 

#AutoCAD #AutoCAD2023 #AutoCADLT #Autodesk #Error1603 #WindowsInstaller #MSIError #InstallationError #AutoCADError #CAD #Engineering #Drafting #Architecture #CivilEngineering #MechanicalEngineering #Construction #AutodeskSupport #TechSupport #Windows11 #Windows10 #SoftwareInstallation #Troubleshooting #ITSupport #SystemAdministrator #WindowsRepair #VisualCPlusPlus #DotNet #ODIS #AutodeskAccess #LicensingService #KnowledgeBase #TechArticle #InstallationGuide #SystemMaintenance #SoftwareRepair #ComputerSupport #Productivity #EngineeringSoftware #CADSoftware #TechnicalSupport #SoftwareTroubleshooting #WindowsTips #PCRepair #EnterpriseIT #OfflineInstaller #SoftwareDeployment #ProfessionalCAD #ITEngineering #AutodeskLT #TechSolutions

YOUR FEEDBACK

Was this guide useful?

Your answer helps us keep BISONKB accurate and practical.

BISON AI

Ask about “AutoCAD 2023 Error 1603 and "Customization File Load Failed: File Not Found: acad" – Complete Troubleshooting and Repair Guide”

This interface is ready to connect to your preferred AI provider. No article or user data is sent until that service is configured.

THE BISON BRIEF

Practical IT knowledge, once a week.

New troubleshooting guides, scripts and infrastructure notes. No noise.

By subscribing, you agree to our privacy policy.