Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»Game Bar Not Opening? Here’s how to fix it

Game Bar Not Opening? Here’s how to fix it

Deep ShresthaBy Deep ShresthaDecember 2, 2022
Game Bar Not Opening

XBOX Game Bar is a handy little feature that allows you to capture the screen, control sound on the system, and record or stream your gameplay with a push of a button. The default button to enable Game Bar is Windows + G.

If the Game Bar is disabled from Windows settings, it may not open. However, it is not the only reason Game Bar does not open. Anything from a PC failing to run the right services to corrupted system files could halt the Game Bar process from running.

To fix this, you first need to make sure that Game Bar is enabled from Windows settings. If it is enabled and you still cannot open the Game Bar overlay, you might need to perform some advanced fixes.

Table of Contents

  • Why is My XBOX Game Bar Not Opening?
  • Game Bar Not Opening? Here’s How to Fix It
    • Enable Game Bar
    • Start XBOX Services
    • Repair/Reset XBOX and XBOX Game Bar
    • Manage Background Permission
    • Enable Game Bar from Application Package
    • Clean Boot Your PC
    • Change Registry Value

Why is My XBOX Game Bar Not Opening?

Windows + G automatically opens the XBOX game bar overlay. Even if you have disabled the setting, the overlay will automatically start. However, if the application is not installed in the application package itself, Game Bar will not run.

Besides this, here are a few reasons that might cause the game bar to close.
  • Game Bar disabled from settings
  • XBOX services are not running
  • Services from another application causing conflict with XBOX services
  • Incorrect registry value
  • Corrupted iFrame DLL file

Game Bar Not Opening? Here’s How to Fix It

Before we jump into the fixes, make sure that the version of Windows you are running is Windows 10 or newer. Windows 8.1 or lower does not support XBOX Game Bar. If you are on a Windows version 10 or greater but cannot open the game bar, try enabling it from Windows Settings.

Enable Game Bar

First, let us make sure that you have enabled the game bar. As previously discussed, the shortcut key will automatically start the game bar, even if you have a disabled game bar. However, there are cases where disabling it will not open the game bar.

Therefore, first, let’s check whether your game bar is enabled.

  1. Press the Windows + I key to open Settings.
  2. Go to Gaming.
  3. Select XBOX Game Bar.
    enable xbox game bar not working
  4. Enable Open XBOX Game Bar using this button on a controller.
    open xbox game bar using this button bame bar not working
  5. Press Windows + G or the X button on your XBOX controller to open XBOX Game Bar

Start XBOX Services

Several XBOX services must run when you open the Game Bar. If the XBOX-related Service’s startup type is manual, it may not run automatically when you try to run Game Bar. You need to set these service startup types to automatic.

  1. Press the Windows + R key to open Run.
  2. Type services.msc and press Enter to open Services.
    open services xbox game bar not working
  3. Scroll down and select XBOX Accessory Management Service.
    xbox accessories management
  4. Set the Startup type to automatic. Also, if the service is not running, click on Start to ensure that the service is running.
    xbox accessories management automatic startup
  5. Click on Apply and then OK.

Once you enable this Service, set the startup type to automatic and the Service status to running on the following services as well.

  • XBOX Live Auth Manager
  • XBOX Live Game Save
  • XBOX Live Networking Service

Repair/Reset XBOX and XBOX Game Bar

Most pre-installed applications on Windows come with a feature to repair. The repair function scans for possible errors and bugs in the application and fixes any issues found. The same is the case for XBOX Game Bar and XBOX. 

If the application is not functioning correctly, you can repair or even reset it. Repairing the application will not affect the app data, which means it won’t delete any saved information. However, resetting will set the application to its default state, and the system will reset any saved settings, configuration, and application data.

  1. Press the Windows + I key to open Settings.
  2. Navigate to Apps > Installed apps.
    open installed apps gamebar not working
  3. Click on the three horizontal dots on XBOX Game Bar and click on Advanced Options.
    advanced options game bar not working
  4. Scroll down to Reset and select Repair. The repair process may take a few minutes.
    repair xbox game bar not working
  5. Once done, press Windows + G to open the XBOX Game Bar overlay.
  6. If that does not work, under Repair, click on Reset. Wait for the reset process to complete.
    reset xbox game bar not working
  7. Now, try opening XBOX Game Bar.

Manage Background Permission

Background permission on any application manages whether the app runs in the background. If the settings are configured for the application not to run in the background, the shortcut key may not open the Game Bar.

