Windows 10 Store Won’t Open (Fix)

AppXManifest does not Exist

The Windows Store was included by Microsoft in Windows 8 after receiving a massive amount of requests from users. It was indeed necessary to integrate a store, as Windows’ strong competitor – namely, Apple – already had a running App Store within OSX. However, the Windows Store was not highly appreciated due to the limited number of applications available for download, as well as the presence of some bugs. Consequently, in Windows 10, Microsoft made internal changes and removed several known bugs from the Windows Store to ensure smoother operations.

Windows Store

However, Windows 10 users have reported that the Windows 10 Store does not open. Even after restarting the PC, the store still does not seem to open. This is quite problematic, as users do not want the store to shut down, as it restricts them from downloading games and apps available exclusively on the store. Therefore, I will be guiding you on how to get your Windows 10 Store back to working order.

The Reason Behind the Issue: ‘Windows 10 Store Won’t Open’.

The culprit behind the non-opening of the Windows 10 Store might be the local caches of the Windows Store, which are stored in a specific folder inside the C directory. The other major reason might be related to the Windows Store’s registries that can become corrupted due to some conflicts within the operating system.

Solutions for Fixing the Issue ‘Windows 10 Store Won’t Open’:

This issue can be resolved by resetting the Windows Store caches or deleting the local caches created by the Windows Store. This issue can also be resolved by re-registering the Store application using PowerShell. Follow the methods below to get it done.

But before proceeding with the solutions, ensure that you have a working internet connection, and your system’s date/time is accurate. Additionally, verify that there is sufficient free space on your system drive. Also, turn off any VPN/proxy and see if the problem is resolved.

1. Reset the Windows Store cache.

This problem can be resolved by resetting the Windows Store Cache using the Command Prompt. On the other hand, you can also delete the local caches stored within the directory.

Reset the Windows Store Caches Using the Command Prompt:

  1. Open an elevated Command Prompt by right-clicking on the Start menu icon and selecting Command Prompt (Admin) from the list.
    Choose Command Prompt (Admin)
  2. Type the command “wsreset.exe” inside the Command Prompt and press the Enter key to execute. This will clear the cache of the Windows Store. After it is complete, recheck the Store application to see if it works or not.
windows 10 store will not open1
Execute the Command wsreset.exe

1.1 Delete the Local Caches Manually.” This sentence is already grammatically correct.

  1. To delete the local caches of the Windows Store, navigate to the folder mentioned below and delete all the files present within it.
    Note: Make sure that your hidden files are visible. To make them visible, open any folder and go to the View panel located at the top. Inside the View panel, check the box labeled ‘Hidden items‘, and this will unhide the files in the folder.

    C:\Users\user_name\AppData\Local\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalCache

    The user_name would be different based on your user account, so keep that in mind.

    windows 10 store will not open2
    Open Cache Folder of Windows Store
  2. After deleting the files, open the store application again to see if the problem is resolved.

2. Register with the Windows Store.

  1. Open the PowerShell application by searching for it using Cortana, and run it as an administrator.
    windows 10 store will not open3
    Open PowerShell as Administrator
  2. Inside PowerShell, run the following command to re-register the Windows Store application: paste this command and press the Enter key on the keyboard to execute and re-register the store                         Command:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml
windows 10 store will not open4
Execute the AppxManifest.xml Command
  1. Reopen the store to check whether it works or not.

3. Cannot find AppxManifest.XML or AppxManifest.XML does not exist.

The “AppXManifest does not exist” issue arises if your system’s Windows installation is corrupt or outdated. Furthermore, a corrupt Windows user profile may also cause the problem. The issue occurs when a user runs a PowerShell or Command Prompt cmdlet, typically to update an application or program, but encounters the “AppXManifest missing” issue accompanied by the following message:

Cannot find the path ‘C:\AppXManifest.XML’ because it does not exist.

AppXManifest Missing

Before proceeding, check if performing a system restore (if a restore point exists) resolves the AppXManifest issue. Also, ensure that your system time and time zone are properly configured.

3.1 Update your system’s Windows to the latest release.

The AppXManifest missing issue may arise if the Windows on your system is outdated, as it can create incompatibility between the essential OS modules. In this context, updating the Windows on your PC to the latest release may solve the AppXManifest problem.

