Why Is OBS Not Capturing a Window? Here's How to Fix Window Capture in OBS Studio
- Teacher Nine

- 2 days ago
- 12 min read

You've got everything ready.
Your microphone is picking up perfectly. Your webcam looks sharp. Your overlays are loaded. The countdown timer is almost finished, and you're just doing one last check before you hit
Start Streaming.
Then you look at OBS.
Instead of your browser, game launcher, PowerPoint presentation, or Discord window, all you see is a black screen. Maybe the application isn't showing up in the Window Capture list at all. Maybe it worked yesterday and suddenly refuses to work today.
Now you're racing against the clock.
You restart OBS. You restart the application. You delete the source and add it again. You search Reddit. You search Google. You wonder if an OBS update broke something that was working perfectly fine twenty-four hours ago.
If you've been there, you're not alone.
Window Capture issues are one of the most common problems OBS Studio users run into, and they're frustrating because the same symptom can have several completely different causes. A GPU conflict, Windows permissions, hardware acceleration, capture methods, administrator privileges, or even minimizing an application can all produce the exact same black screen.
The good news is that OBS usually isn't broken.
In most cases, it's simply unable to communicate with the application you're trying to capture.
This guide explains why OBS isn't capturing your window, how to fix the most common Window Capture problems, when you should use Display Capture instead, how Game Capture differs from Window Capture, and why OBS now includes Application Capture as another option. By the end, you'll not only know how to solve the problem, but you'll also understand why it happened in the first place.
Why is OBS not capturing my window?
Window Capture works by asking Windows for the visual output of a specific application.
That sounds simple enough, but there's actually quite a bit happening behind the scenes.
Unlike Display Capture, which simply records everything that's already being drawn to your monitor, Window Capture has to communicate directly with another application. OBS essentially asks Windows, "Show me what this program is rendering."
If Windows can't provide that information, OBS has nothing to display.
That's why Window Capture problems often look identical even though the causes are completely different.
The most common reasons include:
The application is minimized.
OBS and the application are running on different GPUs.
OBS doesn't have permission to capture the application.
Hardware acceleration is interfering.
The wrong capture method is selected.
The application simply doesn't support Window Capture very well.
The Window Capture source has become corrupted.
Understanding that relationship between OBS, Windows, and the application you're trying to capture makes troubleshooting much easier because you're no longer guessing. You're narrowing down where the communication is breaking down.
What are the most common signs that Window Capture isn't working?
Not every Window Capture problem looks like a black screen.
Sometimes OBS is trying to tell you something different.
You might notice one of these symptoms:
The source is completely black.
The application never appears in the Window dropdown.
OBS captures the wrong program.
The captured image freezes.
Only part of the application appears.
The window worked yesterday but doesn't work today.
The source says it's active, but nothing is visible in the preview.
OBS captures the window frame but not the contents inside it.
Each symptom usually points toward a different underlying cause, which is why copying random fixes from forum posts often wastes more time than it saves.
Why does OBS show a black screen when using Window Capture?
The infamous black screen is easily the most searched Window Capture problem.
Fortunately, it's also one of the easiest to diagnose once you know what OBS is looking for.
Start with the simplest possibility.
Is the application minimized?
Many programs stop actively rendering themselves once they're minimized. Since Window Capture depends on that rendered image, OBS has nothing to display and shows a black screen instead.
Next, consider your graphics hardware.
Many Windows laptops have two graphics processors:
Integrated Intel graphics
A dedicated NVIDIA or AMD graphics card
If OBS launches on one GPU while your browser, Discord, Photoshop, or another application launches on the other, Windows may prevent OBS from accessing the rendered image. To OBS, it looks like there's nothing there.
Another surprisingly common culprit is the Capture Method.
Inside your Window Capture properties you'll see a dropdown menu containing options such as:
Automatic
Windows 10 (1903 and up)
BitBlt (Windows 7 and up)
Don't be afraid to experiment with these. Countless OBS users have fixed black screens simply by switching away from Automatic.
Why doesn't the application appear in the Window Capture list?
Sometimes the problem isn't that OBS captures the wrong thing.
It doesn't see the application at all.
That can happen if:
The program hasn't fully finished launching.
The application is minimized.
OBS is running with different permissions.
The software creates temporary windows instead of one permanent window.
The application is running inside another launcher.
The software uses a rendering method that Window Capture struggles with.
The easiest troubleshooting sequence looks like this:
Close both OBS and the application.
Reopen the application first.
Wait until it's fully loaded.
Launch OBS afterward.
Create a brand-new Window Capture source.
If the application still doesn't appear, try running OBS as Administrator.
Windows doesn't always allow a lower-privileged application to capture a higher-privileged one.
Why did Window Capture work yesterday but stop working today?
This is probably the most confusing OBS issue because it feels completely random.
You didn't change anything. Or at least, you don't think you did.
In reality, something in your system probably changed behind the scenes.
Maybe Windows installed an update overnight.
Maybe your graphics drivers updated automatically.
Perhaps Chrome updated to a newer Chromium build.
Discord could have changed how it renders windows.
OBS itself may have updated its preferred capture method.
Any one of those changes can affect how applications expose their rendered image to OBS. That's why a setup that worked perfectly yesterday can suddenly produce a black screen today.
When this happens, don't immediately reinstall OBS.
Instead, recreate the Window Capture source, verify your GPU settings, and test another Capture Method before assuming the installation is broken.
Why do OBS and my application need to use the same GPU?
This is one of the least understood causes of Window Capture failures.
Imagine two artists working in separate rooms.
OBS is standing outside one room asking for a painting. The application is actually painting in the other room. OBS can't see it because it's looking in the wrong place.
That's essentially what happens when OBS runs on one graphics processor while the application renders on another.
Windows treats those rendering pipelines separately.
To fix the issue, assign both OBS Studio and the application you're capturing to the same graphics processor inside Windows Graphics Settings.
Once both programs are speaking the same visual language, Window Capture often begins working immediately.
Should I run OBS as Administrator?
Sometimes it's exactly what's needed.
Windows has security rules that prevent programs with lower permissions from interacting with programs running with higher permissions.
If the application you're trying to capture is running as Administrator but OBS isn't, OBS may be blocked from seeing that window altogether.
Running OBS as Administrator gives it permission to interact with applications that require elevated privileges.
You don't necessarily need to do this every time you use OBS, but it's one of the first troubleshooting steps worth trying whenever Window Capture suddenly stops working.
Does hardware acceleration interfere with Window Capture?
It absolutely can.
Many popular applications rely on hardware acceleration to improve performance.
Some of the biggest offenders include:
Google Chrome
Microsoft Edge
Discord
Spotify
Adobe Creative Cloud applications
Some game launchers
Hardware acceleration shifts part of the rendering process onto your graphics hardware, which can make it more difficult for Window Capture to obtain the finished image.
If a browser or desktop application refuses to capture correctly, try disabling hardware acceleration inside that application's own settings.
Restart the application afterward before testing Window Capture again.
Many users are surprised by how often this simple change solves the problem.
How do I get OBS to record a specific window?
If your goal is simply to capture one application instead of your entire desktop, Window Capture is usually the cleanest solution.
Setting it up only takes a minute.
Click the + button in the Sources panel.
Choose Window Capture.
Create a new source.
Select the application from the Window dropdown.
Choose the Capture Method that works best.
Resize the source inside your scene.
If the application isn't listed, don't continue tweaking OBS settings just yet.
Verify that the application is open, visible, and not minimized before moving on to more advanced troubleshooting.
How do you capture an entire window in OBS?
Window Capture captures exactly one application's window.
That includes the application's interface, menus, toolbars, and visible content.
It does not capture:
Your desktop
Other open applications
Desktop notifications
Your taskbar
If your window appears cropped or zoomed in, the problem usually isn't Window Capture itself.
Instead, it's the transform settings inside your OBS scene.
Right-click the source and choose:
Transform → Fit to Screen
If that doesn't solve the problem, choose Reset Transform and position the source again from scratch.
What is the difference between Display Capture and Window Capture?
This is one of the first questions new OBS users ask, and it's an important one because the wrong choice can create unnecessary headaches.
Display Capture records everything happening on your monitor. Think of it like pointing a camera at your entire desktop. If a notification appears, your audience sees it. If you accidentally open the wrong browser tab, your audience sees that too.
Window Capture is much more selective.
Instead of recording the whole monitor, it captures one application and ignores everything else happening around it.
That's why so many educators, presenters, coders, musicians, and creative professionals prefer Window Capture over Display Capture.
It gives you a cleaner, more professional presentation while protecting your privacy.
What is the difference between Window Capture, Game Capture, Display Capture, and Application Capture?
If you've ever looked at the Sources menu in OBS Studio, you've probably wondered why there are so many different ways to capture what's on your computer.
After all, aren't they all just recording your screen?
Not exactly.
Each capture method works differently under the hood, and understanding those differences can save you hours of frustration.
Think of them as four different tools designed for four different jobs.
Display Capture
Display Capture is exactly what it sounds like.
OBS records everything that's visible on your monitor. It's the simplest capture method because it doesn't need to communicate with any individual application. It simply captures the pixels that Windows is already drawing to your screen.
Because of that, Display Capture is also the most compatible option. If you can see it, Display Capture can usually record it.
That's why it's often the best fallback when nothing else works.
The downside is privacy.
If a notification pops up, your viewers will see it.
If you accidentally drag the wrong file onto your desktop, they'll see that too.
Display Capture is incredibly reliable, but it's also the least selective.
Window Capture
Window Capture is designed to isolate a single application.
Instead of showing your entire desktop, it only displays the chosen program.
This makes it ideal for:
Web browsers
PowerPoint presentations
Photoshop
OBS tutorials
Discord
Microsoft Word
Coding software
Music production software
Video editing programs
Many streamers and educators prefer Window Capture because it keeps the audience focused on exactly what they're supposed to see.
It also lets you move other windows around your desktop without exposing them to your viewers.
The trade-off is compatibility.
Because OBS has to communicate directly with the application, Window Capture is more sensitive to graphics settings, administrator permissions, GPU mismatches, and hardware acceleration.
Game Capture
Game Capture works differently from both of the previous methods.
Instead of asking Windows for an application's image, OBS attempts to hook directly into the game's rendering engine before the image ever reaches your monitor.
That direct connection usually produces:
Better performance
Lower system overhead
Higher frame rates
Smoother gameplay
Better compatibility with full-screen games
This is why most experienced streamers use Game Capture whenever possible.
It's built specifically for games.
The downside is that it isn't designed for regular desktop software.
Trying to use Game Capture on a web browser or Photoshop usually won't get you very far.
Application Capture
Application Capture is one of the newer additions to OBS Studio.
Its goal is to make capturing individual applications more reliable while reducing some of the quirks that traditional Window Capture has dealt with over the years.
Depending on the application, Application Capture can sometimes detect programs that Window Capture struggles to recognize.
If you're using a newer version of OBS and Window Capture isn't cooperating, Application Capture is absolutely worth trying before switching all the way over to Display Capture.
As OBS continues to evolve, Application Capture will likely become a more common recommendation.
Why does OBS have four different capture methods?
At first glance, it seems redundant. Why not just have one capture option that works for everything? Because different applications draw graphics in different ways.
Games don't render the same way that Chrome does.
Chrome doesn't render the same way Photoshop does.
Photoshop doesn't behave like Discord.
And none of those behave exactly like your Windows desktop.
Instead of forcing one capture method to work with every possible application, OBS gives you multiple tools.
If one method struggles with a particular program, another often works perfectly.
That's why experienced OBS users don't think in terms of finding the "best" capture method.
They think about finding the right capture method.
Should I use Window Capture or Game Capture?
This question comes up constantly, especially among new streamers.
The short answer is simple.
If you're streaming a modern PC game, start with Game Capture.
It's faster, more efficient, and specifically designed for games.
Window Capture, on the other hand, shines when you're working with software instead of games.
For example:
Teaching in a browser
Streaming digital art
Coding live
Recording tutorials
Producing music
Presenting slides
Sharing spreadsheets
Another important limitation is that Window Capture often can't capture games running in exclusive full-screen mode.
Game Capture can.
If your game launches in exclusive full screen and Window Capture only shows a black screen, chances are you're simply using the wrong capture method.
Should I use Display Capture instead?
Sometimes.
Display Capture gets a bad reputation because people think it's only a last resort.
That's not really true.
It's actually the best choice for many situations.
Display Capture is ideal when:
You need to switch between multiple applications.
The application refuses to work with Window Capture.
You're teaching a class.
You're demonstrating Windows itself.
You're troubleshooting software.
You're recording your entire workflow.
Yes, you need to be mindful of notifications and private information.
But when flexibility matters more than privacy, Display Capture is incredibly dependable.
OBS Window Capture isn't working. What should I try first?
Instead of randomly changing settings, work through the problem logically.
If your screen is black...
Restore the application if it's minimized.
Try another Capture Method.
Check that OBS and the application are using the same GPU.
Disable hardware acceleration.
Run OBS as Administrator.
If the application doesn't appear...
Restart the application.
Restart OBS.
Create a new Window Capture source.
Verify the application is fully open.
Try Application Capture instead.
If your game won't capture...
Switch to Game Capture.
Try Capture Specific Window.
Leave Game Capture on Auto if possible.
Test Borderless Window mode instead of Exclusive Fullscreen.
If the image is frozen...
Refresh the source.
Delete and recreate the Window Capture source.
Update your graphics drivers.
Restart OBS.
Working through the symptoms instead of blindly trying every fix usually gets you back up and running much faster.
Frequently asked questions about OBS Window Capture
How do I do Window Capture in OBS?
Create a new Window Capture source from the Sources panel, choose the application you want to record, and select the appropriate Capture Method if needed.
Why is OBS Window Capture black?
A black screen usually means OBS can't access the rendered image. The most common causes are minimized windows, GPU conflicts, hardware acceleration, or incompatible Capture Methods.
Can Window Capture record games?
Some games, yes.
Many modern games work much better with Game Capture, especially when running in full-screen mode.
Can Window Capture record audio?
No.
Window Capture only captures video.
Audio must be added separately through Desktop Audio, Application Audio Capture, or another audio source inside OBS.
Why is my application missing from the list?
The application may still be loading, may be minimized, may require administrator permissions, or may simply not expose its window in a way OBS can detect.
Which capture method uses the least performance?
Generally speaking:
Game Capture
Window Capture
Display Capture
The exact difference depends on your hardware and the application you're recording, but Game Capture is usually the most efficient option for gaming.
Understanding how OBS captures your screen makes troubleshooting much easier
One of the biggest misconceptions about OBS Studio is that Window Capture is unreliable.
It isn't. It's simply designed for a very specific job.
Once you understand how Display Capture records your monitor, how Window Capture communicates with individual applications, how Game Capture hooks directly into games, and why Application Capture exists, OBS starts making a lot more sense.
Instead of trying random fixes from forum posts or Reddit threads, you can troubleshoot based on what's actually happening behind the scenes.
That not only saves time, it helps you choose the right capture method from the beginning.
The next time OBS refuses to capture a browser, Photoshop, Discord, or your favorite game, you'll know where to start looking, why the problem occurred, and which solution is most likely to get you back to recording or streaming.
OBS is an incredibly powerful piece of software, but like any professional tool, it works best once you understand the fundamentals. Mastering the different capture methods is one of the biggest steps toward building a smoother, more reliable streaming and recording setup.




Comments