Yfli Yfli
guide · Updated on · 435 views
Written by
John Li
John Li

Mac Screen Recording Shows Black Screen? Here's How to Fix It

Screen recording black screen on Mac? Step-by-step troubleshooting guide covering DRM protection, browser hardware acceleration, and macOS permissions. Fix it in 5 minutes.

So you hit record, played through your content, and the video came out black. Frustrating, right? You’re not alone — this is one of the most common issues people run into with Mac screen recording.

The fix depends on what you were trying to record. Let’s figure out which situation you’re in.

First: What Were You Recording?

What you tried to recordCan you fix it?Skip to
Netflix, Disney+, Apple TV, or other streaming apps❌ Nope — DRM protectedSection 1
A video playing in Chrome or Safari⚠️ Maybe — depends on the siteSection 2
Your desktop or a regular app window✅ Yes — probably permissionsSection 3
YouTube, Bilibili, or other regular websites✅ Yes — should work fineSection 4

Section 1: Streaming Apps (Netflix, Disney+, etc.) — You're Out of Luck

Let’s rip the band-aid off: this isn’t a bug. It’s system-level protection, and every screen recorder hits the same wall.

Why does it go black?

Netflix, Disney+, Apple TV+, Prime Video, HBO Max — these platforms protect their content with DRM (Digital Rights Management). When protected video plays on your Mac, three things happen:

  1. Every video frame gets flagged as “protected” — screen recording tools can’t read them
  2. The decoded frames sit in a special chunk of GPU memory that only your display can access
  3. The connection to your monitor is encrypted with HDCP — you can’t even intercept the signal with external hardware

The black screen isn’t your recorder’s fault. macOS is blocking it at the system level.

Can you get around it?

Thing people tryDoes it work?
Switching to a different screen recorder❌ All tools behave the same, including QuickTime
Using a different browser❌ Safari uses FairPlay, Chrome uses Widevine — both are protected
Running the video in a virtual machine❌ No HDCP support in VMs, so the video refuses to play at all
Recording your screen with your phone❌ iPhones and iPads have the same DRM protection

Short answer: there’s no legal way around this for regular users.

What you CAN do if you need footage for a tutorial or review

  • Most streaming platforms have press kits with promo clips (these are usually DRM-free)
  • Official trailers and teasers are typically unprotected
  • Fair use laws vary by country — if you’re unsure, talk to a lawyer

Section 2: Browser Videos — It Depends

If you’re not recording a streaming app but still getting black screens from a browser video, try these fixes.

Fix #1: Turn off hardware acceleration

For Chrome, Edge, Brave, or any Chromium-based browser:

  1. Open browser settings
  2. Search for “hardware acceleration”
  3. Turn off “Use graphics acceleration when available”
  4. Restart the browser

Path: Settings → System → Use hardware acceleration

For Safari:

Safari doesn’t have a simple toggle for this. You can try running this in Terminal:

defaults write com.apple.Safari WebKitAcceleratedDrawingEnabled -bool false

But honestly? Just use Chrome with acceleration disabled when you need to record. Much easier.

Why does this help? Hardware acceleration lets the browser use your GPU to render video frames. Those GPU-rendered frames sometimes go through a protected video path that screen recorders can’t access. Turn it off, and the CPU handles rendering instead — suddenly the frames are in regular memory where your recorder can see them.

Fix #2: Make sure it’s not actually DRM content

Quick way to tell:

Content sourceUsually DRM-free?
YouTube✅ Yes
Bilibili / TikTok web✅ Yes
Weibo / Twitter / Instagram videos✅ Yes
Zoom / Teams / regular video calls✅ Yes
Youku / iQiyi / Tencent Video (web)⚠️ Some content
Netflix / Disney+ / Apple TV+❌ Always protected

The QuickTime test: Open QuickTime Player, try recording the same thing. If QuickTime can’t capture it either, no other tool can. QuickTime is Apple’s own software — if they don’t bypass DRM, nobody can.

Section 3: Even Your Desktop Shows Black? — It's a Permissions Problem

If you can’t even record a normal desktop or window, you’ve almost certainly got a permissions issue.

For macOS 13 and older

  1. Open System Settings → Privacy & Security → Screen Recording
  2. Make sure your screen recorder is toggled ON
  3. If it’s already on, toggle it off and back on
  4. Restart the recording app

For macOS 14 / 15 Sequoia

Starting with macOS 14, Apple tightened things up:

  1. Go to System Settings → Privacy & Security → Screen & System Audio Recording
  2. Find your recording app and make sure it’s checked
  3. If your app doesn’t appear in the list at all:
    • Delete the app, reinstall it, and launch it — the permission prompt should appear
    • Or manually add it with the ”+” button

macOS 15 specific headache: Some people find their previously-granted permissions just vanish after a system update. The fix:

  1. Turn the permission OFF
  2. Restart your Mac
  3. Turn it back ON

One more thing: check for other recorders

macOS won’t let two apps record at the same time. If you’ve used QuickTime, shared your screen in Zoom, or had OBS open — make sure they’re completely quit before starting your recorder.

Section 4: What Actually Works (and What Doesn't)

Here’s a quick reference for what you can and can’t record:

ScenarioWorks with Yfli Screen Recorder
Software tutorials and demos
Online meetings and calls
YouTube / Bilibili clips
Gameplay recording
Browser content (non-DRM)
Audio recording (mic + system sound)
Webcam picture-in-picture
Netflix / Disney+ / Apple TV+

Pre-recording checklist

Before you hit record, run through these:

  • I’m not trying to record a DRM-protected streaming app
  • Screen recording permission is granted
  • No other recording software is running
  • Browser hardware acceleration is off (if recording browser video)
  • Microphone permission is granted (if I need audio)

If You're Recording Normal Content (Not DRM)

Yfli Screen Recorder handles the stuff people actually need to record every day — tutorials, meetings, demos, gameplay. No time limits on basic recording, and it’s free to download.

Related Articles

For a deeper dive into how DRM actually works on macOS (from a developer’s perspective, with real test data), check out our companion piece: What We Learned Building a Screen Recorder — DRM, Black Screens, and the Hard Decisions →

And if you want the full technical reference: DRM Protection and macOS Screen Recording — A Technical Reference →

Ready to Try Yfli Screen Recorder?

Free download on the Mac App Store. No account required, no ads, no watermark.

John Li

John Li

macOS engineer with 15 years of experience in C/C++ native development. Builds high-performance media tools from the metal up.