Share via

MS Store error 0X80073D21

Tyler Holland 0 Reputation points
2025-12-22T21:49:09.07+00:00

When installing the MSI app through the store I receive the 0X80073D21 error which says the app must be installed to the system drive. The C drive is what windows is set to install to.

Here is what I have done in an attempt to fix this

  1. Powershell update app Winget
  2. Reset xbox app, Reset MS Store
  3. Repaired both Apps
  4. uninstalled MSI app, now unable to install at all
  5. Repaired windows
Windows for home | Windows 11 | Apps
0 comments No comments

2 answers

Sort by: Most helpful
  1. Thomas4-N 16,860 Reputation points Microsoft External Staff Moderator
    2025-12-23T11:44:25.7666667+00:00

    Hello Tyler Holland, welcome to Microsoft Q&A forum.

    The error message clearly says “the app must be installed to the system drive”, but I don’t see you mention explicitly checking that. Have you confirmed that the install location for new apps is set to the C: drive and tried installing there? Even if Windows itself is installed on C:, this setting can point to another drive, and the Store uses this setting for app installs.

    If not, please do this first: Go to Settings > System > Storage > Advanced storage settings > Where new content is saved, and under “New apps will save to”, make sure it is set to C: (your system drive). After that, retry installing the app from Microsoft Store.

    If you have already done that and the error persists, the PowerShell message indicates that the Microsoft Store components are compromised. The only supported way to restore the Store in this situation is to reset or reinstall Windows.

    • Download the latest Windows 11 ISO from Microsoft’s official site.
    • Run setup.exe from the ISO.
    • Choose Keep personal files and apps.
    • Complete the installation. This will restore Microsoft Store and other system components without wiping your data.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. 

    Was this answer helpful?

    1 person found this answer helpful.

  2. Tyler Holland 0 Reputation points
    2025-12-22T21:52:08.5333333+00:00
     Get-AppxPackage *Microsoft.WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$_.InstallLocation\AppXManifest.xml"}
    

    Attempted the above in powershell per the AI answer and received

    Add-AppxPackage : Cannot find path
    'C:\WINDOWS\system32\Microsoft.WindowsStore_22511.1401.5.0_x64__8wekyb3d8bbwe.InstallLocation\AppXManifest.xml'
    because it does not exist.
    At line:1 char:64
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$_.Ins ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\WINDOWS\syst...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.