Everyday IT · Passwords, Lockouts & MFA

Stop treating every sign-in problem like a password problem.

A reset can be correct and the user can still fail to sign in. Cached credentials, lockouts, stale mobile sessions, sync timing, MFA registration, and policy can all produce similar symptoms.First identify which authentication layer is actually failing.

The quick troubleshooting path

Use the symptom to narrow the problem before resetting everything.

01

What exactly is failing?

Windows sign-in, Microsoft 365, Outlook, VPN, remote desktop, mobile email, an application, or the MFA prompt may each use a different path.

02

Does the current password work anywhere?

Test one authoritative sign-in location when appropriate. A successful cloud sign-in but failed workstation login points you in a different direction than failure everywhere.

03

Is the account locked, disabled, expired, or risky?

Check account state before performing repeated resets. A locked or disabled account does not become healthy just because the password changed.

04

Is MFA the failing layer?

If the password is accepted and the failure occurs afterward, focus on authentication methods, registration, Conditional Access, device context, or the specific MFA provider.

Password reset does not mean every device knows the new password

This is one of the most common sources of confusion.

Workstation

Cached Windows credentials

A domain-joined laptop that cannot reach a domain controller may still accept the previously cached sign-in. The new domain password may not be usable locally until the device can contact the domain.

Mobile

Old credentials keep retrying

Phones, tablets, native mail apps, VPN clients, mapped resources, and background services may continue submitting the old password and can contribute to repeated lockouts.

Cloud

Synchronization can matter

In hybrid environments, password behavior depends on the organization's identity and authentication design. Know where the password was changed and which systems depend on synchronization.

Applications

Saved credentials live in many places

Credential Manager, scheduled tasks, services, drive mappings, line-of-business apps, and remote-session clients may all retain older credentials.

A successful reset is the start of verification, not the end of the ticket.

Confirm the account state, test the expected sign-in path, and identify any device or application still using the old credentials.

Account lockouts: find the source, not just the symptom

Unlocking the user repeatedly is not a fix if something immediately submits the wrong credentials again.

Pattern

Ask when it locks again

Immediately after unlock, when Outlook opens, when the user connects to VPN, when they arrive at another office, or overnight are useful clues.

Devices

Check forgotten endpoints

Old phones, tablets, laptops, saved wireless or VPN profiles, and remote sessions are common places for stale credentials to survive.

Services

Look beyond interactive sign-in

A service, scheduled task, mapped drive, script, application, or appliance configured with the user's credentials can create recurring lockouts.

Evidence

Use logs when the pattern is not obvious

In managed environments, domain-controller security events and identity-provider sign-in information can help identify the source instead of guessing.

MFA problems: separate password from second factor

If the password works but authentication fails at the prompt, troubleshoot MFA as its own layer.

Registration

Is the expected method registered?

Confirm the user still has access to the registered phone, authenticator app, security key, or other approved method.

Prompt

Are they receiving the challenge?

No prompt, repeated prompt, denied prompt, number-matching failure, and a prompt sent to an old device are different symptoms with different causes.

Device

Does the issue follow the user or one endpoint?

If MFA works in a browser on one device but not Outlook or a mobile app elsewhere, investigate the affected application's session, token, or device state.

Policy

Do not bypass a policy you do not understand

Conditional Access, trusted locations, device compliance, sign-in risk, and vendor-specific policies can intentionally block access even when the credentials are correct.

Safely re-registering MFA

Re-registration can be appropriate when a user replaced a phone, lost access to the old method, or has a clearly broken registration, but it should be deliberate.

Before

Verify the user's identity

Follow the organization's identity-verification procedure before changing authentication methods. MFA recovery is a security-sensitive action.

Review

Know what you are removing

Determine which authentication methods are registered and whether another working method can be used before deleting anything.

Recovery

Use the approved bootstrap method

Follow the organization's supported recovery process, which may include re-registration, a Temporary Access Pass, another approved factor, or vendor-specific enrollment.

Verify

Test the real application afterward

Do not stop after successful registration. Confirm the user can sign in to the application or service that originally failed.

Mobile works, desktop fails — or the reverse

That difference is useful evidence.

Desktop only

Check local session and token state

Outlook, Teams, Windows account integration, browser profiles, saved credentials, or device registration can fail while the user's cloud account remains healthy.

Mobile only

Check stale app credentials and old registration

Mobile mail profiles, Authenticator enrollment, device compliance, app protection, or an old account profile can cause failures isolated to the phone.

Browser works

The account may be fine

If clean browser sign-in succeeds, focus on the failing client's cached session, local profile, token, or device-specific policy rather than changing the password again.

Everything fails

Move back toward identity and policy

Check account status, password state, licensing where relevant, authentication methods, sign-in blocks, and service health before rebuilding individual applications.

Common mistakes

Authentication problems become messy when every credential and MFA setting gets changed at once.

Mistake

Resetting the password repeatedly

If the first reset was successful, another reset usually adds confusion unless there is evidence the password itself is still the issue.

Mistake

Deleting all MFA methods immediately

Removing working recovery methods can make the user harder to recover and can increase security risk.

Mistake

Turning off security controls to test

Do not disable MFA, Conditional Access, risk controls, or other protections casually just to see whether access starts working.

Mistake

Ignoring stale devices

A forgotten phone or background application can keep causing lockouts after the user has successfully changed their password.

When to escalate

Basic recovery should stop when the problem involves policy, compromise, privileged access, or a larger identity failure.

Escalate

Suspicious sign-ins or possible compromise

Unexpected MFA prompts, impossible travel, unfamiliar devices, sign-in risk, or evidence of account takeover belongs in the organization's security response process.

Escalate

Conditional Access or identity policy changes

Do not weaken tenant-wide or group-wide policy as a helpdesk shortcut. Escalate with the sign-in evidence and affected user context.

Escalate

Privileged or administrative accounts

Recovery for administrative identities deserves stricter verification and change control than a routine end-user password reset.

Escalate

Many users fail at once

Multiple simultaneous authentication failures can indicate identity-provider, synchronization, federation, network, or service-health problems rather than individual user mistakes.

Password → account state → cached credentials → MFA → policy.

Follow the evidence through the authentication path and change only the layer that is actually broken.