Windows 10 Update Assistant – Error Code 0xC0000005 During Update to 22H2

Nyamsuren Purevsuren 0 Reputation points
2025-08-14T09:40:56.6333333+00:00

Hello Microsoft Support Team,

I am reaching out regarding an issue encountered while attempting to update a user’s computer to Windows 10 Version 22H2 using the Windows 10 Update Assistant.

During the update process, the following error appears:

Error message: Something went wrong Error code: 0xC0000005 (Screenshot attached)

We need to complete this update in order to meet the KDFv1 compatibility requirement for M365 authentication.

Please advise on possible causes and provide step-by-step instructions or troubleshooting methods to resolve this error.image

Windows for home | Windows 10 | Windows update
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Spigolo 126.3K Reputation points Volunteer Moderator
    2025-08-14T09:59:53.14+00:00

    Hi Nyamsuren Purevsuren

    Please provide a screenshot of the following commands:

    • winver
    • msinfo32
    0 comments No comments

  2. Lychee-Ng 990 Reputation points Microsoft External Staff Moderator
    2025-08-14T14:12:30.99+00:00

    Hello Nyamsuren Purevsuren,

    Thank you for reaching out to Microsoft Q&A!

    The error 0xC0000005 typically indicates an Access Violation, often caused by system file corruption, hardware conflicts, or interference from security features like BitLocker. Once you successfully update to 22H2, the KDF issue should resolve itself as newer Windows versions use KDFV2.

    Solution 1 - Run built-in troubleshooter:

    • Open Settings > Update & Security > Troubleshoot > Additional troubleshooters
    • Run the Windows Update troubleshooter > Follow the prompts
    • Open Command Prompt as Administrator > run:
      • sfc /scannow
      • DISM /Online /Cleanup-Image /RestoreHealth

    Solution 2 - Disable BitLocker (if enabled)

    • Go to Control Panel > BitLocker Drive Encryption
    • Select Turn off BitLocker for the system drive > Restart

    Solution 3 - Manual Update:

    1. Download the 22H2 update manually from Microsoft's Update Catalog.
    2. Use the Media Creation Tool to create installation media following this guide: Reinstall Windows with the installation media - Microsoft Support.

    Solution 4 - Temporary disable protection software:

    • Turn off all third-party antivirus softwares (if any)
    • Temporarily turn off real-time Microsoft Defender antivirus protection in Windows Security.

    Disclaimer: Keep in mind that if you do so, your device may be vulnerable to threats. So please turn it on immediately once the issue is fixed.

    Solution 5 - Reset Windows Update with Command Prompt (Admin), running these one by one:

    • net stop wuauserv
    • net stop cryptSvc
    • net stop bits
    • net stop msiserver
    • del /s /q %windir%\SoftwareDistribution\*
    • del /s /q %windir%\System32\catroot2\*
    • net start wuauserv
    • net start cryptSvc
    • net start bits
    • net start msiserver

    A few other things to pay attention to:

    • Ensure your system meets minimum requirements for Windows 10 22H2
    • If the device uses newer Intel CPUs, check for BIOS updates and hardware

    Please let us know if you need help during any of the steps, or if the issue persists after trying them. I'm here to help!


    If the answer is helpful, please click "Accept Answer" and kindly upvote it to assist others who might face similar issues. If you have extra questions, please click "Comment".

    Note: To enable e-mail notifications, follow the steps in our documentation!

    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.