Error 503 causes installation failure

Last updated on Jul 30, 2025

Learn how to resolve error code 503 "Package is already installed" during Adobe app installation.

Error Code 503 occurs when the Creative Cloud desktop app tries to install a UWP (Universal Windows Platform) package or runtime that is already installed, but the contents of the new package are not bitwise identical to the existing one. 

Solution

App package or UWP runtime for the app doesn’t match the installed package

To resolve this issue, try these solutions in the given order.

Reset Microsoft Store

  1. Enter cmd in Windows search to open the command prompt window.

  2. In the command prompt window, type wsreset.exe and press Enter.

  3. Wait for Microsoft Store to launch.

  4. Install the app from the Creative Cloud desktop app.

Update Microsoft Store

  1. Enter Microsoft Store in Windows search.

  2. Select the hamburger menu icon in the upper-right corner.

  3. Select Downloads and updates.

  4. Select Get updates in the upper-right corner. This updates Microsoft Store along with other installed apps.

  5. Install the Adobe app from the Creative Cloud desktop app.

Learn more about updating Microsoft Store.

Install Microsoft 3D Viewer

  1. Install Windows 3D Viewer from Microsoft Store.

  2. Install the Adobe app from the Creative Cloud desktop app.

Remove the old package for every user on the system before installing the new package

  1. Type Powershell in the Windows search box.

  2. Right-click on Windows PowerShell from the results and select Run as administrator.

  3. When the UAC prompt asks you for your consent, select Yes.

  4. Run the following command in PowerShell:

    Remove-AppxPackage -Package Microsoft.VCLibs.140.00. UWPDesktop_14.0.25426.0_x64__8wekyb3d8bbwe -AllUsers

    Note

    Remember to use the package name specified in the summary section of the error log.

  5. Press Enter.

Once the old package is uninstalled for every user in the system, install or update the Creative Cloud app again.