Forum Discussion
Reinstalling the Microsoft Gaming Overlay
Hi!
Some time ago, I uninstalled the Microsoft Gaming Overlay - I think it was the overlay used by the Xbox Game Bar (win+G to bring it up).
I am trying to reinstall it, but I can't figure it out. Is there a powershell command I can use to reinstall it? Every time I launch a game, I get the following popup a few times:
Any ideas?
Thanks!
25 Replies
- HarodmanSilver Contributor
You can try reinstalling it with PowerShell (run as Administrator):
Get-AppxPackage Microsoft.XboxGamingOverlay | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
If the package is completely removed, just open Microsoft Store, search for Xbox Game Bar, and reinstall it. - harieCopper Contributor
To get the Microsoft Gaming Overlay back, just reinstall the Xbox Game Bar from the Microsoft Store. Once installed, you can press Win + G in a game to bring up the overlay again.
- harieCopper Contributor
Hi,
To reinstall Microsoft Gaming Overlay, open PowerShell as administrator and run this command:
Get-AppxPackage -allusers Microsoft.XboxGamingOverlay | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "\$($\_.InstallLocation)\AppXManifest.xml"}
If this doesn’t work, download Xbox Game Bar from Microsoft Store and install it.
Hope this helps!
- YounhzCopper Contributor
After downloading the xbox app, open settings and download dependencies here.
- jamereach66tBrass Contributor
Hey! Yes, you can try reinstalling the Xbox Game Bar using PowerShell. Just run this command as administrator:
Get-AppxPackage -allusers Microsoft.XboxGamingOverlay | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
If that doesn’t work, you can also try reinstalling it from the Microsoft Store. Let me know if you still see the popup!
- GlennsyIron Contributor
This worked for me, thx
- BarbarankIron Contributor
Open the Microsoft Store: Search for "Xbox Game Bar".
Reinstall: If available, click "Install" or "Get" to reinstall the app.
Launch: Press Win + G to open the Game Bar.
- giulio_lazarettiCopper Contributor
Blesse be the forums, thank you all! Downloading the Xbox app from the Microsoft store and installing components it accused of being missing solved it! (Also, enabling Game Bar in Windows Settings, of course.)
- harsh_220320Copper Contributor
still not working
it is showing same thing
- PixelscraftersCopper Contributor
I'm facing the same issue. Whenever I start playing the stardew valley apk game, this pops up for me too. I have done a lot of research for this but my issue has not been resolved. I hope your post will resolve my issue as well. Thanks https://stardewvalleyapkfree.com/
- Charli3DubsCopper Contributor
Have you tried installing the Xbox app? I had removed ms-gamingoverlay from my system accidentally and the Xbox app had an option to download the missing overlay files. Haven't had any issues after that. Once the app is open it's a notification pop up at the top of the window that says it found the file is missing and offer the download button. GLHF!
- wsophiaIron Contributor
You can do this by searching for "Microsoft Store" in the Start menu or by typing "msstore" in the Run dialog box (Windows key + R).
- JonyBangCopper Contributor
This doesn't work for me for some reason, I'm on a PC running windows 11, when I go to the Microsoft store and enter the MS-gamingoverly in to search box I get no such program exists.
- Charli3DubsCopper Contributor
Try installing the Xbox app and opening it. Installing it may fix it but if you open the app it'll check and find the missing file and offer you a download button. I had the Xbox app installed and removed ms-gamingoverlay by accident, after opening the Xbox app the button to download it was at the top. Hopefully that's the ticket for you!
- UrielGroveIron Contributor
This works for me, thanks!
- pyattshlBronze Contributor
Once the commands have run successfully, it’s good practice to restart your computer. This ensures all the settings and services are refreshed.