TL;DR
- There are three levels: disable (keeps the app, stops it running), uninstall per user (removes for your account), and provisioned removal (removes for all users and prevents reinstall).
- Most users only need the Settings toggle. Start there before trying anything advanced.
- Windows 10 and Windows 11 have different Settings paths — this guide covers both precisely.
- PowerShell is the only reliable way to fully uninstall Game Bar. The Uninstall button in Settings is greyed out by design.
- If Game Bar keeps coming back after Windows updates, you need provisioned package removal — covered in the advanced section below.
- All of this is reversible. If you change your mind, see our Xbox Game Bar install and update guide to get it back in minutes.
Before You Disable or Uninstall — Read This First
Xbox Game Bar is more than a recording overlay. Removing or disabling it also removes quick screenshots, the FPS counter, the audio mixer, performance monitoring, and Xbox social features. If you use any of these, consider disabling only the parts that bother you rather than removing the whole app.
The most common reasons people want to remove Game Bar are:
- It opens accidentally when pressing Win + G in other apps.
- It runs background processes that consume a small amount of CPU or RAM.
- It conflicts with another overlay tool like NVIDIA ShadowPlay, OBS, or a game’s built-in overlay.
- A work or enterprise PC does not need gaming features at all.
- Personal preference — some users simply want a cleaner system.
For the first issue — accidental launches — you do not need to uninstall anything. You just need to reassign or disable the Win + G shortcut. That is covered in the first method below. For everything else, read on.
For a full picture of what you are removing, see our Xbox Game Bar complete guide before proceeding.
Choosing the Right Method for Your Situation
Not every method is right for every user. Here is a quick decision guide before you start:
- Just stop Win + G from opening it accidentally: Method 1 — disable the shortcut or toggle.
- Stop it running in the background without uninstalling: Method 2 — disable via Settings.
- Remove it completely from your own account: Method 3 — PowerShell per-user removal.
- Remove it for every account on a shared or work PC: Method 4 — PowerShell all-users removal.
- Stop it coming back after Windows updates or new accounts: Method 5 — provisioned package removal via DISM.
- Enterprise or domain-joined PC: Method 6 — Group Policy or Registry disable.

Method 1: Disable the Win + G Shortcut Only
This is the lightest touch. Game Bar stays installed and available, but Win + G will no longer open it. Nothing runs in the background as a result of the shortcut. This is the right fix if your only complaint is accidental launches.
On Windows 10
- Press Win + I to open Settings.
- Go to Gaming > Xbox Game Bar.
- Toggle “Open Xbox Game Bar using this button on a controller” to Off.
- To also disable the keyboard shortcut, toggle the main Xbox Game Bar switch to Off.
On Windows 11
- Press Win + I to open Settings.
- Go to Gaming > Xbox Game Bar. If the toggle is visible, set it to Off.
- If the toggle is not visible in your Windows 11 build, go to Settings > Apps > Installed Apps > Xbox Game Bar > Advanced Options.
- Under Background Apps Permissions, set it to Never. This prevents it from running or responding to the shortcut.
Note: On Windows 11, disabling via Settings does not fully prevent the overlay from running — it reduces its footprint but does not guarantee it will never appear. For a harder stop, use Method 2 below alongside this step.
Method 2: Disable Xbox Game Bar via Registry (Disables GameDVR and Recording)
This method goes deeper than the Settings toggle. It disables Game Bar’s capture engine — GameDVR — at the Registry level. The app stays installed but cannot record, capture, or launch the overlay. This is a good middle ground for users who want to stop the recording behavior without fully uninstalling.
Always back up your Registry before editing it. Open Registry Editor, click File > Export, and save a copy somewhere safe before making any changes.
- Press Win + R, type regedit, and press Enter. Click Yes on the UAC prompt.
- Navigate to:
HKEY_CURRENT_USER\System\GameConfigStore - Find GameDVR_Enabled and double-click it. Change the value data from 1 to 0. Click OK.
- Now navigate to:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR - Find AppCaptureEnabled and double-click it. Change the value data from 1 to 0. Click OK. Note: If you do not see this DWORD, right-click an empty space in the right panel, select New > DWORD (32-bit) Value, name it AppCaptureEnabled, and set the value data to 0. This is normal on clean Windows 11 installs where capture settings have never been manually adjusted.
- Close Registry Editor and restart your PC.
To reverse this at any time, repeat the steps and set both values back to 1. Restarting your PC applies the change.
Quick tip: If you see an “Access Denied” error when trying to edit these keys, it means you opened Registry Editor without administrator privileges. Close it, search for regedit in the Start menu, right-click it, and choose Run as Administrator.
Method 3: Disable via Group Policy (Windows 11/10 Pro, Enterprise, and Education)
Group Policy gives you a cleaner, policy-enforced disable that persists across updates and user sessions. This method is not available on Windows Home editions, which do not include the Local Group Policy Editor by default.
- Press Win + R, type gpedit.msc, and press Enter.
- In the left panel, navigate to: Computer Configuration > Administrative Templates > Windows Components > Windows Game Recording and Broadcasting
- Double-click “Enables or disables Windows Game Recording and Broadcasting”.
- Select Disabled, then click Apply and OK.
- Restart your PC.
This fully disables Game Bar’s capture hooks, background recording, and overlay injection at the system level. It is more persistent than the Settings toggle and will hold through Windows updates in most cases.
To reverse it, go back to the same policy setting and set it to Not Configured or Enabled.
Enterprise note: On domain-joined or Intune-managed PCs, this policy may already be set by your IT team. Check with your administrator before making changes — a local policy change may be overridden at next Group Policy refresh.
Method 4: Fully Uninstall Xbox Game Bar via PowerShell (Current User)
Beginning with Windows 10 build 10.0.18362, the Uninstall button in Settings is permanently greyed out for Xbox Game Bar. Microsoft intentionally removed the standard uninstall path. PowerShell is the only built-in way to remove the app completely.
This method removes Game Bar for your current user account only. Other accounts on the same PC are not affected.
- Launch Elevated PowerShell.
Press Win + X and select Terminal (Admin) or PowerShell (Admin) from the power user menu. Click Yes when the User Account Control (UAC) prompt appears.
Quick tip: If you see an “Access Denied” or “Deployment failed” error string in red text, it means you opened standard PowerShell instead of right-clicking and selecting Run as Administrator. Close it and relaunch with elevation. - Run the removal command.
Copy and paste this command and press Enter:Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage
The process takes a few seconds. No confirmation prompt will appear — the command completes silently if successful. - Restart your PC.
This clears cached app container state. Win + G will no longer open the overlay after the restart.
Important: Disabling the Game Bar toggle in Settings before running this command is highly recommended. On both Windows 10 and Windows 11, turning the toggle off first prevents a residual protocol shortcut registration error — specifically the annoying “You need a new app to open this ms-gamingoverlay” pop-up window — from appearing if you accidentally press the Xbox controller button or shortcut keys after removal. On Windows 11 in particular, this pop-up can be triggered aggressively by any controller Guide button press or leftover keyboard shortcut mapping until the protocol handler entry is fully cleared on restart.
To disable the toggle first: on Windows 10 go to Settings > Gaming > Xbox Game Bar and set the switch to Off. On Windows 11 go to Settings > Apps > Installed Apps > Xbox Game Bar > Advanced Options and set Background Apps Permissions to Never. Then run the PowerShell command above.

