Windows

How to Uninstall and Reinstall Xbox Game Bar on Windows 11

Richard
Written by
Richard
Apr 29, 2023 Updated May 1, 2026 3 min read

The Xbox Game Bar is a built-in feature designed to help you record gameplay and manage system resources. However, it can sometimes become a source of bloatware or cause performance issues. You might want to remove it if it freezes, fails to launch, or if you prefer using third-party alternatives like OBS or NVIDIA ShadowPlay. Removing it can free up system resources and declutter your Windows 11 experience.

What happens when done?

Once you uninstall the app, the background process known as Microsoft.XboxGamingOverlay will stop running. You will no longer see the overlay when pressing the Windows + G shortcut. Your system will remain stable, and you can always reinstall the app later if you change your mind.

Prerequisites

Before performing these steps, ensure you have administrative access to your computer. Some commands require elevated privileges to modify system-level apps. Always back up your important files before making changes to Windows system components.

How to Uninstall Xbox Game Bar

To remove the app, you will need to use the Windows Terminal. This is the most effective way to remove system apps that do not show an uninstall button in Settings.

  1. Open the Windows Terminal app.
  2. Copy and paste the following command into the window and press Enter:
    Get-AppxPackage -PackageTypeFilter Bundle -Name "*Microsoft.XboxGamingOverlay*" | Remove-AppxPackage
  3. Restart your computer to finish the process.

Note: If you want to remove it for every person who uses this computer, you must run the Windows Terminal app as administrator. Use this command instead:
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.XboxGamingOverlay*" | Remove-AppxPackage -AllUsers

Troubleshooting Grayed-Out Uninstall Buttons

If the uninstall option is grayed out in your Settings menu, it is because Windows treats the Game Bar as a core system component. To force removal, you must use the DISM (Deployment Image Servicing and Management) tool. This removes the provisioned package from your system image.

[Requires Admin Privileges]

  1. Open PowerShell as Administrator.
  2. Run the following command to identify the package: Get-AppxProvisionedPackage -Online | Where-Object {$_.PackageName -like "*XboxGamingOverlay*"}
  3. Remove the package using: Remove-AppxProvisionedPackage -Online -PackageName "[PackageNameFromAbove]"

How to Reinstall Xbox Game Bar

If you decide you need the features back, you can easily restore the app.

  1. Click this Xbox Game Bar on the Microsoft Store link.
  2. Click the Get or Install button on the Microsoft Store app.

Once the download finishes, you can open the Game Bar from your Start menu.

Open the Xbox Game Bar from the Microsoft store.

Summary

The Xbox Game Bar is a useful tool, but it can be removed if it causes issues. By using PowerShell commands like Get-AppxPackage or DISM, you can effectively manage this system app. Whether you are debloating your Windows 11 system or fixing a broken feature, these steps provide a safe way to uninstall and reinstall the Game Bar as needed.

Will uninstalling Game Bar affect my ability to play games?

No, uninstalling the Xbox Game Bar will not affect your ability to play games. It is simply an overlay tool for recording and social features. Your games will continue to run normally, and your saved game files will remain completely untouched by this process.

Can I just disable it instead of uninstalling?

Yes, you can disable it without removing it. Go to Settings, select Gaming, and then click on Xbox Game Bar. Toggle the switch to Off. This prevents the app from running in the background while keeping the files on your computer if you need them later.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

One response to “How to Uninstall and Reinstall Xbox Game Bar on Windows 11”

  1. The Xbox Game bar is not in the Microsoft store. So if you follow this and uninstall Xbox game bar every game will cause a pop up asking for the game bar and you get to reinstall windows.

Leave a Reply

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

Exit mobile version