The Xbox Game Bar isn't something you will really use on Windows unless you are using the Xbox App and Game Pass. And even you might not even bring it up unless you are interacting with friends playing on Xbox. Most of the time, the Game Bar runs smoothly in the background, but there are occasions when the Game Bar may stop working properly so if you are having any kind of issue with it this guide will show you all the different ways you can reset it to fix nearly any problem.

Takeaways:

  1. Learn how to reset the Xbox Game Bar App to fix any problem with it.
  2. Will resetting the Xbox Game Bar fix problems with it?

What kinds of things will this fix?

There are quite a few different problems you will come across while using the Xbox Game Bar on Windows 11 and the steps in this guide will show you how to reset it. Which will fix all of the following things.

  • The Game Bar fails to open or respond
  • Overlays do not display correctly
  • Screen recordings do not save or start
  • Performance monitoring data is missing or inaccurate
  • Unexpected crashes or freezes related to the Game Bar

How to Reset Xbox Game Bar on Windows 10 and Windows 11 | Fix Game Bar Issues

Below are all the different ways you can reset the Xbox game Bar on Windows 10 and 11. We've listed them in order of "ease of use" so start from the top and work your way down the list. For 99.9% of people you won't need to go past the first step. Though if you do have problems feel free to try any of the others.

Repair or Reset via Windows Settings

The simplest way to repair or reset the Xbox Game Bar is through the Windows Settings app. Here’s how:

  • Press Windows Key + I to open the Settings window.
  • Navigate to Apps and then Installed apps (on Windows 11) or Apps & features (on Windows 10).
  • In the search box, type Game Bar to locate the Xbox Game Bar entry.
  • Click the three dots next to it and select Advanced options.
  • Scroll down and click Repair. This attempts to fix the app without affecting your settings or data.
  • If repairing does not resolve the issue, return to the same page and select Reset. This option will delete the app’s data and restore it to factory defaults.
  • After resetting, restart your PC and check if everything is working again.

How to Reset Xbox Game Bar on Windows 10 and Windows 11 Fix Game Bar Issues

Reset Using PowerShell

If you don't mind getting your hands dirty and have some experience using PowerShell you can also use this method.

  • Right-click the Start button and choose Windows Terminal (Admin) or PowerShell (Admin).
  • Run the following command to uninstall the Xbox Game Bar:

    Get-AppxPackage Microsoft.XboxGameOverlay | Remove-AppxPackage

  • After the uninstallation completes, reinstall the Game Bar by running this command:

    Get-AppxPackage -allusers Microsoft.XboxGameOverlay | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

  • This sequence removes the app and then registers it fresh, which can fix deeper system-level issues.

Reset via Command Prompt Using Windows Package Manager

If you prefer Command Prompt, you can use the Windows Package Manager (winget) to reinstall the Xbox Game Bar.

  • Open Command Prompt with administrator privileges by searching for cmd, right-clicking, and choosing Run as administrator.
  • Enter the following command to install or reinstall the Game Bar:

    winget install Microsoft.XboxGamingOverlay

  • This command downloads and installs the latest version of the app from Microsoft’s official repository, resetting it in the process.

Uninstall then Reinstall from Microsoft Store

Another straightforward option is to uninstall the Xbox Game Bar and reinstall it via the Microsoft Store.

  • Go to Settings > Apps > Installed apps or Apps & features.
  • Find Xbox Game Bar, click the three dots, and choose Uninstall.
  • Open the Microsoft Store app.
  • Search for Xbox Game Bar and click Install.
  • This method ensures you have the latest version of the Game Bar with default settings restored.