Error 191 causes installation failure on Windows

Last updated on Apr 14, 2025

Learn how to fix error 191 while installing a Creative Cloud app on Windows.

Note:

If you received error 191 while installing Adobe XD, follow these steps to fix error 191.

The error 191 generally occurs when:

  • Your system login account does not have administrator privileges.
  • Your device does not meet the system requirements to install a Universal Windows Platform (UWP) app. For more information, refer to the system requirements.
  • Your Windows installation has failed to sideload a UWP package.

To resolve the error, try the following solutions in the given order. 

System login account may not have administrator privileges

Verify that your system login account has administrator privileges.

  1. Press Windows + R on your keyboard.

  2. Type netplwiz and select OK.

  3. Ensure that Administrators are under Group in the Users tab.

    The User Account window displays the access permissions for each user under the Group tab.
    If Administrators are visible under the Group tab, you won’t be required to make any changes.

If your system login account doesn't have administrator privileges, follow these steps:

  1. Select the account you want to change within Users for this computer.

  2. Select Properties.

  3. Select Administrator as user account type under the Group Membership tab.

    User properties window displays the types of accesses available for each user, i.e. Standard user, Administrator, and Other.
    Selecting Administrator will give your system login account the privileges required

  4. Select Apply and select OK.

An existing build is installed on your device

While installing a Creative Cloud app, you might encounter "ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED" or a similar error. This happens when there is another Creative Cloud app package installed on your computer.

To delete the existing package and install the new package, follow these steps:

  1. Type powershell in the Windows taskbar search.

  2. Find Windows PowerShell, and right-click on it.

  3. Select Run as Administrator, and then select Yes when prompted for consent.

  4. Run command Add-AppxPackage -RegisterByFamilyName -MainPackage Adobe.CC.XD_{version}_x64__adky2gkssdxte to show (unhide) the existing package.

  5. From the Apps & features list, locate and uninstall the Creative Cloud app.

  6. Install the new package for your app from the Creative Cloud desktop app.

Certain folders on your device lack required permissions

Ensure that the necessary folders on your device have read and write access. Navigate to these folders using the following file paths:

  • C:\Windows\temp
  • C:\Users\<User Name>\AppData\Local\Temp
  • C:\Users\<User Name>\AppData\Local\Packages

Once done, follow these steps and verify or change the folder permissions for each folder:

  1. Go to the folder for which you want to check read and write permissions.

  2. Right-click the folder, and select Properties.

  3. If the folder does not have read and write access, go to the Security tab, and select Edit.
    Temp properties window displays the group and user name under the security tab, with the option to edit the permissions.
    Selecting Edit will help you obtain the necessary permissions for the folder.

  4. Check the box for Read and Write in the Allow column.

  5. Select Apply.

  6. Install the Creative Cloud app again. 

Corrupted Microsoft Store components are preventing the installation

You may need to reset the Microsoft Store cache to fix this issue.

  1. Press Windows + R on your keyboard.

  2. Type WSReset.exe and select OK.

    An empty command prompt window opens along with the Microsoft Store.

  3. Wait for the Microsoft Store to repair itself. The prompt automatically closes when the Store cache has been reset.

  4. Once done, open the Store and install your app again.

If the issue persists, you can reinstall the Microsoft Store using Windows PowerShell.

  1. Type powershell in the Windows taskbar search.

  2. Find Windows PowerShell, and right-click on it.

  3. Select Run as Administrator, and then select Yes when prompted for consent.

  4. Run the command Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}, and then press Enter.

  5. Once done, open the Microsoft Store and install your Creative Cloud app again.

Windows updates aren't installed on your device

  1. Navigate to Start > Settings.

    Note:

    If you are using Windows 10, navigate to Start > Settings > Update & Security.

  2. Select Windows Updates from the left menu.

  3. Check for new Windows updates by selecting Check for updates.

    The updates and installs begin automatically and happen immediately, while some updates can be scheduled when you're not using your computer.

An unknown issue is causing the installation failure

  1. Search for the Install.log file at the following location: C:\Program Files (x86)\Common Files\Adobe\Installers.

  2. Once you open the file, search for #@#OS_Error_Code.

  3. Copy the error code that follows #@#OS_Error_Code.

  4. Find the copied error code in Microsoft's common error codes document.

  5. Follow the recommended resolution for your specific error code.