Password Manager Lab
A locked password vault with recovery-code and emergency-kit options for a forgotten master password
guides

Lost master password recovery: what works in Bitwarden, 1Password, and KeePassXC

What you can do if you forget your master password in Bitwarden, 1Password, or KeePassXC, and the recovery options to set up before you need them.

By PML Editorial · · 7 min read

The first thing every password manager guide tells you is also the most-ignored: do not lose your master password. Modern vaults are designed so that the provider literally cannot read your data, which means they cannot reset your password the way your bank can. If you forget it and have no recovery option configured, the vault is gone.

The good news: every serious password manager now ships some form of recovery — but each one works differently, and most only help if you set them up before the lockout. This guide covers what’s actually possible for Bitwarden, 1Password, and KeePassXC in 2026, and the exact setup steps to do today.

If you don’t yet have a vault: start with the Bitwarden setup guide and come back once your account exists.

Why your provider can’t just reset your master password

All three managers use your master password (often combined with extra material like 1Password’s Secret Key) as part of the key that decrypts the vault locally on your device. The server never sees the plaintext password or the decryption key. This is the point of a “zero-knowledge” architecture — a breach of the provider’s servers does not breach your vault.

The tradeoff: if you forget the only material that can unlock your vault, no support ticket can bring it back. Bitwarden’s help center is blunt about this in its account recovery documentation, and 1Password’s recovery flow exists only because you set up a recovery code or family-account recovery in advance.

So “recovery” means one of three things:

  1. A pre-issued recovery code or kit saved somewhere safe.
  2. A trusted person on your plan who can initiate recovery for you.
  3. Another device that already has your vault decrypted locally.

There is no fourth option.

Bitwarden: account recovery and emergency access

Bitwarden’s individual paid plans, family plan, and Teams/Enterprise plans all offer recovery mechanisms, but they’re opt-in and differ by tier.

Option 1: Emergency Access (Premium and Family plans)

Emergency Access lets you nominate a “trusted emergency contact” who can request access to your vault. You set a waitTime (default 7 days). If they request access and you don’t deny it within the wait period, they get either view-only access or full takeover, depending on what you assigned.

This is what you set up before a lockout. To configure:

  1. Log in to the Bitwarden web vault.
  2. Go to Settings → Emergency access.
  3. Click Add emergency contact, enter the contact’s Bitwarden account email, choose View or Takeover, and set the wait time.
  4. Your contact accepts the invitation. You then Confirm them from the same page.

After that, if you ever lose access, your contact requests it from their own Emergency Access page; after the wait period elapses with no rejection from you, they’re in.

Option 2: Admin Password Reset (Teams and Enterprise)

On Bitwarden Teams or Enterprise, an admin can enable “Account Recovery Administration” for members and reset a member’s master password by re-encrypting their key with the organisation’s recovery key. The user accepts the new password on next login. This is a business feature; it does not exist on personal Bitwarden plans.

Option 3: A logged-in device

If you’ve forgotten your master password but still have a device where Bitwarden is unlocked, you can export the vault from that device:

  1. Open the Bitwarden desktop app or web vault on the unlocked device.
  2. Go to Tools → Export vault (or File → Export vault on desktop).
  3. Choose .json (encrypted) with a new password you’ll remember, or .json for unencrypted export.

Then create a new Bitwarden account with a new master password and Tools → Import data the export. Delete the unencrypted export afterwards.

This is a manual escape hatch, not official recovery — it works only if a device is still authenticated. Note that two-step login recovery codes do not recover the master password; they only bypass 2FA.

1Password: the Recovery Code, the Secret Key, and family recovery

1Password’s recovery model is the most layered of the three because the master password is only part of what decrypts your vault — the other part is the Secret Key, a 128-bit value generated on signup and stored only on your devices and in your Emergency Kit.

The Emergency Kit and Secret Key

On signup, 1Password generates an Emergency Kit PDF containing your sign-in address, email, Secret Key, and a blank field for your master password (filled in by hand). Their support documentation on Secret Key security is explicit that this PDF should be printed and stored physically — a safe, a safety deposit box, or a sealed envelope with a trusted person. If you’ve lost the master password but still have the Secret Key and a signed-in device, you can sign in on a new device and change the master password from settings.

Option 1: Recovery Code (individual accounts)

1Password’s Recovery Code feature for individual accounts is a one-time code you generate from your account settings to recover access if you lose the master password. The code is stored only by you and revokes itself once used.

To set it up:

  1. Sign in to 1Password.com.
  2. Click your name in the top-right → My Profile.
  3. Click Set Up Recovery Code and save the code outside the vault (printed, safe deposit box, or another secure store).

The recovery code lets you set a new master password while keeping your existing Secret Key. It only works if generated beforehand — there’s no after-the-fact way to create one.

Option 2: Family recovery

On a 1Password Families or Teams plan, account owners and family organisers can initiate recovery for any other member. The recovering user verifies through their email and sets a new master password; the vault is preserved. Family recovery is the most user-friendly option and one of the main reasons the Families plan is worth the price for non-technical households — we compare it against the alternatives in the family password manager plans compared post.

1Password support itself cannot recover your account. They have neither your master password nor your Secret Key. With no recovery code, no family member to recover you, and no signed-in device, the vault is gone.

KeePassXC: it’s just a file

KeePassXC takes the opposite philosophy: no server, no provider, no recovery service. Your vault is a .kdbx file. Lose the master password and KeePassXC cannot help — the official KeePass security page is direct that the database is encrypted with AES-256 or ChaCha20 keyed from your master password (plus optional key file and/or hardware key), with no backdoor.

What you can design is redundancy. KeePassXC supports composite master keys — any combination of master password, key file (a random blob KeePassXC generates that must be present), and a hardware key (YubiKey HMAC-SHA1 on a slot).

Practical KeePassXC recovery setup

  1. Backups, plural. Keep encrypted copies of your .kdbx in at least two locations: a cloud sync (Dropbox, Nextcloud, Syncthing) and a removable drive in a different physical location. The file is already encrypted, so storage doesn’t have to be high-trust.
  2. A hardware-key second factor. Configure a YubiKey HMAC-SHA1 slot and add it to the database (Database → Database Security → Add additional protection → YubiKey). Keep a backup YubiKey programmed identically.
  3. A sealed master password copy. Write it on paper, seal it in an envelope, store it in a safe or with a trusted person, and check on it yearly. This is the closest KeePassXC has to “emergency access”.

For a deeper walk-through of KeePassXC’s threat model, see the KeePassXC review.

Set this up before you need it

Go configure recovery today, before you forget anything:

  • Bitwarden: add an Emergency Access contact and confirm them.
  • 1Password: generate a Recovery Code and print the Emergency Kit.
  • KeePassXC: confirm two backups of the .kdbx and a sealed paper copy of the master password.

While you’re tightening the basics, re-read the password security fundamentals — recovery is one layer, but a strong unique master password plus phishing-resistant 2FA is the layer you want to never have to test.

The worst time to learn how your password manager’s recovery works is the moment you realise you can’t get in.

Sources

  1. bitwarden.com — Account Recovery
  2. support.1password.com — Recovery Code
  3. support.1password.com — Secret Key Security
  4. keepass.info — Security Html

Related

Comments