Fix: Xbox Game Bar Record Button Greyed Out

Xbox Game Bar record button greyed out? Fix it fast — enable background recording, check Game DVR in the registry, grant microphone permissions, and more.

  • The record button is greyed out most often because you are trying to record the desktop or File Explorer — Game Bar cannot do this.
  • The second most common cause is background recording being turned off in Windows Settings or inside the Game Bar master toggle.
  • Enabling Game DVR in the registry restores the capture button when Settings-based fixes do not work.
  • Aggressive debloat scripts can set a system-wide policy key that blocks Game DVR entirely — this requires a separate registry fix.
  • Missing microphone permissions will also grey out the record button even if everything else is set correctly.
  • Outdated GPU drivers, a corrupted Game Bar installation, and conflicting overlays are other common causes.

The Xbox Game Bar record button greyed out issue stops you from capturing gameplay at exactly the moment you need it. The button is visible in the Capture widget but stays inactive — clicking it does nothing. In this guide, we cover every confirmed cause and the correct fix for each one, for both Windows 10 and Windows 11.

Why Is the Xbox Game Bar Record Button Greyed Out?

There are several distinct reasons the record button becomes greyed out. The fix depends entirely on which one applies to you, so it is worth running through the causes first:

  • You are trying to record the desktop or File Explorer. Game Bar cannot record these. It only works on apps and games that Windows recognises as recordable.
  • Background recording is turned off. The record button in the Capture widget is tied to the background recording setting. If it is off, the button is inactive.
  • The Game Bar master toggle is off. In recent Windows 11 builds, the master Game Bar toggle must be on before the Capture widget will activate.
  • Game DVR is disabled in the registry. The value AppCaptureEnabled controls whether capture is active. If this is set to 0 — or a system-wide policy key is blocking it — recording will be unavailable.
  • Microphone permission is blocked. If Windows has not granted Game Bar access to your microphone, the recording function can be greyed out.
  • Outdated or broken GPU drivers. Game Bar uses hardware-accelerated encoding. If your graphics drivers are outdated or corrupted, the encode pipeline breaks and recording becomes unavailable.
  • Game Bar itself is corrupted or outdated. A broken installation or a pending update can disable the recording widget.
  • The app is not recognised as a game. Some apps and launchers are not automatically flagged as games by Windows. Game Bar needs to recognise the window as a game before recording is enabled.
Xbox Game Bar Record Button Greyed Out
Xbox Game Bar Record Button Greyed Out

What Xbox Game Bar Can and Cannot Record

Before troubleshooting, it is worth knowing that some greyed-out record buttons are not bugs at all — they are hard limitations built into Game Bar. Here is a quick reference:

Can Record 🎮Cannot Record ❌
Fullscreen and windowed gamesWindows desktop
Web browsers (Chrome, Edge, etc.)File Explorer
Media players and DiscordWindows Settings app
Independent app windowsMultiple windows simultaneously

If you are trying to record something in the Cannot Record column, the button will always be greyed out. Use the Snipping Tool in Windows 11 or a third-party screen recorder instead.

Fix 1: Make Sure You Are Not Trying to Record the Desktop

This is the most common cause and the easiest to overlook. If you press Win + G while on the desktop with no game or app in focus, the record button will always be greyed out — this is by design.

  1. Launch your game or the app you want to record.
  2. Click on the game window to give it focus.
  3. Press Win + G to open Game Bar.
  4. Try the record button again.

If Game Bar shows “Game features aren’t available for the Windows Desktop or File Explorer”, this is your cause. Switch to a supported app window and the button should become active.

Fix 2: Enable the Master Toggle, Then Turn On Background Recording

In recent Windows 11 builds, the Game Bar master toggle and the background recording setting are handled separately. The Capture widget record button will stay greyed out if either one is off. Check both before moving on to other fixes.

Step 1: Confirm the Game Bar Master Toggle Is On

  1. Press Win + I to open Settings.
  2. Navigate to Gaming > Xbox Game Bar.
  3. Ensure the toggle at the top — “Open Xbox Game Bar using this button on a controller” or the main enable toggle — is switched On.

If this toggle is off, none of the recording features will work regardless of any other setting.

Step 2: Enable Background Recording

Enable Background Recording
Enable Background Recording

