BlockAndBrief

Wallets and Security · 2026-07-16 · By Marcus Cole, Wallets and Security Editor · 9 min read

What Is a Seed Phrase?

What Is a Seed Phrase?

Updated July 2026 · By Marcus Cole, Wallets and Security Editor

The short answer: A seed phrase is a list of 12 or 24 ordinary words that acts as the master backup for a self-custody crypto wallet. Your wallet turns those words into every private key it controls, so anyone who has the phrase can restore the wallet and move the funds. Guard it like the only key to a vault, because that is exactly what it is.

What is a seed phrase?

A seed phrase is a human-readable backup of your crypto wallet, usually 12 or 24 words shown in a fixed order. It is also called a recovery phrase, a mnemonic phrase, or a Secret Recovery Phrase. When you set up a self-custody wallet (a wallet where you, not a company, hold the keys), the wallet generates this phrase from a large random number and asks you to write it down. If your phone breaks or your hardware wallet is lost, typing those same words into a new wallet rebuilds everything.

Think of the phrase like the master key to a building. The building can have many doors (your different coins and accounts), and each door has its own key (a private key). The seed phrase is the one master key that can cut every other key on demand. Lose it and you are locked out. Let someone copy it and they can walk through every door.

Key stats

  • A BIP-39 seed phrase is drawn from a fixed list of 2,048 words (BIP-39 specification, 2013).
  • A 12-word phrase encodes 128 bits of entropy and a 24-word phrase encodes 256 bits, enough that guessing it by brute force is computationally infeasible (Ledger Academy, 2026).
  • An estimated 20% of all bitcoin may be lost or stranded in wallets no one can open, much of it from mishandled keys and backups (Chainalysis analysis reported by The New York Times, 2021).

How does a seed phrase work?

A seed phrase works by translating a big random number into words you can actually write down. When a wallet is created, it generates random entropy, a string of bits with no pattern. Under a shared standard called BIP-39 (Bitcoin Improvement Proposal 39), that number is mapped onto words from a fixed list of 2,048 options. Each word stands for a chunk of the number, and the last word includes a checksum so a wallet can tell if you mistyped one.

From that single phrase, the wallet derives a master key and then a tree of private keys and public addresses, one branch for each coin and account. This is why one short phrase can back up dozens of addresses across different blockchains. It also means the order and spelling matter completely: change one word and you generate a different, empty wallet. Because the standard is shared, a phrase created in one BIP-39 wallet can usually be restored in another, which is good for portability and a reminder that the words alone are enough to move your money.

Seed phrase vs private key: what is the difference?

A seed phrase is the master backup for a whole wallet, while a private key unlocks one specific account. The seed phrase sits above the private keys and can regenerate all of them. In day-to-day use you almost never touch a raw private key; you protect the phrase and let the wallet handle the rest.

Feature Seed phrase Private key
What it controls The entire wallet and every account in it One single account or address
Format 12 or 24 plain words A long string of letters and numbers
Backs up multiple coins Yes, across many chains No, one key per account
If exposed Attacker controls the whole wallet Attacker controls one account

Why does a seed phrase matter?

A seed phrase matters because in self-custody it is the single point of both recovery and failure. There is no support desk that can reset it and no password recovery email. If your device dies, the phrase is what brings your funds back. If someone else gets the phrase, your funds are gone, usually within minutes and with no way to reverse the transaction. That is the trade-off of holding your own keys: total control, total responsibility.

"Not your keys, not your coins." The phrase popularized by security educator Andreas M. Antonopoulos captures the whole idea: if you do not control the keys, and the seed phrase that backs them up, you are trusting someone else with your money.

New to the hardware side of this? Our guide to Ledger vs Trezor hardware wallets explains how a physical device keeps that phrase offline and out of reach of malware.

How many words should a seed phrase have: 12 or 24?

Both 12 and 24 words are secure for normal use, and the difference is the amount of entropy behind them. A 12-word phrase carries 128 bits of entropy and a 24-word phrase carries 256 bits. Both are far beyond what any computer could brute force in the lifetime of the universe, so a 12-word backup is not a weak backup. Many hardware wallets default to 24 words for a wider safety margin, while plenty of software wallets use 12 for easier backup. What matters more than the count is that you record every word accurately, in order, and store it well.

How do you store a seed phrase safely?

You store a seed phrase safely by keeping it offline, physical, and private. The moment a phrase touches an internet-connected device, a screenshot, a cloud note, or an email, you should treat it as at risk. The table below compares common storage methods.

Method Security Durability Verdict
Paper backup Good if hidden Low (fire, water, fading) Fine to start, back it up
Metal backup plate Good if hidden High (fire and water resistant) Best physical option
Cloud note or photo Very poor High Avoid completely
Password manager Poor for large holdings High Online risk, not ideal
Memorization only Private Very low (human memory) Never rely on it alone

A practical setup for most people: write the phrase by hand, copy it onto a metal plate for fire and water resistance, and keep the backups in two separate secure locations. For a deeper walk through keeping keys offline, see our Wallets and Security guides.

What should you never do with a seed phrase?

Never type, photograph, or paste your seed phrase anywhere online, and never share it with anyone. No legitimate wallet, exchange, or support agent will ever ask for it. The most common way people lose funds is not a broken cipher; it is handing the phrase to a scammer through a fake support chat, a phishing website, or a bogus wallet app. A quick rule: if a screen or a person asks for all 12 or 24 words, it is a scam. A real wallet only asks you to confirm a few words during setup, never the full phrase to unlock or verify an account.

What happens if you lose your seed phrase?

If you lose your seed phrase and also lose access to the wallet device, the funds are almost always unrecoverable. There is no reset link and no company that can restore it, which is why an estimated fifth of all bitcoin is thought to be permanently stranded. The fix is prevention: make more than one backup, store them in different places, and confirm they are correct before moving meaningful amounts of crypto onto the wallet. If your phrase is still intact but you fear it was seen by someone else, create a brand new wallet with a fresh phrase and move your funds to it right away.

Frequently asked questions

Is a seed phrase the same as a password?

No. A password can usually be reset, and it protects access to a service that still holds your account. A seed phrase cannot be reset and it is the account itself; whoever holds it controls the funds directly.

Can two wallets have the same seed phrase?

In practice, no. The phrase is generated from such a large random space that the odds of two wallets producing the same one are effectively zero. If two wallets show the same phrase, it was copied, not coincidence.

Should I split my seed phrase into pieces?

Splitting a phrase across locations can reduce the risk of one backup being found, but naive splitting can also make recovery harder and, done wrong, can weaken security. Beginners are usually better served by one or two complete backups stored securely than by improvised splitting schemes.

Does a hardware wallet remove the need for a seed phrase?

No. A hardware wallet keeps your keys offline, but it still generates a seed phrase during setup as the backup. If the device is lost or damaged, that phrase is how you recover. Compare devices in our Ledger vs Trezor guide.

Disclaimer: This content is for informational and educational purposes only and is not financial, investment or tax advice. Crypto assets are volatile and you can lose what you put in. Do your own research and consult a licensed professional before making financial decisions.

Sources: BIP-39 specification, Ledger Academy, Coinbase Learn.

M

Marcus Cole, Wallets and Security Editor

Author

Related posts