How to Fix CU Update Install Failing With Error 1603 Code?

Vikas Singh
Vikas Singh

Published On - June 11, 2026

You schedule Cumulative Update (CU) in the Exchange Server and start the installation process. Instead of process initialization, the CU installation fails with Exit Code 1603. A defective CU package is the first thing that comes to your mind.

But in reality, Exchange setup failures are quite common that arise due to several other causes (poor server performance, database corruption, etc. ). Let’s review the Exchange setup logs and server configuration issues to identify the real causes.

Common Symptoms To Identify CU Update Error 1603

The following symptoms help you recognize the CU Update Install Failing with Error 1603. Here they are:

  • All the initial checks fail.
  • Rollback of Cumulative Updates.
  • Exchange setup freezes unexpectedly.
  • The progress status stops or remains the same.
  • Installation process hangs at a specific percentage.

Why Does CU Update Install Failing with Error 1603 Appear?

The 1603 Error code can trigger due to various factors. Check out the section below to know the most significant ones:

  • Low disk or storage space.
  • Active Directory replication errors.
  • Windows restart is in pending mode.
  • Incomplete permissions or prerequisites.
  • Previous CU installation failed or interrupted.
  • Corrupt Exchange installation or system files.
  • Problems with Internet Information Services (IIS) configurations.

Related: Secure Exchange Database files from getting damaged due to dirty shutdown.

Manual Methods To Fix The Error 1603 When Installing CU [Tried Ones]

Go through this section to find the appropriate solutions to troubleshoot the 1603 Error code. Try them now to identify the suitable one for yourself.

Preliminary Checks:

  • Disable antivirus or security applications.
  • Restart the server before you retry the CU installation.
  • Verify the available disk space is nearly “30 to 40GB free.”
  • Check the corrupted Windows files using the “sfc/scannow” command.
  • Test the Exchange Server Health with the “Get-ServerHealth & Test-ServiceHealth” commands.
  • Confirm the existing Exchange version via “Get-ExchangeServer | Format-List Name,AdminDisplayVersion
  • Check all the Exchange-related services on the local system by entering the “services.msc” in run wizard.
  • Verify status with “iisreset” and check “W3SVC & WAS” services to fix IIS configuration issues.
  • Resolve Active Directory replication problems via “repadmin /replsummary” command.
  • Verify the maintenance state via Exchange Management Shell “Get-ServerComponentState -Identity ServerName” command.

Method 1. Review Event Viewer & Exchange Setup Logs

Use the given steps to find the root cause by checking the log files and searching for errors.

Step 1. Access the Event Viewer Logs and review the system logs, application logs, and Exchange-related events.

Step 2. Locate C:\ExchangeSetupLogs\ on your system.

Step 3. Review the ExchangeSetup.log and ExchangeSetup.msilog.

Step 4. This will help you identify the exact cause behind the Error 1603.

Method 2. Run Exchange Setup With Administrative Privileges

Inadequate permissions can also lead to CU Installation fails with Exit Code 1603 error. Here are the steps to avoid this:

Step 1. Run the Command Prompt as Administrator.

Step 2. Mount the Exchange Server CU ISO file.

Step 3. Execute the command below to proceed.

Setup.exe /Mode:Upgrade

Step 4. It will help the setup to modify system components successfully.

Method 3. Repair An Incomplete Previous CU Installation

It is necessary to complete the interrupted or failed CU upgrades because it leaves Exchange in an inconsistent state. Here’s how:

Step 1. Mount the Exchange ISO file.

Step 2. Run the command below to recover the Exchange Server.

Setup.exe /Mode:RecoverServer

Step 3. It will start using the Active Directory stored data to rebuild Exchange configurations.

Method 4. Check & Install Missing Windows Components

Windows components are crucial for Exchange updates; therefore, verifying the CU requirements is necessary. Use the steps below to do the same:

Step 1. Run the PowerShell as an Administrator.

Step 2. Execute the command below to add the required Windows roles and features

Install-WindowsFeature

Step 3. Go to the Microsoft Download Center to install supporting software prerequisites.

  • .NET Framework
  • Visual C++ Redistributables
  • Unified Communications Managed API (UCMA)

Step 4. Install the latest version of the IIS URL Rewrite Module for Exchange Server web components.

Step 5. Deploy the Exchange setup with the prerequisite installation switch using the below command.

Setup.exe /m:upgrade /IAcceptExchangeServerLicenseTerms_DiagnosticDataON /InstallWindowsComponents

Step 6. It will check and install the remaining Windows components automatically.

Step 7. Restart the Server to complete the installation process.

What If the Cause Is Exchange Server Corruption? – Know Right Solution

You have tried all the solutions, but still facing the CU Update Install Failing with Error 1603, then maybe your Exchange database is severely corrupted. You try the native approaches to fix them, but when they fail, try the tested tools like Recoveryfix.

The Exchange Server Recovery tool provides dual scanning modes to repair database files. It helps you to restore the repaired files directly to the Live Exchange Server in a few clicks.

Free Download

Closing Lines

We hope this guide will be able to fix the Error 1603 when installing CU in Exchange Server. You will find all the necessary information and structured approaches to resolve the error by yourself. But if the issue is related to corrupted data files, then go with the recommended solutions. The software will even help you recover Exchange data without log files.

Related Posts