Hi @Nhật minh Mã ,
This error code 0x80190193 in the Microsoft Store is a bit tricky because it can have different causes, but there are a few things that are known to help:
Use the Gaming Services Repair Tool
Microsoft has an official repair tool for fixing problems with Gaming Services (which the Store depends on for installing games). Download Gaming Services Repair Tool
Several users reported that running this tool fixed the error.
Reset or Repair Microsoft Store
- Press Win + I → Apps → Installed apps.
- Find Microsoft Store, click Advanced options.
- Try Repair first, if that doesn’t help, use Reset.
3. Check for Windows Updates
Sometimes this error happens after a Windows update mismatch. Go to Settings → Windows Update and make sure your system is fully up to date.
4. Clear Store Cache
- Press Win + R, type
wsreset.exe, and hit Enter. - This will clear the Store cache and reopen it.
5. Reinstall Gaming Services (if needed)
If the error persists, open PowerShell as Administrator and run:
get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
This reinstalls Gaming Services.
Hope this helps.