Windows 10: Failed to reinstall Microsoft Store

Discus and support Failed to reinstall Microsoft Store in Microsoft Windows 10 Store to solve the problem; I cannot reinstall Microsoft Store after uninstalling it...Information:- Version: Windows 10 20H2- OS: 19042.1706Steps:1. Try to download Ubuntu from... Discussion in 'Microsoft Windows 10 Store' started by Mimosa.-, Jun 13, 2022.

  1. Mimosa.- Win User

    Failed to reinstall Microsoft Store


    I cannot reinstall Microsoft Store after uninstalling it...Information:- Version: Windows 10 20H2- OS: 19042.1706Steps:1. Try to download Ubuntu from Microsoft Store, but got errorCode: "0xC002001B"2. Go to Settings > Apps and features > Microsoft Store > Advanced options, and click *Repair* and *Reset*~~~~~~After doing Step 2, Microsoft Store disappears in Settings "Apps and features". Although Microsoft Store is still in Start menu, it doesn't work when clicking it......~~~~~~Next, using Powershell to execute following commands:3. Uninstall the Store:```# Retrieve the FullNameget-ap

    :)
     
    Mimosa.-, Jun 13, 2022
    #1
  2. Petar Zh. Win User

    No Microsoft Store, can't reinstall, Troubleshooter says to Sign in, but I am signed in

    Method 1 of 4

    Reinstall the Store app via Settings
    This method can be performed in Windows 10 1803 and above versions only.

    Step 1: Navigate to Settings app > Apps > Apps & features.

    Step 2: Locate Microsoft Store entry and click on it to reveal Advanced options link. Click Advanced options link.

    reinstall the store app in Windows 10

    Step 3: In the Reset section, click the Reset button. As you can see in the screenshot, the description clearly says that resetting the app will reinstall the app. Click the Reset button when you see the confirmation dialog to complete the reinstall.

    reinstall the Store app in windows 10

    Method 2 of 4

    Reinstall preinstalled apps via PowerShell
    Step 1: Open PowerShell with admin rights. To do so, type Windows PowerShell in the search box to see PowerShell in results, right-click on PowerShell, and then click Run as administrator option.

    Reinstall Store and other preinstalled apps On Windows 10 pic01

    Step 2: In the PowerShell prompt, type the following command and press Enter key.

    Get-Appxpackage –Allusers

    Reinstall Store and other preinstalled apps On Windows 10 pic1

    Step 3: Scroll down and locate the entry of the Store app and copy the package name. If you want to reinstall any other app, locate its entry and copy its PackageFullName.

    Reinstall Store and other preinstalled apps On Windows 10 pic2

    Tip: After selecting the PackageFullName, use Ctrl + C to copy. You won’t be able to right-click and copy.

    Step 4: Finally, execute the following command:

    Add-AppxPackage -register “C:\Program Files\WindowsApps\” –DisableDevelopmentMode

    In the above command, replace PackageFullName with the package name of the Windows Store or any other app that you copied in Step 3 and replace “C” with the drive letter of the driver where Windows 10 is installed. Good luck!

    Reinstall Store and other preinstalled apps On Windows 10 pic3

    Method 3 of 4

    Reinstalling all apps via PowerShell
    Note that the following command reinstalls not just the Store app but also all default apps that ship with Windows 10. So when you reinstall all apps, you might lose data stored in apps and you might need to configure these apps again.

    NOTE: Although the command reinstalls most of the native apps, the command might fail to reinstall some apps like Cortana and Edge.

    Step 1: Open Windows PowerShell with admin rights. The easiest way to launch PowerShell as administrator is to type PowerShell in the search box and then simultaneously press Ctrl + Shift + Enter keys.

    Or, type PowerShell in the search box, right-click on the PowerShell entry in the result and then click Run as administrator.

    Reinstall Store and other preinstalled apps On Windows 10 pic3.1

    Step 2: Close running apps, if any.

    Step 3: In the PowerShell, copy and paste the following command and then press Enter to execute it.

    Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    Reinstall Store and other preinstalled apps On Windows 10 pic4

    This may take some time and you might see some errors. Simply ignore all errors and wait for command to complete its job.

    Reinstall Store and other preinstalled apps On Windows 10 pic5

    Step 4: Once done, open the Start menu and search for the app that you wanted to reinstall. It should be there.

    And if you’re having issues with apps installed from the Store, please use the official Troubleshooter to fix Store apps issues.

    Method 4 of 4

    The last resort: Create a new user account
    In some cases, the above methods may fail to reinstall or restore one or more preinstalled apps. If those methods fail and you can’t live without your favorite app, like Store, the definite way to get back the app in shape or restore it is to create a new user account. Yes, a new user account will have all apps including the Store app.

    To create a new user account, open Accounts section of Settings app, click Family and other users, click Add someone else to this PC, and then follow simple on-screen instructions to create a new user account. Once the new account is ready, you can then move existing data from your old account to the new one.

    Reinstall Store and other preinstalled apps On Windows 10 pic6

    Good luck!
     
    Petar Zh., Jun 13, 2022
    #2
  3. sam02 Win User
    App store and Microsoft account


    Thank you for the advice

    I see what you mean about the password but i think its a backward step to compromise my Microsoft password to to use the app store
     
    sam02, Jun 13, 2022
    #3
  4. Failed to reinstall Microsoft Store

    Microsoft store failed

    does anyone have a fix for a failed microsoft store app? wsrest.exe did not work, suggestions by the experts at Microsoft did not work. any suggestions?
     
    ShawnRiley2, Jun 13, 2022
    #4
