Skip to main content
RebootDoctor

Camera Not Working on Windows 11? Fix It in Minutes

By Mike Chen Fact-checked by Mike Chen (CompTIA A+ Certified) on

Short answer: Open the Windows Camera app first. A live preview means the hardware is fine and the problem is app-specific — Zoom or Teams picking the wrong device. An error code points straight at the cause: 0xA00F4244 means Windows cannot see the camera at all, 0xA00F4289 means another app has it locked, and 0xA00F4292 means the physical privacy shutter is closed. Also check camera permissions under Settings, Privacy.

Open the Windows Camera app (search “Camera” in Start). If you get a live preview, the camera hardware works — your problem is app-specific, probably Zoom or Teams not selecting the right device. If you get an error code, write it down. 0xA00F4244 means Windows can’t see the camera hardware at all. 0xA00F4289 means another app has the camera locked — close Zoom, Teams, Discord, OBS, whatever else might be using it. 0xA00F4292 means the physical privacy shutter is closed — that tiny slider above the lens on ThinkPads and many newer laptops.

A freelance translator’s ThinkPad camera completely vanished from Device Manager after a cumulative update pushed overnight. Not “showing offline” — gone, as if the hardware didn’t exist. We rolled KB5034765 back, manually reinstalled the Intel camera driver from Lenovo’s support page, and she was back on Zoom in twelve minutes. She’d spent two hours trying the troubleshooter and restarting, which just reinstalled the same broken update each time.

About 55% of camera failures we diagnose remotely are driver problems, and another 25% are privacy settings someone toggled without realizing it. The remaining 20% split between antivirus blocking access, app conflicts, and actual hardware failure.

Privacy Settings

Windows 11 buried the camera behind three separate permission layers. Settings, Privacy & security, Camera. The master toggle at the top controls whether any application can use the camera at all. Below that, “Let apps access your camera” controls Microsoft Store apps. Then scroll down further to the one everybody misses — “Let desktop apps access your camera.” This controls Zoom, Teams, Chrome, Discord, OBS, and basically every program that isn’t from the Microsoft Store. About 40% of privacy-related camera failures come from this specific toggle being off.

If any toggle is greyed out, your IT department locked it via Group Policy. The workaround is regedit — navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\webcam, change “Deny” to “Allow.” Check the same path under HKEY_CURRENT_USER too. Restart after making changes.

If your microphone also stopped working, check the same Privacy & security page for Microphone — Windows 11 has the exact same three-layer structure for both, and updates often toggle both off at once. One diagnostic trick: watch for the green camera indicator dot in the taskbar. If you see the green dot but your video app shows black, something else grabbed the camera first. Close Teams — it has a particularly obnoxious habit of not releasing the camera after a call ends.

Drivers

Privacy settings look fine? Driver is the next suspect. Device Manager, expand Cameras, right-click your camera, Uninstall device, and check the box that says “Attempt to remove the driver for this device.” Without checking that box, Windows keeps the old broken driver files and the new install just layers on top. Restart. Windows reinstalls a fresh driver on boot.

If the device comes back with the same warning triangle, or if the generic Windows driver gives you a washed-out image with no features, download the manufacturer’s driver directly. Lenovo at support.lenovo.com — search by serial number. Dell at dell.com/support with your Service Tag. HP at support.hp.com. The OEM driver is almost always better than what Windows installs generically — it includes headphone jack detection, proper color processing, and auto-brightness that the generic UVC driver doesn’t support.

If the camera was working yesterday and died after a driver update, Device Manager, right-click camera, Properties, Driver tab, Roll Back Driver reverts to the previous version. Button greyed out means Windows doesn’t have the previous version saved — you’d need to find the older version on the manufacturer’s site manually.

One thing that’s wasted my time more than once: antivirus software silently blocking camera access. Norton 360’s “Webcam Protection” blocks everything by default. Kaspersky only allows Microsoft’s Camera app through until you manually whitelist others. Bitdefender blocks unknown executables from camera access. None of them tell you they’re doing this — no popup, no notification. Your video app just shows black. Fastest diagnostic: temporarily disable your entire antivirus suite and test the camera. If it works, re-enable the antivirus and add the specific app as an exception.

Windows Update Broke It

Microsoft has shipped broken camera drivers inside cumulative updates multiple times. KB5034765 killed Intel AVStream camera drivers on Lenovo ThinkPad and Dell Latitude models. KB5035853 broke IR cameras on HP EliteBooks — the Windows Hello camera would hang and take the regular camera down with it. KB5039212 hit some ASUS ZenBook users.

