Forum Discussion

thinren1990's avatar
thinren1990
Copper Contributor
Jan 04, 2025

Win 10 MS Store Unable to Update Apps

Issue: MS Store shows all apps need updating and are in "pending" status. Active download stay at 0% or error out.

Troubleshooting: 1) Reset app. 2) Ran troubleshooter. 3) Terminated store app processes, repaired, and reset. 4) Let MS tech remote attempt to fix (deleted store app and reinstalled.)



I am currently in the MS Insider program and did not know about it until attempting to troubleshoot my broken MS Store client. I had a MS tech remote in and attempt to resolve it but none of their attempts worked and they put the fault on the Insider. I do not know what to do and have followed the basic troubleshooting for the app and really need this remediated as it is impacting my telework and all of my out of date apps are blocked from loading,

1 Reply

  • Xollom's avatar
    Xollom
    Iron Contributor

    Troubleshoot Windows Store apps (Settings > Update & Security > Troubleshoot), or reset the Store cache via PowerShell

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

     

Resources