Fix OBS Game Capture FPS Drops and Stuttering
This article provides a comprehensive, step-by-step troubleshooting guide to resolve the persistent OBS Studio bug where using the Game Capture source causes massive in-game frame rate stuttering. By adjusting a few critical Windows settings, optimizing your OBS configuration, and managing GPU resources, you can eliminate these performance drops and restore smooth gameplay while streaming or recording.
1. Run OBS Studio as Administrator
By default, Windows allocates GPU resources to the game you are playing, leaving OBS Studio starved of the processing power it needs to render frames. Running OBS as an administrator forces Windows to allocate sufficient GPU resources to the encoder.
- Right-click the OBS Studio shortcut on your desktop.
- Select Properties.
- Go to the Compatibility tab.
- Check the box next to Run this program as an administrator.
- Click Apply and then OK.
2. Cap Your In-Game Frame Rate
If your game runs at an uncapped frame rate (e.g., 200+ FPS), it will consume 100% of your GPU’s capacity. When OBS tries to capture the game, the GPU has no leftover resources, resulting in severe stuttering.
- Open your in-game settings.
- Set a frame rate limit that matches your monitor’s refresh rate (e.g., 60 FPS, 120 FPS, or 144 FPS).
- Alternatively, enable V-Sync in the game settings to synchronize the frame rate with your monitor.
3. Enable Windows Game Mode
Windows Game Mode prioritizes gaming performance, but it also works directly with OBS Studio to ensure background capture processes run smoothly without causing lag.
- Press the Windows Key + I to open Settings.
- Navigate to Gaming > Game Mode.
- Toggle Game Mode to On.
4. Disable Conflicting Overlays
Multiple software overlays running simultaneously can conflict with the OBS Game Capture hook, causing severe frame drops. Disable overlays in the following programs:
- Discord: Go to User Settings > Game Overlay > Toggle “Enable in-game overlay” off.
- GeForce Experience: Go to Settings > General > Toggle “In-Game Overlay” off.
- Steam: Go to Settings > In-Game > Uncheck “Enable the Steam Overlay while in-game”.
- RivaTuner Statistics Server (RTSS) / MSI Afterburner: Close these programs or disable their on-screen displays while streaming.
5. Adjust OBS Game Capture Properties
The default configuration of the Game Capture source can sometimes struggle with specific game engines. Tweaking the source settings can bypass compatibility bugs.
- Double-click your Game Capture source in the OBS Sources list.
- Change the Mode from Capture any fullscreen application to Capture specific window, and select your game from the dropdown menu.
- Uncheck Use anti-cheat compatibility hook (only do this if the game does not require it to run).
- Uncheck SLI/Crossfire Capture Mode (Slow), as this setting degrades performance on single-GPU systems.
- Click OK.
6. Toggle Hardware-Accelerated GPU Scheduling (HAGS)
Hardware-Accelerated GPU Scheduling (HAGS) is a Windows feature designed to improve gaming performance, but it is known to cause severe rendering lag and frame drops in OBS Studio.
- Open the Windows Start Menu and search for Graphics settings.
- Click on Change default graphics settings (if applicable).
- Toggle Hardware-accelerated GPU scheduling to Off.
- Restart your computer for the changes to take effect.