The term "passphrase 25th word" comes from how some wallets present the feature: you already have a 12- or 24-word seed phrase, and an extra secret (the passphrase) acts like a 25th word to produce a different wallet. In practice the passphrase is free-form text you add to your seed phrase to derive a different set of private keys.
Think of your seed phrase as a master key. The passphrase is a second, independent lock on the same door. Use a different passphrase and you unlock a different room. Simple idea. Complicated consequences. (Who wants to lose access?)
Trezor passphrase support follows the BIP-39 standard behavior: the seed phrase and passphrase are combined to derive the wallet seed. The passphrase itself is not one of the BIP-39 words — it can be any text.
See the basics about seed phrases here: [/seed-phrase-basics].
BIP-39 takes your seed phrase and an optional passphrase and runs them through a key-stretching function to produce a different master seed. The important points:
In my testing, this behavior is deterministic and reliable — but irreversible if you forget the passphrase.
Related: [/secure-element-explained] and [/trezor-security-overview].
Short answer: maybe. Long answer: it depends on risk tolerance, operational discipline, and how you plan to back up secrets.
Pros:
Cons:
But remember: a passphrase is only as secure as how you store it. If you write it on the same paper or metal plate as your seed phrase, you gain nothing.
If you’re holding moderate amounts of crypto and want simplicity, multisig or robust backups may be a better fit. See [/trezor-multisig-guide] for alternatives.
A non-model-specific, step-by-step approach you can follow safely.
Image placeholder: ![Passphrase input on-device placeholder]
If you want device-specific screens and steps, see [/trezor-unboxing-and-setup] and [/trezor-suite-and-bridge].
What I’ve found: users who document recovery instructions and label locations clearly reduce long-term grief for heirs.
If your hardware wallet dies but you have both the seed phrase and the passphrase, you can recover funds on another compatible wallet. If you lose the passphrase, you lose access to the derived wallet.
Recovery checklist:
And don't forget firmware hygiene: keep firmware up to date and verify update signatures before you perform recovery. See [/firmware-updates-verification].
| Feature | Passphrase (25th word) | Multisig |
|---|---|---|
| Single point of failure | Yes | No (requires multiple keys) |
| Ease of setup | Easier | More complex |
| Recovery for heirs | Harder (single secret) | More flexible (policies can include backup plans) |
| Operational cost | Low | Higher (multiple devices/services) |
Which should you choose? If you want simplicity and an extra layer for personal use, passphrase is appropriate. If you store significant value and want redundancy against single secret loss or extortion, multisig is a stronger option. Read [/trezor-multisig-guide] and [/multisig-wallet-compatibility] for details.
Q: Can I recover my crypto if the device breaks?
A: Yes — if you have the seed phrase and the exact passphrase. Without the passphrase, that derived wallet is unrecoverable. See [/recovering-a-trezor].
Q: What happens if the company goes bankrupt?
A: Your crypto is still yours if you control the seed phrase and passphrase. The wallet vendor going away does not remove your keys.
Q: Is Bluetooth safe for a hardware wallet when using a passphrase?
A: Bluetooth can expose an extra attack surface compared with USB, especially when entering secrets on a host. Prefer on-device entry and verified connections. See [/connectivity-usb-bluetooth-nfc].
Q: Should I use a passphrase or multisig?
A: It depends on goals. For privacy and quick extra protection, passphrase. For high-value custody and redundancy, multisig. See [/cold-storage-strategies].
Q: How many passphrases can I use?
A: You can create multiple passphrases; each unique passphrase derives a different wallet. Keep careful records.
A passphrase (the so-called 25th word) gives you powerful control — and responsibility. Use it only if you can commit to disciplined backups, on-device entry, and clear recovery planning. In my experience, users who plan ahead and test recovery sleep better.
Next steps: read the seed phrase basics [/seed-phrase-basics], review metal backup options [/metal-backups-plates], and consider multisig for larger holdings [/trezor-multisig-guide]. If you want device-specific setup screens, check [/trezor-unboxing-and-setup].
Want a checklist to download? See the resource center: [/resource-center-trezor].
Concise CTA: Review your current backup plan today. If you add a passphrase, make one secure, back it up separately, and test recovery.