Hi Bob,
Build 29648 is out today and your error
is now listed as a Known Issue with the hopes
of getting it fixed in the next build release.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Above update won't load on my computer after repeated attempts.................how to fix?
Hi Bob,
Build 29648 is out today and your error
is now listed as a Known Issue with the hopes
of getting it fixed in the next build release.
AI answer
0x80070005 means Access is denied. For Windows Update, this usually points to a permissions problem affecting the Windows component store, C:\Windows\WinSxS, C:\Windows\SoftwareDistribution, or interference from security software or filter drivers.
Use this order:
icacls "%windir%\WinSxS" /reset /t /c /q
icacls "%windir%\SoftwareDistribution" /reset /t /c /q
Restart the PC and try the update again. icacls "%windir%\WinSxS" /setowner "NT SERVICE\TrustedInstaller" /t /c /q
Restart and retry the update. net stop wuauserv
net stop bits
net stop cryptSvc
ren %windir%\SoftwareDistribution SoftwareDistribution.old
ren %windir%\System32\catroot2 catroot2.old
net start cryptSvc
net start bits
net start wuauserv
Restart and try again. DISM /Online /Cleanup-Image /RestoreHealth
Then restart and retry. sfc /scannow
If it completes and repairs files, restart and test Windows Update again. fltmc
fltmc unload <DriverName>
0x80070005:
Get-WindowsUpdateLog
CBS.log for E_ACCESSDENIED entries.For Insider Preview builds specifically, one accepted support response notes that repeated 0x80070005 failures can be part of a broader Insider build issue. If standard repair steps have already been tried and the problem continues, avoid making more manual ACL or ownership changes beyond the documented steps, back up important files, and wait for a newer Insider build.
Hello Bob Popil,
Error 0x80070005 means Access denied, but I would avoid manually resetting permissions or changing ownership of the WinSxS folder unless the update logs specifically show a permissions problem. Those changes can create additional system errors.
Since this is Windows 11 Insider Preview build 29639.1000 and the update has already failed repeatedly, try an in-place upgrade instead:
This is a repair upgrade, not a clean installation, as long as Keep personal files and apps remains available and selected. If that option is unavailable, cancel Setup rather than proceeding.
Also avoid making further ACL or ownership changes if you have already used tools that modified permissions on Windows system folders.
Hi Bob,
The error was not fixed in this build,
hopefully in the next build.