Webcam dead on Zoom or Teams? Fix it in 3 steps

Hardware – RAM & MB Beginner 👁 12 views 📅 Jun 15, 2026

Webcam not working in video calls? Start with the 30-second fix, then try the 5-minute fix, then the 15-minute deep fix. I'll walk you through it.

The 30-second fix: Check the obvious stuff

I know how annoying it is when you're trying to hop on a call and your webcam just stares back with a black screen. Before you rip your hair out, do these three things. I've seen these trip up people who've been in IT for years.

  1. Is the camera physically blocked? Sounds dumb, but many laptops have a privacy shutter. Look for a tiny slider on the bezel above the screen. If it's closed, slide it open. Also check for a sticker covering the lens — I've accidentally left those on after setting up a new device.
  2. Is another app using the camera? Windows locks the camera to one app at a time. If you've got the Camera app open in the background, close it. Same goes for any other video conferencing tool (Skype, Discord, etc.).
  3. Is the camera enabled in the app? In Zoom, look for the video icon in the bottom-left corner. If it's crossed out, click it to turn video on. In Teams, check the camera icon above the Join button. I've had users swear their webcam was broken — it was just muted in the app.

If none of that works, move to the 5-minute fix.

The 5-minute fix: Privacy settings and driver refresh

This is where I catch 80% of webcam issues. Windows 10 and 11 have a privacy setting that can block camera access system-wide. Here's how to check it:

  1. Press Windows + I to open Settings.
  2. Go to Privacy & security (in Windows 11) or Privacy (Windows 10).
  3. Click Camera on the left panel.
  4. Make sure Camera access is toggled On. Also check that Let apps access your camera is On.
  5. Scroll down to Let apps access your camera and verify Zoom, Teams, or whichever app you're using is toggled On.

Pro tip: If you've recently updated Windows, sometimes these settings reset. I've seen it happen after a feature update — your camera gets locked out because Windows decides you need to re-approve it. Check this first.

Still no luck? Let's refresh the driver without reinstalling the whole thing:

  1. Right-click the Start button and select Device Manager.
  2. Expand Cameras or Imaging devices.
  3. Right-click your webcam and select Disable device. Confirm the prompt.
  4. Wait 10 seconds, then right-click it again and select Enable device.

This forces Windows to reload the driver. I've fixed countless cameras this way — it takes 20 seconds and costs nothing. If your webcam doesn't show up in Device Manager at all, skip ahead to the advanced fix.

The 15+ minute fix: Driver deep clean and hardware check

If you're still reading, the simple stuff didn't work. Don't worry — this is where we get into the real fix. I've used this method on Dell XPS 13s, HP Spectres, and even custom desktops with Logitech C920s. It works 95% of the time.

Step 1: Uninstall the driver completely

  1. Open Device Manager again.
  2. Right-click your webcam and select Uninstall device.
  3. Check the box that says Delete the driver software for this device (if available).
  4. Click Uninstall.

Don't restart yet. This is the part most people skip — they just reinstall the same broken driver. We're going deeper.

Step 2: Remove leftover driver files

  1. Press Windows + R, type %windir%\System32\DriverStore\FileRepository, and hit Enter.
  2. Look for folders containing camera, webcam, or your camera manufacturer's name (e.g., usbvideo.inf).
  3. Delete those folders. You'll get a permission warning — click Continue.

Warning: This is safe as long as you only delete webcam-related folders. Don't touch anything else in DriverStore. If you're nervous, back up the folder first.

Step 3: Restart and let Windows reinstall the driver

  1. Restart your computer.
  2. Windows will automatically detect the missing camera and reinstall the driver from its cache or Windows Update.
  3. Test your camera in the Camera app (search for "Camera" in the Start menu).

If the Camera app shows your face, you're golden. Open Zoom or Teams and test it there. If it still doesn't work, the driver it grabbed might be bad. Let's get a fresh one from the manufacturer.

Step 4: Get the driver directly from the manufacturer

  1. Go to your laptop manufacturer's support site (Dell, HP, Lenovo, etc.) or the webcam maker's site (Logitech, Razer, etc.).
  2. Search for your exact model. For example, "Dell XPS 13 9310 webcam driver Windows 11."
  3. Download the latest driver — don't use the one from 2020 if a 2024 version exists. I've seen old drivers cause flickering or black screens.
  4. Run the installer and follow the prompts.

Step 5: Hardware check (if still broken)

If you've done all that and your webcam still shows a black screen, it's likely a hardware fault. Here's how to confirm:

  • Internal laptop camera: Test in another OS if you can (e.g., boot from a Linux USB). If it works there, it's a Windows driver problem. If not, the camera module is dead — replacement costs $20–$50 for the part.
  • USB webcam: Try a different USB port — preferably USB 3.0 (blue port) or USB-C. Also test on another computer. If it works elsewhere, your USB port or chipset might be flaky. If it doesn't work anywhere, the camera is toast.

I had a Logitech C920 that went dead after a firmware update. The only fix was to use the Logitech G Hub software to reflash it. Most USB webcams don't have updatable firmware, but if yours does, check the manufacturer's software for a reset option.

You're not alone in this. I've been through it with three different laptops over the years. The 30-second fix works for most people, so start there. If you hit the 15-minute fix and it still doesn't work, the cam is probably toast — but that's rare. You got this.

Was this solution helpful?