Hi Le Minh,
I understand how frustrating this is, especially when it’s now affecting Windows Update, Microsoft Store, and even Xbox installs. Have you already tried the Q&A Assist suggestions? In addition, please try the following:
1, Open Command Prompt as admin
- Press Start > search “cmd”
- Right‑click > “Run as administrator”
2, Stop update services
Copy and run these commands one by one:
net stop wuauserv
net stop bits
net stop cryptsvc
net stop msiserver
3, Reset update cache
Run:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
4, Start services again
net start wuauserv
net start bits
net start cryptsvc
net start msiserver
5, Restart PC and test
After restart:
- Go to “Settings” > “Windows Update” > “Check for updates”
- Then test Microsoft Store install again
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.