Share via

How to reinstall Microsoft Store app in Windows 10?

Anonymous
2018-01-21T13:37:19+00:00

How can I download and install MS Windows Store.

*Original title: Download and install MS Windows Store*

Windows for home | Windows 10 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Reported
    Anonymous
    2018-01-21T13:39:50+00:00

    Press Windows key + X

    Click Windows PowerShell (Admin)

    At the command prompt, type the following then hit Enter:

    Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    0 comments No comments

Answer accepted by question author

  1. Anonymous
    2020-09-21T22:02:25+00:00

    If you're having issues with Microsoft Store app, we just released a new video that will walk you through some things to try including how to reinstall the Microsoft Store app.

    How to troubleshoot the Microsoft Store app

    Follow along with the video:

    Terminate or Reset the app

    1. Press Windows logo key + i
    2. Select Apps
    3. Select Microsoft Store, then select Advanced options
    4. Select Terminate
    5. If that doesn't work, select

    Reset Use the troubleshooter

    1. Search for Troubleshoot settings and select Open
    2. Select Windows Store apps
    3. Select Run the troubleshooter

    Reinstall the app

    1. Press Windows logo key + x
    2. Select Windows PowerShell (Admin)
    3. Select Yes
    4. Copy and paste the command: Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    5. Press Enter
    6. Restart your computer

    Here are some additional resources for you.

    Fix problems with apps from Microsoft Store

    Microsoft Store doesn't launch Trouble finding

    Microsoft Store in Windows 10

    700+ people found this answer helpful.
    0 comments No comments

53 additional answers

Sort by: Most helpful
  1. Vijay A. Verma 104.8K Reputation points Volunteer Moderator
    2018-01-21T13:40:05+00:00

    You can not download this but you can reinstall -

    Type Powershell in Windows Start Search box

    Right click on Powershell > Run As Administrator

    Copy the below and paste into Powershell and Enter

    Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Once finished, reboot your computer

    Look for updates in Store and update

    300+ people found this answer helpful.
    0 comments No comments
  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Anonymous
    2018-09-29T20:45:25+00:00

    Hi thanks for the suggestion this is the command i recieved after the input you advised ,

    = : The term '=' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that

    the path is correct and try again.

    At line:1 char:5

    • & { = (Get-AppxPackage *WindowsStore*).InstallLocation + '\AppxManife ...

    +     ~

        + CategoryInfo          : ObjectNotFound: (=:String) [], CommandNotFoundException

        + FullyQualifiedErrorId : CommandNotFoundException

    80+ people found this answer helpful.
    0 comments No comments