Nothing from the Microsoft Store is downloading

Alberrtros

Member
Joined
Jun 25, 2021
Messages
14
Reaction score
0
after checking my Windows updates, I noticed several updates either showing as retrying, stuck at 0% downloaded, or displaying an error message. I suspect this might be causing the problem with the Microsoft Store downloads, as they are stuck at 1%. Despite trying various solutions from online sources like YouTube, I haven't been successful. What steps should I take next to resolve this issue?
 

Bastet

Well-known member
Joined
Jun 8, 2021
Messages
140
Reaction score
22
Have you tried resetting the update components?
Open cmd prompt/Powershell/Terminal with admin & enter:
Code:
Net Stop bits
Net Stop wuauserv
Net Stop appidsvc
Net Stop cryptsvc
Ren %Systemroot%\SoftwareDistribution\DataStore DataStore.bak
Ren %Systemroot%\SoftwareDistribution\Download Download.bak
Ren %Systemroot%\System32\catroot2 catroot2.bak
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
Net Start bits
Net Start wuauserv
Net Start appidsvc
Net Start cryptsvc
Restart the PC & try updating again.

And/or:
Search for services.msc & find Windows Update & ensure it is set to Automatic.
 

Vote:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top