error code (0x800700c1)

Bradley.B 0 Reputation points
2026-07-09T01:30:20.28+00:00

Cant update my windows 10 to 22H2 keep getting error code (0x800700c1)

Windows for home | Windows 10 | Windows update

1 answer

Sort by: Most helpful
  1. Lester Bernard Reyes 83,390 Reputation points Independent Advisor
    2026-07-09T02:09:03.8533333+00:00

    Hi, I'm Bernard. I'm happy to help!

    Have you already enrolled in Extended Security Update(ESU)? Windows 10 update already ended last October 2025, and the option to run an update is by enrolling in ESU. If you are not yet enrolled, kindly follow the steps provided in the link below:

    https://www.microsoft.com/en-us/windows/extended-security-updates?msockid=157040a863f861dd07af573962a46020&r=1

    If you are already enrolled and still having an issue, kindly follow the steps below:

    This issue occurs when there is a miscalibration or corrupted system files with the Windows update, and for us to sort out the issue, kindly follow the steps below:

    Reset Windows update components:

    Open Terminal (Admin) or Windows PowerShell(Admin) (Press Windows key + X then click Terminal(Admin))

    Copy each line of command, then press Enter (one line at a time)

    net stop bits
    net stop wuauserv
    net stop appidsvc
    net stop cryptsvc
    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
    rmdir %systemroot%\SoftwareDistribution /S /Q
    rmdir %systemroot%\system32\catroot2 /S /Q
    regsvr32.exe /s atl.dll
    regsvr32.exe /s urlmon.dll
    regsvr32.exe /s mshtml.dll
    netsh winsock reset
    netsh winsock reset proxy
    net start bits
    net start wuauserv
    net start appidsvc
    net start cryptsvc
    

    Once done, restart the device and check.

    Note: If the issue persists, a system repair might be necessary.

    Was this answer helpful?

    0 comments No comments

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.