Open the Services snap-in with services.msc command.
Make sure Microsoft Account Sign-in service is running.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Every time I try to sign into my Microsoft account it just opens a dialog box and closes it 30 sec later and goes back to the old screen! How should I sign in?
Open the Services snap-in with services.msc command.
Make sure Microsoft Account Sign-in service is running.
Good day Anonymous-7904!
Thank you for reaching out. I'm happy to help.
From what you described, when attempting to sign in to your Microsoft account, the sign‑in prompt opens but closes by itself after about 30 seconds, returning you to the previous screen. This behavior might be related to UAC settings, corrupted saved credentials, or a Windows app registration issue. You can try the following steps:
If UAC is disabled, sign-in dialogs can close automatically.
Search UAC in Start, set it to the default Notify me only when apps try to make changes
Restart the PC, then try signing in again.
Open Credential Manager, remove any Microsoft or Windows credentials linked to your account, then retry via Settings > Accounts > Your info.
Open PowerShell as admin and run:
Get-AppxPackage Microsoft.Windows.CloudExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart and test again.
Additional checks:
Please let me know how it goes!
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.