When you try to sign in to your Microsoft account on Windows 11, the sign-in window may open as a blank white or gray screen. This prevents you from accessing Microsoft Store, OneDrive, or syncing your settings. The issue usually occurs because of corrupted cached credentials, a misconfigured proxy or VPN, or a problem with the Windows Web Account Manager service. This article explains the root causes and provides step-by-step fixes to restore the sign-in window.
Key Takeaways: Fixing a Blank Microsoft Account Sign-In Window on Windows 11
- Settings > Accounts > Sign-in options > Additional settings > Temporarily disable: Turn off the option to sign in with a Microsoft account to force a fresh credential prompt.
- Windows Key + R > regedit > HKEY_CURRENT_USER\Software\Microsoft\IdentityCRL: Delete the IdentityCRL registry key to clear corrupted credential caches.
- Windows Key + R > services.msc > Windows Web Account Manager > Restart: Restart this service and set it to Automatic to fix the sign-in process.
Why the Microsoft Account Sign-In Window Shows a Blank Screen
The Microsoft account sign-in window on Windows 11 uses a component called Windows Web Account Manager, or WWAM. This service handles authentication requests for all applications that use a Microsoft account, such as Microsoft Store, OneDrive, and Outlook. When WWAM fails to load the sign-in page, the window appears blank.
The most common causes are:
- Corrupted cached credentials: Old or damaged sign-in data stored in the registry prevents the authentication prompt from displaying.
- Proxy or VPN interference: A system proxy, virtual private network, or security software can block the connection to Microsoft’s authentication servers.
- WWAM service state: The Windows Web Account Manager service may be stopped, disabled, or in a faulted state.
- Date and time mismatch: Incorrect system time or time zone can break the SSL certificate validation required for the sign-in page.
How the Sign-In Process Normally Works
When you click a sign-in prompt, Windows 11 launches a web-based dialog hosted by the Windows Web Account Manager. This dialog communicates with login.live.com to present the credential fields. If any part of this chain fails, the dialog remains blank.
Steps to Clear Corrupted Credentials and Restore the Sign-In Window
Method 1: Clear Cached Credentials via Registry
This method removes stored account tokens that may be corrupted.
- Open Registry Editor
Press Windows Key + R, type regedit, and press Enter. Confirm the User Account Control prompt. - Navigate to the IdentityCRL key
In Registry Editor, go to the following path:
HKEY_CURRENT_USER\Software\Microsoft\IdentityCRL - Delete the IdentityCRL folder
Right-click the IdentityCRL key in the left pane and select Delete. Confirm the deletion. - Restart your computer
Close Registry Editor and restart Windows 11. After the restart, attempt to sign in to your Microsoft account again.
Method 2: Restart the Windows Web Account Manager Service
Restarting WWAM resets the authentication pipeline.
- Open Services
Press Windows Key + R, type services.msc, and press Enter. - Locate Windows Web Account Manager
Scroll down the list and find Windows Web Account Manager. Right-click it and select Restart. - Verify the startup type
Right-click the service again, select Properties, and ensure the Startup type is set to Automatic. Click Apply and OK. - Test the sign-in
Close Services and try opening the Microsoft Store or any app that requires a Microsoft account sign-in.
Method 3: Disable Proxy and VPN Temporarily
Proxies and VPNs can interrupt the connection to Microsoft’s authentication servers.
- Open Windows Settings
Press Windows Key + I and go to Network & internet > Proxy. - Turn off proxy
Toggle Use a proxy server to Off. If you see a manual proxy address, write it down before disabling. - Disconnect any VPN
Go to Network & internet > VPN and disconnect any active VPN connection. - Test the sign-in
Close Settings and try signing in to your Microsoft account again.
Method 4: Reset Date and Time
Incorrect system time can cause SSL certificate errors that result in a blank sign-in window.
- Open Date & Time settings
Press Windows Key + I and go to Time & language > Date & time. - Enable automatic time
Toggle Set time automatically to On. Also toggle Set time zone automatically to On. - Sync now
Click the Sync now button under Additional settings. - Test the sign-in
Close Settings and attempt to sign in to your Microsoft account.
If the Sign-In Window Remains Blank After These Fixes
Sign-in still shows a blank screen after clearing the registry
If the registry method did not work, you may need to delete additional credential caches. Open Control Panel > User Accounts > Credential Manager > Windows Credentials. Look for any entries that start with MicrosoftAccount: or WindowsLive:. Click the arrow next to each entry and select Remove. Restart your computer and try again.
Blank sign-in window appears only in Microsoft Store
This can happen when the Microsoft Store cache is corrupted. Press Windows Key + R, type wsreset.exe, and press Enter. A blank command window will open and close automatically. The Microsoft Store will launch after the cache is cleared. Try signing in again.
Blank sign-in window appears after a Windows update
Some Windows updates may reset service dependencies. Open Settings > Windows Update > Update history > Uninstall updates. Look for the most recent update that was installed before the issue started. Select it and click Uninstall. Restart your computer and test the sign-in.
Manual Credential Clear vs Service Restart: Which Fix Works Best
| Item | Manual Credential Clear (Registry) | Service Restart (WWAM) |
|---|---|---|
| Scope | Removes all cached Microsoft account tokens for the current user | Resets the authentication service only |
| Time to complete | About 5 minutes plus a restart | About 2 minutes with no restart |
| Success rate for blank window | High for corrupted credential cases | High for service-faulted cases |
| Potential side effects | You must re-enter credentials in all apps | None |
| Best used when | Sign-in is blank across multiple apps | Sign-in is blank after a recent app update or crash |
You can now resolve the blank Microsoft account sign-in window on Windows 11 by clearing corrupted credentials, restarting the Windows Web Account Manager service, disabling proxy or VPN, or resetting the system date and time. Start with the registry method if the problem affects all apps. If the issue returns after a few days, check for third-party security software that may be interfering with the authentication process. As an advanced step, use the Windows Key + R > ms-settings:signinoptions-launchcredentialmanager command to open Credential Manager directly and remove any remaining stale entries.