On Windows 11:

  1. Navigate to Settings > Gaming > Captures.
  2. Toggle on “Record what happened.”
  3. Set your preferred recording length using the dropdown (up to 30 minutes).

On Windows 10:

  1. Navigate to Settings > Gaming > Captures.
  2. Under Background recording, toggle on “Record in the background while I’m playing a game.”

After enabling both, relaunch your game, press Win + G, and check whether the record button is now active in the Capture widget.

Fix 3: Mark the App as a Game

If the record button is greyed out for a specific app, Windows may not recognise it as a game. You can mark it manually inside Game Bar.

  1. Open the app or game you want to record.
  2. Press Win + G to open Game Bar.
  3. If prompted with “Do you want to open Game Bar?”, tick “Yes, this is a game.”
  4. If no prompt appears, look for the settings option inside the Capture widget and confirm the window is being treated as a game.

This fix is particularly useful for indie games, emulators, and apps launched from non-standard launchers that Windows does not automatically classify as games.

Fix 4: Grant Microphone Permission to Xbox Game Bar

Xbox Game Bar requires microphone access to record audio alongside gameplay. If this permission is blocked, the recording function may be greyed out or record without audio.

  1. Press Win + I to open Settings.
  2. Navigate to Privacy & security > Microphone.
  3. Ensure “Microphone access” is turned on at the top.
  4. Scroll down to “Let apps access your microphone” and confirm it is on.
  5. Find Xbox Game Bar in the app list below and ensure its individual toggle is on.

Close and reopen Game Bar after making this change (press Win + G), then try the record button again.

Fix 5: Enable Game DVR via Registry Editor

The registry value AppCaptureEnabled directly controls whether Game Bar’s capture feature is active. If this has been disabled — by a manual registry edit, a debloat script, or a Windows update — the record button will be greyed out regardless of your Settings configuration.

Important: Back up your registry before making changes. Press Win + R, type regedit, then go to File > Export.

Step 1: Fix the User-Level Registry Key

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR
  3. Find AppCaptureEnabled. If it does not exist, right-click the blank area and choose New > DWORD (32-bit) Value. Name it AppCaptureEnabled.
  4. Double-click it and set the value data to 1 with Base set to Decimal. Click OK.
  5. Navigate to: HKEY_CURRENT_USER\System\GameConfigStore
  6. Find GameDVR_Enabled and set its value to 1. Create it if it does not exist.

Step 2: Check for a System-Wide Policy Block

Aggressive third-party debloat scripts and some enterprise Group Policy configurations set a machine-level key that overrides the user-level settings above. If modifying HKEY_CURRENT_USER does not fix the greyed-out button, check this key as well.

  1. In Registry Editor, navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR
  2. Look for a value called AllowGameDVR.
  3. If it exists and is set to 0, double-click it and change the value to 1. Alternatively, if you want to remove the policy restriction entirely, right-click AllowGameDVR and select Delete.
  4. Close Registry Editor and restart your PC.

The HKEY_LOCAL_MACHINE policy key takes precedence over any user-level setting, which is why the record button stays greyed out even after changing Settings and the user registry values. Removing or correcting this key is the fix for most cases where debloat tools were used.

Fix 6: Update Your GPU Drivers

Update Your GPU Drivers
Update Your GPU Drivers

Xbox Game Bar uses hardware-accelerated video encoding to record gameplay. If your GPU drivers are outdated or corrupted, the encoding pipeline breaks and the record button becomes greyed out.

For NVIDIA: Open GeForce Experience and check for driver updates, or download the latest driver from the NVIDIA Drivers page.

For AMD: Open AMD Software: Adrenalin Edition and check for updates, or visit the AMD Drivers and Support page.

For Intel: Use Intel Driver & Support Assistant or download from the Intel Download Center.

Restart your PC after updating, then launch your game and test the record button again.

Fix 7: Repair or Reset Xbox Game Bar

xbox game bar reset
xbox game bar reset

If the record button is still greyed out, the Xbox Game Bar installation itself may be corrupted. The built-in Repair and Reset options fix this without requiring a full uninstall.

  1. Press Win + I to open Settings.
  2. Navigate to Apps > Installed apps.
  3. Search for Xbox Game Bar, click the three-dot menu next to it, and select Advanced options.
  4. Scroll down to the Reset section.
  5. Click Repair first and wait for the tick to appear.
  6. Relaunch your game and test. If the button is still greyed out, return and click Reset.

