Share via

KB5074105 FAILS TO INSTALL FOLLOWING A RESTART

jimsoukup 5 Reputation points
2026-02-06T21:24:19.6133333+00:00

KB5074105 KEEPS FAILING TO INSTALL FOLLOWING A RESTART

Windows for home | Windows 11 | Install and upgrade
{count} vote

2 answers

Sort by: Most helpful
  1. Lester Bernard Reyes 75,495 Reputation points Independent Advisor
    2026-02-06T22:29:21.0733333+00:00

    Hi, I'm Bernard, a fellow Windows user. I'm happy to help!

    This issue occurs when there is a miscalibration or corrupted system files with the Windows update, and for us to sort out the issue, kindly follow the steps below:

    Reset Windows update components:

    Open Terminal (Admin) or Windows PowerShell(Admin) (Press Windows key + X then click Terminal(Admin))

    Copy each line of command, then press enter (one line at a time)

    net stop bits
    net stop wuauserv
    net stop appidsvc
    net stop cryptsvc
    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
    rmdir %systemroot%\SoftwareDistribution /S /Q
    rmdir %systemroot%\system32\catroot2 /S /Q
    regsvr32.exe /s atl.dll
    regsvr32.exe /s urlmon.dll
    regsvr32.exe /s mshtml.dll
    netsh winsock reset
    netsh winsock reset proxy
    net start bits
    net start wuauserv
    net start appidsvc
    net start cryptsvc
    
    

    -Once done, restart the device and check.

    If none of the above solutions work, I suggest doing an in-place upgrade, wherein it will update the device to the latest version and repair all issues without deleting any files.

     

    Kindly follow the steps from this link:

    https://learn.microsoft.com/en-us/answers/questions/4252110/how-to-run-in-place-upgrade-in-windows-11


  2. Q&A Assist
    2026-02-06T21:24:28.29+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If KB5074105 is failing to install after a restart, it may be due to several reasons, such as previous updates not being installed correctly or issues with the Windows Update service. Here are some steps you can take to troubleshoot the issue:

    1. Check Update History: Go to your update history to see if there are any error messages related to KB5074105. This can provide insight into why the update is failing.
    2. Restart Your Computer: Sometimes, simply restarting your computer can resolve installation issues. If you haven't done this recently, try restarting again.
    3. Run Windows Update Troubleshooter: Use the built-in Windows Update troubleshooter to identify and fix problems with Windows Update.
    4. Reinstall Recent Updates: If you suspect that a previous update is causing the issue, try uninstalling it and then reinstalling it after a restart.
    5. Check for Disk Space: Ensure that you have enough disk space available for the update to install.
    6. Manual Installation: If the update continues to fail, consider downloading the update manually from the Microsoft Update Catalog and installing it.

    If these steps do not resolve the issue, you may want to consult Microsoft support for further assistance.


    References:

    0 comments No comments

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.