How to fix 0x80092003 There were some problems with windows update when applying win 11 update after we apply black lotus remediation

Dave W 0 Reputation points
2024-12-30T13:34:06.3266667+00:00

I upgraded a laptop from Windows 10 to 11 successfully, (windows update) then rebuilt the laptop to Win10, applied the black lotus remediations as recommended and now cannot do the same Windows 10 to 11 update due to 0x80092003 error.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
10,320 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Daisy Zhou 27,281 Reputation points Microsoft Vendor
    2024-12-31T08:00:27.4866667+00:00

    Hello

    Thank you for posting in Q&A forum.

    Here are some steps you can try:

    1. Ensure all previous updates have been installed. Sometimes, pending updates can cause conflicts.
    2. Reset Windows Update Components:

    • Open an elevated command prompt and run the following commands one by one:

    net stop wuauserv

    net stop cryptSvc

    net stop bits

    net stop msiserver

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    ren C:\Windows\System32\catroot2 catroot2.old

    net start wuauserv

    net start cryptSvc

    net start bits

    net start msiserver

    1. Run Windows Update Troubleshooter:

    • Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters and run the Windows Update troubleshooter.

    1. Check Secure Boot Settings:

    • Ensure that Secure Boot is properly configured. Misconfigurations can sometimes cause update issues, especially after applying security mitigations like Black Lotus.

    1. Modify Registry Settings:

    • Open the Registry Editor and navigate to:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot

    • Add or modify the AvailableUpdates DWORD value to 0x30 and restart your computer.

    1. Ensure that the revocations have been applied correctly. You can check for Event IDs 1035 and 276 in the Event Viewer to verify the updates.
    2. Sometimes, antivirus software can interfere with updates. Temporarily disable your antivirus and try updating again.

    Reference:

    Issues with Windows updates. Microsoft fixit gives error 0x80092003

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

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