How to Fix OBS Stuttering with High In-Game FPS

Experiencing choppy or stuttering video in OBS Studio while your game runs smoothly at a high frame rate is a common issue caused by GPU resource starvation. When a game runs with an uncapped framerate, it consumes nearly 100% of your graphics card’s capacity, leaving no resources for OBS to render its canvas. This article provides direct, actionable solutions to balance your system’s resources and achieve buttery-smooth recordings and streams without sacrificing your gaming experience.

Run OBS Studio as Administrator

Running OBS Studio with administrator privileges is the single most effective fix for this issue. Windows has a built-in feature that prioritizes GPU allocation to software running as administrator.

  1. Right-click on your OBS Studio shortcut.
  2. Select Properties.
  3. Go to the Compatibility tab.
  4. Check the box that says Run this program as an administrator.
  5. Click Apply and then OK.

By doing this, Windows will reserve a small percentage of GPU power for OBS to render frames, preventing video encoding lag even if your game is demanding.

Limit Your In-Game Framerate

When your in-game FPS is allowed to run completely uncapped (e.g., 200+ FPS), your GPU will work at maximum capacity to push those frames, depriving OBS of the processing power it needs.

Enable Windows Game Mode

In the past, Windows Game Mode caused performance issues with streaming software, but modern updates have optimized it. Game Mode now works in tandem with OBS (when run as administrator) to allocate hardware resources dynamically.

  1. Press the Windows Key + I to open Settings.
  2. Navigate to Gaming and select Game Mode.
  3. Toggle Game Mode to On.

Use Hardware Encoding (NVENC or AMF)

Using your CPU (x264) to encode video while running high-framerate games can overload your system. Switching to your graphics card’s dedicated hardware encoder offloads this work entirely.

  1. Open OBS and go to Settings > Output.
  2. Set the Output Mode to Advanced.
  3. In the Streaming or Recording tab, change the Video Encoder to NVIDIA NVENC H.264 (for NVIDIA cards) or AMD HW H.264 (for AMD cards).

Because these hardware encoders run on a separate physical chip on your GPU, they will not impact your in-game FPS or cause OBS to stutter.

Disable HAGS (Hardware-Accelerated GPU Scheduling)

In some system configurations, Windows’ Hardware-Accelerated GPU Scheduling (HAGS) interferes with OBS’s ability to capture frames smoothly.

  1. Open the Windows Start menu and search for Graphics settings.
  2. Click on Change default graphics settings.
  3. Toggle Hardware-accelerated GPU scheduling to Off.
  4. Restart your computer for the changes to take effect.