Share via

Some update files aren't signed correctly. Error code: (0x800b0109)

kamlesh kikani 0 Reputation points
2026-01-16T12:26:42.6933333+00:00

my Microsoft store failed to initialize & also window update not working(Some update files aren't signed correctly. Error code: (0x800b0109))....

Windows for home | Windows 11 | Windows update
0 comments No comments

3 answers

Sort by: Most helpful
  1. David-M 115.2K Reputation points Independent Advisor
    2026-01-18T13:17:22.1833333+00:00

    Thanks for the clarification.


    Many factors can cause this error. To avoid a long answer, I will suggest a few procedures. If these do not work, there are other methods.


    To begin, temporarily disable all antivirus modules and attempt to perform the update. Refer to the support or help documentation provided by the antivirus developer for guidance on how to disable modules. Regardless of the outcome, remember to re-enable the antivirus modules after completing the process.


    If the same error occurs with the antivirus modules disabled, I suggest doing the following:


    Run the Windows Update troubleshooter and try to install the update.

    https://support.microsoft.com/en-us/windows/windows-update-troubleshooter-19bc41ca-ad72-ae67-af3c-89ce169755dd#WindowsVersion=Windows_11


    If it persists, rename the software distribution folders as instructed below:

    1. Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
    2. Run the following commands at the Command Prompt one at a time:
    net stop bits
    net stop wuauserv
    net stop cryptsvc
    ren %systemroot%\softwaredistribution softwaredistribution.bak
    ren %systemroot%\system32\catroot2 catroot2.bak
    net start bits
    net start wuauserv
    net start cryptsvc
    
    1. After all these commands are completed, close the Command Prompt window, restart your computer, and then try to update Windows.

    If it persists, use the system file checker to repair possible corrupted or missing system files.

    1. Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
    2. Run the following commands at the Command Prompt one at a time:
    dism.exe /online /cleanup-image /scanhealth
    dism.exe /online /cleanup-image /restorehealth
    dism.exe /online /cleanup-image /startcomponentcleanup
    sfc /scannow
    

    Note: Pay close attention to the results of the commands. This will help you determine whether the procedure was completed successfully or if there was a problem. If you get any errors, let me know the error message that was displayed.

    1. Then restart your PC and see if you can update.

    If the problem persists, please let me know, and I will provide another method.


    Feel free to ask back any questions.

    Was this answer helpful?


  2. kamlesh kikani 0 Reputation points
    2026-01-16T13:16:51.9433333+00:00

    YES I USE QUICK HEAL SECURITY
    I WILL USE WINDOW 11 VERSION 25H2 (OS BUILD 26200.7462)

    Was this answer helpful?

    0 comments No comments

  3. David-M 115.2K Reputation points Independent Advisor
    2026-01-16T13:01:49.9266667+00:00

    Hi. I'm David, and I'm happy to help you.


    Problems with the Microsoft Store and Windows Update are usually linked. Solving one solves the other, so I suggest we focus on Windows Update.


    Please clarify the following:

    Do you have a third-party antivirus installed? If yes, which one?

    Also. What is the version and "OS Build" of your Windows 11?

    • Press "Windows + R", type winver, and click OK.

    If you prefer, share a screenshot. Use the shortcut "Windows + Shift + S" to use the screenshot tool.

    Be sure to censor your email address if it appears. The Microsoft Q&A is public.


    I await your reply.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.