How To

How To Activate and Utilize the Windows Game Bar

February 15, 2026 3 minutters læsning Updated: February 15, 2026

Since Microsoft owns both Windows and XBOX, it makes sense they’ve bundled some XBOX features right into Windows. One of those is the XBOX Game Bar — a handy overlay for taking screenshots, managing system audio, recording screens, and monitoring performance. It’s supposed to be enabled by default, but sometimes things get turned off after a Windows reset or upgrade, and the shortcut Windows + G stops working. That’s a pain, especially if you’re in the middle of something and need to record quick. So, this guide’s about how to make sure the Game Bar is actually active and working properly on your machine.

Most of the time, enabling it through Settings does the trick. But if the shortcut still isn’t working? Usually, it means the app isn’t registered correctly, or it’s disabled from the package. Luckily, there’s a couple of command-line commands in PowerShell that can re-register or reinstall the Xbox overlay. Just make sure to run PowerShell as an administrator — the command powershell alone isn’t enough, you’ll want to open it via Ctrl + Shift + Enter.

How to Fix Xbox Game Bar Shortcut Not Working in Windows

Make sure the Xbox Game Bar is enabled in Windows Settings

This is the obvious first step. On some setups, the toggle just gets turned off for some reason, especially after updates or resets. To do this:

  • Press Windows + I to open Settings.
  • Navigate to Gaming > XBOX Game Bar.
  • Look for Open Xbox Game Bar using this button on a controller or similar toggle. Make sure it’s turned on.

Now, try pressing Windows + G. If it still doesn’t pop up, it might be disabled via the app package itself.

Re-register or reinstall the Xbox Game Bar via PowerShell commands

This is where things get a little more technical, but it’s worth a shot if settings check out but shortcut still doesn’t work. These commands re-register the app, which can fix weird glitches or missing features. Here’s what to do:

  1. Hit Windows + R to open Run.
  2. Type powershell and press Ctrl + Shift + Enter to open PowerShell with admin rights.
  3. Copy and paste these commands one by one, pressing Enter after each:
    • Get-AppxPackage -allusers *Microsoft. XboxGamingOverlay* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_. InstallLocation)\AppXManifest.xml"}
    • Get-AppxPackage -allusers *Xbox* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_. InstallLocation)\AppXManifest.xml"}

On some machines, these commands might take a minute or two. They basically tell Windows to re-install those Xbox apps, which sometimes gets rid of the soft disable or corruption issues that prevent the shortcut from working.

After running those, restart your PC and try Windows + G again. If it opens the overlay, you’re golden. If not, maybe check your privacy settings or the system updates, but honestly, on some setups, just running those commands made a huge difference.

Adjust Shortcut Settings if Needed

If the overlay opens but the shortcut feels unresponsive or you want to change it, you can set a different key combo. To do that:

  • Open the XBOX Game Bar.
  • Click the gear icon (settings) on the right of the overlay.
  • Select Shortcut or similar option.
  • Pick your preferred key or combo under Keyboard shortcuts.

That’s handy if Windows + G conflicts with another app or just doesn’t feel right. Just remember, you can only assign one custom shortcut per function, so choose carefully.

In the end, most of these issues boil down to settings or a little corrupt app registration. Just keep in mind, on some systems, you might need to update Windows or check for driver conflicts as well. Because of course, Windows has to make it harder than necessary sometimes.