Thema:

Failed to reinstall Microsoft Store

Loading...
  1. Failed to reinstall Microsoft Store - Similar Threads - Failed reinstall Microsoft

  2. Failed to reinstall Microsoft Store

    in Windows 10 Software and Apps
    Failed to reinstall Microsoft Store: I cannot reinstall Microsoft Store after uninstalling it...Information:- Version: Windows 10 20H2- OS: 19042.1706Steps:1. Try to download Ubuntu from Microsoft Store, but got errorCode: "0xC002001B"2. Go to Settings > Apps and features > Microsoft Store > Advanced options,...
  3. Failed to reinstall Microsoft Store

    in Windows 10 Gaming
    Failed to reinstall Microsoft Store: I cannot reinstall Microsoft Store after uninstalling it...Information:- Version: Windows 10 20H2- OS: 19042.1706Steps:1. Try to download Ubuntu from Microsoft Store, but got errorCode: "0xC002001B"2. Go to Settings > Apps and features > Microsoft Store > Advanced options,...
  4. Reinstall Microsoft store

    in Windows 10 Gaming
    Reinstall Microsoft store: I want to know how I can reinstall the Microsoft store. I tried using the command: powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xmlbut it said that the file is not there. How can I reinstall...
  5. Reinstall Microsoft store

    in Windows 10 Software and Apps
    Reinstall Microsoft store: I want to know how I can reinstall the Microsoft store. I tried using the command: powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xmlbut it said that the file is not there. How can I reinstall...
  6. Reinstalling Microsoft Store

    in Microsoft Windows 10 Store
    Reinstalling Microsoft Store: Hello,I removed the MS store from Admin Powershell and have not been able to reinstall it for a long time now, its been getting on my nerves because I can't access certain apps, I am up-to-date and still no Microsoft Store, anyone know any solutions?...
  7. Reinstalling Microsoft Store

    in Windows 10 Software and Apps
    Reinstalling Microsoft Store: Hello,I removed the MS store from Admin Powershell and have not been able to reinstall it for a long time now, its been getting on my nerves because I can't access certain apps, I am up-to-date and still no Microsoft Store, anyone know any solutions?...
  8. Reinstalling microsoft store

    in Windows 10 Software and Apps
    Reinstalling microsoft store: Reinstalling the Microsoft store from PowerShell takes much more time stucks at 49%?? https://answers.microsoft.com/en-us/windows/forum/all/reinstalling-microsoft-store/11654054-f302-4a80-ab89-84d5d134e374
  9. Reinstall Windows Store fails

    in Microsoft Windows 10 Store
    Reinstall Windows Store fails: I needed to uninstall Windows Store due to some connection issues as a form of troubleshooting. Reinstalling however fails with the following error: PS C:\Users\FloPes> Get-AppxPackage -allusers *WindowsStore* Foreach {Add-AppxPackage -DisableDevelopmentMode -Register...
  10. Reinstalling Microsoft Store

    in Microsoft Windows 10 Store
    Reinstalling Microsoft Store: My Microsoft store is entirely gone from windows. I tried a couple of solutions to reinstall it like PowerShell or resetting my computer but Microsoft store won't reinstall. And I tried a couple of more complex solutions but I usually get confused in the process or something...