A passphrase (often called the "25th word") is an optional extra secret that you can append to your standard 12- or 24-word seed phrase to create a different wallet. Think of your seed phrase as the master key. The passphrase is an extra password that makes a second master key. Together they produce a different set of private keys and addresses.
This is a non-custodial feature: you and only you control the private keys if you keep both the seed phrase and the passphrase. I believe the passphrase is best understood as a high-risk, high-reward tool — powerful when used carefully, dangerous when it’s mismanaged.
Under the hood, the passphrase is combined with your seed phrase using a standard key-derivation function to generate a unique master private key. In practice that means:
One seed phrase can therefore unlock many different wallets depending on the passphrase entered. The wallet software will show different addresses and balances for each passphrase.
But don’t assume a missing balance means loss. Often it just means the wallet is unlocked with a different passphrase or no passphrase at all.
In my testing, using a passphrase made me more disciplined about separating daily spending wallets from long-term cold storage. And that separation reduced accidental use of the wrong account.
This is the hard part. The passphrase adds attack surface because it is an extra secret you must manage.
Key risks:
In my experience, forgetting or mistyping the passphrase is the single most common cause of wallet access problems. So treat passphrases like a second master key — but with stricter operational rules.
Should I use passphrase hardware wallet? Short answer: it depends on your threat model and discipline.
Ask yourself:
Who should use a passphrase:
Who should avoid it:
If you’re unsure, consider multisig as an alternative. Multisig reduces single-point-of-failure risk without adding a hidden secret. See the multisig guide for options.
How to (and how not to): practical steps.
In my testing, step 5 (the test send) prevented more than one accidental lockout. It’s a small effort that pays off.
| Feature | No passphrase | Passphrase (25th word) | Multisig |
|---|---|---|---|
| Single secret to manage | Yes | No (seed + passphrase) | No (multiple keys) |
| Protects against seed theft alone | No | Yes (if passphrase secret) | Yes (if threshold >1) |
| Recovery risk if forgotten | Lower | Very high (unrecoverable) | Lower if backups exist |
| Operational complexity | Low | High | Medium–High |
| Best for | Beginners, small balances | Advanced users, high-value storage | Those who want no single point of failure |
Common cause: wrong passphrase.
If you still see zero balance after verifying passphrase and derivation settings, restore the seed phrase (without passphrase) on a clean device or an air-gapped wallet to confirm the original funds exist. See recovery and restore.
Q: Can I recover my crypto if the device breaks?
A: Yes — if you have the seed phrase and the passphrase (if used). Restore onto another compatible hardware wallet or an air-gapped tool. If you lose the passphrase but keep the seed phrase, funds under the passphrase are unrecoverable.
Q: What happens if I forget my passphrase?
A: Funds protected by that passphrase are effectively gone. That’s the trade-off for the extra security. Consider multisig or key-splitting if you fear human memory errors.
Q: Is Bluetooth safe for entering a passphrase?
A: Bluetooth increases the attack surface compared with wired or air-gapped methods. Enter passphrases on-device when possible. See connectivity security for more.
Q: Why does my wallet show a different balance after enabling a passphrase?
A: Because passphrase-derived wallets create different addresses. You may be looking at an empty derivation that corresponds to a different passphrase.
A passphrase (25th word) can be a powerful tool for privacy and extra security when used carefully. But it raises the stakes: lose it, and you lose access to funds. If you decide to use one, follow the step-by-step checklist here, test with small transactions, and keep your passphrase storage strictly separate from your seed backups.
If you're building a long-term storage plan, read the guides on seed backups, multisig options, and air-gapped workflows. For step-by-step device setup examples see the general device setup guide and the firmware updates guide.
Want help choosing between a passphrase and multisig for a specific holding? Check the multisig guide and then test your chosen setup with small amounts before migrating significant funds. But remember: the human factor is the highest risk — pick a plan you can reliably follow.