Share via

How to fix the "Install error - 0x800f081f" for the new 2025-12 Security Update (KB5072033) (26200.7462) update?

Corey 20 Reputation points
2026-01-05T16:24:57.2366667+00:00

So.... I've been trying to install the 2025-12 Security Update (KB5072033) (26200.7462) update from Windows and it fails to install every time... "Install error - 0x800f081f" is the error that I get, and I can't run the Windows Update troubleshooter, to see what in the world is going on with my computer. It just says "The Windows Update diagnostic failed to run

I'm sorry.  I was unable to run the Windows Update diagnostic. I might need to transfer you to an agent to help solve your problem. " I was referred here to the community, so here I am..... First... What can I do to fix the troubleshooter. My computer is in normal start up mode, according to msconfig and there's nothing new I've installed, outside the normal updates....

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

Answer accepted by question author

  1. Marcelo Mendoza 10,660 Reputation points Independent Advisor
    2026-01-05T17:19:59.7366667+00:00

    Hello Corey,

    I appreciate you reaching out about the error you’re seeing with the 2025‑12 Security Update KB5072033 and I understand how frustrating it can be when an update consistently fails and even the Windows Update troubleshooter won’t run. This particular error often appears when Windows encounters corrupted update components missing system files or issues with the servicing stack that prevent the update from applying correctly.

    A helpful next step is to refresh the update environment by resetting the Windows Update components since issues in the SoftwareDistribution or Catroot2 folders can block the installation. You can do this by opening an elevated Command Prompt and temporarily stopping the Windows Update services, renaming the SoftwareDistribution and Catroot2 folders to generate fresh copies and then restarting the services, which restores the update engine to a clean state. If your system files are also contributing to the error running the System File Checker with the command sfc /scannow can repair missing or damaged files that the update depends on. It may also help to perform a Windows Update reset through the Windows Recovery Environment by choosing Advanced Options and selecting Startup Repair as this can resolve deeper servicing issues that normal troubleshooting cannot address. Once these repairs are complete restarting the device and checking for updates again may allow the update to install without further errors.

    I hope this answer is helpful if you have further questions feel free to reply back

    Regards,

    Marcelo

    1 person found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. Ramesh 176.1K Reputation points Volunteer Moderator
    2026-01-08T17:05:55.6833333+00:00

    "We couldn't update the system reserve partition." Where is that and how do I access it? I only see my main storage and nothing else....

    Please open an admin Command Prompt window (instead of PowerShell) and run these commands one by one:

    mountvol Y: /s
    
    del  /q  Y:\EFI\Microsoft\Boot\Fonts\*.ttf
    
    powershell -command "GCI Y:\  -File -Recurse | Sort Length -descending | Select FullName, Length, Mode -first 10"
    
    dir Y:\
    

    Post the output here.


  2. Mark Fisch 0 Reputation points
    2026-01-06T21:33:53.3366667+00:00

    Got same error code. Then did run DISM commands and sfc /scannow but update got failed again. Then did remember that I updated bios lately and it will usually disable virtualization (Aorus Elite x570). Did enable it from BIOS and now was able to install update.

    0 comments No comments

  3. Q&A Assist
    2026-01-05T16:25:10.66+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To resolve the "Install error - 0x800f081f" when trying to install the 2025-12 Security Update (KB5072033), you can follow these steps:

    1. Check for Superseded Updates: Ensure that the update you are trying to install has not been superseded by a newer update. Sometimes, updates are replaced by newer versions, and attempting to install an older version can lead to errors.
    2. Verify Installed Updates: Make sure that the update you are trying to install is not already installed. You can check this in the "Installed Updates" section of the Control Panel.
    3. Install Prerequisite Updates: Some updates require that certain prerequisite updates be installed first. Check the update's article for any prerequisites and ensure they are installed.
    4. Manual Installation: If the update fails to install through Windows Update, you can manually download the update from the Microsoft Update Catalog and install it. Make sure to choose the correct version for your system architecture.
    5. Use DISM Tool: If the update is still not installing, you can use the Deployment Image Servicing and Management (DISM) tool to repair the Windows image. Open an administrative Command Prompt and run the following commands:
         DISM /Online /Cleanup-Image /ScanHealth
         DISM /Online /Cleanup-Image /RestoreHealth
      
      After running these commands, try installing the update again.
    6. Check Windows Update Services: Ensure that the Windows Update services are running. You can do this by typing services.msc in the Run dialog (Win + R) and checking the status of the Windows Update service.
    7. Contact Support: If none of the above steps work, consider reaching out to Microsoft Customer Service and Support for further assistance.

    These steps should help you troubleshoot and resolve the installation error you are experiencing.


    References:

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.