Independent review. This site is not the official website and is not affiliated with, endorsed by, or operated by the wallet vendor reviewed here. Never enter your seed phrase or private keys on any third-party site.

Passphrase Guide: Using the 25th Word Safely

Try Tangem secure wallet →

Passphrase Guide: Using the 25th Word Safely


What is the passphrase (25th word)?

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].

Try Tangem secure wallet →

How a passphrase changes your wallet (short technical)

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:

  • Same seed phrase + different passphrase = completely different keys and addresses.
  • The passphrase is not stored on the device or in the seed phrase backup.
  • If you lose the passphrase you cannot recover the derived wallet even if you have the seed phrase.

In my testing, this behavior is deterministic and reliable — but irreversible if you forget the passphrase.

Related: [/secure-element-explained] and [/trezor-security-overview].

Should I use a passphrase? Pros and cons

Short answer: maybe. Long answer: it depends on risk tolerance, operational discipline, and how you plan to back up secrets.

Pros:

  • Extra security layer: someone with only your seed phrase still can’t access wallets protected by a passphrase.
  • Hidden wallets: different passphrases create separate accounts for privacy or plausible deniability.
  • Flexible: you can create many passphrases (and thus many independent wallets) from one seed phrase.

Cons:

  • Single point of failure: the passphrase is an extra secret you must never lose.
  • Human error: people forget passphrases more often than they predict (I’ve seen this in practice).
  • Operational complexity: long-term inheritance and recovery become harder.

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.

How to set up a passphrase (Step by step)

A non-model-specific, step-by-step approach you can follow safely.

  1. Plan before you enable it. Decide whether the passphrase is memorized, written on a separate metal backup, or split across custodians. I believe planning is the most important step.
  2. Choose a strong passphrase. Aim for length and unpredictability: a sentence of 4–8 uncommon words or a long phrase with spaces and symbols works well.
  3. Enable the passphrase feature on your hardware wallet in a secure environment (device settings). If possible enter the passphrase on the device rather than on a computer.
  4. Verify the derived wallet. After entering the passphrase, open the account and check addresses or balances. Send a tiny test transaction to confirm control.
  5. Backup the passphrase separately from your seed phrase. Do not store both backups together.
  6. Practice recovery: simulate recovering the wallet on a fresh device using the seed phrase plus the passphrase.

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].

Passphrase best practices

  • Use long, unique passphrases. Longer is exponential extra work for an attacker.
  • Enter the passphrase on-device whenever possible (on-device input minimizes exposure).
  • Never store your passphrase in cloud notes, email, or password managers synced online.
  • Keep passphrase backups separate from seed phrase backups. Store them in different locations.
  • Consider durable metal backups for the passphrase (not etched on the same plate as the seed phrase). See [/metal-backups-plates] and [/slip39-shamir-backup].
  • Test recovery periodically (on an air-gapped device or a trusted recovery environment).

What I’ve found: users who document recovery instructions and label locations clearly reduce long-term grief for heirs.

Recovery, backups, and metal plates

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:

  • Seed phrase stored safely (paper + metal is ideal).
  • Passphrase stored separately (metal plate or secure offline vault).
  • Documentation for heirs (consider encrypted instructions or legal methods). See [/recovering-a-trezor] and [/inheritance-planning-crypto].

And don't forget firmware hygiene: keep firmware up to date and verify update signatures before you perform recovery. See [/firmware-updates-verification].

Risks and common mistakes

  • Writing passphrase and seed phrase together (most common mistake).
  • Using short or guessable passphrases (birthdays, names).
  • Entering passphrase on a compromised computer (keyloggers steal it if entered on host keyboard).
  • Buying used hardware wallets or accepting pre-initialized devices — always check chain-of-custody. See [/buying-used-trezor] and [/where-to-buy-trezor-safely].
  • Assuming passphrase provides legal protection (it doesn't; legal systems vary). See [/common-mistakes-trezor].

Passphrase vs multisig: deciding factors

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.

FAQ: real user questions

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.

Conclusion and next steps

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.

Try Tangem secure wallet →