Deployment Failed With HRESULT: 0x80080204 [Fix]

Change out your corrupt user profile and switch to another

Reading time icon 5 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • Windows Powershell is a powerful tool for executing commands but sometimes, these commands may not yield the expected results.
  • If you have recently encountered issues with the Add-appxpackage command, it could be because you’re operating a corrupt user profile.
  • Switching to a new profile is a quick workaround but you might want to run the SFC scan to get rid of the issue in its entirety.

The Add-appxpackage is part of a command line that is used to reinstall applications in Windows devices. It is a faster and more straight-forward method for users who appreciate just how powerful the Command Prompt and Powershell utilities are.

However, it now seems that executing the command does not bring desired results and users are hit with a add-appxpackage : deployment failed with hresult: 0x80073cf6, package could not be registered message.

Why does the Add-appxpackage Deployment Failed With Hresult error occur?

If youโ€™re trying to execute the reinstalling an app command, but it keeps returning a failed result, below are some possible causes:

  • Corrupt files – There’s a chance that one or more of your system files may be corrupted and preventing other operations from taking place.
  • App remnants – Uninstalling an app often leaves behind some software leftovers that need to be removed such as the application’s installation files and registry entries which prevent the reinstallation process from succeeding.
  • Incompatible software โ€“ Some software may not be compatible with your OS. This is a common issue, as there are many different types of software available for use. 
  • Corrupt user profile – If the user profile on your computer has become corrupted then it may prevent some programs from running correctly.
  • Windows Update issues – If you have recently installed new updates and noticed this issue, it could be a problematic update. You can choose to uninstall the updates or check whether there are newer updates to fix the bug.

This error is not exclusive to Windows as Xbox users too have expressed concern after the Xbox live error code 0x80073cf6 appeared on their consoles especially after installing a game.

How do I fix deployment failed with Hresult?

Before performing any advanced solutions, try the following:

  • Check the command again and ensure you’re typing it correctly.
  • Close any background apps.
  • Restart your PC and here’s what to do if your computer won’t restart.

1. Run the Windows Store troubleshooter

  1. Hit the Windows key and click on Settings.settings windows 11
  2. Click on System on the left pane then Troubleshoot on the right pane.troubleshoot - App
  3. Select Other troubleshooters.
  4. Scroll down, locate Windows Store Apps and click the Run button.

Running the Windows Store Apps troubleshooter can help you identify any errors related to the Microsoft Store so that you can establish whether the issue is with the app youโ€™re trying to install or the store.

2. Run the DISM and SFC scans

  1. Hit the Windows key, type cmd in the search bar, and select Run as administrator.cmd-run-admin-w11 unexpected kernel mode trap windows 11
  2. Type and Enter the following command: DISM.exe /Online /Restorehealth 
  3. Allow for the command to be executed then type in the next one: sfc /scannow

If the issue was corrupt or missing files, the SFC scan will be able to address this issue. The DISM and SFC commands are two useful tools that can help you repair your system and fix this problem.

The DISM scan will check for any problems with your system files and fix them if they exist. The System File Checker scan makes sure that all of the necessary system files are in place and are working correctly.

If you worry about performing the SFC and DISM scan by yourself, you can use an automatic repair tool because it scans your PC for corrupt files and finds healthy replacements from its database.

3. Reset the Windows Update components 

  1. Hit the Windows key, type Powershell in the search bar, and select Run as administrator.
  2. Type in the following commands and press Enter after each one: net stop wuauserv net stop cryptSvc net stop bits ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 Catroot2.old net start wuauserv net start cryptSvc net start bits netsh winsock reset
  3. Restart your PC.

4. Check for Windows updates 

  1. Hit the Windows key and click on Settings.settings windows 11
  2. Select Windows Update and click on Check for updates.check-updates-w11 windows 11 blue screen
  3. Download and install if available.

5. Create a new user profile

  1. Hit the Windows + R keys to open the Run command.
  2. Type netplwiz and press Enter.
  3. Click Add in the User Accounts window.
  4. Select Sign in without a Microsoft account (not recommended).Sign in without a Microsoft account
  5. Click on the Local account button.create local account
  6. Enter a username and password (optional) for the new user account, and a hint, in case you set a password. Once done, click on Next.enter username and password
  7. Click on Finish to create the Local account.

Should all these fail, as a last resort, consider resetting your PC. This will delete all files stored on your computer and restore the operating system to its factory settings. If you decide to reset your PC, we recommend creating a backup of your files before you reset your PC.

For the 0x80073cf6 Xbox One fix, the same solutions listed above could be used where applicable. Otherwise, check the Xbox Live server status or reset your console.

There are a bunch of other Microsoft Store errors that you may come across so feel free to check out our detailed guide on how to solve them.

Let us know if you’ve been able to solve this issue in the comment section below.