Repair fixes the installation without affecting your settings. Reset restores Game Bar to its default state. Always try Repair first.

Fix 8: Update Xbox Game Bar from the Microsoft Store

How to Install and Update Xbox Game Bar via Microsoft Store
How to Install and Update Xbox Game Bar via Microsoft Store

An outdated version of Xbox Game Bar can cause the capture widget to malfunction. Microsoft releases updates through the Store and these do not always install automatically.

  1. Open the Microsoft Store.
  2. Click on Library in the bottom-left corner.
  3. Click Get updates.
  4. Install any available update for Xbox Game Bar.

Restart your PC after updating, then test the record button. For a full guide on managing the app through the Store, see our article on how to install and update Xbox Game Bar from the Microsoft Store.

Fix 9: Reinstall Xbox Game Bar via PowerShell

If Repair and Reset do not resolve the issue, a clean reinstall is the next step. This removes the broken installation entirely and replaces it with a fresh copy.

  1. Right-click the Start button and select Terminal (Admin) or Windows PowerShell (Admin).
  2. Run this command to remove Game Bar:

Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage

  1. Restart your PC.
  2. Open Terminal or PowerShell again and run this to reinstall:

winget install Microsoft.XboxGameBar

Alternatively, you can install using the Store product ID directly:

winget install 9nzkpstsnw4p

After installation completes, restart your PC, launch your game, and press Win + G to test the record button.

Fix 10: Disable Conflicting Overlays

Third-party overlay tools can interfere with Xbox Game Bar’s recording pipeline. Apps like Discord, GeForce Experience, MSI Afterburner, and RivaTuner inject hooks into running games that can block Game Bar from accessing the video stream it needs to record.

To test for a conflict:

  1. Disable all third-party overlays temporarily.
  2. In Discord: Settings > Game Overlay > toggle off Enable in-game overlay.
  3. In GeForce Experience: Settings > General > toggle off In-Game Overlay.
  4. In MSI Afterburner: Settings > On-Screen Display > remove any active game profiles.
  5. Restart your game and test Xbox Game Bar recording.

If the record button becomes active after disabling one of these, that is your conflict. Re-enable them one at a time to identify which app is causing the problem, then decide which overlay to keep.

Common Questions

Why is the record button greyed out only for certain games?

Some games use anti-cheat software or DRM that intentionally blocks capture tools including Game Bar. If recording works in most games but is greyed out for one specific title, the game itself is blocking it. There is no workaround for anti-cheat-enforced restrictions.

Does Xbox Game Bar work on all PCs?

No. Game Bar requires a compatible graphics card with hardware video encoding support. Very old integrated graphics or certain budget GPUs may not support hardware-accelerated encoding, which means the record button will stay greyed out permanently on those machines. A third-party screen recorder is the alternative in that case.

Can I record the desktop with Xbox Game Bar?

No. This is a hard limitation. Xbox Game Bar can only record apps and games that Windows recognises as valid capture targets. The Windows desktop, File Explorer, and the Settings app cannot be recorded. Use the Snipping Tool in Windows 11 if you need to record the desktop.

Related Xbox Game Bar Guides

Summary: Which Fix Should You Use?

  • Record button greyed out on the desktop? Open a game first — Game Bar cannot record the desktop (Fix 1).
  • Button greyed out inside a game? Check the master toggle is on and enable background recording in Settings (Fix 2).
  • App not recognised as a game? Mark it manually inside Game Bar (Fix 3).
  • Microphone access blocked? Grant permission in Privacy Settings (Fix 4).
  • Settings fixes not working? Set AppCaptureEnabled to 1 in HKEY_CURRENT_USER (Fix 5, Step 1).
  • Debloat script used previously? Check and remove the AllowGameDVR policy key in HKEY_LOCAL_MACHINE (Fix 5, Step 2).
  • Greyed out after a Windows or driver update? Update your GPU drivers (Fix 6).
  • Game Bar itself seems broken? Repair or Reset via Advanced App Settings (Fix 7), or reinstall via PowerShell (Fix 9).
  • Works in some games but not others? Disable third-party overlays to test for conflicts (Fix 10).

Leave a Comment

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

Scroll to Top