The first step is to review existing passwords and replace any that are short, reused, or not random enough. Then generate new passwords that are long and include letters, numbers, and special characters. After that, turn on multi factor authentication for supported accounts so a stolen password alone is not enough for access.
Why the first step is to replace weak passwords before adding anything else
If current passwords are short, reused, or predictable, the immediate problem is not complexity for its own sake, it is that those passwords are easier to guess, reuse across sites, or recover after a breach. The first practical move is to review the existing set and replace the weakest credentials with unique, high-entropy passwords that are not recycled elsewhere.
Length matters more than clever composition tricks, but modern guidance still favours passwords that are long, random, and hard to guess by both humans and automated tools. A password manager can make that first clean-up realistic because it removes the burden of memorising dozens of unique strings.
What “modern strength standards” usually mean in practice
Modern password strength is about resistance to guessing, reuse, and automated attack, not just ticking a box for mixed characters. Strong passwords are typically unique per account, long enough to resist brute force, and random enough that they do not follow a personal pattern or a familiar phrase with minor changes.
A password that meets an old policy on paper can still be weak if it is reused, derived from a known pattern, or based on a word list with substitutions. For that reason, users should prioritise new unique passwords for the accounts that matter most first, then work outward to less sensitive accounts.
Where supported, a password manager is the simplest way to generate and store passwords that are both long and random. For background on current identity guidance, NIST SP 800-63 Digital Identity Guidelines and the password advice in CISA’s creating strong passwords guidance both reinforce the shift away from weak, user-generated patterns.
Why multi factor authentication comes after password cleanup
Multi factor authentication is the right follow-on control because it limits the damage if an old password has already leaked, been guessed, or been phished. It does not fix a weak password by itself, but it raises the bar so that a stolen password alone is not enough to log in.
That sequencing matters. If users turn on MFA first but keep weak or reused passwords, they still carry unnecessary exposure on accounts that do not support MFA, on recovery paths, or during login flows that can be targeted by phishing and credential stuffing. The stronger sequence is: clean up passwords, then enable MFA wherever supported, especially on email, banking, cloud, and administrator accounts.
For the strongest protection, choose phishing-resistant factors when available. NIST SP 800-63 Digital Identity Guidelines is the clearest external reference for why better authenticators outperform password-only access, and CISA’s Secure Our World guidance on strong passwords supports the same basic user sequence of strong unique passwords plus MFA.
How to prioritise the reset without creating new problems
Start with the accounts that would cause the most damage if compromised: primary email, password manager, financial services, work systems, and any account that can reset other passwords. Those accounts often become the recovery hinge for everything else, so a weak password there creates broader risk than a weak password on a low-value account.
Then replace passwords in a controlled order, using a manager to generate each new one and recording recovery options at the same time. If the service offers MFA, enable it immediately after the password change so the account does not sit in a stronger-password-but-still-single-factor state for long.
For implementation detail and policy backing, the account hardening and access-control expectations in NIST SP 800-53 Rev. 5 and the practical account protection guidance in the UK NCSC’s two-step verification advice both align with this priority order.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
NIST SP 800-63, NIST SP 800-53 Rev 5 and CIS Controls v8 set the technical controls, while ISO/IEC 27001:2022 defines the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST SP 800-63 | Digital Identity Guidelines | Covers modern authenticator strength and MFA choices for user login security. |
| Recommendation — Use stronger authenticators and MFA to reduce password-only account takeover risk. | ||
| NIST SP 800-53 Rev 5 | IA-5 — Authenticator Management | Directly addresses password and authenticator lifecycle, including replacement and strengthening. |
| IA-2 — Identification and Authentication (Organizational Users) | Supports user authentication hardening for accounts that depend on passwords and MFA. | |
| Recommendation — Enforce authenticator rotation, uniqueness, and secure management for user accounts. Require multi-factor authentication for accounts that access sensitive systems. | ||
| ISO/IEC 27001:2022 | A.5.17 — Authentication information | Applies to protecting and improving password handling and other authentication information. |
| Recommendation — Protect authentication information and replace weak credentials with stronger ones. | ||
| CIS Controls v8 | CIS-6 — Access Control Management | Supports strong account access practices, including reducing weak password exposure and enabling MFA. |
| Recommendation — Restrict account access and enforce stronger authentication for critical services. | ||
Practitioner Guidance
What to prioritise: Fix the most reusable or exposed passwords first, beginning with email and any account that can be used for recovery or financial access. Those accounts create the largest blast radius if they are compromised.
What to verify: Confirm that each replacement password is unique, not reused anywhere else, and generated rather than edited from an old pattern. If an account supports MFA, verify it is actually enrolled after the password change, not just available.
Common mistake: Users often rotate passwords without improving quality, or they enable MFA only on a few apps and leave recovery channels weak. That leaves a false sense of safety while the easiest takeover paths remain open.
Practitioner takeaway: The right first move is to remove the weakest credentials from circulation, then add MFA to reduce the impact of any password that is later exposed.
Related resources from NHI Mgmt Group
- Why do compromised passwords create such a high account takeover risk even when users meet complexity rules?
- What happens when existing users are migrated to passwordless sign-in without first verifying their current identity?
- What is the first step in building a modern NHI security programme?
- Why do reused passwords still matter in modern IAM programmes?