I am using an HP laptop running Windows 11 Home. The build shown in Command Prompt is 10.0.26200.8894.
For about one month, several important functions have stopped working:
No audio from the speakers or headphones.
Brightness controls no longer work.
USB flash drives are not detected.
HP Support Assistant reports that its required services are unavailable.
Many applications, drivers, and Windows components fail to install or uninstall.
Windows Update repeatedly fails to install many Intel, Realtek, HP, Samsung, audio, display, Bluetooth, USB, and software-component drivers.
The most common Windows Update error is 0x80070006.
Examples include Intel Display, Realtek Bluetooth, Sound Research AudioProcessingObject, HP SoftwareComponent, and other driver packages.
I contacted several Windows support agents and tried many troubleshooting steps, but the problem remains. (they are unnable to connect to my computer form theirs)
What I already tried:
- Windows Update troubleshooting
I repeatedly checked for and installed all available updates.
Many updates reached 100% and then returned to “Retry” or “Download and install.”
The Windows 11 25H2 repair version also failed with error 0x80070006.
- Repair reinstall through Windows Update
I used Settings > System > Recovery > Fix problems using Windows Update.
The repair downloaded and attempted to install, but failed.
- Reset this PC
I selected “Keep my files.”
I used cloud download.
The download reached 100%, but the reset failed with the message:
“There was a problem resetting your PC. No changes were made.”
- DISM
I ran: DISM /Online /Cleanup-Image /RestoreHealth
DISM reached 100% but failed with error 0x800f0915.
The message said:
“The repair content could not be found.”
- SFC
I ran: sfc /scannow
The result was:
“Windows Resource Protection did not find any integrity violations.”
- Windows 11 ISO repair installation
I downloaded the official Windows 11 25H2 x64 ISO.
Windows could not mount the ISO normally.
PowerShell Mount-DiskImage also failed because Windows could not find a virtual disk provider.
I extracted the ISO using 7-Zip and launched setup.exe.
The setup first failed because another setup instance was running.
I later launched setup with:
"C:\Win11Setup\Win11_25H2_French_x64_v2\setup.exe" /DynamicUpdate Disable
I selected “Keep personal files only.”
Setup reached the actual Windows 11 installation screen, then failed again.
- SetupDiag
SetupDiag reported:
ProfileName: UnknownDriverMigrationFailure
ErrorCode: 0x80070006
PhaseName: Pre-Finalize
OperationName: Process Drivers for Migration
The logs also showed:
Failed to enumerate driver packages
Failed to get published Driver Store INFs
PnpCleanupDrivers failed
Failed to get driver packages from the online system
Operation failed: Process Drivers for Migration
- PnPUtil
I ran: pnputil /enum-drivers
It failed with:
Failed to enumerate driver packages: Invalid handle
- Hardware diagnostics
HP Memory Quick Test: PASSED
Processor Check: PASSED
HP SSD SMART Check: PASSED
SSD Wear Check: PASSED
SSD Short DST: PASSED
SSD wear is 12%, with 88% estimated life remaining.
Based on the logs, the Windows Driver Store appears corrupted or inaccessible.
Windows Setup cannot enumerate or migrate installed driver packages, which blocks updates, repair installs, reset, and the ISO upgrade.
I need help with the following:
Repairing or rebuilding the Windows Driver Store without reinstalling Windows.
Identifying which driver package or registry permission is causing the invalid handle and error 0x80070006.
Confirming whether a clean USB installation is now the only reliable solution.