How to Fix a Webcam Not Working in Windows 11

The Problem

Teams or the Camera app says it cannot find the camera, or the preview stays black. On laptops this is often a privacy toggle, a function-key shutter, or the wrong camera selected—not a dead sensor.

Only the mic failed? See microphone not working. This page is video only.

Symptoms

  • We can't find your camera with error code 0xA00F4244 or 0xA00F4292.
  • A black or green preview that never shows an image, even though the app reports the camera as connected.
  • The camera works in one app but not another—most often working in the Camera app and failing in a browser.
  • The privacy LED next to the lens never lights up.

Step 1: Work Out Whether Windows Sees the Camera at All

Open the built-in Camera app first. It talks to the camera through the same pipeline every other app uses, with none of the extra permissions layers a browser or Teams adds.

  • Camera app works, other apps do not → the hardware and driver are fine. Skip to Step 2 and Step 6; this is a permissions or app-selection problem.
  • Camera app also fails → the fault is below the app layer. Go to Step 3 onwards.

Step 2: Windows Camera Privacy

Windows blocks camera access at three separate levels, and all three must be on.

  1. SettingsPrivacy & securityCamera.
  2. Turn Camera access on—this is the device-wide switch.
  3. Turn Let apps access your camera on.
  4. Turn Let desktop apps access your camera on. Zoom, Teams (desktop), OBS, and Chrome are all desktop apps and are governed by this last toggle, which people routinely miss.
  5. Find your specific app in the list and confirm its own switch is on.

Step 3: Hardware Shutter and Function Keys

Most business laptops made after 2020 have a physical or firmware kill switch, and it survives reboots and driver reinstalls.

  • Look for a sliding shutter on the bezel above the screen and slide it clear of the lens.
  • Press Fn plus the key with a camera icon—commonly F8, F9, or F10 on Dell, HP, and Lenovo. Watch the privacy LED as you press.
  • On some ThinkPads and Latitudes the camera can also be disabled in BIOS. Reboot, enter setup (see how to enter BIOS or UEFI), and check the security or integrated-devices section.

Step 4: Release a Camera Another App Is Holding

Only one application can own the camera stream at a time on many drivers. If OBS, a virtual-camera plugin, Skype, or a background meeting client is running, everything else sees black.

  1. Press Ctrl + Shift + Esc for Task Manager.
  2. End OBS, Skype, Zoom, Teams, and any manufacturer camera utility.
  3. Reopen only the app you want to use.

Step 5: Reinstall the Camera in Device Manager

  1. Press Win + XDevice Manager.
  2. Expand Cameras (or Imaging devices on older drivers).
  3. If the entry has a down-arrow, right-click → Enable device.
  4. Right-click → Update driverSearch automatically.
  5. Still failing? Right-click → Uninstall device, tick Attempt to remove the driver if offered, then restart. Windows re-detects the camera on boot.
  6. If it does not come back, install the camera or chipset package from your laptop maker's support page rather than a third-party updater. Background: how to update outdated drivers.

Step 6: Pick the Right Camera Inside the App

Many laptops expose two devices: an IR camera used only by Windows Hello, and the real colour webcam. Apps sometimes default to the IR one, which produces a black preview.

  • Zoom: Settings → Video → Camera dropdown.
  • Teams: ⋯ → Settings → Devices → Camera.
  • Chrome/Edge: click the padlock or camera icon in the address bar → allow, and choose the correct device.
  • Discord: User Settings → Voice & Video → Video Settings.

Step 7: Run the Camera Troubleshooter

SettingsSystemTroubleshootOther troubleshootersCameraRun. It resets the frame-server service and repairs registry permissions on the device class, which fixes 0xA00F4244 in a good number of cases.

What Not to Do

  • Don't install a "webcam driver" from a search result. Camera drivers come from your PC maker or from Windows Update; downloadable packs are a common malware vector.
  • Don't disable Windows Hello to free up the camera. The IR sensor and the colour sensor are separate devices and do not conflict.
  • Don't keep reinstalling the app. If the Camera app fails too, no amount of reinstalling Zoom will help.

Still Black in Every App?

Plug in any cheap USB webcam. If that one works, the internal module or its ribbon cable is the fault—very common after a drop or a screen replacement, and a workshop repair rather than a settings change. If even a USB camera fails, run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth from Terminal (Admin); see repair Windows 11 with SFC and DISM.

Related: fix camera not working in Teams or Zoom and microphone not working.