Forum Discussion
Windows 11 microsoft store app updates are stuck on pending
Hi the app updates in the microsoft store are stuck on pending or installing, anyone got a fix for this? I have tried to repair the app and reset it. I have used powershell to remove it and bring it back. I don't want to reset my pc or install windows again.
Hi Jsingh153
in my case I solved the issue disabling the use of Background Intelligent Transfer Service (BITS):
Here are the steps to disable the use of BITS service:-
Press Win + R to open the Run dialog, type gpedit.msc, and press Enter. This will open the Local Group Policy Editor.
-
Navigate to Computer Configuration -> Administrative Templates -> Windows Components -> Delivery Optimization.
-
Double-click Download Mode in the right pane.
-
Select Enable and set Download Mode to "Simple (99)" if you use Windows 11 or "Bypass (100)" if you use Windows 10
-
Click Apply and OK.
-
Restart your computer to apply the changes.
After the restart the problem should be solved.
Best Regards.
Luca-
- Karl334556Copper Contributor
Jsingh153 I'm having the exact same problem and I have tried every single fix online and nothing works, it's driving me INSANE
- Hello,
Try other suggestions in this fix, see if they helps you:
https://www.kapilarya.com/fix-microsoft-store-not-working-in-windows-11
Let us know if this helps!
Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.- Karl334556Copper Contributor
- xBashaRCopper Contributor
What worked for me was to reinstall Microsoft store.
You can write this in CMD:
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *WindowsStore*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"