Try performing repair upgrade, see if it helps:
cant update microsoft store
Rose Smith
0
Reputation points
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
2 answers
Sort by: Most helpful
-
Kapil Arya 37,826 Reputation points Volunteer Moderator2025-10-03T16:44:34.69+00:00 -
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" }