However, before proceeding, ensure that no firewall (such as Privatefirewall, which is known to hinder the update process and cause issues) obstructs the update process. It would be best to remove any third-party firewalls and temporarily disable the Windows Firewall until the update process is complete.

  1. Manually update the system’s Windows and check if that resolves the AppXManifest issue.
    Check for Windows Updates
  2. If not, then navigate to the Windows 10 download page using a web browser and click on the “Update Now” button to download the file.
    Click on the Update Now in the Windows 10 Download Page
  3. Once the download is complete, launch the downloaded Update Assistant with administrator privileges and follow the prompts to complete its operation.
  4. Once completed, reboot your PC and check if the Appxmanifest issue has been resolved.
  5. If the issue persists, then navigate to the Microsoft Update Catalog website and search for the latest KB updates for your system (you can find information about the updates on official Microsoft/OEM websites).
    Search and Download the KB Updates from the Update Catalog Website
  6. Now, download and install the KB updates (as an administrator) applicable to your system to check if that resolves the missing Appxmanifest issue.

3.2 Reset and Re-register the Application (For example, Microsoft Store)

You may encounter the issue at hand if the installation of an application like Microsoft Store is corrupt. In this case, resetting and re-registering the Microsoft Store may solve the problem.

  1. Click Windows, type ‘WSRESET,’ and right-click on it. Then, select ‘Run as Administrator.’
    Launch WSReset as Administrator
  2. Once the reset process is complete, check if the AppXManifest issue has been resolved.
  3. If not, right-click on Windows and choose PowerShell (Admin).
  4. Now, execute the following in PowerShell:
    Set-ExecutionPolicy Unrestricted
    Set Execution Policy to Unrestricted in the PowerShell
  5. When asked to, press Y, and then execute the following instructions:
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  6. Now, reboot your PC, and upon reboot, check if the missing AppXManifest issue is resolved.
  7. If not, please check whether executing the following in PowerShell (Admin) resolves the AppXManifest issue:
    Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

3.3 Perform the SFC and DISM scans.

You may encounter the missing AppXManifest issue if the essential system files are corrupt. In this case, performing the SFC and DISM scans may solve the AppXManifest problem.

  1. Perform an SFC scan of your system (this may take some time to complete, so try it when you can spare your PC for a while).
    Perform an SFC Scan
  2. If the issue persists, then check if executing the DISM scan resolves the problem. However, make sure you execute the following command in the process:
    dism /online /cleanup-image /restorehealth
    Use the DISM Command to RestoreHealth

3.4 Create a New Windows User Account.

The AppXManifest file might be missing from the Windows user account if the user profile itself is corrupted. In this scenario, creating a new Windows user account (preferably local) may solve the problem.

  1. Create a new user account (preferably a local administrator) on your system and check whether it is free from the AppXManifest issue.
  2. If so, then you may transfer the data from the corrupt user profile to the newly created profile (a tedious task).

3.5 Take Ownership of the WindowsApps Folder

You may encounter the missing AppXManifest issue if the permissions of the WindowsApps folder are not properly configured. If this is the case, taking ownership of the WindowsApps folder may solve the problem.

  1. Right-click on Windows and select “Run.
  2. Now, navigate to the Program Files directory by copying and pasting the following
    %programfiles%
    Open the Program Files from the Run Command Box
  3. Then, right-click on the WindowsApps folder (if the folder is not shown, make sure that viewing of Hidden Files and Protected Operating System Files is enabled), and choose Properties.
    Open Properties of the WindowsApps Folder
  4. Now, head to the Security tab, and near the bottom of the Properties window, click on the Advanced button.
    Open Advanced Security Properties of the WindowsApps Folder
  5. Then, click on “Change” (in front of “Owner”), and in the next window, click on the “Advanced” button.
    Click Change in Front of Owner and Open Advanced
  6. Now, click on the “Find Now” button and double-click on your user’s name.
    Click the Find Now Button and Double-click on Your Username
  7. Then apply your changes and checkmark the option “Replace Owner on Sub-containers and Objects.
    Checkmark “Replace Owner on Sub-containers and Objects” and Apply Your Changes
  8. Now, apply your changes and right-click on the WindowsApps folder again.
  9. Then, select Properties, and afterwards, ensure that your user account, All Application Packages, and System accounts have full control of the WindowsApps folder.
    Allow your user account, All Application Packages, and System accounts Full Control on WindowsApps Folder
  10. Now, reboot your PC and check if the missing AppXManifest issue is resolved.