To fix this, you will need to manage background permission.

  1. Open Settings.
  2. Then, Navigate to Apps > Installed apps.
    open installed apps gamebar not working
  3. Click on the three horizontal dots on XBOX Game Bar and click on Advanced Options.
    advanced options game bar not working
  4. Under Background apps and permissions, make sure that the drop-down menu is either selected to Power optimized or Always.
    power optimized xbox gamebar not working

Enable Game Bar from Application Package

Sometimes, just enabling Game Bar from Windows Settings may not work. This can happen if XBOX Game Bar is disabled from the application package. When disabled from the application package, the game bar will not open even when you press the shortcut key.

If that’s the case for you, you will need to enter a command that will enable the game bar from Powershell.

  1. Press Windows + R to open Run.
  2. Type powershell and press Ctrl + Shift + Enter to open PowerShell as Administrator.
    open powershell gamebar not working
  3. Now type the following Command. Press Enter after each command.
    • Get-AppxPackage -allusers *Microsoft.XboxGamingOverlay* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
      reinstall xbox game bar application game bar not working
    • Get-AppxPackage -allusers *Xbox* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
      reinstall xbox services and app game bar not working
  4. Restart the PC once you run both commands.

The first command re-installs Game Bar, and the second command re-installs XBOX apps and services.

Clean Boot Your PC

Another reason XBOX Game Bar fails to run can be due to conflicts between Services from an application and XBOX services. These conflicts could be complications in resource usage or memory issues. No matter the reasons, you will need to end this Service to run XBOX Game Bar.

  1. Press the Windows + R key to open Run.
  2. Type msconfig and press Enter to open the System configuration.
    run msconfig gamebar not working
  3. Go to the Services tab.
  4. Check Hide all Microsoft services and select Disable all.
    disable unnecessary services xbox gamebar not working
  5. Click on Apply and then OK.
  6. Restart your PC and see if you can run the XBOX game bar.

Change Registry Value

In the registry, you will find a particular value named Game DVR. Game DVR is responsible for recording video in the background while you are gaming. If a specific D-word value in Game DVR is disabled, XBOX Game Bar may not record your screens.

To fix this, you need to change the value from the registry editor. However, changing registry values can be risky as changing wrong values can cause the entire system to malfunction. Therefore, make sure that you backup the registry before making any changes to the registry.

  1. Press the Windows + R key to open Run.
  2. Type regedit and press Enter to open Registry Editor.
  3. Navigate to HKEY_CURRENT_USER/SOFTWARE/Microsoft/Windows/CurrentVersion/GameDVR
  4. Now on the right panel, double-click on AppCaptureEnabled.
  5. Set Value data to 1.
    AppCaptureEnabled gamebar not working
  6. Now, navigate to HKEY_CURRENT_USER\System\GameConfigStore.
  7. On the right panel, double-click on GameDVR_Enabled.
    enable gamebar dvr gamebar not working
  8. Set Value Data to 1.
  9. Now, restart your PC and check if the Game Bar works
fix
Deep Shrestha
  • Twitter
  • LinkedIn

Deep Shrestha works as a computer hardware writer at TechNewsToday with several hardware and programming certifications. Although he has been writing technical content for more than a year, his interest in hardware components started at a very young age ever since he heard about PC building. Pursuing his passion, he has assembled several desktop computers. Besides building desktop PCs, Deep also has hands-on experience fixing software and hardware issues on laptops and desktop computers. Using all this knowledge and skills about computer hardware, he's on a quest to make content that's easy to read and understand for everyone. You can contact him at deep@technewstoday.com

Related Posts

how to make cursor bigger

How to Make Cursor Bigger

February 3, 2023
enable secure boot msi bios

How to Enable Secure Boot on MSI Motherboard

February 3, 2023
how to add device to microsoft account

How to Add Device to Microsoft Account

February 2, 2023
how to delete win backup files

How to Delete Backup Files on Windows

January 29, 2023
how to reset password on hp laptop

How to Reset Password on HP Laptop

January 30, 2023
Reset BIOS password

4 Ways to Reset BIOS Password

January 28, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
usb a vs usb c

USB A Vs USB C – What’s the Difference?

January 31, 2023
how long does a cmos battery last

How Long Does a CMOS Battery Last

January 25, 2023
thunderbolt vs usb c

Thunderbolt Vs USB C: What’s the Difference

January 25, 2023
You may also like
Razer Mouse Not Working

Razer Mouse Not Working? Here’re 9 Ways to Fix It

February 3, 2023
how to make cursor bigger

How to Make Cursor Bigger

February 3, 2023
surface-screen-flickering

Why is My Surface Screen Flickering? 6 Ways to Fix It

February 3, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.