Check what installed recently: Settings, Windows Update, Update history. If a KB installed around the time your camera broke, uninstall it from the same screen. After removing it, grab Microsoft’s “Show or Hide Updates” tool (wushowhide.diagcab) to block it from reinstalling — Windows will push the same broken patch back within a week otherwise. Our Windows Update guide covers the full uninstall-and-block procedure.

Two services that silently kill cameras when they crash: Windows Camera Frame Server and Windows Camera Frame Server Monitor. Open services.msc, find them, right-click, Restart on each. These manage the entire camera pipeline between hardware and applications. If either is stopped, the camera appears in Device Manager with no errors but no app can access it.

Hardware or Software

If you’ve been through everything above and the camera still won’t work, you need to rule out hardware failure. Plug in any external USB webcam — even a $15 one. If the external works, the internal camera module has failed. An external webcam is also a permanent workaround — a Logitech C920 costs about $60 and honestly gives better video than most built-in cameras.

The definitive test is booting from a Linux Live USB. Download Ubuntu, flash it to a USB drive with Rufus, boot the laptop from USB. If the camera works in Ubuntu, the hardware is fine and the problem is your Windows installation specifically. If it doesn’t work in Linux either, the camera module physically died.

Also check BIOS — business laptops (ThinkPads, EliteBooks, Latitudes) have a BIOS option to disable the built-in camera under Security or I/O Port Access. IT departments use this for compliance and sometimes forget to re-enable it. And check for a physical privacy shutter or function key toggle (F8 on older Lenovo, F10 on newer ones, varies by brand). Windows sees a shuttered camera as completely disconnected. If USB devices are also acting up alongside the camera, the issue might be USB power management — Device Manager, Universal Serial Bus controllers, right-click USB Root Hub, Properties, Power Management, uncheck “Allow the computer to turn off this device to save power” — and we can check driver states, Event Viewer camera logs, and service status remotely in about fifteen minutes.

Frequently Asked Questions

Why is my camera not working on Windows 11?

About 55% of camera failures are driver problems — Windows installs a generic UVC driver that doesn't work with 30% of cameras. Another 25% are privacy settings: Windows 11 has three separate camera permission toggles, and the one most people miss is 'Let desktop apps access your camera' buried at the bottom of Settings → Privacy & security → Camera. The remaining 20% split between antivirus blocking (Norton, Kaspersky, Bitdefender all block webcams by default), app conflicts (Teams holding the camera after a call ends), and Windows Update breaking drivers.

How do I fix my camera showing a black screen in Windows 11?

Three things to try in order: (1) Settings → Privacy & security → Camera — check all three toggles are On, especially 'Let desktop apps access your camera' at the bottom. (2) Check if another app is using the camera — look for the green camera indicator dot in the taskbar, then close Zoom, Teams, Discord, or OBS. (3) Device Manager → Cameras → right-click your camera → Uninstall device → check 'Attempt to remove the driver' → restart. Windows reinstalls a fresh driver on boot.

Why did my camera stop working after a Windows Update?

Microsoft has shipped broken camera drivers inside cumulative updates multiple times. KB5034765 (February 2024) killed Intel AVStream camera drivers on Lenovo ThinkPad and Dell Latitude models. KB5035853 broke IR cameras on HP EliteBooks. Check Settings → Windows Update → Update history, correlate dates, and uninstall the problematic update. Use Microsoft's 'Show or Hide Updates' tool (wushowhide.diagcab) to prevent Windows from reinstalling it.

How do I fix my camera in Zoom or Teams on Windows 11?

If the Windows Camera app works but Zoom or Teams doesn't, the problem is app-specific. In Zoom: gear icon → Video → check the correct camera is selected. In Teams: close it completely from the system tray after calls (Teams holds the camera hostage). For browser-based video (Google Meet, browser Zoom): click the lock icon next to the URL → Site settings → Camera → Allow. Also check that no virtual camera software (OBS Virtual Camera, Snap Camera) is intercepting the feed.

Is my laptop camera physically broken?

Boot from a Linux Live USB (download Ubuntu, flash to USB with Rufus, boot from USB). If the camera works in Ubuntu, the hardware is fine and the problem is your Windows installation. If it doesn't work in Linux either, the camera module physically failed. Simpler test: plug in any external USB webcam — if it works, the internal camera hardware is the problem. Internal camera module replacement runs $80-150 for most laptops.

Need Expert Help?

If these steps didn't fix your issue, our certified technicians can diagnose and resolve it remotely — usually in under 30 minutes.