3.6 Perform an In-place Upgrade.

If none of the solutions worked for you, performing an in-place upgrade may resolve the missing AppXManifest issue.

  1. Launch a web browser and navigate to the Windows 10 download page.
  2. Now scroll down and click on ‘Download Tool Now‘ (under ‘Create Windows 10 Installation Media’).
    Download Media Creation Tool Now
  3. Then, let the download complete, and once completed, launch the downloaded file as an administrator.
  4. Now, accept the license terms, and on the “What Do You Want to Do” page, select “Upgrade This PC Now.
    Select Upgrade This PC Now
  5. Then, click on ‘Next‘ and follow the prompts to download the essential OS files (this may take some time to complete).
  6. Now, select “Keep Windows Settings, Personal Files, and Apps” and click on “Install.
    Keep Windows Settings, Personal Files, and Apps
  7. Allow the installation process to finish (this may take some time, so make sure not to power off the system during the process).
  8. Now, reboot your computer, and upon reboot, hopefully, the missing AppXManifest issue will be resolved.

If the issue persists, then you may have to perform a clean installation of Windows.

ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.

Comments

49
    KH
    Kev Harrison Dec 23, 2015

    Tried the second method after method 1 failed and got this error message:

    Add-AppxPackage : Cannot find path ‘C:WINDOWSWinStoreAppxManifest.xml’ because it does not exist.

    At line:1 char:1

    + Add-AppxPackage -DisableDevelopmentMode -Register C:WINDOWSWinStore …

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo : ObjectNotFound: (C:WINDOWSWinStoreAppxManifest.xml:String) [Add-AppxPackage], ItemNot

    FoundException

    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Any ideas?

      KA
      K. Arrows Author Dec 23, 2015

      Looks like it will need to be troubleshooted. I’ll have a look at it remotely. Please ask this question separately on http://equestions.net/ask

        CC
        CJ Cain Dec 28, 2015

        I got the exact same error message as above after method 1 failed and trying method 2. It worked fine until a recent update. I can’t uninstall the update either.

    JB
    Jesus Buelna Jan 12, 2016

    It worked for me… Thanks a lot.

    MA
    Majid Jan 13, 2016

    I am getting the following error after executing the program above, if you can advise a tweek for it, it will be appreciated.

    Add-AppxPackage : Cannot find path ‘C:WINDOWSWinStoreAppxManifest.xml’ because it does not exist.
    At line:1 char:1
    + Add-AppxPackage -DisableDevelopmentMode -Register C:WINDOWSWinStore …
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (C:WINDOWSWinStoreAppxManifest.xml:String) [Add-AppxPackage], ItemNot
    FoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

      KA
      K. Arrows Author Jan 13, 2016

      I’ve updated the article. Try Method 3.

        JO
        JoeTwoPointOh Apr 27, 2016

        Tried method 3 (Had to Set-ExecutionPolicy Unrestricted) and it appeared to be working then spewed a huge list of red errors as long as my arm! Store still not working. Plus I am running win 10 home but apps like feedback are blocked with the error “Some settings are managed by your organization”. Apparently something has created policies preventing me from changing them but try as I might I cannot locate any. In fact there appear to be some registry settings missing. Ideas?

          KA
          K. Arrows Author Apr 27, 2016

          Please try this: Under “Settings” -> “Privacy” -> “Feedback & diagnostics” -> “Diagnostics and usage data” it is set to “Basic”. Change it to “Enhanced” or higher, and then see.

          JO
          JoeTwoPointOh May 6, 2016

          That setting is set to Basic and grayed out. “Some settings are managed by your organization” in red letters above this and many other settings. Of course gpedit.msc doesn’t exist in win 10 home but I located and installed it. Problem is most administrative settings/policies I’ve found suggested to adjust simply do not exist.

          KA
          K. Arrows Author May 6, 2016

          Disable telemetry and windows reporting. Then see?

    BU
    Burney Feb 6, 2016

    After three days trying different site that didn’t help. I found your site and in minutes had it fixed. Thanks for making it easy to follow,

    SW
    Swagnik Feb 15, 2016

    None of the fixes are working. I have a lot of data installed and I can’t afford to re-install all again.

      KA
      K. Arrows Author Feb 15, 2016

      Was it working earlier?

    SE
    Süheyl Ekinci Mar 28, 2016

    After trying the third method it still doesn’t work. I get the following Errror message repeatedly a couple of times:

    Add-AppxPackage : Cannot find path ‘C:AppXManifest.xml’ because it does not exist.

    At line:1 char:38

    + … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo : ObjectNotFound: (C:AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException

    + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

      KA
      K. Arrows Author Mar 28, 2016

      Try a system restore to the point when Windows 10 Store was working. see: http://appuals.com/best-guide-configure-system-restore-in-windows-10/ [Restoring the System using System Restore Point]

    MF
    Michael Forbes May 14, 2016

    Then in the Powershell Window execute the two commands below

    Set-ExecutionPolicy Unrestricted [ There is one thing missing, The Default is “N”. Make sure you type “Y” before entering

    Reply
      KA
      K. Arrows Author May 14, 2016

      thanks

    TI
    Tikolu43 May 27, 2016

    When I opened store, it just flashed and closed again. I tried everything and it still wouldn’t open. These steps worked! Thanks so much!

      AN
      Anna Jun 1, 2016

      Make sure to use PowerShell (x86)

      Reply
    JE
    Jenna Jun 1, 2016

    Make sure to use PowerShell (.86x) it should give you a blue screen. The original PowerShell will not work.

    Reply
    NI
    Nitronium Jun 4, 2016

    I have tried everything and even method 3 said that it didn’t work

    PS C:WINDOWSsystem32>PS C:WINDOWSsystem32> + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : WriteError: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], IOException+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38the command line Get-AppxLog -ActivityID 53877db4-be9a-0000-5bd6-88539abed101NOTE: For additional information, look for [ActivityId] 53877db4-be9a-0000-5bd6-88539abed101 in the Event Log or useHRESULT: 0x80073CF6)Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. (Exception from + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : WriteError: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], IOException+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38the command line Get-AppxLog -ActivityID 53877db4-be9a-0000-e2d1-88539abed101NOTE: For additional information, look for [ActivityId] 53877db4-be9a-0000-e2d1-88539abed101 in the Event Log or useHRESULT: 0x80073CF6)Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. (Exception from + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : WriteError: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], IOException+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38the command line Get-AppxLog -ActivityID 53877db4-be9a-0001-26ba-88539abed101NOTE: For additional information, look for [ActivityId] 53877db4-be9a-0001-26ba-88539abed101 in the Event Log or useHRESULT: 0x80073CF6)Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. (Exception from + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : WriteError: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], IOException+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38the command line Get-AppxLog -ActivityID 53877db4-be9a-0003-72ac-88539abed101NOTE: For additional information, look for [ActivityId] 53877db4-be9a-0003-72ac-88539abed101 in the Event Log or useHRESULT: 0x80073CF6)Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. (Exception from + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : WriteError: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], IOException+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38the command line Get-AppxLog -ActivityID 53877db4-be9a-0003-d0a9-88539abed101NOTE: For additional information, look for [ActivityId] 53877db4-be9a-0003-d0a9-88539abed101 in the Event Log or useHRESULT: 0x80073CF6)Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. (Exception from + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : WriteError: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], IOException+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38the command line Get-AppxLog -ActivityID 53877db4-be9a-0003-4da7-88539abed101NOTE: For additional information, look for [ActivityId] 53877db4-be9a-0003-4da7-88539abed101 in the Event Log or useHRESULT: 0x80073CF6)Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. (Exception from + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : WriteError: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], IOException+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38the command line Get-AppxLog -ActivityID 53877db4-be9a-0002-4cb4-88539abed101NOTE: For additional information, look for [ActivityId] 53877db4-be9a-0002-4cb4-88539abed101 in the Event Log or useHRESULT: 0x80073CF6)Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. (Exception from + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : WriteError: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], IOException+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38the command line Get-AppxLog -ActivityID 53877db4-be9a-0002-1db3-88539abed101NOTE: For additional information, look for [ActivityId] 53877db4-be9a-0002-1db3-88539abed101 in the Event Log or useHRESULT: 0x80073CF6)Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. (Exception from + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : NotSpecified: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], Exception+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38the command line Get-AppxLog -ActivityID 53877db4-be9a-0002-51aa-88539abed101NOTE: For additional information, look for [ActivityId] 53877db4-be9a-0002-51aa-88539abed101 in the Event Log or useversion of this package is already installed. (Exception from HRESULT: 0x80073D06)Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : NotSpecified: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], Exception+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38the command line Get-AppxLog -ActivityID 53877db4-be9a-0002-f2a9-88539abed101NOTE: For additional information, look for [ActivityId] 53877db4-be9a-0002-f2a9-88539abed101 in the Event Log or useversion of this package is already installed. (Exception from HRESULT: 0x80073D06)Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : WriteError: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], IOException+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38the command line Get-AppxLog -ActivityID 53877db4-be9a-0000-7f9a-88539abed101NOTE: For additional information, look for [ActivityId] 53877db4-be9a-0000-7f9a-88539abed101 in the Event Log or useHRESULT: 0x80073CF6)Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. (Exception from + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : WriteError: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], IOException+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38the command line Get-AppxLog -ActivityID 53877db4-be9a-0001-8a96-88539abed101NOTE: For additional information, look for [ActivityId] 53877db4-be9a-0001-8a96-88539abed101 in the Event Log or useHRESULT: 0x80073CF6)Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. (Exception from + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : WriteError: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], IOException+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38the command line Get-AppxLog -ActivityID 53877db4-be9a-0001-e081-88539abed101NOTE: For additional information, look for [ActivityId] 53877db4-be9a-0001-e081-88539abed101 in the Event Log or useHRESULT: 0x80073CF6)Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. (Exception from + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : WriteError: (C:Program File…ppXManifest.xml:String) [Add-AppxPackage], IOException+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38the command line Get-AppxLog -ActivityID 53877db4-be9a-0001-0d80-88539abed101NOTE: For additional information, look for [ActivityId] 53877db4-be9a-0001-0d80-88539abed101 in the Event Log or useHRESULT: 0x80073CF6)Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. (Exception from + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand + CategoryInfo : ObjectNotFound: (C:AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I …At line:1 char:38Add-AppxPackage : Cannot find path ‘C:AppXManifest.xml’ because it does not exist.stallLocation)AppXManifest.xml”}PS C:WINDOWSsystem32> Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.In[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is “N”): Yhttp://go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy?you to the security risks described in the about_Execution_Policies help topic atThe execution policy helps protect you from scripts that you do not trust. Changing the execution policy might exposeExecution Policy ChangePS C:WINDOWSsystem32> Set-ExecutionPolicy Unrestricted + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand FoundException + CategoryInfo : ObjectNotFound: (C:WINDOWSWinStoreAppxManifest.xml:String) [Add-AppxPackage], ItemNot+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ Add-AppxPackage -DisableDevelopmentMode -Register C:WINDOWSWinStore …At line:1 char:1Add-AppxPackage : Cannot find path ‘C:WINDOWSWinStoreAppxManifest.xml’ because it does not exist.SystemRootWinStoreAppxManifest.xmlPS C:WINDOWSsystem32> powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:Copyright (C) 2015 Microsoft Corporation. All rights reserved.Windows PowerShell
    Please look over the issue, Thankyou

      KA
      K. Arrows Author Jun 5, 2016

      Please send screen shot of the command only that you wrote. Try copy pasting it.

        NI
        Nitronium Aug 29, 2016

        sorry for being late, but this is the command I put in:
        Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}

          KA
          K. Arrows Author Aug 29, 2016

          Did you run PS as administrator?

          NI
          Nitronium Sep 5, 2016

          Yes, I right clicked, on run as administrator
          Thanks, but don’t worry about it, I created another account, swapped admin, added the admin account again and deleted the other one, now the whole thing works fine!

          KA
          K. Arrows Author Sep 5, 2016

          thank you for letting me know.

    LU
    Lunaticael Jun 30, 2016

    I don’t know what this means please help I really want my store back

    cmdlet Add-AppxPackage at command pipeline position 1
    Supply values for the following parameters:
    Register:

      KA
      K. Arrows Author Jul 1, 2016

      I would suggest you reset the system.

        LU
        Lunaticael Jul 1, 2016

        Please tell me how to reset the system. Does it mean that I’ll lose my data?

          KA
          K. Arrows Author Jul 1, 2016

          Yes, you will lose all data but what you have to do is to back up all your data before you reset the system. restart your system, at the login screen hold the shift key and choose restart by clicking the power icon, then go to troubleshoot -> reset this pc, fully clean the drive.

    AB
    Abd'fatawu Oct 23, 2016

    it worked like magic for me… thanks

    TH
    ThommyMac Oct 23, 2016

    Kevin, THANK YOU from an IT guy who 1st certified on NT 4, no kidding. I run across this problem all the time and usually clearing everything with ccleaner and then re-registering works. On my daughter’s laptop, nothing worked until I found your article and did step 3. Success! You rock! Yeah, ccleaner probably doesn’t have anything to do with it but it helps get unknown machines in some sort of baseline state.

    Reply
      KA
      K. Arrows Author Oct 26, 2016

      Thanks.

    BR
    Barry Robinson Jan 26, 2017

    Does anyone actually know of a solution to this problem? I’ve gone through every potential solution I can find on the internet, and none of them have helped. I still can’t access the windows 10 store, and updates still don’t update. Anyone have anything at all?

      KA
      K. Arrows Author Jan 26, 2017

      May be we can do a remote session to troubleshoot your issue?

    DM
    Darryl Miller Jul 26, 2017

    I have the same problem as Nitronium. Tried all 3 methods. None worked. Opened power shell as administrator https://uploads.disquscdn.com/images/201c7f88444974c3353431beb02fc3e93adc2b3113a0e3e1fdf738521f494566.png

    FM
    Fernando Martínez Dec 19, 2017

    And that’s why I was reluctant to buy a Windows Laptop… It’s a brand new Lenovo Y720 and I wasn’t able to open Windows Store neither Xbox app… until I had the time to do some research and found with your awesome article. Method 3 totally worked for me. Thanks a lot Kevin! Kudos!

    LE
    Lukas Elnertz Jan 4, 2018

    I cant seem to get it to work. No matter what i do, probably not even that complicated to fix

    LE
    Lukas Elnertz Jan 4, 2018

    So i got a game from the microsoft store and nothing happens when i click play… Tried these steps..and still nothing. I did a shortcut for the game and still nothing happens

    EE
    Er Megha Agrawal (DM Expert) Nov 3, 2018

    Very nice solution you have provided. I personally tried the third one to resolve this issue in my laptop.

    NS
    Nishanth Salian Nov 30, 2018

    The third step worked for me. Finally after many hopeless attempts I managed to solve it. Thanks Appuals.com

    CH
    Christa Feb 23, 2020

    After doing all of the steps do I exit off of the powershell page
    It’s saying activities are not shown

    CH
    Christa Feb 23, 2020

    I even had someone from Microsoft come in remotely and nothing is working. I’ve tried every step and website I can find and nothing is working!

      SW
      Shane Warren Author Feb 24, 2020

      Mabye just go for a clean windows install at this point? or a repair install?

    TB
    The All American Bad Boy Oct 27, 2020

    Step 3 fails for the same reason they all do: Can’t find appmanifest

      MZ
      Muhammad Zubyan Author Oct 27, 2020

      Check method number 3 for this issue.

    MV
    Miguel Vinuya Feb 22, 2021

    https://uploads.disquscdn.com/images/7a5760813ea29317afb4bb986106b5fdea0c11a5d12f9dbbdd500c7b75aaeaf5.png

    Please help my windows store and settings is not opening and i have tried method 1 – 3.

      MZ
      Muhammad Zubyan Author Feb 22, 2021

      Try this:-

      1. Press and hold the “Windows + R” keys together to open Run.
      2. Type “services.msc” and hit Enter.
      3. Find Windows License Manager Service.
      4. Right-click on it and then click properties.
      5. Change the startup type to Manual. Press the start button.
      6. Check to see if the issue still persists.

      All things should start working properly again.

      Reply
    KE
    KERR Feb 21, 2022

    How can these “modern apps” be so temperamental?? The Store, Calc, Weather all have the same issues. MS tells you to send feedback using the Feedback Hub… Which is also a modern app (that won’t open). And then people say you need to do a full reinstall of Windows just to fix this crap?? Never had problems with Win7.