4 Ways to Disable Xbox Game Bar on Windows 11

The easiest way is to use the Settings app

Reading time icon 3 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • You can disable the Xbox Game Bar by making changes in the Registry Editor or running a command in PowerShell.
  • This guide will cover all the available methods to get this done.
disable Xbox Game bar on Windows 11

The Xbox Game Bar is a helpful app for gamers as it contains a set of widgets that allow users to record videos and capture gameplay screenshots. However, if you have no use for the application, you can disable it to free system resources. 

This guide will cover all the methods that enable you to disable the Xbox Game bar on Windows 11. 

How can I disable the Xbox Game Bar on Windows 11? 

1. Use the Settings 

  1. Press Windows + I to open Settings
  2. From the left pane, click GamingGaming -disable xbox game bar windows 11
  3. Next, click the Xbox Game Bar option. 
  4. Toggle off the switch next to Open Xbox Game Bar using this button on a controllerOpen Xbox Gamebar
  5. Go back to the main page of Settings. Click Apps, then select Installed apps.Apps, installed apps -
  6. Now under Installed apps, in the search bar, type Xbox.
  7. Click the three dots next to the Xbox Game Bar, and select Advanced optionsXbox Game bar -disable xbox game bar windows 11
  8. Scroll down to the Background apps permissions section and select Never from the drop-down. Never
  9. Now scroll a bit more, and click the Terminate button. Terminate

2. Use the Windows PowerShell

  1. Press the Windows key, type PowerShell, and click Run as administratorPowershell - disable xbox game bar windows 11
  2. Type the following command to check the packages on your computer and press Enter: dism /Online /Get-ProvisionedAppxPackages | Select-String PackageName | Select-String xbox
  3. Copy and paste the following command to uninstall and press Enter: Get-ProvisionedAppxPackage -Online | `
    Where-Object { $_.PackageName -match "xbox" } | `
    ForEach-Object { Remove-ProvisionedAppxPackage -Online -PackageName $_.PackageName }
  4. Type the following command to check if the Xbox packages are deleted and hit Enter: dism /Online /Get-ProvisionedAppxPackages | Select-String PackageName | Select-String xbox

3. Use the Registry Editor

  1. Press Windows + R to open the Run window. REGEDIT RUN COMMAND
  2. Type Regedit and hit Enter to open Registry Editor. 
  3. Click Yes on the UAC prompt. 
  4. Follow this path: Computer\HKEY_CURRENT_USER\System\GameConfigStore
  5. Locate and double-click GameDVR_Enabled. Change the Value data from 1 to 0.Registry DVR disabled
  6. Click OK
  7. Now navigate to this path: Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR
  8. Locate and double-click AppCaptureEnabled and change the Value data to 0. Click OKAPPENABLED -disable xbox game bar windows 11
  9. Restart your computer. 

 4. Use the Group Policy Editor

  1. Press Windows + R to open the Run window. GPEDIT
  2. Type gpedit.msc and hit Enter to open Group Policy Editor
  3. Navigate to this path: Computer Configuration\Administrative Templates\Windows Components\ Windows Game Recording and Broadcasting
  4. Double-click on Enables or disables Windows Game Recording and Broadcasting. Enables or disables -disable xbox game bar windows 11
  5. Select Disabled, then click Apply, and then OKDisabled
  6. Restart your computer to confirm the changes.

So, these are methods you can follow to disable the Xbox Game Bar on Windows 11. Try them and let us know what worked for you in the comments below.

If the Xbox Game Bar is not opening or working for you, you can follow these steps to fix it and record your gameplay and capture screens.

More about the topics: Windows 11