Janna Theme License is not validated, go to the theme options page to validate the license, you need a single license for each domain name.

How to disable Xbox Game Bar on Windows 11

The Xbox Game Bar is a gaming overlay built into Windows 11 that allows you to capture movies, record gameplay, take and share screenshots, and chat with friends while gaming. It's a handy tool overlay for gamers that appears when you press the Windows + G keyboard shortcut. By default, Windows 11 has the Xbox Game Bar enabled. However, not everyone finds it useful; even gamers find it slow at times. It has been reported to cause games to crash, slow down, or stop working altogether in certain situations. You may want to disable the Xbox Game Bar in Windows 11 to prevent it from wasting system resources in the background. Furthermore, you may need to enable or reinstall the Xbox Game Bar later on your Windows 11 laptop. Read below to learn how to disable the Xbox Game Bar on Windows 11!

How to Disable Xbox Game Bar in Windows 11 1200x800

How to disable Xbox Game Bar in Windows 11

The Windows 11 Xbox Game Bar helps you record your screen, take screenshots, and connect with friends while gaming. Microsoft hosts a dedicated page to troubleshoot issues related to the Xbox Game Bar. click here To read it.

However, if you do not wish to use these features, you can Disable Xbox Game Bar Using any of the following methods.

Also read:  Top 7 Ways to Fix Brightness Not Working on Windows 11 Laptops

Method 1: Through Windows Settings

Follow these steps to disable Xbox Game Bar in Windows 11 through the Settings app:

1. Press the keys Windows + I Together to open Settings.

2. Click "games" in the right pane.

3. Then click Xbox game bar On the right side, as shown.

settings-app-1-1024x428-1-1024x428 How to disable Xbox Game Bar on Windows 11

4. Turn off the switch for Open Xbox Game Bar Using this button on your controller option to disable Xbox Game Bar.

xbox-game-bar-toggle-1024x202-1-1024x202 How to disable Xbox Game Bar on Windows 11

5. Next, tap Applications In the right pane, select the option Applications and Features in the right pane.

settings-app-2-1024x426-1-1024x426 How to disable Xbox Game Bar on Windows 11

6. Use tape Search In the application list to search for Xbox.

7. Click on three-dot icon For Xbox Game Bar.

8. Then click Advanced Options , as shown.

list-of-apps-installed-1024x359-1-1024x359 How to disable Xbox Game Bar on Windows 11

9. Click the Permissions drop-down menu. Background apps Select absolutely from this list.

background-apps-permission-368x152 How to disable Xbox Game Bar on Windows 11

Here, it won't work. Xbox game bar In the background and consumes system resources.

10. Scroll down and click the button. "ending" To terminate this application and its associated processes immediately.

terminate-app-453x132 How to Disable Xbox Game Bar on Windows 11

Method 2: Via Windows PowerShell

You can disable Xbox Game Bar in Windows 11 for a single user or for all users combined using commands. PowerShell.

Also read:  Top 6 Ways to Fix Keyboard Backlight Not Working on Windows 10 and Windows 11

Option 1: For current user only

Here are the steps to disable Xbox Game Bar on Windows 11 via Windows PowerShell for a specific or existing user:

1. Click the search icon and type Windows PowerShell. Then, click Run as administrator, as shown.

How to Disable Xbox Game Bar on Windows 1

2. In a window PowerShell Type the following command and press the key: Enter.

Get-AppxPackage *Microsoft.XboxGameOverlay* | Remove-AppxPackage

windows-powershell-window-1-753x168 How to disable Xbox Game Bar on Windows 11

3. Again, type the command below and press Enter to implement.

Get-AppxPackage *Microsoft.XboxGamingOverlay* | Remove-AppxPackage

windows-powershell-window-2-821x172 How to disable Xbox Game Bar on Windows 11

Xbox Game Bar will be uninstalled from the current user's computer.

Option 2: For all users

If you want to remove Xbox Game Bar for all users on your PC, follow these steps:

1. Turn on Windows PowerShell As an official as above.

