WinRE USB Keyboard/Mouse Failure After Windows 11 KB5066835 Update — Recovery Actions Blocked
Installation of KB5066835 on Windows 11 24H2/25H2 introduces a regression that disables USB keyboard and mouse input within the Windows Recovery Environment (WinRE). USB HID devices function normally in the desktop session but become completely unresponsive when booting into WinRE, blocking all recovery operations requiring user input. Microsoft released an out-of-band (OOB) update to resolve this regression by restoring USB driver support in the WinRE boot image.
Indicators
- USB keyboard and mouse are completely unresponsive after booting into Windows Recovery Environment (WinRE)
- Recovery actions requiring user input (Startup Repair, System Restore, Reset This PC, Command Prompt) cannot be initiated or completed
- Issue appears immediately after installation of KB5066835 on Windows 11 24H2 or 25H2
- USB input devices function normally in the standard Windows 11 desktop session but fail exclusively in WinRE
- No visible cursor movement or keyboard input registration when in WinRE menus
Likely causes
- Regression in KB5066835 broke USB HID (Human Interface Device) driver support within the WinRE boot image
- Updated WinRE image deployed by KB5066835 contains faulty or missing USB input device drivers
Diagnostic steps
-
Verify the installed Windows 11 version and build by running 'winver' or checking Settings > System > AboutConfirms the system is running 24H2 or 25H2, within the affected version range
-
Check Windows Update history to confirm KB5066835 is installed. Run PowerShell: Get-HotFix -Id KB5066835Confirms the problematic update is present on the system and is the likely cause of the WinRE USB failure
-
Boot into WinRE via Settings > System > Recovery > Advanced Startup, or hold Shift while clicking Restart, then test USB keyboard/mouse responsivenessReproduces and confirms the USB input failure specifically within the WinRE environment
-
Verify USB input devices work normally in the standard Windows 11 desktop sessionIsolates the issue to WinRE and the KB5066835 regression rather than a physical hardware or driver problem in the main OS
-
Check Microsoft Update Catalog or Windows Update for the OOB fix targeting KB5066835 WinRE regression on Windows 11 24H2/25H2Determines whether the resolution update is accessible for deployment
-
Run 'reagentc /info' to inspect WinRE configuration, confirm WinRE is enabled, and identify the WinRE image pathVerifies WinRE is enabled and locates the image for potential manual remediation or re-imaging
Resolution path
- 1. Identify and obtain the Microsoft out-of-band (OOB) update for KB5066835 WinRE USB regression from Microsoft Update Catalog or Windows Update — search for OOB patch targeting Windows 11 24H2/25H2
- 2. Apply the OOB update via Windows Update, WSUS, SCCM/Intune, or manual installation using: wusa.exe <package>.msu /quiet /norestart
- 3. Restart the system after OOB update installation to allow the corrected WinRE image to be applied
- 3b. If WinRE image does not automatically refresh, run 'reagentc /disable' followed by 'reagentc /enable' to force the patched WinRE components to be re-applied to the recovery partition
- 4. Boot into WinRE and verify USB keyboard and mouse are responsive
- 5. Test recovery operations (e.g., open Command Prompt in WinRE) to confirm full functionality is restored
- VERIFY — Run 'Get-HotFix' to confirm both KB5066835 and the OOB remediation KB are listed as installed
- VERIFY — Run 'reagentc /info' and confirm WinRE status shows 'Enabled' with no errors
- ROLLBACK — If OOB update is unavailable and WinRE access is urgently needed: uninstall KB5066835 via Settings > Windows Update > Update history > Uninstall updates, or run: wusa /uninstall /kb:5066835 /quiet /norestart, then reboot
- ROLLBACK — If KB5066835 cannot be uninstalled through normal means: boot from external Windows 11 installation media and use its built-in recovery environment (unaffected by the installed OS update) to perform required recovery actions
- ROLLBACK — After rolling back KB5066835, pause Windows Update (Settings > Windows Update > Advanced options > Pause updates) to prevent re-installation until the OOB fix is confirmed available
Prevention
- Stage cumulative update rollout with a pilot group that includes WinRE validation before enterprise-wide deployment — test USB input in recovery environment after each cumulative update
- Include WinRE USB input device testing as a standard checkpoint in update validation runbooks: after applying cumulative updates to pilot machines, boot into WinRE and verify keyboard/mouse functionality before approving broader rollout
- Subscribe to Microsoft's Windows release health dashboard and update history pages for Windows 11 to receive early notification of known issues and out-of-band releases
- Maintain a tested, up-to-date bootable USB recovery drive (Windows 11 installation media) as a fallback so recovery capability is not solely dependent on the local WinRE image
Tools
- Windows Update (obtain and deploy OOB fix)
- Microsoft Update Catalog (manual download of OOB update)
- Get-HotFix PowerShell cmdlet (verify KB5066835 installation)
- WSUS/SCCM/Intune (enterprise deployment of OOB update)
- Windows 11 installation media (alternative recovery environment)
- wusa.exe (manual MSU package installer for applying OOB update)
- reagentc.exe (WinRE configuration and image management)