How to Store a Seed Phrase (Without Losing It or Leaking It)
Your seed phrase is the wallet. Storing it badly is the single most common way people lose crypto β and the two failure modes, theft and loss, pull in opposite directions. Here is how to balance them.
Key takeaways
- Your seed phrase is the wallet β anyone who reads it owns your crypto instantly, and anyone who loses it loses the crypto permanently.
- Write it by hand, move it to metal, and keep two copies in two separate locations β fire and water destroy far more backups than thieves do.
- Never photograph it, put it in the cloud, or type it into a website β that single mistake drains most self-custodied wallets.
- Test recovery before you fund the wallet: wipe the device, restore from your backup, confirm the same first address, then send a small test amount.
A seed phrase is not a password to your wallet. It is the wallet. Twelve or twenty-four ordinary English words encode the master key from which every address and every private key you will ever use is derived. Anyone who reads those words owns the coins, instantly and irreversibly, from anywhere on earth. Anyone who loses them β including you β loses the coins just as permanently. Every decision about storage is a trade between those two failures, and optimising hard against one usually makes the other worse.
That tension is the whole problem. Lock the phrase away so thoroughly that no thief could ever find it, and you have built a very effective way to lock yourself out. Keep it convenient enough to use, and you have kept it convenient enough to steal. What follows is how to land somewhere sensible.
What the words actually are
Almost every wallet uses the BIP-39 standard: words are drawn from a fixed public list of 2,048, and the phrase carries a checksum, so a mistyped or misremembered word is usually rejected rather than silently opening an empty wallet. Order matters β the same words in a different sequence produce a completely different wallet. Handily, the first four letters of each word are unique in the list, so 'abandon' and 'abando' recover identically, and a smudged ending is not fatal.
The standard also means you are not locked to one vendor. A phrase generated on one manufacturer's device restores onto a different manufacturer's device, or into a software wallet in an emergency. Your backup is of the phrase, never of the hardware.
The phrase is worth exactly as much as the wallet it controls. Treat a scrap of paper holding your life savings the way you would treat the savings themselves β because to an attacker there is no difference between the two.
Paper is fine. Metal is better.
Write the words by hand, in order, numbered, the moment the device generates them. Handwriting is not a quaint detail: it keeps the phrase off every keyboard, clipboard and screen buffer in your house. Then move it to metal.
- β’Paper burns at a few hundred degrees, dissolves in a flood and fades in sunlight. House fires and burst pipes are far more common than targeted crypto burglaries, so the mundane risks deserve most of your attention.
- β’Metal backup plates β stamped, punched or engraved letter tiles β survive house-fire temperatures and water. The specific product matters much less than the fact that it is metal and legible.
- β’Only the first four letters of each word need to fit, which makes stamping far less tedious than it looks.
- β’Verify the metal copy against the paper one word by word, out loud, before destroying the paper. Transcription errors are the most common defect in an otherwise good backup.
How many copies, and where
One copy in one building is one fire away from zero. Two is the practical minimum, in genuinely separate locations β not the safe and the desk drawer of the same house. A bank safe deposit box, a trusted relative's home, a second property. Each additional copy improves your odds against loss and worsens them against theft, which is why two or three is the usual answer and seven is not.
- β’Separate the backup from the device. A hardware wallet sitting next to its own seed phrase is a single object that gives a burglar everything.
- β’Think about who has routine access to each location β cleaners, landlords, housemates, family. A safe that everyone knows the code to is a decorative box.
- β’Do not label it. A tin marked 'BITCOIN SEED' is an advertisement. Unlabelled metal in a drawer of boring objects is a better hiding place than an obvious safe.
- β’If you move house, rotate jobs or end a relationship, revisit the list of people who could reach a copy.
Where the phrase must never go
The moment those words touch an internet-connected device, assume they are compromised and move the funds. This is not paranoia; it is the observed pattern in nearly every self-custody loss.
- β’No photographs. Your camera roll syncs to a cloud account protected by a password and a phone number, both of which are attackable.
- β’No cloud notes, no email drafts, no chat message to yourself, no spreadsheet.
- β’No password managers, for the phrase itself. They are excellent for passwords and are still an online-reachable vault; a compromise there should not also cost you your coins.
- β’Never type it into a website or app because something told you to 'validate', 'sync' or 'restore' your wallet. No legitimate service ever needs it. This single lie accounts for an enormous share of drained wallets.
- β’Never read it aloud on a call, a stream or in a room with a smart speaker.
Splitting the phrase: usually a mistake
The intuitive idea β keep twelve words here, twelve there, so no single location is enough β is less clever than it appears. Twelve unknown words still leave an infeasible search space, so it does raise the bar against a thief who finds one half. But it converts your backup into a scheme where both halves must survive: you have doubled the chance of permanent loss to defend against the rarer risk. And nothing warns you if half is destroyed until the day you need it.
If you genuinely need distributed storage, use a scheme designed for it. Shamir-style splitting (SLIP-39, supported by some devices) produces shares where any k of n reconstruct the secret β three shares of which any two work, for instance. That survives losing a share and still resists someone finding one. The cost is complexity, and complexity is itself a failure mode. For most people, two full copies in two locations beats any clever split.
The passphrase question
A BIP-39 passphrase β often called the 25th word β mixes an arbitrary string of your choosing into the seed, producing an entirely separate wallet. Its strength is that the words alone are then useless: someone who finds your metal plate gets an empty wallet, not your funds. Some people fund that decoy wallet lightly so a coerced 'show me' produces something plausible.
The danger is the flip side. There is no checksum on a passphrase and no error message: a typo silently opens a different, empty, perfectly valid wallet. Forget it and no amount of correct words will bring the funds back. If you use one, store it separately from the phrase, write it down somewhere, and confirm you can reproduce it character for character β including capitals and spaces β before you rely on it.
Managing more than one seed phrase
Sooner or later you hold several: a second wallet once your balance outgrows a single backup, a passphrase decoy, a hardware upgrade that generated a fresh phrase, a copy set aside for inheritance. Each one carries the full set of risks above, and the failure that grows with the count is confusion β restoring the wrong phrase, funding a wallet you thought was empty, or forgetting which metal plate controls what.
- β’Keep a private index, stored separately from every phrase, that records how many wallets exist, what each is for, and roughly where its backups live β but never the words themselves. A neutral line like 'Wallet B β long-term, two copies' is safe; a plate stamped 'ETH savings' is not.
- β’Number the plates, not the wallets. A small, meaningless mark ('1', '2') lets your index point at a plate without announcing to a finder what it holds.
- β’Use the same storage pattern for each β the same two location types, in the same order β so a missing copy is obvious instead of a surprise years later.
- β’Sort them by purpose in your head β 'spending', 'long-term', 'decoy' β not by chain. Every extra wallet is another backup to test and re-check, so keep the number to what you will actually maintain.
The rule of thumb: more phrases raise the odds that one is mishandled, not lower them. Add a second or third only when a real need β size, separation, inheritance β justifies the extra upkeep, and hold each to exactly the same standard as your first.
Test the recovery before you fund it
This is the step almost everyone skips, and it is the one that catches the errors while they are still free to fix. Once the phrase is written and transferred to metal, wipe the device and restore it from your own backup. If the restored wallet shows the same first receiving address, your backup is proven. If it does not, you have just discovered β at zero cost β that you would have lost everything.
Then send a small test transaction, confirm it arrives, and only afterwards move the real balance. Re-check the backups once a year: confirm both copies still exist, are still legible, and that you still remember where the second one is. A backup you have not looked at in five years is an assumption, not a plan.
Finally, write down what happens if you are not around to do any of this. A phrase nobody can find is indistinguishable from a phrase that was never written β see our guide on crypto inheritance for how to solve that without leaving your keys in a will.
Where to store it safely
Keep your keys off the internet with a hardware wallet
Get a Ledger βPartner links β we may earn a commission at no extra cost to you. See our affiliate disclosure.
Frequently asked questions
- Can I store my seed phrase in a password manager?
- It is better than a plain cloud note but worse than metal. A password manager is reachable from the internet by design, so a compromise of that one account would cost you both your passwords and your coins. Keep the phrase offline and use the manager for everything else.
- Is 12 words less secure than 24?
- In practice, no. A 12-word phrase carries 128 bits of entropy, which is beyond any brute-force capability that exists or is projected to exist. Twenty-four words gives 256 bits, which is more margin against theoretical future attacks. Neither will be guessed; how you store them matters vastly more than the length.
- What if I lose one word?
- Recovery is sometimes possible: the BIP-39 checksum plus the known word list narrows the candidates enough that specialist tools can search them, especially if you know the position. It is slow, uncertain, and requires exposing the rest of your phrase to whatever tool you use. Treat it as an emergency measure, not a safety net.
- Should I write down which wallet the phrase belongs to?
- Note the device type and derivation path separately from the words, not on the same plate. Knowing whether it was a Bitcoin-only or multi-chain wallet saves hours during a recovery, but a label that identifies the phrase as valuable defeats the point of hiding it.
- Do I need a new seed phrase for each coin?
- No. One phrase derives keys for every chain your wallet supports. That is convenient and also concentrating: one backup failure affects everything, which is an argument for a second wallet with a separate phrase once your balance is large.
- Someone may have seen my seed phrase. What now?
- Move the funds immediately to a wallet created from a completely new phrase. Do not merely change the PIN or passphrase β the phrase itself is the key, and once it is out it cannot be revoked. Speed matters more than tidiness here.
- What is the safest way to manage multiple seed phrases?
- Hold each phrase to the same standard as your first β two offline copies in separate locations, on metal, unlabelled. Keep a single private index, stored apart from every phrase, that records how many wallets exist and what each is for, but never the words. Number the plates rather than naming the wallets, and use an identical storage pattern for each so a missing copy is obvious. The more phrases you keep, the more backups you have to test and re-check, so only add one for a real reason.
Related tools
Self-custody means you are the bank β and the whole job is not losing or leaking your keys. A start-to-finish path through choosing a wallet, protecting the seed phrase, and avoiding the ways people actually lose crypto.