Clip Faster, Go Pro!

Get 10x faster highlights, watermark-free, and optimized for CoD, BO6, Marvel Rivals, and other hype games.

Go Premium

How to Fix Game Capture Not Working in OBS (2026 Guide)

Marvel Rivals Eklipse

Level Up Your Marvel Rivals Gameplay

Capture your epic wins, clutch moments, and even hilarious fails with Eklipse. Easily create and share highlight reels with your friendsโ€”even if you're not streaming!

Learn More

The fastest fix for OBS game capture not working is to run OBS as administrator, switch capture mode from “Game Capture” to “Window Capture,” and disable Hardware-Accelerated GPU Scheduling in Windows settings. These three changes resolve roughly 70% of game capture failures reported in 2026.

OBS game capture stops working for specific, diagnosable reasons โ€” anti-cheat conflicts, GPU configuration, Windows compatibility settings, and capture mode mismatches. This guide walks through every cause in order from most to least common.

TL;DR

  • Run OBS as administrator (right-click โ†’ “Run as administrator”) โ€” fixes most capture failures instantly
  • Switch capture mode to “Window Capture” if “Game Capture” shows a black screen โ€” it bypasses anti-cheat issues
  • Disable Hardware-Accelerated GPU Scheduling in Windows Display Settings โ€” fixes black screens in Windows 11
  • For NVIDIA users: set OBS to use your discrete GPU in NVIDIA Control Panel, not the integrated graphics
  • If OBS game capture keeps breaking, Eklipse processes your Twitch or Kick VODs in the cloud โ€” no local capture required for clip generation

Why OBS game capture stops working

OBS game capture uses a game hook โ€” a low-level process that injects into the game’s rendering pipeline to capture frames. This approach delivers the best performance (0% FPS impact on most systems) but is also the most fragile method, because:

  • Games with anti-cheat software (Valorant, EAC titles) block unauthorized hooks
  • Windows 11’s Hardware-Accelerated GPU Scheduling can conflict with hook-based capture
  • Running OBS without administrator permissions prevents hooks from working
  • Dual-GPU systems route OBS and the game to different GPUs

Every failure mode has a specific fix. Work through these in order.


Fix 1: Run OBS as administrator

OBS game capture hooks require elevated system permissions to inject into games. If OBS is running without administrator rights, game capture cannot hook into any game that requests elevated permissions itself.

How to fix:

  1. Close OBS completely
  2. Right-click the OBS shortcut or executable
  3. Select “Run as administrator”
  4. Launch your game after OBS is running, not before

For a permanent fix:

  1. Right-click the OBS shortcut โ†’ Properties
  2. Click “Advanced” under the Shortcut tab
  3. Check “Run as administrator”
  4. Click OK

This fixes game capture for the majority of cases where it was previously working and stopped, or where OBS captures some games but not others.


Fix 2: Switch from Game Capture to Window Capture

Game Capture hooks directly into the game’s render pipeline. Window Capture captures the game window at the desktop compositor level โ€” slower, but it bypasses all anti-cheat and hook conflicts.

When to use Window Capture:

  • Games with Easy Anti-Cheat (Fortnite, Apex Legends, Rust)
  • Games with Vanguard (Valorant, League of Legends, Teamfight Tactics)
  • Any game released after 2023 that uses hook-blocking anti-cheat

How to switch:

  1. In OBS, right-click your Game Capture source โ†’ Remove
  2. Click the + button in the Sources panel
  3. Select “Window Capture”
  4. In the dropdown, select your game window
  5. Uncheck “Capture Cursor” if you don’t want the cursor visible

Performance note: Window Capture uses slightly more CPU than Game Capture because it captures at the desktop level rather than the render level. The difference is typically 2โ€“5% CPU โ€” negligible on modern hardware, but noticeable on older systems.

Display Capture as a fallback: If Window Capture also shows a black screen (can happen with certain Nvidia and Windows 11 configurations), use Display Capture. It captures your entire screen, which means your OBS window will be visible in the capture. Hide OBS by tabbing out, or position OBS off-screen before starting capture.


Fix 3: Disable Hardware-Accelerated GPU Scheduling (Windows 11)

Windows 11 introduced Hardware-Accelerated GPU Scheduling (HAGS) as a feature to improve GPU performance. In practice, HAGS conflicts with OBS game capture in many configurations, causing black screens even when all other settings are correct.

