Zoom Camera Showing Black Screen on Mac? Here’s How I Actually Fixed It
Every fix I tried, in the order that actually worked, tested on an M-series MacBook running macOS Tahoe.
Quick Answer
Nine times out of ten, a black Zoom camera on Mac is a stuck camera process or a blocked permission, not a broken webcam. Quit every app that might be using the camera, then check Apple menu > System Settings > Privacy & Security > Camera to confirm Zoom is switched on. If that doesn’t clear it, open Terminal and run sudo killall VDCAssistant to force the camera driver to restart. That combination fixes the vast majority of cases in under five minutes.
I’ve had this exact problem more times than I’d like to admit. You open Zoom, hit “Start Video,” and instead of your face you get a flat black rectangle. Sometimes there’s a tiny camera icon floating in the middle of it, sometimes there’s nothing at all. Either way, the meeting is about to start and you look like you’ve gone off-grid.
I went through this on my own MacBook while prepping for a client call, and I ended up testing every fix below in real time — some worked instantly, a couple did nothing, and one (the Terminal command) has never once let me down since. Here’s the order I’d actually try them in.
Why Your Zoom Camera Goes Black on Mac in the First Place
Before jumping into fixes, it helps to know what’s actually going on. On macOS, the camera hardware is managed by a background process (usually VDCAssistant, or AppleCameraAssistant on Apple Silicon Macs). Only one app can hold onto that process at a time. If a previous app — FaceTime, Photo Booth, a browser tab, Teams — didn’t release the camera cleanly, Zoom can “see” the camera exists but can’t pull an actual image from it. That’s the black screen.
The rest of the time it’s a permissions issue. macOS asks every app to be individually approved before it can touch your camera, and that approval can get silently revoked after a macOS update, a Screen Time change, or a fresh Zoom reinstall. It’s a similar story to how MacBooks develop other stubborn, permission- or driver-related quirks — I ran into something comparable while tracking down why my MacBook kept double-typing letters, where the fix also came down to a stuck background process, not broken hardware.
Fix 1: Force-Quit Every App That Might Be Using the Camera
This is the fix that works most often, and it costs you nothing. Camera conflicts happen because only one app can hold the video stream at a time.
- Quit FaceTime, Photo Booth, Teams, Google Meet browser tabs, or any other app that could be touching the camera — right-click the Dock icon and choose Quit, don’t just close the window.
- Open Activity Monitor (Spotlight search it) and check for a lingering VDCAssistant or AppleCameraAssistant process. If one is sitting there using CPU with no app open, select it and click the stop-sign icon to force quit it.
- Relaunch Zoom and try Start Video again.
On my MacBook, this alone fixed it about half the times it happened.
Fix 2: Make Sure Zoom Is Actually Pointed at the Right Camera
If you’ve ever used a virtual camera app, a screen-recording tool, or connected an external webcam, Zoom may still be pointed at that device even after you disconnect it — and it’ll show black instead of falling back to the built-in FaceTime camera.
- Click the small arrow (^) next to Start Video in the Zoom toolbar.
- Under Select a Camera, choose FaceTime HD Camera (or your external webcam’s actual name).
- Avoid anything labeled Virtual, OBS, Snap Camera, or ManyCam unless you specifically set that up.
Fix 3: Turn On Camera Access in Privacy & Security
This is the single most common cause I’ve seen, especially right after installing macOS updates or reinstalling Zoom.
- Click the Apple logo in the top-left corner and open System Settings.
- Select Privacy & Security.
- Click Camera.
- Make sure the toggle next to zoom.us is switched on.
- Force-quit Zoom and reopen it for the change to take effect.
If Zoom isn’t listed at all under Camera, quit Zoom completely, reopen it, and start a video call — that usually triggers macOS to re-prompt for permission and adds Zoom back to the list.
Fix 4: Check Screen Time’s Camera Restriction
This one is easy to miss because it lives somewhere you’d never think to look for a camera setting — under Screen Time, not Privacy & Security. If you’ve ever set up parental controls, a managed profile, or even toggled Screen Time on for yourself, it can silently block the camera for every app, including Zoom, even while permission looks fine everywhere else.
- Apple menu > System Settings.
- Select Screen Time from the sidebar.
- Click Content & Privacy Restrictions.
- Under App & Feature Restrictions, make sure Camera is set to Allow.
- Tap Done to save.
On my own Mac, this was the exact setting causing Photo Booth and FaceTime to both show black — the moment I flipped it back on, both cameras came right back to life.
Fix 5: Reset the Camera Process With Terminal
If the camera is still stuck after checking permissions, this is the fix I reach for every time. It force-restarts the exact background process that talks to your camera hardware, without needing a full reboot.
- Open Terminal (Applications > Utilities > Terminal, or Spotlight-search it).
- Type
sudo killall VDCAssistantand press Return. - Enter your Mac’s admin password when prompted (it won’t show characters as you type — that’s normal).
- Type
sudo killall AppleCameraAssistantand press Return again. - Reopen Zoom and start your video.
Both commands kill the process, and macOS automatically relaunches it fresh the next time an app requests the camera. This is the fix that solved it for me every single time nothing else did.
Terminal Camera Reset: Worth It?
✅ Pros
- Fixes stuck camera drivers instantly
- No restart required
- Free, built into macOS
❌ Cons
- Requires your admin password
- Terminal can feel intimidating first time
- Won’t help if the issue is a permission block, not a stuck process
If you’d rather watch someone walk through these steps live, here’s a video that covers the same permission and Terminal fixes in action:
Fix 6: Rule Out Third-Party Security Software
Antivirus and internet-security suites often include a “webcam protection” feature that silently blocks apps from accessing the camera, and Zoom can get caught in that net without any obvious warning. If you run something like Kaspersky, Norton, or Bitdefender, open its settings and look specifically for a webcam or camera-protection section — it’s usually buried separately from the main permissions list, not grouped with the rest of the app’s controls.
Fix 7: Update macOS
Camera driver bugs do occasionally slip into macOS releases, and Apple patches them in point updates. It’s worth ruling this out, especially if the black screen started right after a system update.
- Apple menu > System Settings.
- Select General, then Software Update.
- Install any pending update and restart your Mac.
While you’re doing general maintenance, it’s also worth clearing out old cache files that can quietly slow things down — I put together a full walkthrough on how to clear Mac cache safely without breaking anything.
Fix 8: Update or Reinstall Zoom
An outdated Zoom client can develop compatibility issues with newer macOS camera frameworks. Click your profile picture in the top-right of the Zoom app and select Check for Updates. If Zoom is already current and the problem persists, delete the app entirely and download a fresh installer straight from zoom.us — a clean reinstall clears out any corrupted preference files that a normal update leaves behind.
Fix 9: Test With Photo Booth First
Before assuming it’s a Zoom-only bug, open Apple’s own Photo Booth app (not a third-party camera app). If Photo Booth also shows black, the problem is system-wide, not specific to Zoom, and you should focus on the permission and Terminal fixes above. If Photo Booth works fine and only Zoom is black, reinstalling Zoom (Fix 8) should be your priority.
Fix 10: Restart in Safe Mode
Safe Mode forces macOS to clear certain system caches and skip non-essential software on startup, which can shake loose a camera driver conflict that survives a normal restart.
- Shut down your Mac completely.
- For Apple Silicon Macs: press and hold the power button until “Loading startup options” appears, choose your startup disk, then hold Shift and click Continue in Safe Mode.
- Log in and check whether Photo Booth or Zoom can access the camera.
- Restart normally once you’ve confirmed the fix.
If your Mac won’t even get that far and the screen locks up entirely during this process, that’s a different issue — take a look at our guide on how to unfreeze a frozen laptop screen before continuing.
Fix 11: Check for a Physical Cover or Toggle
It sounds obvious, but I’ve genuinely been caught out by this: a privacy sticker, a magnetic webcam cover, or dust sitting directly over the lens produces exactly the same black screen as a software problem. If you’re using an external webcam, also check that the USB or USB-C cable is fully seated — a loose connection can register the camera as “connected” while delivering no actual video, which looks identical to a permissions block from Zoom’s side.
When It’s a Hardware Problem, Not Software
If you’ve worked through every fix above and Photo Booth, FaceTime, and Zoom all still show black, look at the small green LED beside your camera. If it never lights up at all, or lights up but the image never appears, that points toward a hardware fault rather than anything you can fix from Terminal or System Settings. At that point, I’d genuinely recommend booking a Genius Bar appointment or contacting Apple Support directly rather than opening up the machine yourself — camera hardware sits close to the display cable on most MacBooks, and a DIY repair attempt can turn a simple part swap into a much more expensive display replacement.
This is also worth keeping in mind if your Mac has been running hot lately — sustained overheating can occasionally affect connected peripherals. Our guide on fixing a loud, overheating laptop fan is worth a look if that sounds familiar.
Quick Fixes vs. Deeper Fixes: What to Try First
Not every fix deserves equal priority. Here’s how I’d triage it if this happened to you five minutes before a meeting.
| Fix | Time Needed | Best For |
|---|---|---|
| Force-quit apps + reopen Zoom | Under 1 min | Right before a meeting |
| Camera permission toggle | 2 minutes | After a fresh install or macOS update |
| Terminal VDCAssistant reset | 2 minutes | Recurring black screen, no obvious cause |
| Safe Mode restart | 5–10 minutes | Camera fails in every app, every time |
| Reinstall Zoom | 5 minutes | Only Zoom is affected, other apps work |
| Apple Support / hardware check | Same-day to a few days | Camera LED never lights up |
How Long Each Fix Took Me, in Practice
These are the actual times from my own testing on this MacBook, from opening the fix to seeing my camera feed appear again.
FAQ
Why does my Zoom camera work in FaceTime but not Zoom?
This almost always means Zoom’s specific camera permission was never granted or got revoked. Check System Settings > Privacy & Security > Camera and confirm zoom.us is toggled on, then restart Zoom.
Is it safe to run sudo killall VDCAssistant?
Yes. It simply force-restarts the background process macOS uses to manage the camera. It doesn’t delete data or change settings, and macOS relaunches the process automatically the next time an app needs the camera.
Why did my camera suddenly stop working after a macOS update?
Software updates sometimes reset app permissions as a security precaution. Re-check Zoom’s camera permission first — that resolves the majority of post-update black screens.
Can a VPN or antivirus app block my Zoom camera?
Yes, particularly antivirus suites with a built-in “webcam protection” feature. Check that app’s settings for a camera or webcam-blocking section separate from its general permissions list.
How do I know if it’s a hardware issue and not software?
Test with Apple’s own Photo Booth app. If Photo Booth also shows black and the camera’s green LED never lights up, that points to a hardware fault best handled by Apple Support rather than further troubleshooting on your own.
Does this affect Windows laptops too?
Windows uses a different permission system, though the underlying causes (stuck processes, blocked permissions, driver conflicts) are similar. If you’re troubleshooting on Windows and dealing with other peripheral quirks too, our guides on fixing Bluetooth audio stuttering and resolving high CPU usage from system interrupts cover related driver-level problems.
Conclusion
A black Zoom camera on Mac looks alarming but is rarely a sign of broken hardware. Start with the free, thirty-second fixes — force-quitting camera-hogging apps and checking your Privacy & Security settings — before touching Terminal or reinstalling anything. If those don’t clear it, the Terminal camera reset has never failed me, and Safe Mode is a reliable last resort before you start suspecting the hardware itself. Only when the camera’s LED refuses to light up in any app, on any fix, should you start thinking about a Genius Bar visit rather than another troubleshooting step.
If you run into a technically risky step anywhere along the way — anything involving opening the machine, BIOS-level settings, or hardware replacement — that’s the point to hand it to a professional rather than push through it yourself.
