Fix OBS Studio Game Capture Frame Rate Stutter
This guide provides actionable solutions to resolve massive in-game frame rate stutters caused by OBS Studio’s game capture source. You will learn how to optimize Windows settings, adjust OBS configurations, and manage hardware resources to restore smooth gameplay while maintaining high-quality streams or recordings.
Run OBS Studio as Administrator
By default, Windows allocates GPU resources to the active game, which can starve OBS Studio of the processing power it needs to render frames, resulting in severe stuttering. Running OBS as an administrator forces Windows to prioritize the encoder.
- Right-click the OBS Studio shortcut on your desktop or Start menu.
- Select Properties.
- Go to the Compatibility tab.
- Check the box for Run this program as an administrator.
- Click Apply and then OK.
Limit Your In-Game Frame Rate
If your GPU is running at 100% capacity to output maximum frames in-game, OBS Studio will not have enough overhead to capture the video feed smoothly.
- Cap your FPS: Go to your in-game video settings and set a frame rate limit (e.g., 60 FPS, 120 FPS, or 144 FPS) that matches your monitor’s refresh rate.
- Enable V-Sync: Alternatively, turn on V-Sync in-game or via your graphics card control panel (NVIDIA Control Panel or AMD Radeon Software) to prevent the GPU from overworking.
Disable Hardware-Accelerated GPU Scheduling (HAGS)
Windows Hardware-Accelerated GPU Scheduling (HAGS) is designed to improve gaming performance but frequently interferes with OBS Studio’s ability to capture game frames efficiently.
- Open the Windows Start menu and select Settings (gear icon).
- Go to System > Display.
- Scroll down and click on Graphics settings (or Default graphics settings).
- Toggle the switch for Hardware-accelerated GPU scheduling to Off.
- Restart your computer for the changes to take effect.
Disable Conflicting Overlays
Other software overlays can conflict with OBS Studio’s hook mechanism used in Game Capture, leading to severe performance degradation.
Disable overlays in the following applications if you have them running: * Discord: User Settings > Game Overlay > Enable in-game overlay (Turn off). * GeForce Experience: Settings > General > In-Game Overlay (Turn off). * Steam: Settings > In-Game > Enable the Steam Overlay while in-game (Turn off). * RivaTuner Statistics Server (RTSS): Set Application Detection Level to “None” or close the program while streaming/recording.
Adjust OBS Game Capture Settings
Specific settings within the Game Capture source itself can trigger compatibility issues.
- Double-click your Game Capture source in the OBS Sources dock.
- Uncheck Use anti-cheat compatibility hook if the game does not require it (re-enable it if the game fails to capture).
- Uncheck Capture third-party overlays (such as steam).
- Ensure Hook Rate is set to Normal (setting it to Fast can cause performance drops).
- Click OK.
Match OBS Frame Rate to Your Display
Mismatched frame rates between your gameplay, your monitor, and your OBS settings can cause frame pacing issues that look like stuttering.
- In OBS, go to Settings > Video.
- Set the Common FPS Values to 60 (or 30 if your system is lower-end).
- Avoid capturing games at frame rates that are not clean multiples of your OBS recording rate (e.g., capture at 120 FPS or 60 FPS for a 60 FPS OBS output).