How to disable HAGS:

  1. Open Windows Settings (Win + I)
  2. System โ†’ Display โ†’ Graphics
  3. Click “Default graphics settings” or “Change default graphics settings”
  4. Turn off “Hardware-Accelerated GPU Scheduling”
  5. Restart your PC

After restarting, test OBS game capture again. This fix resolves black screen issues on a significant portion of Windows 11 systems with NVIDIA RTX GPUs.

Note: On some Windows 11 versions, this setting is listed as “Hardware-accelerated GPU scheduling” under System โ†’ Display โ†’ Graphics โ†’ Default graphics settings. On others, it’s in the advanced graphics options. If you don’t see it, your system may not support HAGS.


Fix 4: Set OBS to use the correct GPU

On systems with both an integrated GPU and a discrete GPU (common on gaming laptops and some desktops), Windows may launch OBS on the wrong GPU. If OBS is running on the integrated GPU but your game is running on the discrete GPU, game capture hooks cannot function across GPU boundaries.

For NVIDIA users:

  1. Open NVIDIA Control Panel
  2. Navigate to “Manage 3D Settings” โ†’ “Program Settings”
  3. Click “Add” and locate obs64.exe (typically in C:\Program Files\obs-studio\bin\64bit)
  4. In the “Select the preferred graphics processor” dropdown, choose “High-performance NVIDIA processor”
  5. Click Apply

For AMD users:

  1. Open AMD Radeon Software
  2. Navigate to Gaming โ†’ Global Graphics
  3. Set “GPU Workload” to your preferred GPU
  4. Then go to per-application settings and add OBS, set to “High Performance”

After making this change, restart OBS and try game capture again.


Fix 5: Match the game’s privilege level

Some games run with elevated (administrator) permissions. OBS cannot hook into a process running at higher permissions than itself.

Check:

  • Is your game running as administrator?
  • Is OBS also running as administrator?

If the game runs as admin and OBS does not, capture will fail silently. Either remove the “Run as administrator” flag from your game (some games do not require it), or ensure OBS is also running as administrator.


Fix 6: Disable overlays from other software

Third-party overlays โ€” Discord overlay, GeForce Experience overlay, Xbox Game Bar โ€” inject into games and can conflict with OBS’s game hook. When two hooks try to capture the same game, one or both fail.

Overlays to disable when troubleshooting:

  • Discord: Settings โ†’ Overlay โ†’ Disable “Enable in-game overlay”
  • NVIDIA GeForce Experience: Settings โ†’ General โ†’ Uncheck “In-Game Overlay”
  • Xbox Game Bar: Windows Settings โ†’ Gaming โ†’ Xbox Game Bar โ†’ Turn off
  • Rivatuner / MSI Afterburner: In RTSS settings, set “Stealth Mode” to On or disable the overlay entirely

Disable all overlays, restart OBS and your game, and test capture. If capture works, re-enable overlays one at a time to identify the conflict.


Fix 7: Add a game-specific exception to anti-virus

Anti-virus software, particularly Windows Defender and third-party AV programs, sometimes blocks OBS’s game hook process on detection. This is a false positive โ€” OBS hooks are legitimate software โ€” but the block causes game capture to silently fail.

Windows Defender exclusion:

  1. Windows Security โ†’ Virus & threat protection โ†’ Manage settings
  2. Scroll to “Exclusions” โ†’ “Add or remove exclusions”
  3. Add the OBS installation folder (typically C:\Program Files\obs-studio)

If you’re using a third-party anti-virus, add the same exclusion in its settings. The specific path for OBS’s game capture DLL is: C:\Program Files\obs-studio\data\obs-plugins\win-capture\


Fix 8: Update OBS, GPU drivers, and Windows

Outdated components cause compatibility breaks as games and Windows update independently.

Update in this order:

  1. OBS: Help menu โ†’ Check for Updates. Always run the latest stable OBS release โ€” the community reports and fixes game capture issues continuously.
  2. GPU drivers: NVIDIA users โ€” GeForce Experience โ†’ Drivers tab โ†’ Check for Updates. AMD users โ€” Radeon Software โ†’ Home โ†’ Check for Updates. Studio drivers (NVIDIA) are more stable for capture workloads than Game Ready drivers.
  3. Windows: Settings โ†’ Windows Update โ†’ Check for Updates. Windows 11 game capture compatibility has improved significantly in the 2025โ€“2026 update cycle.

After updating all three, reboot your system and test.


Fix 9: Check game-specific anti-cheat settings

Several major games require specific OBS settings to capture correctly because their anti-cheat systems block standard hooks.

