Helping millions of people navigate the world of technology.

3 Ways to Disable Xbox Game Bar on Windows 11

Quick Tips
  • Disabling the Xbox Game Bar on Windows 11 allows you to prevent its accidental activation and free up system resources.
  • Using the Windows Setting. Open Windows Settings > System > Game Bar.

Method 1: Using PowerShell

Step 1: Press the Windows key, type PowerShell, and click Run as Administrator. In the prompt, select Yes

Step 2: Type or copy and paste the below command and press Enter.

dism /Online /Get-ProvisionedAppxPackages | Select-String PackageName | Select-String xbox
Type or copy and paste the below command and press Enter

Step 3: Again, type or copy and paste the following command and hit Enter.

dism /Online /Get-ProvisionedAppxPackages | `

Select-String PackageName | `

Select-String xbox | `

ForEach-Object {$_.Line.Split(':')[1].Trim()} | `

ForEach-Object { dism /Online /Remove-ProvisionedAppxPackage /PackageName:$_}
type or copy and paste the following command

Step 4: To remove Xbox packages, copy and paste the below command and press Enter.

Get-ProvisionedAppxPackage -Online | `

Where-Object { $_.PackageName -match "xbox"} | `

ForEach-Object { Remove-ProvisionedAppxPackage -Online -AllUsers -PackageName $_.PackageName }
Again, type or copy and paste the following

With this, you have successfully disabled the Xbox Game Bar from your Windows 11 machine.

Method 2: Using Registry Editor

Step 1: Press the Windows key, type Registry Editor, and click Run as Administrator. In the prompt, select Yes.

Step 2: In the top address bar, enter the below-mentioned address, and press Enter.

Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ GameDVR
enter the below-mentioned address, and press Enter

Step 3: Under the GameDVR folder, select the AppCaptureEnabled option from the right pane.

select the AppCaptureEnabled option

Step 4: Double-click the AppCaptureEnabled option, type 0 in the Value data field, and press OK.

type 0 in the Value Data field

Finally, reboot the system to implement the changes. That’s it. The Xbox Game Bar on your Windows 11 PC is disabled without any issues. If this method is too long and complicated for you, move to the next one.

Method 3: Using Group Policy

The Group Policy Editor is only available for Windows 11 Pro and Enterprise versions. If you are using Windows 11 Home Edition, you can skip this method. 

Step 1: Press the Windows keys, type gpedit, and click Open

Step 2: Select Computer Configuration under Local Computer Policy.

select Computer Configuration

Step 3: In the right pane, double-click on Administrative Templates

Step 4: Select Windows Components.

Select Windows Components

Step 5: Under Windows Components, select Windows Game Recording and Broadcasting.

Step 6: Under Windows Game Recording and Broadcasting, locate the Enables or disables Windows Game Recording and Broadcasting option on the right and double-click. 

locate the 'Enables or disables Windows Game Recording and Broadcasting' option

Step 7: In the new window, select Disabled. Finally, click on Apply > OK.

select the Disabled option

There you go. Now, all you need to do is restart Windows. Once it boots back up, the Xbox Game Bar will be disabled.

FAQs on Disabling Xbox Game Bar on Windows 11

1. Does disabling Xbox game Bar improve FPS?

Yes, disabling the Xbox Game Bar on Windows 11 can improve FPS (frames per second) while gaming. The overlay takes up system resources and may impact performance. By disabling it, you can free up some resources and see an improvement.

2. Does Xbox game bar slow down your PC?

Enabling the Xbox Game Bar on Windows 11 may consume some system resources, including CPU and RAM, potentially slowing down your PC. However, the intensity of the impact will depend on your system hardware specifications and the games you play.

Was this helpful?

Thanks for your feedback!

Last updated on 02 September, 2024

2 Comments

  1. Why does EVERY game bar guide spread the misinformation that the setting named “Allow your controller to open Game Bar” will disable Windows Game Bar?

    It’s written CLEAR AS DAY in the description, all this setting does is disable your game controller’s XBOX-button from opening game bar (is same as pressing WinKey+G). Nothing more than that.

    I absolutely promise you that you did not disable Game Bar by turning off this setting, and it’s very simple to prove that it’s still enabled! Go ahead, I dare you… turn that setting off and then press Winkey+G….. OMG! What!!?? Game Bar still opens?!

    LOL yep.
    You cannot “disable” game bar, it must be uninstalled with powershell and then it will likely return with Windows Updates.

    1. You’re absolutely right. The setting “Allow your controller to open Game Bar” only prevents your game controller’s Xbox button from launching the Game Bar, not from disabling it entirely. Thanks for pointing this out! I’ve updated the article to clarify this and correct any misinformation.

Leave a Reply

Your email address will not be published. Required fields are marked *

The article above may contain affiliate links which help support Guiding Tech. The content remains unbiased and authentic and will never affect our editorial integrity.