fix security updates that failed to install

Phil Griffi 0 Reputation points
2026-08-05T02:03:15.7233333+00:00

I have windows 10 and my last 3 updates did not install. I have an active virus that keeps trying to install Trojan:Win32/Commando.A!ml . So, I can't disable Defender. HOw do I get window update to install the last 3 updates?

Windows for home | Windows 10 | Security and privacy

5 answers

Sort by: Most helpful
  1. CrazyKats 18,230 Reputation points Volunteer Moderator
    2026-08-05T02:19:00.07+00:00

    Hi Phil,

    You need to get rid of the virus first.

    I would run Malwarebytes Free, get rid

    of the virus and then try the updates.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Ramesh 180.3K Reputation points Volunteer Moderator
    2026-08-05T09:16:15.01+00:00

    Please run the fixlist below.

    • Download fixlist.txt
    • Save Fixlist.txt to the same folder as FRST64English.exe.
    • Close all programs.
    • Launch the Farbar Scanner tool and click "Fix".
    • Restart Windows if prompted.
    • Upload the output log file (FixLog.txt) in your next reply.

    NOTE: The fixlist.txt script was written specifically for this user and for use on that particular machine. It is not recommended to run it on another machine, and don't run the same fixlist.txt more than once.

    Was this answer helpful?


  3. Phil Griffi 0 Reputation points
    2026-08-05T02:26:02.38+00:00

    I was denied access to - ren %systemroot%\system32\catroot2 catroot2.bak

    Was this answer helpful?

    0 comments No comments

  4. Phil Griffi 0 Reputation points
    2026-08-05T02:12:19.4266667+00:00

    I have done all those things. Trouble shooter states that it is a problem w/Bits Service but, I stopped and restarted it thru CMD. I can't even install Win 11. It installs and then uninstalls it. Is there a manual way to install the updates?

    Was this answer helpful?

    0 comments No comments

  5. AI answer

    2026-08-05T02:03:36.3066667+00:00

    Since Defender cannot be disabled, focus on the Windows Update repair steps that do not require turning it off.

    1. Restart and apply any pending update state.
      • Select Start > Power > Update and restart or Update and shut down if either option appears.
    2. Run the Windows Update troubleshooter.
      • On Windows 10, go to Start > Settings > Update & Security > Troubleshoot > Additional troubleshooters.
      • Select Windows Update > Run the troubleshooter.
      • Apply any fixes it finds, then restart the PC.
    3. Check free disk space.
      • Windows needs at least 16 GB free for a 32-bit OS or 20 GB for a 64-bit OS to upgrade.
      • If space is low, free space and try Windows Update again.
    4. Make sure the Windows Update service is running.
      • Press Win + R, type services.msc, and press Enter.
      • Locate Windows Update.
      • If it is stopped, right-click it and select Start.
    5. Repair system files.
      • Open Command Prompt as administrator.
      • Run:
             sfc /scannow
        
      • Let it finish completely, then restart.
    6. Reset Windows Update components. This renames the update cache folders and can fix repeated failed installs.
      • Open Command Prompt as administrator.
      • Run these commands one at a time:
             net stop bits
             net stop wuauserv
             ren %systemroot%\softwaredistribution softwaredistribution.bak
             ren %systemroot%\system32\catroot2 catroot2.bak
             net start bits
             net start wuauserv
        
      • Restart the PC and check for updates again.
    7. If updates still fail, check the specific error code shown in Settings > Update & Security > Windows Update. The next step depends on that code:
      • 0x80070005: make sure the account has administrator access.
      • 0x80070002 / 0x80070003 / 0x80070057: restart, run the troubleshooter again, and confirm enough disk space.
      • 0x80248014: start the Windows Update service and rerun the troubleshooter.

    Because there is an active malware detection, avoid disabling Microsoft Defender. Complete the Windows Update repair steps above first, then retry the updates.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    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.