Camera not detected in Teams
Teams cannot find your camera or shows only a black image. Get video back with per-OS instructions.
Affected systems
Quick fixes
- Close other apps using the camera (Zoom, OBS, browser tabs)
- Check camera permission in the OS
- Plug USB webcams directly into the laptop, not through a hub
Other apps blocking the camera
Only one app at a time can access the camera. Close every tool that might reserve it:
- Zoom, Webex, Google Meet tabs in the browser
- OBS Studio, Snap Camera
- Teams Web in the browser parallel to the desktop client
Camera permission in the OS
Windows
- Settings, Privacy and Security, Camera (
ms-settings:privacy-webcam) - Enable “Camera access” and “Let apps access your camera”
- Enable Microsoft Teams in the list
macOS
- System Settings, Privacy and Security, Camera
- Enable Microsoft Teams
- Quit Teams and relaunch - permissions are only evaluated on launch
Linux
Linux has no central permission system. Make sure your user is in the
video group:
groups | grep videoIf missing:
sudo usermod -aG video $USERThen log out and back in.
Driver issues
Windows
Open Device Manager (devmgmt.msc), expand “Cameras”. If your camera
shows a warning icon:
- Right-click → “Uninstall device”
- Reboot - Windows reinstalls the driver automatically
macOS
macOS has no separate driver for the built-in FaceTime HD camera. External webcams usually do not need drivers either - if they fail, it is the USB connection or permission.
Linux
Test the camera outside Teams:
sudo apt install cheese
cheeseIf Cheese sees the camera, the system recognizes it. If it is also
black there, it is a driver problem - usually the uvc module is
missing.
Hardware privacy switch
Many business laptops (Lenovo, Dell, HP) have a mechanical camera switch or function key (F8, F10). Check before chasing software.
External webcams
Plug the webcam directly into the laptop, not through a USB hub. Underpowered active hubs or USB 2.0 instead of 3.0 are common causes for black images.