The Xbox Game Bar comes preinstalled with Windows 11 and offers features like screen recording, performance monitoring, and quick access to Xbox social tools. While some users find it useful for gaming or capturing clips, others prefer not to have it running in the background.
If you don’t use the Game Bar and want to remove it completely, you can do so safely using several different methods — through Settings, PowerShell, or even the Command Prompt. In this guide, we’ll walk you through each approach to help you uninstall the Xbox Game Bar from your Windows 11 PC.
What You’ll Need
Before you begin, make sure you’re signed in with an administrator account on your PC. You’ll also need an active internet connection if you plan to reinstall the app later from the Microsoft Store.
Tip: Removing the Xbox Game Bar won’t affect your installed games or other Xbox-related services like the Xbox app. You can always reinstall it from the Microsoft Store if you change your mind.
Step 1: Uninstall Xbox Game Bar from Settings
The simplest way to remove the Xbox Game Bar is through the Windows Settings app.
- Press Windows + I to open Settings.
- Go to Apps → Installed apps.
- In the search box, type Xbox Game Bar.
- Click the three-dot menu next to it and select Uninstall.
- Confirm the action when prompted.
This will uninstall the Game Bar for your current user account. However, some system components of the Game Bar may remain installed in the background. If you want a deeper removal, continue with the PowerShell method.
Step 2: Remove Xbox Game Bar Using PowerShell
PowerShell gives you full control over built-in Windows apps and is the most effective way to uninstall the Xbox Game Bar completely.
- Press Windows + X and select Windows Terminal (Admin) or PowerShell (Admin).
- Run the following command:
Get-AppxPackage *XboxGamingOverlay* | Remove-AppxPackageThis removes the Xbox Game Bar package for the current user. - To remove it for all users, run this command:
Get-AppxPackage -AllUsers *XboxGamingOverlay* | Remove-AppxPackage
After the command runs successfully, the Xbox Game Bar will be uninstalled from your system.
Step 3: Verify That Xbox Game Bar Has Been Removed
To confirm that the app has been removed:
- Press Windows + S and type Xbox Game Bar in the search bar.
- If no results appear, the app has been successfully uninstalled.
- You can also open Settings → Apps → Installed apps to ensure it no longer appears in the list.
If it still appears or opens when you press Windows + G, restart your computer and check again.
Step 4: Disable Xbox Game Bar Features Without Uninstalling (Optional)
If you’d prefer to keep the Game Bar installed but stop it from running, you can simply disable it.
- Open Settings → Gaming → Xbox Game Bar.
- Toggle off Open Xbox Game Bar using this button on a controller.
- Then, go to Settings → Gaming → Captures and disable background recording and capture options.
This approach keeps the app installed for future use but prevents it from launching automatically or consuming background resources.
Step 5: Reinstall Xbox Game Bar (If Needed)
If you ever want to reinstall the Xbox Game Bar, you can easily get it back from the Microsoft Store.
- Open the Microsoft Store from the Start menu.
- Search for Xbox Game Bar.
- Click Install and wait for the download to complete.
Once installed, press Windows + G to verify that it opens properly.
Step 6: Clean Up Leftover Files (Optional)
Although uninstalling the Game Bar removes most of its components, a few leftover folders or registry entries might remain. You can remove them manually if you want a completely clean system.
- Open File Explorer and navigate to:
C:\Users\<YourUsername>\AppData\Local\Packages - Look for a folder named something like:
Microsoft.XboxGamingOverlay_8wekyb3d8bbwe - Delete this folder if it still exists.
To be thorough, restart your PC afterward to clear any cached components.
Wrapping Up
The Xbox Game Bar can be a handy tool for gamers, but if you don’t use its overlay or recording features, uninstalling it can simplify your setup and slightly reduce background processes. Whether you remove it through Settings or PowerShell, the process is completely reversible — you can reinstall it anytime from the Microsoft Store.
If you’re optimizing your system for performance or simply prefer a clean, minimalist Windows installation, removing unnecessary built-in apps like the Xbox Game Bar is a great place to start. And now you know exactly how to do it without breaking anything in the process.