Share via

cant update microsoft store

Rose Smith 0 Reputation points
2025-10-03T00:59:09.5333333+00:00

I cant update the microsoft store or anything that connects to it including my keyboard app. And yes I have tried every single suggestion on the help site.

Windows for home | Windows 11 | Apps
0 comments No comments

2 answers

Sort by: Most helpful
  1. Kapil Arya 37,826 Reputation points Volunteer Moderator
    2025-10-03T16:44:34.69+00:00

    Was this answer helpful?


  2. S.Sengupta 30,906 Reputation points MVP Volunteer Moderator
    2025-10-03T01:30:22.62+00:00

    Settings > Apps → Installed Apps (or Apps & Features).

    Scroll and find Microsoft Store → Advanced options.

    Scroll down → Click Reset (confirm).


    Open Command Prompt as Admin and copy-paste the following:

    wsreset.exe


    Open PowerShell as Admin and copy-paste:

    Get-AppxPackage -allusers Microsoft.WindowsStore | Remove-AppxPackage

    Then:

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

    Was this answer helpful?


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.