How can I enroll in esu program when my microsoft account sign in is grayed-out preventing access.

E E 0 Reputation points
2025-11-06T15:37:16.9233333+00:00

I am trying to sign up for the Win 10 ESU program and cannot get past the Microsoft Sign-In page during the enroll process. When I try to type in my email address it does not respond. A clue I found by clicking on the three horizontal dots at the bottom of the screen brought up the following trouble shooting information:

Correlation Id: f9119795454c0002fee551f94c45dc01

Timestamp: 2025-11-06T15:29:35.939Z

Windows for home | Windows 10 | Extended Security Update (ESU)
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Q&A Assist
    2025-11-06T15:38:04.9533333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If you're experiencing issues with the Microsoft Sign-In page being grayed out and not allowing you to enter your email address, it may be related to a problem with your account or the application settings. Here are some steps you can take to troubleshoot the issue:

    1. Check Account Status: Ensure that your Microsoft account is active and not blocked. You can do this by signing in to the Microsoft Entra admin center and checking your account status.
    2. Browser Issues: Sometimes, browser settings or extensions can interfere with sign-in processes. Try using a different browser or clearing the cache and cookies of your current browser.
    3. Network Connection: Ensure that your internet connection is stable and that there are no firewall settings blocking access to Microsoft services.
    4. Try Incognito Mode: Open your browser in incognito or private mode and attempt to sign in again. This can help bypass any extensions or cached data that might be causing issues.
    5. Contact Support: If the issue persists, consider reaching out to Microsoft support for assistance with your account and the enrollment process.

    If you continue to encounter problems, the correlation ID you provided can be useful for support teams to diagnose the issue more effectively.


    References:

    0 comments No comments

  2. Marcelo Mendoza 5,095 Reputation points Independent Advisor
    2025-11-06T16:17:25.2233333+00:00

    Hello,

    Thank you for reaching out and sharing the details of the issue you're facing while trying to enroll in the Windows 10 Extended Security Updates (ESU) program. I understand how frustrating it must be to encounter a grayed-out Microsoft Sign-In page that prevents you from moving forward, especially when you're trying to ensure your system remains secure.

    It sounds like you've already tried some helpful steps, and I appreciate your effort in checking browser settings and network stability. Based on updated information from Microsoft, one additional step you can try involves re-registering the identity components that manage Microsoft account sign-in. This can help resolve issues where the sign-in interface becomes unresponsive or fails to load properly.

    To do this, you can run the following PowerShell commands with administrative privileges:

    PowerShell

    Reset-AppxPackage -Package (Get-AppxPackage Microsoft.AccountsControl).PackageFullName

    Reset-AppxPackage -Package (Get-AppxPackage Microsoft.AAD.BrokerPlugin).PackageFullName

    If your system doesn’t recognize Reset-AppxPackage, you can use the older method:

    PowerShell

    Get-AppxPackage Microsoft.AccountsControl | Foreach { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" }

    Get-AppxPackage Microsoft.AAD.BrokerPlugin | Foreach { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" }

    After running these commands restart your device and try the enrollment process again. This step helps refresh the components responsible for account authentication and may resolve the issue with the grayed-out sign-in page.

    Just to clarify have you noticed if this issue occurs across different user accounts or devices? That could help narrow down whether it's account-specific or system-related.

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

    Regards,

    Marcelo

    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.