Troubleshooting Guide
How to Fix a Webcam Black Screen or Access Denied Error
A black screen and an access denied error look similar but have different causes, and knowing which one you have saves a great deal of time. Access denied means permission was refused before the camera was ever opened. A black screen means the camera opened but no image is reaching the app — and if the indicator light is on, the hardware is definitely working.
Start here: which problem do you actually have?
The camera light is OFF and you see an errorPermission was refused. Nothing opened the camera at all. Work through the permission steps below — this is the easier of the two problems.
The camera light is ON but the screen is blackThe camera is powered and streaming to something. This is never a dead sensor. Something downstream is failing to receive or render the frames.
There is no camera light on your deviceNot all cameras have one, and some laptops disable it. Treat it as inconclusive and check permissions first.
Camera Access Denied Fix — Step by Step
Reset the site permissionClick the icon left of the address bar, find Camera, set it to Allow, then reload. Browsers remember a refusal permanently and will not prompt again on their own — this catches almost everyone.
Check the operating system permissionOn Windows: Settings > Privacy & security > Camera, with both the system toggle and the per-app toggle on. On Mac: System Settings > Privacy & Security > Camera, with your browser checked.
Quit and reopen the browsermacOS in particular often will not apply a newly granted permission to an already-running application. Quit fully with Cmd+Q rather than just closing the window.
Try a private windowIf it works there, a browser extension is intercepting the permission. Privacy and ad-blocking extensions are the usual culprits.
Fixing a black screen with the light on
Close everything else using the cameraMost cameras allow only one active connection. A second browser tab, a conferencing app minimised to the tray, or a recording tool will hold it and leave the next app with a black frame.
Check for a privacy shutterMany laptops have a sliding cover beside the lens, and most have a function-key camera toggle as well. Both exist independently — check both.
Restart the camera service on MacOpen Terminal and run sudo killall VDCAssistant. This restarts the macOS camera daemon and resolves the black-screen fault in a large share of cases. The service relaunches by itself.
Update or roll back the driver on WindowsOpen Device Manager, expand Cameras, and try Update driver. If the problem began after an update, use Properties > Driver > Roll Back Driver instead.
Check antivirus webcam protectionSeveral security suites allow the camera to power on while blocking the video stream from reaching applications — which produces exactly this symptom. Look for a webcam or privacy shield setting.
If none of that worked
Test in a different applicationIf the camera works in your operating system’s own camera app but not in a browser, the fault is browser-side. If it fails everywhere, it is a driver or hardware issue.
Test on another computerFor a USB webcam, this settles the question quickly. If it fails on a second machine too, the camera or its cable is genuinely faulty.
Check the BIOS or UEFISome business laptops can disable the camera at firmware level, in which case it will not appear anywhere in the operating system.
FAQ
Frequently Asked Questions
Why is my webcam black screen instead of showing video?If the indicator light is on, the camera is working and something downstream is blocking the image — usually another application already holding it, a privacy shutter, or antivirus webcam protection. If the light is off, it is a permission problem instead.
How do I fix camera access denied?Reset the site permission by clicking the icon left of the address bar and setting Camera to Allow, then reload. Also confirm the operating system permission: Settings > Privacy & security > Camera on Windows, or System Settings > Privacy & Security > Camera on Mac.
Why is my camera light on but there is no video?The light is wired to camera power, so the sensor is running. Another application is usually holding the stream. Close all camera-using apps, and on a Mac run sudo killall VDCAssistant in Terminal to restart the camera service.
Can antivirus software cause a webcam black screen?Yes. Several security suites permit the camera to power on but block the video stream from reaching applications, specifically to stop malware doing the same. Check your antivirus for a webcam or privacy shield and add an exception.
Why does my camera work in one app but not another?Both Windows and macOS grant camera access per application. One app can be blocked while others work fine. Check the per-app list in your system camera privacy settings.