Disable Windows Game Bar Recording via Regedit
The Windows Game Bar provides built-in tools for screen recording and broadcasting gameplay, but these background processes can consume valuable system resources and impact gaming performance. This guide explains how to completely disable the Windows Game Bar recording and broadcasting infrastructure in Windows 10 and Windows 11 by modifying the Windows Registry.
Step 1: Open the Registry Editor
- Press
Win + Ron your keyboard to open the Run dialog. - Type
regeditand pressEnter. - Click Yes if prompted by User Account Control (UAC).
Step 2: Disable Game DVR for Current User
In the Registry Editor address bar, navigate to the following path:
HKEY_CURRENT_USER\System\GameConfigStoreIn the right pane, locate the DWORD value named
GameDVR_Enabled.- If it does not exist, right-click an empty area, select
New > DWORD (32-bit) Value, and name it
GameDVR_Enabled.
- If it does not exist, right-click an empty area, select
New > DWORD (32-bit) Value, and name it
Double-click
GameDVR_Enabled, set the Value data to0, and click OK.
Step 3: Disable Background App Capture
Navigate to the following path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\GameDVRLocate the DWORD value named
AppCaptureEnabled.- If it does not exist, right-click an empty area, select
New > DWORD (32-bit) Value, and name it
AppCaptureEnabled.
- If it does not exist, right-click an empty area, select
New > DWORD (32-bit) Value, and name it
Double-click
AppCaptureEnabled, set the Value data to0, and click OK.
Step 4: Disable Game DVR System-Wide (Policy)
Navigate to the policy path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsCheck if a key named
GameDVRexists underWindows. If not, right-click theWindowsfolder, select New > Key, and name itGameDVR.Select the
GameDVRkey. In the right pane, right-click an empty space and select New > DWORD (32-bit) Value.Name this value
AllowGameDVR.Double-click
AllowGameDVR, ensure its Value data is set to0, and click OK.
Step 5: Restart Your Computer
Close the Registry Editor and restart your computer. Once rebooted, the Windows Game Bar broadcasting, screen recording, and background capture services will be fully disabled across the system.