If you’re encountering the Windows 11 Update Error 0x800b0109 along with the message ‘Some Update Files Aren’t Signed Correctly’, you’re not alone. This error indicates issues with the digital signatures of certain update files, causing Windows to halt the update process. Thankfully, there are several solutions to address this problem and get your system updated properly.
Reset Windows Update Components and Policies
Resetting the Windows Update components can often resolve issues related to corrupt or misconfigured update files. This method involves stopping essential services, renaming problematic folders, and re-registering crucial system files.
cmd in the Windows search bar, right-click on ‘Command Prompt’, and select ‘Run as administrator’.Enter after each:net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
Press Y when prompted to confirm the deletion.
Ren %Systemroot%\SoftwareDistribution SoftwareDistribution.bak
Ren %Systemroot%\System32\catroot2 catroot2.bak
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;
CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;
CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)
(A;;CCLCSWRPWPDTLOCRRC;;;PU)
cd /d %windir%\system32
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
regsvr32.exe /s shdocvw.dll
regsvr32.exe /s browseui.dll
regsvr32.exe /s jscript.dll
regsvr32.exe /s vbscript.dll
regsvr32.exe /s scrrun.dll
regsvr32.exe /s msxml.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s msxml6.dll
regsvr32.exe /s actxprxy.dll
regsvr32.exe /s softpub.dll
regsvr32.exe /s wintrust.dll
regsvr32.exe /s dssenh.dll
regsvr32.exe /s rsaenh.dll
regsvr32.exe /s gpkcsp.dll
regsvr32.exe /s sccbase.dll
regsvr32.exe /s slbcsp.dll
regsvr32.exe /s cryptdlg.dll
regsvr32.exe /s oleaut32.dll
regsvr32.exe /s ole32.dll
regsvr32.exe /s shell32.dll
regsvr32.exe /s initpki.dll
regsvr32.exe /s wuapi.dll
regsvr32.exe /s wuaueng.dll
regsvr32.exe /s wuaueng1.dll
regsvr32.exe /s wucltui.dll
regsvr32.exe /s wups.dll
regsvr32.exe /s wups2.dll
regsvr32.exe /s wuweb.dll
regsvr32.exe /s qmgr.dll
regsvr32.exe /s qmgrprxy.dll
regsvr32.exe /s wucltux.dll
regsvr32.exe /s muweb.dll
regsvr32.exe /s wuwebv.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
Join readers who trust AllThings.How
Add us as a preferred source on Google so our practical guides show up first next time you search.
Add to Google Preferences →Run DISM and SFC Scans
Corrupted system files can lead to update errors. Running the Deployment Image Servicing and Management (DISM) and System File Checker (SFC) scans can repair these files.
cmd in the Start menu, right-click on ‘Command Prompt’, and select ‘Run as administrator’.sfc /scannow
This scan may take some time to complete. Wait for it to finish and repair any corrupted files.
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth
The DISM scan can take several minutes. Once completed, restart your computer and try updating Windows again.
Run the Windows Update Troubleshooter
Windows has a built-in troubleshooter that can automatically detect and fix many update-related issues.





Check the Windows Update and BITS Services
Ensuring that the Windows Update and Background Intelligent Transfer Service (BITS) are running properly is crucial for updates to install correctly.




Check Date and Time Settings
Incorrect date and time settings can interfere with the Windows Update process, affecting the verification of digital signatures.



Disable Third-Party Antivirus or Firewall
Sometimes, third-party antivirus software or firewall settings can block Windows Update processes. Temporarily disabling them can help identify if they’re causing the issue.
Remove the Windows Update Registry Entry
Deleting certain registry entries related to Windows Update can resolve update errors. Caution is advised, and it’s recommended to back up the registry before making changes.

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate


Turn Off Proxy Settings
Proxy settings can interfere with Windows Update by blocking necessary network connections. Disabling them may resolve the update error.



Perform a Clean Boot
A clean boot starts Windows with a minimal set of drivers and startup programs, which can help eliminate software conflicts that occur during updates.





Manually Download Updates from Microsoft Update Catalog
If automatic updates fail, you can manually download and install updates from the Microsoft Update Catalog.



Perform an In-Place Windows Upgrade
If none of the previous methods work, performing an in-place upgrade reinstalls Windows without deleting your personal files. This can fix deeper system issues causing the update error.
setup.exe file.



By following these methods, you should be able to fix the Windows 11 Update Error 0x800b0109 and ensure your system stays up-to-date with the latest features and security patches.