Valorant (Vanguard anti-cheat):

  • Use Window Capture, not Game Capture โ€” Vanguard blocks game hooks at the kernel level
  • Do not use “Capture any fullscreen application” mode

Fortnite (Easy Anti-Cheat):

  • Game Capture can work in non-fullscreen modes โ€” run Fortnite in Borderless Window
  • Window Capture is the safer alternative

Apex Legends (Easy Anti-Cheat):

  • Same as Fortnite โ€” Borderless Window mode + Game Capture, or switch to Window Capture

Escape From Tarkov:

  • Use Window Capture. Game Capture is blocked by their anti-cheat.

Modern Warfare (Ricochet anti-cheat):

  • Ricochet monitors memory hooks โ€” Game Capture causes issues on some systems. Window Capture is more stable.

When OBS game capture keeps breaking: use a cloud-based clip tool

OBS game capture problems are system-specific and can persist even after working through all nine fixes above โ€” particularly on gaming laptops with dual-GPU configurations, systems with aggressive anti-cheat games, or Windows 11 installations with specific GPU driver versions.

If your goal is creating short-form clips for TikTok, YouTube Shorts, or Instagram Reels from your streams, there is an alternative that doesn’t require OBS game capture to work at all.

Eklipse processes your Twitch or Kick VODs in the cloud after you stream. You don’t need OBS to capture the game for clip creation โ€” Eklipse accesses your stream recording directly from Twitch’s VOD storage. The AI detects your best moments (kills, comebacks, chat reaction spikes), formats them for vertical video, and delivers 10โ€“20 ready-to-post clips after each session.

This means:

  • Your Twitch stream continues regardless of OBS capture mode โ€” Twitch records it
  • Eklipse finds your highlights without any local software running
  • Clips are ready within an hour of going offline

For streamers whose primary goal is growing on TikTok and Shorts, this workflow is simpler than managing OBS capture configuration. Try Eklipse free โ€” connect your Twitch account and it processes your next stream automatically.


Frequently Asked Questions

Why does OBS game capture show a black screen but audio works?

Black screen with audio is the classic symptom of a GPU or permission mismatch โ€” OBS is capturing the game process but cannot access the render output. Start with Fix 4 (GPU assignment in NVIDIA/AMD control panel) and Fix 3 (disable HAGS). Audio comes from a separate capture path than video, which is why audio works even when video doesn’t.

OBS game capture was working yesterday and stopped today โ€” what changed?

The most common overnight cause is a Windows update that modified HAGS or GPU scheduling behavior. Check Fix 3 first. The second most common cause is a game update that added or modified anti-cheat โ€” if the game updated overnight, switch to Window Capture.

Does running OBS as administrator affect game performance?

No. Running OBS as administrator changes permission level, not resource priority. Your game will not lose performance because OBS has elevated permissions.

Why does my game run fine but OBS shows a black screen in fullscreen mode?

Fullscreen exclusive mode (not Borderless Window) gives the game exclusive GPU control, which can block OBS capture. Switch your game to Borderless Window mode. Most modern games have this option in their display settings. Borderless Window gives near-identical performance to fullscreen exclusive on most hardware.

Can I use OBS Window Capture for streaming quality or only as a fallback?

Window Capture quality is identical to Game Capture quality โ€” both produce the same output at the same resolution and bitrate. The only difference is that Game Capture hooks directly into the render pipeline (lower CPU usage, better compatibility with HDR content), while Window Capture captures at the desktop compositor level (slightly higher CPU, bypasses anti-cheat). For most streaming setups, the difference is unnoticeable in the final stream.


Conclusion

OBS game capture failures have specific causes. Running as administrator fixes hook permissions. Switching to Window Capture bypasses anti-cheat. Disabling HAGS resolves the most common Windows 11 black screen issue. Correcting the GPU assignment in NVIDIA or AMD settings fixes dual-GPU laptop configurations.

If you need working game capture specifically for OBS-based streaming, work through these nine fixes in order. If your primary use case is creating clips for TikTok and Shorts, Eklipse’s cloud processing eliminates the local capture dependency entirely โ€” connect your Twitch account at app.eklipse.gg/register and get clips from your next stream without touching OBS configuration.

๐ŸŽฎ Play. Clip. Share.

You donโ€™t need to be a streamer to create amazing gaming clips.
Let Eklipse AI auto-detect your best moments and turn them into epic highlights!

Try Eklipse for Free ๐Ÿš€

Limited free clips available. Don't miss out!

  • Related topics:
  • OBS
spot_img

Recent Articles

Related Articles