screenshot-laptop

Why your screenshot came out black

A black rectangle where the video should be isn't a fault. It's copy protection working exactly as designed — and the surrounding page captures fine, which is the giveaway.

The short answer

  • Black video, visible controlsDRM protection, no fix
  • All blackHardware acceleration — turn it off
  • Black in one app onlyThat app blocks capture

Cause 1: protected video#

Try to screenshot Netflix, Disney+, Amazon Prime Video or Apple TV+ on a laptop and you get a black rectangle where the picture was, with the player's controls and the browser around it captured normally.

This is deliberate. Protected video is decoded in a path the operating system's capture APIs can't read, so the capture returns black. It's the same mechanism that stops screen recorders working on the same content.

There's no setting to change, no browser flag, and no tool that legitimately defeats it. Anything claiming otherwise is either out of date or asking you to install something you shouldn't.

If you need a still from something you're watching, most services publish press images, and many have a share feature that generates one for you.

Cause 2: hardware acceleration#

If the whole capture is black rather than just a video area, hardware acceleration is the likely cause. The application draws directly to the GPU, and the screenshot reads from a buffer that never received that content.

In a browser, turn it off:

Pages will scroll slightly less smoothly. Turn it back on afterwards if that bothers you.

Games are the other common case, especially in exclusive fullscreen mode. Switching the game to borderless windowed fixes screenshots and costs almost nothing in performance on modern hardware.

Cause 3: a GPU or app overlay#

Steam, GeForce Experience, Discord and vendor overlays all hook into the rendering path, and occasionally break capture for everything.

Disable the overlays one at a time and retest. Each has an obvious setting: Steam's is under Settings › In Game, Discord's under Game Overlay, GeForce Experience's in its own settings panel.

Cause 4: the app blocks capture on purpose#

Banking apps, some password managers, corporate remote-desktop clients and enterprise document viewers deliberately prevent capture, for reasons that are usually good.

The tell is that it fails in that one app and works everywhere else. On Android this shows as an error message; on a laptop you typically just get black. The same thing happens when someone shares protected video in a meeting, which is covered on the Zoom and Teams page.

No workaround, and trying to find one for a banking app is a poor use of an afternoon.

Cause 5: multiple monitors and mismatched GPUs#

On laptops with both integrated and discrete graphics, a capture spanning two displays driven by different GPUs occasionally returns black for one of them.

Capture each display separately instead: Win+Shift+S and select within one screen, or on a Mac use Cmd+Shift+5 and click the display you want.

How to tell them apart quickly#

What you seeCause
Black video area, page around it fineProtected content
Entire capture black, one appHardware acceleration or app blocking
Entire capture black, everywhereOverlay or GPU driver
One monitor black, other fineMismatched GPUs

Questions people actually ask

Can I screenshot Netflix on a laptop at all?

Not the video. The interface, the browse page and the player controls all capture normally — only the decoded video frames come back black. That applies to every major streaming service and to screen recording as well.

Will using a phone camera work?

Photographing the screen isn't blocked, since it happens outside the computer entirely. Bear in mind that what you do with a still from copyrighted content is a separate question from whether you can technically obtain it.

Does turning off hardware acceleration hurt performance?

Slightly. Video playback and scrolling use more CPU, and battery life drops a little. It's fine as a temporary change to get a capture, and easy to reverse.

On this page