Password best practices come down to a short, almost boring list that actually works: use a password manager to generate long, unique passwords for every account, turn on multi-factor authentication (MFA), and never reuse the same password across services. For teams in healthcare, legal, and finance, the biggest risk is rarely a password that was too simple. It is a password that was reused or stolen. Most account breaches now begin with credentials an attacker already has, not one they guessed, so the real goal is to remove reuse and add a second factor.
Password best practices are the set of habits and controls that keep account credentials from being guessed, cracked, reused, or stolen. They cover how a password is created (length and randomness), how it is stored (a password manager rather than a sticky note, spreadsheet, or browser), how it is protected (MFA), and how it is shared (only through secure channels). Modern guidance from standards bodies has moved away from forcing complicated character rules and frequent changes, and toward length, uniqueness, and a strong second factor.
The attacker playbook has changed. A decade ago the main worry was someone brute-forcing a weak password by trying many combinations. Today the bigger threat is credential theft: attackers obtain working passwords through data breaches, phishing, and infostealer malware (software that quietly harvests saved passwords and login sessions from an infected device), then simply log in. According to the Verizon Data Breach Investigations Report, stolen credentials are one of the most common ways attackers get their initial foothold, and IBM X-Force has reported a large share of intrusions that use valid, stolen credentials rather than any exploit at all.
This matters for one practical reason. If an attacker can buy or steal a password that already works, the strength of that password no longer protects you. What protects you is that the password is unique (so it cannot unlock anything else) and that a second factor stands between the stolen password and the account. For regulated teams handling sensitive records, that shift is the whole argument for the practices below.
Three properties make a password strong: length, randomness, and uniqueness. Length is the most important. The U.S. National Institute of Standards and Technology (NIST), in Special Publication 800-63B-4, recommends a minimum of 15 characters for a password used as a single factor (and supports lengths up to at least 64), while the Cybersecurity and Infrastructure Security Agency (CISA) recommends aiming for at least 16 characters. Randomness means avoiding dictionary words and personal details. Uniqueness means a different password for every account.
A useful alternative to a random string is a passphrase: four to seven unrelated words strung together, which is long, hard to crack, and far easier to remember. CISA gives examples like a handful of unrelated words combined into one phrase.
Here is the difference in practice:
The fastest reliable method is to let a password manager generate one for you. When you do need to create one by hand (for example, the master password that unlocks your manager), build a passphrase:
Avoid predictable building blocks entirely. Attackers run dictionary attacks (automated guessing using lists of common words and known passwords) and credential stuffing (replaying username and password pairs leaked from other breaches). Common breached passwords such as 123456, admin, and password (regularly identified in NordPass research) fall instantly, and so do contextual choices like a pet's name, the company name, or a season and year.
If you change one habit, change this one. Surveys cited in security research show that most people reuse passwords across multiple accounts (Forbes Advisor has reported figures around 78 percent), and SpyCloud's breach analysis has found that a large share of people exposed in breaches had reused a previously exposed password. Reuse is what turns a single leak into a chain reaction: one breached service hands an attacker the key to your email, and your email is the reset path to everything else.
Two rules follow directly. First, use one password per service, with no exceptions. Second, keep work and personal credentials completely separate. Your streaming service password has no business near company systems, and a company password should never protect a personal account. Treat separation as a security control, not etiquette: it limits the blast radius so that a compromise on one side cannot spill into the other.
A password manager is an application that generates, stores, and autofills your passwords inside an encrypted vault. You remember one strong master password, and the manager remembers everything else, including long random passwords you would never be able to memorize. It also flags weak or duplicated passwords so you can fix them. CISA and most security teams treat a password manager as the single easiest way to make strong, unique passwords realistic for every account.
There are two broad categories. Personal password managers serve individual users and small teams. Enterprise solutions, often part of Privileged Access Management (PAM, the practice of securing and monitoring high-value administrative credentials), add centralized control, access restrictions, auditing, and single sign-on (SSO, which lets users authenticate once to reach multiple approved applications). One caution: avoid relying on your browser's built-in storage for important credentials, since browser-stored passwords can be easier to extract from a compromised or stolen device than those in a dedicated, encrypted manager.
Multi-factor authentication (MFA) requires a second proof of identity in addition to your password, such as a code from an authenticator app, a hardware key, or a biometric check. Because a stolen or guessed password alone is not enough to get in, MFA blocks the large majority of automated, bulk attacks, and both CISA and Microsoft recommend it as a baseline control.
Not all factors are equal. Where it is supported, prefer phishing-resistant methods based on the FIDO2 and WebAuthn standards, including passkeys (cryptographic keys bound to your device that replace the password entirely and function as a standalone login method, not just a second factor). One-time codes sent over SMS are the weakest common factor, because they are vulnerable to SIM-swapping and SS7 protocol attacks which can intercept SMS messages at the network level, and NIST and CISA both advise against relying on them when stronger options exist.
No, not on a fixed schedule, at least not for ordinary user accounts. NIST now advises against mandatory periodic password changes for user passwords, because forced rotation pushes people toward predictable patterns (Summer2025 becomes Summer2026) and toward writing passwords down. Instead, change a password when there is a reason: a known or suspected compromise, a breach notification, or a credential you can no longer account for. Even when you are "pretty sure it's fine," a confirmed exposure is reason enough to rotate it. (Highly privileged administrative credentials are an exception and are often rotated routinely.)
Sometimes a credential genuinely has to be shared. When it does, the channel matters as much as the password. Never send a password over Slack, email, or text, where it can sit in searchable history, get forwarded, or be exposed if either account is compromised. Share it through a password manager's secure sharing feature instead, which keeps the credential encrypted and lets you revoke access later. If a password ever travels through chat or email, treat it as exposed and rotate it.
Healthcare, legal, and financial organizations carry an extra obligation, because the accounts in question often protect regulated data. In healthcare, that includes protected health information (PHI, individually identifiable health data). Frameworks set expectations that credential hygiene helps satisfy. The HIPAA Security Rule, for example, requires access controls and authentication safeguards for systems that handle PHI, and unique credentials plus MFA are practical ways to support those requirements. (HIPAA also governs vendor relationships through a Business Associate Agreement, or BAA, the contract that makes a service provider accountable for safeguarding PHI.)
One framing is worth keeping in mind: compliance and security are related but not identical. A password policy can technically satisfy an old checklist while leaving real risk in place, and a policy that looks strict (frequent forced changes, complex character rules) can be weaker in practice than a simpler one built on length, uniqueness, a password manager, and MFA. The goal for a regulated team is a policy that is both defensible to an auditor and genuinely effective against how attackers operate today. Strong, unique credentials, MFA, secure sharing, and an encrypted vault support recognized controls under frameworks like HIPAA, SOC 2, and ISO 27001 without sacrificing usability.
The most secure password is a long, random one generated and stored by a password manager, because you never have to remember or type it. For the one password you must memorize, a passphrase of four to seven unrelated words gives you length and memorability at the same time. In both cases, the password should be unique to a single account.
Research into breached credentials, such as NordPass's annual analysis, repeatedly finds the same offenders at the top: 123456, admin, and password. Any single dictionary word, a name or pet, a company name, or a season followed by a year falls into the same trap. These are the first guesses an automated attack makes, so avoid them entirely.
Yes, for almost everyone a reputable password manager is far safer than the alternatives, which are reuse, weak passwords, and sticky notes. The vault is encrypted, and you only need to protect one strong master password (ideally a passphrase) with MFA enabled. The convenience is also what makes strong, unique passwords realistic across dozens of accounts.
Longer is stronger. NIST recommends a minimum of 15 characters for a single-factor password and supports lengths up to at least 64, while CISA suggests aiming for at least 16. A passphrase is an easy way to reach that length without creating something impossible to remember.
Not on a fixed schedule for normal accounts. NIST advises against mandatory periodic changes, because they encourage predictable patterns. Change a password when there is a real trigger, such as a breach notification or any sign of compromise.
For important accounts, a dedicated password manager is safer than your browser's built-in storage. Browser-stored passwords can be easier to extract from a lost, stolen, or malware-infected device. Use the browser's offer to save logins only for low-value accounts, if at all.
Use the secure sharing feature in a password manager, which keeps the credential encrypted and lets you revoke access later. Do not send it over Slack, email, or text. If a password has ever traveled through one of those channels, change it.