2. Type the specified command and press the key. Enter.

Get-AppxPackage -AllUsers *Microsoft.XboxGameOverlay* | Remove-AppxPackage

windows-powershell-window-3-825x175 How to disable Xbox Game Bar on Windows 11

3. Again, type the following command and press Enter.

Get-AppxPackage -AllUsers *Microsoft.XboxGamingOverlay* | Remove-AppxPackage

windows-powershell-window-1-1-751x172 How to disable Xbox Game Bar on Windows 11

This will uninstall it for all users on your Windows 11 PC.

How to reinstall and enable Xbox Game Bar

If you need Xbox Game Bar in the future, you can reinstall and enable it just as easily using a few commands. PowerShell.

Option 1: For current user only

Follow the steps below to reinstall Xbox Game Bar for the current user only:

1. Turn on Windows PowerShell With administrative privileges via the bar search.

How to Disable Xbox Game Bar on Windows 3

2. In a window PowerShell Type the following command and press the key: Enter to install Xbox And all related services.

Get-AppxPackage *Xbox* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Xbox-install-powershell-win-11-809x192 How to disable Xbox Game Bar on Windows 11

3. Again, type the command below and press Enter For implementation, if you just want to install and use Xbox Game Bar.

Get-AppxPackage *Microsoft.XboxGamingOverlay* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Xbox-gaming-overlay-install-powershell-win-11-983x192 How to Disable Xbox Game Bar on Windows 11

Option 2: For all users

Follow the steps below to reinstall Xbox Game Bar for all users:

Also read:  A final solution to the problem of the computer waking up automatically when not in use

1. Turn on Windows PowerShell As an official according to the previous instructions.

2. Type the specified command and press the key. Enter to install Xbox And all related services.

Get-AppxPackage -allusers *Xbox* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

How to Disable Xbox Game Bar on Windows 5

3. Type the specified command and press Enter, if you just want to install and use Xbox Game Bar.

Get-AppxPackage -allusers *Microsoft.XboxGamingOverlay* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

How to Disable Xbox Game Bar on Windows 5

Pro Tip: How to Disable/Enable Other Xbox Apps

Aside from Xbox Game Bar, there are a few other Xbox apps pre-installed with Windows 11, such as:

  • Xbox app
  • Xbox Game Services
  • Xbox Driver Provider
  • Xbox speech to text overlay

So, in addition to Xbox Game Bar, you can uninstall these apps for all users at once as follows:

1. Open Windows PowerShell High as before.

2. Type the following commands one by one and press Enter After every order.

Get-AppxPackage -AllUsers *Microsoft.Xbox.TCUI* | Remove-AppxPackage
Get-AppxPackage -AllUsers *Microsoft.XboxApp* | Remove-AppxPackage
Get-AppxPackage -AllUsers *Microsoft.GamingServices* | Remove-AppxPackage
Get-AppxPackage -AllUsers *Microsoft.XboxIdentityProvider* | Remove-AppxPackage
Get-AppxPackage -AllUsers *Microsoft.XboxSpeechToTextOverlay* | Remove-AppxPackage

windows-powershell-window-1-753x168 How to disable Xbox Game Bar on Windows 11

Similarly, you can enable the same thing for all users, at once, as follows:

1. Open Windows PowerShell High as before.

2. Execute the specified command to install and enable the service. Xbox TCUI:

Get-AppxPackage -allusers *Microsoft.Xbox.TCUI* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

How to Disable Xbox Game Bar on Windows 5

3. Replace Microsoft.Xbox.TCUI with Microsoft.XboxApp Microsoft.GamingServices Microsoft.XboxIdentityProvider & Microsoft.XboxSpeechToTextOverlay In the command given in step 2 to enable these components individually.

NoteYou can remove -AllUsers in the mentioned commands to make changes to the current user account while keeping others safe.

We hope you've learned how to disable or enable Xbox Game Bar in Windows 11 when needed. Keep visiting our page for more great tips and tricks and leave your comments below.

Go to top button