Method 5: Uninstall Xbox Game Bar for All Users on a PC
If you share a PC or manage multiple accounts, the per-user command above only removes Game Bar for your account. To remove it across all existing user accounts on the machine, use the -AllUsers flag.
- Open Terminal (Admin) or PowerShell (Admin) as described in Method 4.
Quick tip: If you see an “Access Denied” error, you are not running PowerShell as administrator. Right-click the application and choose Run as Administrator. - Run this command:
Get-AppxPackage -AllUsers Microsoft.XboxGamingOverlay | Remove-AppxPackage -AllUsers
This removes Game Bar from every existing user account on the device. - Restart your PC.
If the above command fails on your specific Windows build, try this alternative form:
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.XboxGamingOverlay*" | Remove-AppxPackage -AllUsers
Method 6: Remove the Provisioned Package to Stop Game Bar Coming Back
This is the most important step that most guides skip entirely. Even after you uninstall Game Bar with the commands above, it can silently reinstall itself in two situations:
- A major Windows feature update runs (such as a new annual Windows 11 release).
- A new user account is created on the machine.
This happens because Windows maintains a provisioned package — a copy of the app baked into the OS image that gets deployed automatically to new profiles and during certain update cycles. Removing the per-user package with PowerShell does not touch this provisioned copy.
To permanently prevent Game Bar from coming back, you need to remove the provisioned package as well. This is an advanced step. Create a system restore point before proceeding.
- Open Terminal (Admin) or PowerShell (Admin) with full administrator elevation.
Quick tip: If you see an “Access Denied” error, right-click PowerShell or Terminal in the Start menu and choose Run as Administrator. Standard sessions will fail silently or throw red deployment errors. - First, list all provisioned Xbox packages to confirm what is present:
dism /Online /Get-ProvisionedAppxPackages | Select-String PackageName | Select-String xbox
This outputs the full package names of any provisioned Xbox apps on your system. - Remove the provisioned Game Bar package using PowerShell:
Get-ProvisionedAppxPackage -Online | Where-Object { $_.PackageName -match "XboxGamingOverlay" } | ForEach-Object { Remove-ProvisionedAppxPackage -Online -PackageName $_.PackageName }
This removes the package from the Windows image so it will not be reprovisioned to new user accounts or reinstalled during feature updates. - Restart your PC.
Critical warning: Provisioned package removal is an image-level change. It can behave differently across Windows builds and update cycles. Test this on one machine before applying it broadly across a fleet. On managed enterprise devices, coordinate with your IT or desktop management team — Windows feature updates and OEM customizations can sometimes reintroduce provisioned packages regardless of this step.
Note: This method is most relevant in enterprise, education, or kiosk environments. For a single personal PC, Method 4 is usually sufficient — Game Bar tends not to force-reinstall itself on consumer Windows builds the way it once did in earlier Windows 10 versions.
After Uninstalling: What Stops Working
Once Game Bar is removed, the following stop working immediately:
- Win + G — overlay no longer opens. On some builds, pressing it shows a brief error about a missing app for the ms-gamebar or ms-gamingoverlay protocol. This is harmless and disappears after the shortcut is unregistered on restart.
- Win + Alt + R — background recording stops.
- Win + Alt + G — Instant Replay no longer saves clips.
- Win + Alt + Print Screen — Game Bar screenshot shortcut stops working. Windows’ own screenshot tools (Snipping Tool, Print Screen) are unaffected.
- FPS counter and performance overlay — gone. Alternatives include GPU vendor tools: NVIDIA App overlay, AMD Radeon overlay, or Intel Arc Control.
- Xbox social features in overlay — friends list and chat within the overlay are removed. The Xbox app itself is separate and unaffected if it is still installed.
Your existing clips and screenshots in Videos > Captures are not deleted. That folder and its contents remain untouched.
How to Re-Enable or Reinstall Xbox Game Bar
Changed your mind? Everything covered in this guide is reversible.
- If you only disabled it via Settings or Registry: Reverse the toggle or set the Registry values back to 1, then restart.
- If you disabled it via Group Policy: Set the policy back to Not Configured and restart.
- If you uninstalled it via PowerShell: Open the Microsoft Store, search for Xbox Game Bar, and install it fresh. It is free.
For full step-by-step reinstall instructions including how to handle Gaming Services, see our Xbox Game Bar install and update guide.
Xbox Game Bar and Xbox Cloud Gaming: Are They Connected?
Xbox Game Bar and Xbox Cloud Gaming are completely separate systems. Removing Game Bar from your PC does not affect your ability to use Xbox Cloud Gaming in any way. Cloud Gaming runs through the Xbox app or a browser and does not depend on the Game Bar overlay being installed.
If you are interested in cloud gaming after removing Game Bar from your local setup, these guides will help:
Frequently Asked Questions
Why is the Uninstall button greyed out for Xbox Game Bar in Settings?
Microsoft intentionally disabled the standard uninstall path beginning with Windows 10 build 10.0.18362. You cannot remove it through the Settings GUI. PowerShell is the only built-in method to fully uninstall it — covered in Methods 4 and 5 above.
Will disabling Xbox Game Bar improve gaming performance?
Marginally. Game Bar uses hardware encoding so its impact on FPS is already very small — typically 1 to 2 percent on mid-range hardware. Disabling it frees up a small amount of background CPU and RAM, which may matter more on very low-end systems than on modern gaming PCs.
Will Xbox Game Bar reinstall itself after a Windows update?
It can, particularly after major Windows feature updates, if the provisioned package has not been removed. For most personal consumer PCs on Windows 11, this is less common than it used to be on Windows 10. If Game Bar keeps coming back, follow Method 6 to remove the provisioned package.
Does disabling Xbox Game Bar affect the Xbox app?
No. The Xbox app — used for Game Pass, cloud gaming, and social features — is a completely separate package from Xbox Game Bar. Uninstalling Game Bar does not affect the Xbox app or your Game Pass access in any way.
Can I disable Game Bar on Windows 11 Home using Group Policy?
No. Windows 11 Home does not include the Local Group Policy Editor by default. Use the Registry method (Method 2) or the PowerShell uninstall methods instead.
Is there a way to disable Game Bar without PowerShell or Registry edits?
Yes — for a soft disable, go to Settings > Gaming > Xbox Game Bar on Windows 10 and toggle it Off. On Windows 11, go to Settings > Apps > Installed Apps > Xbox Game Bar > Advanced Options and set Background Apps Permissions to Never. This stops the overlay and background recording without requiring any command line work.
I get a “You need a new app to open ms-gamingoverlay” popup after uninstalling. How do I fix it?
This happens when the protocol handler registration is left behind after removal. It is harmless and typically clears itself on the next full restart. To prevent it entirely, disable the Game Bar toggle in Settings before running the PowerShell removal command — as outlined in the Important note inside Method 4. If the popup persists after two restarts, running gpupdate /force from an elevated Command Prompt forces Windows to flush and reload its policy and protocol registration tables.



