Passphrase — sometimes called "the twenty-fifth word" or "BIP-39 passphrase" — is an optional secret that mixes with your seed phrase to derive a completely different wallet. Same mnemonic plus different passphrase equals different addresses, different private keys, different everything.
How it works
BIP-39 specifies a PBKDF2 step that turns the mnemonic words into the 512-bit seed used by BIP-32 derivation. The passphrase is part of the salt in that step. Change one character of the passphrase and the seed changes completely, with no recoverable relationship to the original.
If you set no passphrase, the wallet uses an empty string by default. That is why Ledger, Trezor, and Coldcard all use the same set of addresses when you restore the same mnemonic — they all use the empty-string passphrase.
What this is good for
Two practical uses for a US-resident holder:
First, plausible deniability. An attacker who gets your written-down mnemonic gets the "default" wallet — usually the one you keep small, decoy balances in. The real stack sits behind a passphrase that lives only in your head. Trezor's documentation describes this explicitly as "hidden wallets."
Second, multi-account separation. Same hardware wallet, different passphrases, different account purposes — long-term cold storage under one passphrase, DeFi experimentation under another, family-trust funds under a third. The hardware wallet treats each as an independent wallet, and you switch between them at unlock time.
The catastrophic failure mode
Forget the passphrase and the funds are gone. There is no reset, no recovery, no support hotline. This is not theoretical — the Reddit r/Bitcoin archives are full of holders who set a "clever" passphrase in 2017 and could not recall it in 2024.
The discipline rule: write the passphrase down. Store it in a different physical location from the seed phrase — same security level, separate place. A bank safe-deposit box for one, a fireproof home safe for the other, is a common US-resident layout.
When not to use one
For holders new to crypto with under $25K in stack, a passphrase usually adds more risk than it removes — the probability of forgetting it within five years is non-trivial. Start without one; add it later when the operational discipline is in place.
Further reading: Mnemonic phrase, BIP-39, Hardware wallet.