How to Disable Xbox Game Bar on Windows 10 [4 ways]
You need to disable Game DVR first
3 min. read
Updated on
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
Key notes
- If you don’t use Xbox Game Bar, you should disable it to free up system resources and improve performance.Â
- This guide will discuss the ways to disable Game Bar on Windows 10.
Xbox Game Bar is an excellent app for gamers as it has a set of tools to record videos, capture screenshots, and access Xbox apps.
However, if you are not using it, you should disable it. This guide will cover different methods to disable Xbox Game Bar on Windows 10.
How can I disable the Xbox Game Bar on Windows 10?
1. Use the Settings
1.1 Disable Game DVR
- Press Windows + I to open Settings.
- Click Gaming.
- From the left pane, click Captures.
- Toggle off the switch next to Record in the background while I’m playing a game.
1.2 Disable Game Bar
- On the Settings app, click Gaming.
- Click the Xbox Game Bar.
- Toggle off the switch next to Enable Xbox Game Bar for things like recording game clips, chatting with friends, and receiving game invites.
2. Use the Registry Editor
- Press Windows + R to open the Run window.
- Type Regedit and hit Enter to open Registry Editor.
- Follow the path:
Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ GameDVR
- From the right pane, double-click AppCatureEnabled and change the Value data from 1 to 0.
3. Use the Group Policy Editor
- Press Windows + R to open the Run console.
- Type gpedit.msc and press Enter to open Group Policy Editor.
- Follow this path:
Computer Configuration\Administrative Templates\ Windows Components\Windows Game Recording\Broadcasting
- Locate Enables or disables Windows Game Recording and Broadcasting and double-click it.
- Select Disabled, click Apply, and OK.
4. Use the PowerShell
- Press the Windows key, type PowerShell, and click Run as administrator.
- Copy and paste the following command to see the packages and press Enter:
dism /Online /Get-ProvisionedAppxPackages | Select-String PackageName | Select-String xbox
- Type the following command to uninstall Xbox Game Bar and press Enter:
dism /Online /Get-ProvisionedAppxPackages | `
Select-String PackageName | `
Select-String xbox | `
ForEach-Object {$_.Line.Split(':')[1].Trim()} | `
ForEach-Object { dism /Online /Remove-ProvisionedAppxPackage /PackageName:$_} - To remove packages of Xbox packages, copy and paste the following command and press Enter:
Get-ProvisionedAppxPackage -Online | `
Where-Object { $_.PackageName -match "xbox" } | `
ForEach-Object { Remove-ProvisionedAppxPackage -Online -AllUsers -PackageName $_.PackageName }
So, these are ways to disable the Game Bar on Windows 10. For more questions or concerns, please feel free to mention them in the comments section below.
Before you go, we have a guide on Gaming features aren’t available for the Windows Desktop error, so don’t miss it.
Knowing how to fix the Xbox Game Bar when it’s not working can provide countless hours of fun playing your favorite PC games.
User forum
0 messages