The Outlook password loop after KB5077181 usually traces back to one of five root causes. Understanding which layer is broken helps you pick the right fix without wasting time on steps that do not apply to your situation.
Windows Credential Manager is where Outlook stores your login tokens so it does not ask for your password every session. After KB5077181 adjusts the authentication stack, existing Outlook or Office entries in Credential Manager can become mismatched—they look valid to Windows but fail Outlook’s post-update verification check. The result: Outlook re-challenges your credentials on every startup. This is the most common cause and the easiest to fix.
Community and admin reports indicate KB5077181 coincides with changes in how Windows handles short-lived OAuth tokens for Microsoft apps, exposing pre-existing weaknesses in auth setups. Even if your Credential Manager entries are intact, the token lifecycle changes may cause Outlook to treat valid tokens as expired sooner than expected. This is a known pattern with Windows security updates that touch the authentication subsystem—and it typically resolves itself after Office also receives its own update in the following patch cycle.
Corporate VPNs introduce additional authentication layers (like Conditional Access policies) that must align with your current device’s trust status. After KB5077181 changes your device’s security posture slightly, your VPN or Azure AD Conditional Access policy may no longer recognize the device as trusted until credentials are re-established. Using public Wi-Fi or signing in from multiple devices simultaneously can produce the same symptom.
Layer 2 — Step-by-Step Fixes
Work through these fixes in order. Each one builds on the diagnosis in the previous sections, so start at Fix 1 and stop as soon as the loop resolves.
Helpful video resource: How to Stop Outlook From Repeatedly Asking for Password — Step by Step (2026) →
Fix 1 — Clear Outlook / Office Credentials from Credential Manager
This is the single most effective first step for post-KB5077181 loops. It removes stale tokens and forces Outlook to request fresh ones on next launch.
- Press Windows + S and search Credential Manager. Open it.
- Click Windows Credentials.
- Look for any entries containing: MicrosoftOffice, MSO, Outlook, Office 16, or your email address.
- Click each matching entry, then click Remove. If you see duplicates for the same account, remove all of them.
- Restart Outlook, enter your password, and check “Remember my credentials” when prompted.
Pro Tip: Do this while disconnected from your VPN first. Reconnect only after Outlook successfully re-saves the credential on a clean network.
Fix 2 — Verify Modern Authentication Is Active
If Fix 1 did not resolve the loop, the next step is ensuring Outlook is using Modern Authentication (OAuth2) rather than legacy Basic Auth. A KB5077181-related policy change can silently switch this setting.
- Open Outlook and go to File › Account Settings › Account Settings.
- Select your account and click Change.
- Click More Settings › Security tab.
- Uncheck “Always prompt for logon credentials.”
- Ensure Logon network security is not set to a Basic Auth option.
If you are in a Microsoft 365 managed environment, ask your IT admin to confirm Modern Authentication is enabled at the tenant level, as KB5077181 may have exposed a gap in your organization’s policy.
Registry Fix (advanced users): Open Registry Editor and navigate to HKEY_CURRENT_USER\Software\Microsoft\Office.0\Common\Identity. Set EnableADAL = 1 (DWORD). This explicitly forces Modern Auth for Office 16.x. Always back up your registry before editing.
Fix 3 — Repair or Recreate the Outlook Mail Profile
If the loop persists after Fixes 1 and 2, your Outlook profile itself may be corrupted—a common side effect of the update restarting Windows mid-session. Repairing it is safe and preserves your emails (they re-sync from the server).
Option A — Quick Repair:
- In Outlook, go to File › Account Settings › Account Settings.
- Select your account and click Repair.
- Follow the prompts and restart Outlook when complete.
Option B — New Profile:
- Open Control Panel › Mail (Microsoft Outlook) › Show Profiles › Add.
- Create a new profile with a new name and add your account.
- Set it as the default. On first launch, Outlook will rebuild its local cache from your Microsoft 365 server data automatically.
Note: Creating a new Outlook profile does not delete your emails. All mail lives on the Microsoft 365 server and re-syncs to your new profile within minutes.
Fix 4 — Run the Microsoft 365 Password Prompt Diagnostic
Microsoft provides a built-in automated diagnostic for exactly this issue, available to Microsoft 365 users. It checks your account configuration, authentication settings, and credential state, then applies recommended fixes automatically.
- In Windows Search (Win + S), type: Diag: Outlook keeps asking for my password.
- Alternatively, open the Microsoft 365 admin center or Support Assistant and search for the same phrase.
- Run the diagnostic, apply all suggested fixes, then restart Outlook and Windows.
Also Try: Launch Outlook in safe mode by running outlook.exe /safe from the Run dialog (Win + R). If the loop disappears in safe mode, a COM add-in installed before KB5077181 is interfering with authentication. Disable add-ins via File › Options › Add-ins.
Fix 5 — Update Office and Windows 11 Again
Microsoft often ships follow‑up cumulative updates and Office patches that address authentication side effects discovered after major Windows security updates like KB5077181. Make sure both are fully up to date before concluding the loop is unresolvable.
Update Office: In Outlook, go to File › Office Account › Update Options › Update Now. Let it finish completely and restart.
Update Windows 11: Go to Settings › Windows Update › Check for Updates. Install any pending cumulative updates, as these may include fixes for the authentication side effects introduced by KB5077181.
Fix 6 — Network and VPN Troubleshooting
If you are on a corporate network or VPN and the above fixes have not resolved the loop, the issue may be device-trust or Conditional Access policy-related rather than purely local to Outlook.
- Disconnect your VPN and connect to a personal or home network.
- Open Outlook and sign in fresh.
- If the loop stops, your corporate VPN’s Conditional Access policy is rejecting your device’s post-KB5077181 trust state. Contact your IT admin with a description of the KB5077181 trigger—they can re-establish device compliance in Azure AD or Intune.
Also consider running a System File Checker scan: open an administrator Command Prompt and run sfc /scannow. KB5077181 has been reported to cause file-system inconsistencies on a small number of machines, which can affect Office app behavior.
Success Rate by Fix:Based on Microsoft Answers community reports and IT support forums, Fix 1 (clearing Credential Manager) resolves approximately 60–70% of KB5077181 Outlook loops. Fix 3 (profile repair) handles most of the remaining cases. Fixes 4–6 address edge cases involving organizational policies or cascading update issues.
Symptom vs. Likely Cause / Fix Table
Use this table to quickly match your exact symptom to the right fix. This is your zero-click reference—bookmark it for future update-related Outlook issues.
Prevention: Stop It Happening After Future Updates
Once you have resolved the current loop, these habits will dramatically reduce the chances of it recurring after the next Windows 11 cumulative update.
- Enable Modern Auth Fully: Work with your IT admin to confirm OAuth2 is enforced at the Microsoft 365 tenant level. Legacy Basic Auth is deprecated and the source of most auth loops.
- Back Up Your Outlook Profile: Before any major Windows update, export your Outlook profile data and note your account settings. Recovery becomes trivial if the profile corrupts post-update.
- Delay Optional Updates 7 Days: In Windows Update settings, set a 7-day delay for non-security updates. This lets Microsoft roll out patches for known conflicts before your device installs them.
- Keep Office Updated: Ensure Outlook and Microsoft 365 apps are set to update automatically. Office patches often follow within days of a Windows update to fix compatibility issues like this one.
- Clear Credentials Pre-Update: If you are in an IT-managed environment, proactively clear Credential Manager’s Office entries before installing a major Windows security update, then re-sign in cleanly after.
- Watch Microsoft Release Notes: Follow the official Windows Health Dashboard and Microsoft 365 Message Center for known issues flagged with each update before rolling it out to your machines.
FAQ — Outlook Password Loop After KB5077181
We have answered the most common questions users ask after hitting this update-triggered sign-in loop, written for fast skimming.
Why does Outlook keep asking for my password after the Windows 11 February 2026 update?
After installing KB5077181, Windows adjusts its sign-in token handling for Microsoft apps. This can invalidate Outlook’s existing cached credentials in Credential Manager, causing it to re-challenge your password on every session. Your account and password are almost certainly fine—clearing the outdated Office credentials from Credential Manager resolves it for most users.
Does KB5077181 break Outlook authentication permanently?
No. KB5077181 does not intentionally break Outlook, but its changes to Windows authentication internals can disturb pre-existing credential caches and OAuth token states for Office apps. This manifests as a temporary loop that is fully resolvable using the steps in this guide. Subsequent Office and Windows releases typically refine authentication behavior, and Microsoft may document known issues and mitigations for conflicts like this in updated notes.
Will clearing credentials from Credential Manager delete my emails or account?
No. Clearing Outlook credentials from Windows Credential Manager only removes the locally cached authentication tokens. Your emails live on the Microsoft 365 server and are completely unaffected. Once you sign back into Outlook with your correct credentials, everything re-syncs automatically within a few minutes.
What causes Outlook to keep asking for password after KB5077181 specifically?
The most common root causes are: stale or mismatched entries in Windows Credential Manager that KB5077181 invalidated; Outlook falling back to legacy Basic Authentication after the update adjusted OAuth policies; Outlook profile or OST file corruption triggered by the update’s installation restart; and corporate VPN or Conditional Access policies that no longer recognize the device post-update.
How do I fix Outlook keeps asking for password after the Windows 11 update if I am on a corporate device?
Start with Fix 1 (clear Credential Manager) and Fix 3 (repair profile) as self-service steps. If the loop continues on a corporate device, involve your IT admin. KB5077181 can affect device compliance status in Intune or Azure AD, which triggers re-authentication via Conditional Access. Your admin can re-register the device or adjust the Conditional Access policy to recognize its updated state.
Outlook keeps asking for password but my account is fine on other devices—why?
This confirms the issue is local to the PC that received KB5077181. Other devices have their own separate Credential Manager stores and were not affected by this update, or have not received it yet. Repair the Outlook profile or clear credentials on the affected machine as described in this guide—the other devices will remain unaffected throughout.
References and Sources
All sources below meet Google’s E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) standards. External links open in a new tab.
- Microsoft Support: KB5077181 Official Release Notes — OS Builds 26200.7840 and 26100.7840. Microsoft Corporation, February 10, 2026.
- Microsoft Learn: Outlook Continually Prompts for Password When Connecting to Microsoft 365. Microsoft Docs, Updated 2025–2026.
- Microsoft Q&A: Classic Outlook Password Issues Post-KB5077181. Microsoft Answers Community, February 13, 2026.
- Microsoft Q&A: Outlook Keeps Asking for My Password. Microsoft Answers Community, March 15, 2026.
- Microsoft Support: Fix Your Outlook Email Connection by Repairing Your Profile. Microsoft Office Support.
- YouTube: How to Stop Outlook From Repeatedly Asking for Password — Step by Step (2026). Published December 2025, Referenced April 2026.
- BleepingComputer: Windows 11 KB5077181 & KB5075941 Cumulative Updates Released. BleepingComputer, February 2026.
- Microsoft Q&A: Outlook Keeps Repeatedly Prompting for My Password. Microsoft Answers, January 2026.