My PC will not update to Microsoft's Extended Support Program

Scott Dickson 25 Reputation points
2026-06-26T12:36:02.15+00:00

When I try to Enroll in the Extended Support Program, it says that it encountered a problem and try again later. However, it keeps saying that. I am running Microsoft Home, 22H2 Build.

Windows for home | Windows 10 | Extended Security Update (ESU)
0 comments No comments

Answer accepted by question author
Alvise Cervellati 6,630 Reputation points Independent Advisor
2026-06-26T13:24:17.0066667+00:00

Hi Scott, Welcome in Community

The ESU eligibility check relies heavily on the Connected User Experiences and Telemetry service.

Run the following from an elevated Command Prompt or PowerShell as administrator:

sc.exe config DiagTrack start= auto

sc.exe start DiagTrack

Now trigger the silent evaluation executable:

cmd /c ClipESUConsumer.exe -evaluateEligibility

Then check if the evaluation succeeded by querying the registry:

reg.exe query "HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\ConsumerESU"

You are looking for ESUEligibility to equal 0x2 and ESUEligibilityResult to equal 0x1. If those match, go back to Windows Update and try enrolling again.

Let me know how it goes

Elvis

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Steve Wilkinson 0 Reputation points
    2026-07-05T18:39:52.65+00:00

    I don't even see the chance to use ESU. i really want to get it done, but no choice and my system is good enough for 11, so

    use of ESU should be fine.

    Steve

    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.