Hi JORGE,
I see, there are more troubleshooting steps, I'll provide them all in one go.
- Repair or Reset Microsoft Store
If resetting the cache doesn't help, you can repair or reset the Microsoft Store:
Guiding Tech
Press Win + I to open Settings.
Navigate to Apps > Apps & features.
Scroll down and select Microsoft Store.
Click on Advanced options.
Choose Repair. If the issue persists, select Reset.
Note that resetting will sign you out of the Microsoft Store and may delete some app data.
- Restart Microsoft Store Install Service
The Microsoft Store Install Service manages installations. To restart it:
Press Win + R, type services.msc, and press Enter.
Locate Microsoft Store Install Service in the list.
Right-click on it and select Restart.
If the option is unavailable, right-click and select Properties.
Set Startup type to Manual or Automatic.
Click Apply, then OK.
After restarting, try downloading your games again.
- Temporarily Disable Antivirus or VPN
Security software or VPNs can interfere with downloads:
Antivirus: Temporarily disable your antivirus software and attempt the download again.
VPN: If you're using a VPN, disconnect it and try downloading without it.
Remember to re-enable your antivirus and VPN after testing.
- Check for Multiple Microsoft Accounts
Having multiple Microsoft accounts can cause conflicts
Go to Settings > Accounts > Email & accounts.
Ensure you're signed in with the correct Microsoft account.
If you see duplicate accounts, remove the incorrect one.
This step has helped other users resolve similar issues.
- Use System File Checker and DISM
Corrupted system files can affect downloads:
Press Win + X and select Windows Terminal (Admin).
Run the following commands one by one:
sfc /scannow
Wait for the process to complete.
DISM /Online /Cleanup-Image /RestoreHealth
Wait for the process to complete.
These tools will scan and repair system files.
- Reinstall Microsoft Store
If all else fails, reinstalling the Microsoft Store might help:
Press Win + X and select Windows Terminal (Admin).
Run the following command:
Get-AppxPackage *Microsoft.WindowsStore* | Remove-AppxPackage
To reinstall, open Microsoft Store from the Start menu and install it again.