BIP39 Passphrase (25th Word): What It Does and Its Risks
Learn how the BIP39 passphrase (25th word) creates a separate wallet, its security benefits, and the critical risk of losing access with no recovery.
A BIP39 passphrase, often called the 25th word, is an optional string of characters added to a seed phrase. It is not a word from the BIP39 list; it can be any text, including spaces and symbols. When entered alongside the 12 or 24 words, it generates a completely different set of wallets. The same seed phrase without the passphrase produces one wallet; with the passphrase, it produces another. Neither wallet can access the other’s funds.
The mechanism is straightforward. The seed phrase is converted into a seed, which is then used to derive keys. The BIP39 standard allows an optional passphrase to be mixed into that conversion. Changing even one character in the passphrase yields a different seed and therefore different addresses. This means the passphrase acts as an additional factor: both the seed phrase and the passphrase are needed to recreate the wallet.
What the Passphrase Protects Against
The primary use is to protect against someone who obtains the seed phrase. If a seed phrase is stolen—through a phishing site, a compromised device, or physical theft—the thief can access the wallet unless a passphrase is set. With a passphrase, the thief sees only an empty wallet, because they lack the passphrase. The real funds remain hidden.
A second use is plausible deniability. A person can store a small amount of funds in the wallet derived from the seed phrase alone, and a larger amount in the passphrase-protected wallet. If forced to reveal the seed phrase, the attacker finds only the small balance, while the larger balance remains hidden.
The passphrase also adds security to a seed phrase that might be exposed in parts. For example, if someone finds a written seed phrase but not the passphrase, they cannot access the funds.
The Critical Failure Mode: No Recovery, No Error
The passphrase has a severe drawback: there is no recovery mechanism and no error message. If the passphrase is lost or forgotten, the wallet it protects is gone forever. The seed phrase alone will not restore it. Entering the seed phrase without the passphrase produces the original wallet, not the hidden one. Entering the seed phrase with a wrong passphrase produces yet another wallet, which appears empty. There is no warning that the passphrase is incorrect—the software simply shows an empty balance.
This means that the passphrase must be stored separately and securely, just like the seed phrase. Losing it is equivalent to losing the funds. There is no “forgot passphrase” option, no customer support, and no way to brute-force it if the passphrase is long and random.
Comparison: With and Without a Passphrase
| Scenario | Wallet Derived | Access Without Passphrase | Access With Wrong Passphrase | Recovery if Passphrase Lost |
|---|---|---|---|---|
| Seed phrase only | Standard wallet | Full access | N/A | N/A |
| Seed phrase + correct passphrase | Hidden wallet | Empty wallet (no access) | Different empty wallet | Impossible |
| Seed phrase + wrong passphrase | Different empty wallet | N/A | Empty wallet (no error) | N/A |
What People Get Wrong: The Misdiagnosis
A common mistake is believing that the passphrase is a backup or a recovery method. Some think that if they lose the passphrase, they can still recover the wallet with the seed phrase alone. That is false. The passphrase is not a password that can be reset; it is an integral part of the key derivation. Without it, the wallet is mathematically inaccessible.
Another misconception is that the passphrase adds a layer of encryption that can be cracked. In reality, the passphrase is mixed into the seed derivation, and if it is short or predictable, it could be guessed. However, for a strong passphrase, brute-force is infeasible. The risk is not being hacked; it is losing the passphrase.
People also confuse the passphrase with a password manager or a second factor. It is not a second factor in the usual sense because it is not stored anywhere and is not tied to a device. It is simply an extra secret that must be remembered or stored.
The natural mistake is to treat the passphrase as an optional extra that can be ignored. In practice, if a passphrase is set, it becomes as critical as the seed phrase itself. Users who set a passphrase and then forget it often realize too late that their funds are gone.
How to Use a Passphrase Safely
The decision to use a passphrase should be deliberate. It is not necessary for everyone. For most users, a well-protected seed phrase is sufficient. If a passphrase is used, follow these guidelines:
- Store the passphrase separately from the seed phrase. Do not keep them together, as that defeats the purpose.
- Use a passphrase that is long and random. A single word is easy to guess. A phrase of several random words or a long string of characters is better.
- Test the setup before transferring significant funds. Create a small test transaction to confirm that the passphrase produces the expected wallet.
- Document the passphrase in a secure location, such as a password manager or a physical safe. Do not rely on memory alone.
- Never enter the passphrase into a website or an online service. The passphrase is as sensitive as the seed phrase. Legitimate wallet software will ask for it locally, but a website that requests it is almost certainly a scam.
The Passphrase and Security Best Practices
The passphrase adds security only if it is kept secret. It does not protect against malware that can read the screen or capture keystrokes. If a device is compromised, both the seed phrase and the passphrase could be stolen. Therefore, the passphrase should be entered only on a trusted, offline device.
It also does not protect against phishing that tricks the user into entering the passphrase. A phishing site might ask for the seed phrase and the passphrase, claiming it is for verification. Never provide either to a website. Legitimate services never ask for a seed phrase or passphrase.
Conclusion
The BIP39 passphrase is a powerful tool for creating a hidden wallet and adding an extra layer of security. However, it comes with a significant risk: if the passphrase is lost, the funds are unrecoverable. Understanding the mechanism—that the passphrase changes the wallet derivation—is essential. The passphrase is not a recovery method; it is a requirement. Anyone considering using a passphrase must be prepared to store it securely and understand that there is no backup.
Common questions
What is the 25th word in a seed phrase?
The 25th word is an optional passphrase that you can add to your 12 or 24 word seed phrase. It is not a word from the BIP39 list; it can be any text. When entered, it creates a completely different wallet from the same seed phrase.
Can I recover my wallet if I forget the passphrase?
No. If you forget the passphrase, the wallet it protects is lost forever. There is no recovery mechanism. The seed phrase alone will not restore it, and entering a wrong passphrase will show an empty wallet with no error.
Does the passphrase make my wallet more secure?
Yes, if someone steals your seed phrase, they cannot access your funds without the passphrase. However, the passphrase must be kept secret and stored securely. It also adds complexity, and losing it means losing access permanently.
Can I use any word as the 25th word?
Yes, the passphrase can be any string of characters, including spaces and symbols. It does not have to be a word from the BIP39 list. For security, it should be long and random.
Is it safe to enter my passphrase on a website?
No. Never enter your seed phrase or passphrase on any website. Legitimate wallet software will ask for it locally on your device. Any website requesting it is likely a phishing scam.
Read next
- Cold Storage Crypto: Degrees of Offline Security Understand cold storage crypto: what air-gapped wallets do, how they protect keys, and the real trade-offs of offline signing.
- Public and Private Keys: How the Pair Works Understand the public-private key pair: what each key does, how addresses derive from public keys, and what signing proves. Essential for crypto security.
- What a Seed Phrase Actually Is Learn what a seed phrase really is: the master key to all your crypto. Understand how it works, why it's not a password, and how to keep it safe.