Mac Camera Not Working: Fix MacBook & iMac Camera Fast
Quick answer (featured-snippet ready): If your Mac camera is not working, first check Camera permissions in System Settings, quit or force‑quit apps using the camera, then restart the camera process (sudo killall VDCAssistant & AppleCameraAssistant). If that fails, update macOS, reset NVRAM/PRAM (Intel Macs) or boot to Safe Mode (Intel/M1+), and finally check hardware or contact Apple. For scripts and community-tested commands see the camera not working on mac repository.
Why the camera stops working (how to identify the root cause)
Most camera failures on macOS are caused by software problems: an app is holding the camera resource, permission settings block access, or a background process has crashed. macOS gatekeepers like Privacy & Security prevent apps from using the camera unless the user allows it. If the camera LED is off even when an app tries to start the camera, a permission or process conflict is likely.
Hardware issues are less common but still possible, especially on older MacBook and iMac models. Flex cables, camera connectors, or the camera module itself can fail, or a drop or liquid exposure can cause physical failure. A mechanical problem will usually show as no device detected at all, no LED activity, or a permanently black image even across different apps and after system resets.
External webcams behave differently: if an external USB camera isn’t recognized, the issue may be a USB port, cable, or driver/compatibility problem rather than the Mac’s internal camera. Diagnosing requires isolating the variable (software vs hardware) by testing multiple apps and boot environments.
Step-by-step fixes (fast path: do these first)
-
Check permissions & app use
Open System Settings → Privacy & Security → Camera and confirm the app (FaceTime, Zoom, Chrome) has camera access. Revoke and re-grant if needed to force macOS to re-evaluate permissions.
Also confirm the app isn’t using the camera in the background—switch to the app and quit it cleanly (Cmd+Q). If the app is unresponsive, use Force Quit (Option+Cmd+Esc) to close it.
-
Restart camera processes (quick OS-level reset)
Open Terminal and run:
sudo killall VDCAssistantandsudo killall AppleCameraAssistant. These commands stop the camera daemon so macOS restarts it on demand. This often resolves “camera not available” errors.If you get “No matching processes” that’s OK—proceed to a normal app restart or reboot. On Apple Silicon Macs a simple restart also refreshes internal camera services effectively.
-
Reboot and test in Safe Mode
A restart clears most transient issues. To test if a third-party extension or login item causes the problem, boot into Safe Mode (hold Shift on Intel during boot; on Apple Silicon power on and hold the power button and choose Safe Mode). In Safe Mode, test FaceTime or the Camera app—if the camera works there, a third-party software component is likely blocking it.
After testing in Safe Mode, restart normally and try the camera again to see if the issue persists.
-
Update macOS and apps
Outdated macOS or app versions can break camera APIs. Install the latest macOS updates (Apple menu → System Settings → General → Software Update) and update apps from the App Store or vendor websites. Many camera issues are resolved by patches that handle driver or privacy changes.
If you rely on plugins (e.g., virtual camera drivers like OBS Virtual Camera), temporarily uninstall or disable them to confirm they’re not the cause.
-
Reset NVRAM/PRAM and SMC (Intel Macs)
For Intel Macs, NVRAM/PRAM reset can fix hardware resource issues. Restart and hold Option+Command+P+R for ~20 seconds. Reset the SMC if camera hardware seems unresponsive (instructions vary by model—see Apple’s support page).
Apple Silicon Macs don’t use SMC/NVRAM resets the same way—power cycling and safe-boot are the recommended equivalents.
-
FaceTime-specific steps
Sign out of FaceTime (FaceTime → Settings → Sign Out) and sign in again. Check your Apple ID and network connectivity. If FaceTime shows “No Camera Connected,” confirm the camera works in another app (Snap Camera, QuickTime > New Movie Recording) to isolate whether the problem is FaceTime-specific.
Hardware checks and escalation
After software troubleshooting, verify whether the camera hardware is recognized by the system. Open About This Mac → System Report → Camera. If the camera does not appear in the system report, that indicates a hardware detection issue—likely a loose cable or a failed camera module.
Do not open the Mac unless you are experienced—internal cables and connectors are delicate. If you have AppleCare or an Authorized Service Provider, schedule service. If you attempt DIY, first test with an external USB webcam; if an external camera works, the internal camera hardware likely needs service or replacement.
For iMacs, an internal camera replacement usually requires a professional. For MacBooks, some models allow easier access but still present risks (battery, display assembly). If the camera LED stays off and no software fixes work, plan for a hardware repair appointment.
Preventive tips & best practices
Keep macOS and your video apps updated to avoid compatibility issues. Limit installation of low-level camera utilities (virtual camera drivers) unless necessary; they often break after macOS updates. Use only reputable software and remove unused camera extensions.
Create a small troubleshooting routine you can run if the camera fails again: confirm privacy permissions, quit offending apps, run the two Terminal killall commands, and reboot. Keeping this checklist handy saves time and reduces unnecessary service visits.
Finally, protect your Mac physically—avoid heavy pressure on the display hinge and protect against liquids. If you carry your Mac in a bag, ensure the lid is fully closed to reduce pressure on the camera assembly and cables.
Common diagnostic questions users ask
- Why is my MacBook camera not working only in FaceTime?
- How do I allow camera access on my Mac?
- Why does the camera show black screen on Zoom but work on QuickTime?
- How to force restart the camera on Mac?
- Is my Mac camera physically broken after a drop?
- Why does my Mac say “No camera connected”?
- How to fix privacy settings preventing camera use?
Resources & community scripts
If you want community-sourced scripts or a checklist you can copy, the GitHub collection at camera not working on mac aggregates commands and tips tested by users. Use caution with scripts—read them before running and understand sudo implications.
For more device-specific guidance (e.g., M1 vs Intel), Apple’s support pages provide official instructions for Safe Mode, SMC, and NVRAM resets. If your Mac is under AppleCare, repair with an authorized technician to preserve warranty and parts authenticity.
Semantic core (grouped keywords for SEO use)
Primary queries: macbook camera not working, imac camera not working, camera not working on mac, why is my macbook camera not working, my mac camera is not working, camera not working on macbook, facetime camera not working mac.
Secondary / intent-based phrases: fix Mac camera, camera permissions mac, camera not detected mac, VDCAssistant killall, AppleCameraAssistant, camera access settings mac, FaceTime camera issues.
Clarifying & LSI terms: internal camera black screen, camera LED not on, external webcam mac, reset NVRAM camera, Safe Mode camera test, update macOS camera bug, virtual camera driver conflict.
FAQ
Why is my MacBook camera not working even though other apps have permission?
If other apps have permission but the camera is still black, a process may be stuck or a third-party extension (virtual camera) is blocking access. Force-quit the app, run sudo killall VDCAssistant and sudo killall AppleCameraAssistant in Terminal, then reopen the app. If that fails, update macOS, reboot into Safe Mode to isolate third-party software, and temporarily remove virtual camera drivers.
How do I test if the camera problem is hardware or software?
Test the camera across multiple apps (FaceTime, QuickTime > New Movie Recording, Zoom). If the camera fails in all apps and doesn’t appear in System Report → Camera, it’s likely hardware. Also boot into Safe Mode—if the camera works in Safe Mode, it’s a software conflict. If available, test an external USB webcam: if it works, the internal camera hardware is likely faulty.
What quick command will restart the Mac camera?
Open Terminal and run: sudo killall VDCAssistant and sudo killall AppleCameraAssistant. Enter your admin password when prompted. These commands stop camera daemons so macOS restarts them automatically; then relaunch the app that needs the camera.
Need deeper help? If the steps above didn’t fix your issue, collect the following before contacting support: macOS version, Mac model and year, evidence (screenshots or QuickTime test), and whether the camera appears in About This Mac → System Report → Camera. Provide that when booking an Apple Genius or Authorized Service appointment.
Useful links: camera not working on mac — community fixes and commands; Apple Support for official hardware diagnostics.