Emergency Access and RecoveryPassword Manager Security
Password Manager Emergency Access: How It Works and What Can Go Wrong
Password manager emergency access lets a person you selected in advance request access to some or all of your vault. A delay usually gives you time to deny an unauthorized request. If you do nothing before the delay expires, access may be granted automatically.
That is useful for incapacity, death, or lockout. It is also a deliberately created alternate path into your most sensitive account.
A typical emergency-access flow
Although implementations differ, a common model is:
- The vault owner invites a trusted contact.
- The contact accepts and establishes an account or cryptographic relationship.
- The owner chooses the contact's permissions and waiting period.
- The contact later requests access.
- The owner receives notifications and may approve or reject the request.
- If the owner does nothing, access is granted after the waiting period.
- The contact views the vault or takes over the account, depending on the permission granted.
Bitwarden documents view and takeover modes, manual approval or denial, and automatic approval after a user-selected wait period. Its minimum wait is one day. See Bitwarden's official emergency-access documentation.
Keeper documents a per-contact delay of up to three months in its Emergency Access guide. NordPass documents a fixed seven-day response period after a request, after which access is granted automatically if the owner does nothing. See NordPass's official instructions.
These are product behaviors verified on August 27, 2026. Providers can change them.
The cryptographic problem
The provider should not decrypt a zero-knowledge vault merely because a database field says “approved.” The trusted contact needs a cryptographically legitimate route to the vault key.
One approach encrypts key material for the contact using public-key cryptography when the relationship is established. The service can later release the encrypted material after the policy conditions are met, but it still cannot read the vault itself. Bitwarden states in its security white paper that its emergency access uses asymmetric encryption to operate in a zero-knowledge environment.
The security claim still depends on implementation details:
- How contact public keys are authenticated
- Whether invitations can be intercepted or redirected
- How approval state is protected
- Whether the provider can substitute keys
- Whether key releases are auditable
- How contacts are revoked
- Whether old encrypted grants remain usable
“Zero knowledge” does not remove the need to threat-model the control plane.
What can go wrong
The trusted contact is compromised
An attacker who controls the contact's account may submit a request. MFA on the contact's account, suspicious-login alerts, device controls, and a meaningful waiting period all matter.
Do not choose a contact who reuses passwords, ignores account alerts, or cannot follow recovery instructions.
The owner misses the warning
The owner may be traveling, ill, locked out of email, or simply ignoring an old inbox. Automatic approval treats silence as authorization because the entire feature is designed for cases where the owner cannot respond.
Use multiple notification channels where the product supports them, keep contact information current, and choose a delay long enough to survive an ordinary absence.
The delay is too short
A one-day delay may be appropriate only when rapid access matters and the contact is highly trusted and well secured. For most personal planning, seven to fourteen days provides more time to detect fraud while remaining useful during a genuine emergency.
Longer delays—thirty days or more—reduce takeover risk but may be useless for urgent bills, business operations, or medical coordination.
There is no universally correct number. Choose based on the harm of delayed access versus unauthorized access.
Permissions are too broad
View access and account takeover are not equivalent.
- View access exposes saved secrets but may preserve the owner's account settings.
- Takeover access may allow password changes, MFA changes, exports, edits, and deletion.
If a product can share only the entire vault, consider whether especially sensitive records belong in a separate vault or recovery plan.
The relationship becomes stale
People divorce, die, become estranged, change email addresses, or lose technical competence. Emergency contacts require periodic review.
NIST says providers using recovery contacts should let users view and manage them and should remind users annually to review them in SP 800-63B. Annual review is a sensible minimum even outside systems governed by that standard.
The contact has access but no authority
Technical ability to sign in does not automatically grant legal authority to manage assets, close accounts, transfer money, or act for an incapacitated or deceased person.
Pair the technical plan with appropriate estate documents and professional legal advice. See Password Manager vs. Digital Estate Plan.
Choosing a trusted contact
Choose someone who is:
- Personally trustworthy
- Likely to remain available
- Capable of securing their own accounts
- Willing to follow written instructions
- Able to recognize phishing and fraud
- Appropriate for the information they may see
- Legally authorized where necessary
Avoid naming someone merely because they are the closest relative. Technical competence and judgment matter.
Consider appointing different people for different roles: a spouse for household continuity, an executor for estate administration, and a business successor for company systems. Your password manager may not support such granular separation, which is itself an important product-selection criterion.
A safer setup checklist
- Secure both the owner and contact accounts with MFA.
- Verify the contact through another channel before accepting an invitation.
- Grant the least powerful access that meets the need.
- Choose a waiting period based on real urgency.
- Enable every available notification channel.
- Write instructions that explain when access is appropriate.
- Do not place the only copy of those instructions inside the vault.
- Test the request and denial process.
- Review contacts and permissions annually.
- Revoke access immediately after a relationship or security change.
For current product differences, see Emergency Access Comparison. For a deeper design analysis, see Threat-Modeling Password Manager Emergency Access.
Lockstep status
As of the last review date above, this guide should not be read as a claim that Lockstep currently ships trusted-contact emergency access. Lockstep's implemented vault architecture is relevant to designing such a feature, but a secure key-grant and policy system must be built, tested, and documented before the capability can be advertised.
The bottom line
Emergency access is neither inherently safe nor inherently a backdoor. It is an alternate authorization and key-access mechanism. Its safety depends on contact security, cryptographic design, permissions, notifications, waiting periods, and the owner's ability to revoke it.
Treat the emergency contact as someone who may eventually possess every secret you grant—not as a harmless name in a settings screen.