2026-08 Security Update (KB5121003) (26200.9168) not installing despite following lots of tips.

Grady 25 Reputation points
2026-08-25T09:07:27.4033333+00:00

I just obtained a brand new HP laptop and am completely unable to install this update

Order of events:

  1. I download the update (no problems here)
  2. it prompts for a reboot
  3. upon reboot it somewhat "gives up" and just loads me into a boot screen where I just end up staring at the HP logo forever
  4. I end up holding down on the power button eventually leading to the system to shut down and start up again
  5. upon start up it begins "diagnosing" then "repairing" and eventually undoing the update bringing me back to square one What I have tried:
    1. I have ran all 3 of the dism commands
    2. done ,system--recovery and then "fix problems using windows update"
    3. manually downloading it. Leads to the same issues listed above. Are there any other possible fixes to avoid what's going on? Is Microsoft aware of this issue and working on a fix? If they are, and there are no other solutions I will most likely pause this update until then. If not, well I really have no clue. This is a brand new laptop and I've already returned the previous one for the EXACT same reason.
Windows for home | Windows 11 | Windows update

8 answers

Sort by: Most helpful
  1. John DeV 169.7K Reputation points Independent Advisor
    2026-08-26T22:19:32.97+00:00

    Based on the reports in this thread, it appears that other users are experiencing similar installation issues with KB5121003, particularly on some HP systems. Since you have already tried the recommended troubleshooting steps, I recommend reporting the issue through the Feedback Hub app so Microsoft can investigate and collect additional diagnostic data.

    For now, you can also pause Windows Updates for up to one week and check again later for a newer update or a Microsoft-provided fix.

    Was this answer helpful?

    5 people found this answer helpful.
    0 comments No comments

  2. KP 0 Reputation points
    2026-09-02T20:53:25.96+00:00

    I had the same issue with my Omnibook X 14 inch model 14-KC0013DX . HP support had me boot to bios screen (from power off, touch power button once then hit function 10 until the bios screen comes up), then hit function 9 to load default bios settings, click yes, function 10 and yes to save and exit. Was able to install the 2026 08 preview update (KB5120998) (26200.9278) which cleared out all pending updates. KB5121003 now no longer appears in my queue. HP said KB5121003 corrupted the bios settings which was causing the problem.

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments

  3. Sean 5 Reputation points
    2026-08-28T13:29:10.8766667+00:00

    I am with an MSP and I have users from different companies reporting the same issue. Whatever steps you may think will fix it, do not. Everything has been tried except a wipe/reinstall. These computers are not HP either, but Lenovo and Dell. August Windows Updates seem to be broken and hopefully it will get fixed by Microsoft.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments

  4. Igor 10 Reputation points
    2026-08-27T00:56:53.96+00:00

    I’m having the same issue on a brand-new HP OmniBook X Flip 16 (16-cc0013dx) with:

    • AMD Ryzen AI 5 430
    • 16 GB RAM
    • 512 GB SSD
    • Windows 11 25H2

    The problem happens specifically when installing 2026-08 Security Update KB5121003 (26200.9168).

    Was this answer helpful?

    2 people found this answer helpful.

  5. AI answer

    2026-08-25T09:07:49.0566667+00:00

    Since DISM, the Windows Update repair option, and manual installation were already tried, the remaining supported steps are:

    1. Check free space on the system drive.
      • Windows needs at least 16 GB free for a 32-bit OS or 20 GB for a 64-bit OS to upgrade.
    2. Temporarily remove any third-party antivirus or security software.
      • This can block updates.
      • Make sure reinstall information and any product keys are available before uninstalling.
    3. Update third-party drivers from the laptop manufacturer.
      • Since the system hangs during reboot at the HP logo, an incompatible driver is a known cause of update failures.
      • Check HP’s support site for updated drivers and installation instructions, then try Windows Update again.
    4. Run Windows Update again after those checks.
      • Go to Start > Settings > Windows Update > Check for updates.
    5. If the update still fails, reset the Windows Update components.
      • Warning: these are advanced command-line steps and require administrator permissions.
      • Open Command Prompt as administrator and 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
    
    • Then restart the PC.
    1. Check the drive for file-system errors.
      • Open Command Prompt as administrator and run:
    chkdsk /f C:
    
    • Restart when prompted.
    1. Perform a clean restart of Windows.
      • A clean restart starts Windows with minimal drivers and startup programs and can help identify software conflicts that block updates.
    2. If the device keeps entering repair/rollback after every attempt, use Windows Recovery Environment options.
      • Boot into Automatic Repair.
      • Go to Advanced options.
      • Try System Restore first if available.
      • If that is unavailable, try Startup Repair.
      • If recovery options do not resolve it, Reset this PC with Keep my files is the next supported path.

    The provided material does not confirm that Microsoft has acknowledged a specific issue with KB5121003 or that a fix is in progress.


    References:

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

    Was this answer helpful?

    2 people found 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.