Skip to content
Follow
Windows

How to Uninstall and Reinstall Xbox Game Bar on Windows 11

Richard
Written by
Richard
Apr 29, 2023 Updated Sep 15, 2026 3 min read
How to Enable Voice Access on Windows 11 Sign-In
How to Enable Voice Access on Windows 11 Sign-In

Xbox Game Bar is a built-in Windows 11 tool that lets you record your screen, take screenshots, and chat with friends by pressing the Win+G. Removing and reinstalling this app fixes common bugs, stops hidden background processes like Microsoft.XboxGamingOverlay, and helps your PC run faster.

Advertisement

You can clear out the Game Bar through your Windows Settings menu in just a few clicks, and download it again from the Microsoft Store whenever you need it.

⚡ Quick Answer

You uninstall Xbox Game Bar using Windows Terminal with the command Get-AppxPackage -PackageTypeFilter Bundle -Name “*Microsoft.XboxGamingOverlay*” | Remove-AppxPackage. Reinstall it by searching for “Xbox Game Bar” in the Microsoft Store and clicking “Install”.

Advertisement

Prerequisites

📝Good to KnowBefore 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

You can uninstall Xbox Game Bar on Windows 11 by running a simple removal command inside the Windows Terminal. This method bypasses the standard Settings app when the normal remove option fails or is unavailable. Open the Windows Terminal app, paste the app removal command, and press Enter to completely clear the built-in gaming overlay from your system storage.

  1. Copy and paste the following command into the window and press Enter:
    Get-AppxPackage -PackageTypeFilter Bundle -Name "*Microsoft.XboxGamingOverlay*" | Remove-AppxPackage
  2. Restart your computer to finish the process.
📝NoteIf you want to remove it for every person who uses this computer, you must run the Windows Terminal app as administrator.

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

An uninstall Xbox Game Bar button appears grayed out in Windows 11 Settings because the operating system protects the app as a core component. To bypass this restriction, you must run PowerShell with administrator rights. This gives you the elevated permissions required to force the removal of protected system apps that regular user accounts cannot touch.

Advertisement

[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 the Get or Install button on the Microsoft Store app.
Get the Xbox Game Bar from the Microsoft Store
Get the Xbox Game Bar from the Microsoft Store

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

Open the Xbox Game Bar from the Microsoft store.
Open the Xbox Game Bar from the Microsoft store.

Summary

The Xbox Game Bar can be a helpful tool, but if it's causing problems, you can easily uninstall and reinstall it on Windows 11 using simple commands.

Advertisement

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
Was this helpful?
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.

Advertisement

📚 Related Tutorials

How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes
How to Access Xbox Game Bar in Windows 11
Windows How to Access Xbox Game Bar in Windows 11
How to Uninstalling and Reinstalling Copilot on Windows 11
Windows How to Uninstalling and Reinstalling Copilot on Windows 11
How to Uninstall and Reinstall OneDrive on Windows 11
Windows How to Uninstall and Reinstall OneDrive on Windows 11

1 Comment

  • James L Sarver

    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.

    Reply

Leave a Comment

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