When you wake your Windows 11 or Windows 10 computer from sleep, Outlook may display an authentication window with the message “Need Password” even if you previously saved your credentials. This repeated prompt interrupts your workflow and suggests that the stored authentication token did not survive the sleep cycle. The root cause is typically a conflict between Windows power settings, Outlook’s cached credentials, or the Microsoft 365 authentication refresh mechanism. This article explains why the prompt appears and provides step-by-step methods to make your Outlook session persist through sleep without requiring manual re-entry of your password.
Key Takeaways: Stop the Outlook “Need Password” Prompt on Wake
- Control Panel > Power Options > Change plan settings > Change advanced power settings > Hard disk > Turn off hard disk after > Setting (Minutes): Set to 0 to prevent the disk from sleeping and invalidating the credential cache.
- Credential Manager > Windows Credentials > MicrosoftOffice16_Data:ADAL: Delete the stale ADAL entry so Outlook requests a fresh token that persists through sleep.
- Outlook > File > Account Settings > Account Settings > Change > Offline Settings > Use Cached Exchange Mode: Enable Cached Exchange Mode to reduce dependency on live authentication at wake.
Why Outlook Shows “Need Password” After Sleep
Outlook uses Modern Authentication (OAuth 2.0) for Microsoft 365 accounts. When you sign in, Outlook stores a refresh token in the Windows Credential Manager under the entry MicrosoftOffice16_Data:ADAL. This token allows Outlook to silently re-authenticate when the computer wakes from sleep.
The problem occurs when Windows turns off the hard disk or enters a deep sleep state that clears the in-memory token cache. When the computer wakes, Outlook cannot locate the refresh token and falls back to the full authentication prompt. Additionally, a corrupted or expired ADAL entry in Credential Manager forces Outlook to request a new token, which fails silently and triggers the “Need Password” dialog.
Another factor is the Windows power plan setting that turns off the hard disk after a period of inactivity. When the disk powers down, the credential store becomes unavailable, and Outlook loses its cached state. Re-enabling the disk at wake does not restore the token quickly enough, so Outlook displays the prompt.
Steps to Prevent the “Need Password” Prompt on Wake
Follow these steps in order. Each step addresses a specific cause. Test after each step by putting your PC to sleep and waking it to see if the prompt returns.
Step 1: Disable Hard Disk Sleep in Power Options
- Open Power Options
Press Windows + R, type powercfg.cpl, and press Enter. The Power Options window opens. - Select your active power plan
Click Change plan settings next to the plan marked with a dot. Usually this is “Balanced” or “High performance.” - Open advanced power settings
Click Change advanced power settings. A new dialog appears. - Locate the Hard disk setting
Scroll to Hard disk and click the plus sign to expand it. Then expand Turn off hard disk after. - Set to 0 minutes
Change both On battery and Plugged in values to 0. Zero means the disk never turns off. Click Apply then OK.
Step 2: Delete and Recreate the ADAL Credential
- Open Credential Manager
Press Windows + R, type control keymgr.dll, and press Enter. - Switch to Windows Credentials
Click Windows Credentials at the top of the window. - Find the Outlook ADAL entry
Scroll to the Generic Credentials section. Look for an entry named MicrosoftOffice16_Data:ADAL:<your UPN> or similar. Click the arrow to expand it. - Delete the entry
Click Remove and confirm the deletion. Close Credential Manager. - Restart Outlook
Open Outlook. It will prompt you for your password. Enter your credentials and check Remember my credentials if available. Outlook creates a fresh ADAL entry that persists through sleep.
Step 3: Enable Cached Exchange Mode
- Open Outlook Account Settings
In Outlook, go to File > Account Settings > Account Settings. - Select your account and click Change
Highlight your Microsoft 365 account and click Change. - Enable Cached Exchange Mode
In the Offline Settings section, check Use Cached Exchange Mode. Set the slider to All or 1 year depending on your storage preference. - Restart Outlook
Click Finish and restart Outlook. Cached mode stores a local copy of your mailbox, reducing the need for live authentication when waking.
Step 4: Disable Windows Fast Startup
- Open Power Options
Press Windows + R, type powercfg.cpl, and press Enter. - Click Choose what the power buttons do
On the left side, click Choose what the power buttons do. - Click Change settings that are currently unavailable
This requires administrator privileges. Click the link at the top. - Uncheck Turn on fast startup
Scroll to Shutdown settings and uncheck Turn on fast startup (recommended). Click Save changes.
If Outlook Still Shows “Need Password” After These Steps
If the prompt persists, check these additional causes.
Outlook Prompts for Password After Every Wake
This often indicates a network adapter power management issue. Windows may turn off the network adapter during sleep, and Outlook cannot contact the authentication server when it wakes.
- Open Device Manager
Press Windows + X and select Device Manager. - Expand Network adapters
Find your Wi-Fi or Ethernet adapter. Right-click it and select Properties. - Disable power saving
Go to the Power Management tab. Uncheck Allow the computer to turn off this device to save power. Click OK.
Outlook Displays “Need Password” on Wake with Multiple Accounts
If you have more than one Microsoft 365 account configured in Outlook, each account stores its own ADAL entry. Delete all entries in Credential Manager under MicrosoftOffice16_Data:ADAL and re-authenticate each account. Restart Outlook after the last account is set up.
Outlook Still Asks for Password After Rebuilding Profile
A rebuilt profile creates a fresh credential cache. If the prompt returns, the issue is likely in the Windows power settings rather than the Outlook profile. Repeat Step 1 and Step 4, then test with a single account before adding others.
Cached Exchange Mode vs Online Mode: Key Differences for Wake Behavior
| Item | Cached Exchange Mode | Online Mode |
|---|---|---|
| Mailbox data location | Local OST file on your hard drive | Server only, no local copy |
| Authentication on wake | Uses cached token, rarely prompts | Requires fresh authentication each wake |
| Offline access | Full access to cached items | No offline access |
| Performance on wake | Instant, no server sync delay | Slow, must sync folders first |
| Storage usage | High, depends on sync slider setting | Low, no local data stored |
After applying the steps above, Outlook should no longer display the “Need Password” window when your computer wakes from sleep. Test the fix by putting your PC to sleep for at least five minutes and then waking it. If the prompt still appears, verify that your Windows version is fully updated through Settings > Windows Update > Check for updates. As a final check, run the Microsoft Support and Recovery Assistant for Office 365 to automatically detect and repair credential issues.