Hi Clark Kent,
I understand how frustrating it is when both Microsoft Store and Gaming Services are having errors. Just wondering, have you had the chance to try out the basic troubleshooting steps suggested by Q&A Assist yet? If the issue persists, here’s what to try:
1 - Repair Windows system files
- Right-click Start > select Windows PowerShell / Terminal (Admin)
- Run these commands one by one:
-
DISM /Online /Cleanup-Image /RestoreHealth -
sfc /scannow
-
- Wait for both to complete, then restart your PC.
2 - Reset Windows Update components if it’s still malfunctioning
- Open Windows PowerShell / Terminal (Admin) again
- Run the following commands one by one:
-
net stop wuauserv -
net stop bits -
net stop cryptSvc -
rd /s /q %windir%\SoftwareDistribution -
rd /s /q %windir%\System32\catroot2 -
net start wuauserv -
net start bits -
net start cryptSvc
-
- Restart your PC (optional) and check the updates again.
3 - Reinstallation repair (keeping files and apps)
- Use built-in repair option
- Open Settings > System > Recovery > Fix problems using Windows Update
- Click Reinstall now > follow the onscreen instructions to reinstall Windows.
- Perform an in-place upgrade:
- Refer to Reinstall Windows with the installation media - Microsoft Support
- Navigate to the bottom of the page and expand In-place Upgrade > follow the instructions.
- You can also check out the instructions from one of the Moderators here: How to run In-place upgrade in Windows 11 - Microsoft Q&A
Disclaimer: Both Windows reinstallation and in-place upgrade will refresh your Windows files and operating system without removing files or applications. That being said, we always recommend that if you have important data, you should back it up first before making large system changes.
The errors you’re facing often mean a missing or corrupted Windows Update service. The reset / reinstallation above would likely give your system a refresh and hopefully get it working 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.