How to Fix the ‘You’ll need a new app to open this ms-gaming overlay’ Error?
The “You’ll need a new app to open this ms-gamingoverlay” error usually occurs when trying to access the Xbox Game Bar, such as by using the Win + G shortcut, or when launching a game. This error means that your system can’t find the app needed to handle the ms-gamingoverlay protocol, which is associated with Microsoft’s Game Bar.
The main reason for this error is that the Xbox Game Bar is either missing, uninstalled, or disabled on your system. Other possible causes include corrupted system files or registry problems, particularly after system updates or fresh installations.
In this article, we will discuss different solutions to solve this error.
1. Disable Game Bar
Before trying anything start troubleshooting by simply disabling the Game Bar. By disabling it, you prevent Windows from trying to use the overlay feature that causes the error. This means Windows won’t look for the Game Bar when gaming functions are activated. Disabling the Game Bar won’t affect your ability to play games.
- Press Windows Key + I to open Settings. Alternatively, click the cog icon above the Start menu.
- Click on “Gaming.”
- Go to the Game bar tab and toggle off the Record game clips, screenshots, and broadcast using Game bar option. Close Settings and check if the Win + G shortcut still causes issues.
2. Reinstall Windows Apps
If the Xbox Game Bar is missing or not working correctly, reinstalling all Windows apps can resolve issues from corrupt or missing components. This process replaces corrupted files and restores necessary app frameworks, like the ms-gamingoverlay protocol, to their default state, ensuring the Game Bar functions properly.
- Open Windows Explorer and go to This PC:
C:\Users\YOURUSERNAME\AppData\Local\Packages
- If the AppData folder is hidden, enable hidden items by going to the “View” tab in File Explorer and checking “Hidden items.”
- Delete all contents of the Packages folder. Skip any files that are in use or move them elsewhere for safekeeping.
- Right-click the Start menu and choose Windows PowerShell (Admin).
- If you see Command Prompt instead, search for PowerShell, right-click the result, and select Run as administrator.
- In PowerShell, enter the command below and press Enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
- Wait for the command to finish running. Check if the “You’ll need a new app to open this ms-gaming overlay” error still appears.
3. Disable Key Binding in Registry Editor
By editing the registry, you prevent the system from triggering shortcuts like the Win + G combo for the Xbox Game Bar. This works because the ms-gaming overlay error is linked to these shortcuts, and altering these bindings stops the system from trying to launch the missing overlay automatically.
- Before editing the registry, consider backing it up for safety. Check out this article for guidance.
- Open Registry Editor by typing “regedit” in the search bar, Start menu, or Run dialog accessed with Windows Key + R. Navigate to:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR
- Find the entry AppCaptureEnabled. If absent, create NoWinKeys by right-clicking, selecting New > DWORD (32-bit) Value, then right-click and choose Modify.
- Change the Value data to 0 and ensure the Base is set to Decimal. Confirm any security prompts.
- Navigate to:
HKEY_CURRENT_USER\System\GameConfigStore
- Locate GameDVR_Enabled. If absent, repeat Step 3 to create and modify it.
- Set Value data to 0.
- Restart your computer via Start menu > Power button > Restart and check if the issue is resolved.
4. Reset Windows Store Cache
If the Store’s cache is problematic, reset it using a simple command. Resetting the cache often resolves such issues, as they occur when the cache becomes too large due to extensive use. This can affect various Windows apps, including the Xbox and Game Bar apps.
- Open the Start menu, and type “wsreset.” The top result should be “wsreset – Run command.”
- Click to reset the Store’s cache. Restart your computer and see if the Win + G shortcut still triggers the “You’ll need a new app to open this ms-gaming overlay” error.