Fix Some Update Files aren’t signed correctly

When updating software or an operating system, encountering errors related to unsigned or improperly signed update files can be a cause for concern. One such error message you may come across is “Some update files aren’t signed correctly.” This issue can potentially disrupt the update process and leave your system vulnerable. In this guide, we’ll explore the common causes behind the “Some update files aren’t signed correctly” error and provide you with practical steps to fix it, ensuring your software or operating system updates proceed smoothly and securely.

Fix Some Update Files aren't signed correctly Windows Update Error

Fix Some Update Files aren’t signed correctly

The error message says “Some update files aren’t signed correctly. Error code: (0x800b0109)” which means you won’t be able to update your Windows because of this error. So let’s see how to actually resolve the error “Some Update Files aren’t signed correctly” with the help of below-listed troubleshooting guide.

Make sure to create a restore point just in case something goes wrong.

Method 1: Run Windows Update Troubleshooter

1. In control panel search Troubleshooting in the Search Bar on the top right side and click on Troubleshooting.

Search Troubleshoot and click on Troubleshooting

2. Next, from the left window, pane select View all.

3. Then from the Troubleshoot computer problems list select Windows Update.

select windows update from troubleshoot computer problems | Fix Some Update Files aren't signed correctly

4. Follow on-screen instructions and let the Windows Update Troubleshoot run.

Windows Update Troubleshooter

5. Restart your PC and see if you can Fix Some Update Files aren’t signed correctly while updating Windows 10.

Method 2: Run SFC

1. Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.

Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.

2. Now type the following in the cmd and hit enter:

Sfc /scannow
sfc /scannow /offbootdir=c:\ /offwindir=c:\windows (If above fails then try this one)

SFC scan now command prompt

3. Wait for the above process to finish and once done, restart your PC.

Method 3: Run DISM (Deployment Image Servicing and Management)

1. Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.

Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.

2. Type the following command in cmd and hit enter after each one:

Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth

DISM restore health system | Fix Some Update Files aren't signed correctly

3. Let the DISM command run and wait for it to finish.

4. If the above command doesn’t work, then try on the below:

Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows
Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess

Note: Replace the C:\RepairSource\Windows with your repair source (Windows Installation or Recovery Disc).

5. Reboot your PC to save changes and see if you’re able to Fix Some Update Files aren’t signed correctly while trying to update Windows 10, if not then continue to the next method.

Method 4: Registry Fix

Backup Registry before moving forward, just in case something goes wrong you could easily restore the registry.

1. Press Windows Key + R then type regedit and hit Enter to open Registry Editor.

Run command regedit

2. Navigate to the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate

3. Right-click on WindowsUpdate key and select Delete.

Right-click on WindowsUpdate key and select Delete | Fix Some Update Files aren't signed correctly

4. Close Registry Editor and again press Windows Key + R then type services.msc and hit Enter.

services windows

5. Find Windows Update and Background Intelligent Transfer Service in the list. Then right-click on each of them and select Restart.

Right-click on Windows Update Service and select Restart

6. This would restart Windows Update and Background Intelligent Transfer Service.

7. Again try to update your Windows, if it still fails, then reboot your PC and update Windows.

Recommended:

That’s it you have successfully Fix Some Update Files aren’t signed correctly while updating Windows 10 to latest build but if you still have any questions regarding this post feel free to ask them in the comment’s section.

Leave a Comment

Your email address will not be published. Required fields are marked *