The Camera Freeze Bug: Why Apps Lock Up After a Windows 11 Update
Quick answer: A Windows 11 cumulative update (the KB5066835 line) left some systems freezing whenever an app tried to open the camera or microphone. If Teams, Zoom or Chrome hangs the instant your webcam should turn on, this is a known post-update regression, not your camera. Confirm the camera itself still works with a quick webcam test in the browser.
What actually happens
Affected machines don't lose the camera outright. Instead, the app that requests camera or mic access stalls, sometimes taking the whole program down with it. Because it hits at the moment of access, it looks like a hardware fault, which sends people down the wrong repair path entirely.
The fixes that have worked
Start simple. Reboot, then check that camera and microphone privacy are enabled under Settings, Privacy & security. Reinstalling the camera driver from Device Manager clears a corrupted state for some users. If a specific app is the only one freezing, reset or reinstall that app and re-grant its permissions.
For persistent cases, the fix that reliably stuck was an in-place repair install using the latest Windows image, which updates the system files while keeping your apps and settings intact. Several people who waited for a patch ended up resolving it this way rather than clean-installing.
Rule out the camera first
Before you spend an hour on system repair, prove the hardware is fine: open the webcam test, which runs entirely in your browser and shows your camera feed without any app in the middle. If you see yourself there, the camera and its driver are healthy and the freeze is a software regression. If the browser also hangs, follow our guide on a webcam not working in Teams or Zoom to isolate app-versus-system causes.
Sources: MDN — MediaDevices.getUserMedia() · Microsoft — Camera, microphone and privacy
Frequently asked questions
What does the camera freeze bug actually do?
Affected machines do not lose the camera outright. The app requesting camera or mic access stalls, sometimes taking the whole program down with it, which looks like a hardware fault and sends people down the wrong repair path.
What fix has actually worked for this?
Start with a reboot and confirming camera and microphone privacy are enabled. Reinstalling the camera driver clears a corrupted state for some, and for persistent cases an in-place repair install using the latest Windows image reliably stuck, keeping apps and settings intact.
Is this still the right KB to look for?
Not necessarily. KB5066835 was a 25H2-era cumulative and Windows has moved on since. If you are on a later build and the camera still freezes, check Settings, Windows Update, Update history for the most recent KB and work from that instead.
How do I rule out the camera itself?
Open a browser-based webcam test, which shows your feed with no app in the middle. If you see yourself there, the camera and driver are healthy and the freeze is a software regression.
Is this still current in September 2026?
Largely, no — and that is the useful update. KB5066835 was a 25H2-era cumulative, and Windows has moved on twice since: 26H1 shipped for new hardware only, and 26H2 entered Release Preview on 27 August 2026 as build 26300.9278, with general availability expected in October 2026.
If you are still on the build this article was written about, the fix below applies unchanged. If you are on a later cumulative and your camera still freezes, the KB number in this article is no longer the thing to look for. Open Settings, Windows Update, Update history, note the most recent KB, and work from that instead — the symptom is the same but the culprit will be a different update.
The camera-freeze pattern itself has been stable across branches: an app grabs the camera, does not release it, and the next app to ask gets a black or frozen frame. The one-app-at-a-time rule is a property of the Windows camera stack, not of any single update, which is why the diagnostic order below still holds regardless of which build you are on.