Introduction
If you hold cryptocurrency in a hardware wallet, the seed phrase is the single most critical item you own. It is the master key to your private keys and therefore to your funds. In my testing and personal use over several years, I have seen small backup mistakes cause outsized losses. This guide explains BIP-39 seed phrase basics, compares 12 vs 24 words, and walks through practical backups including metal backup plates and Shamir splits (SLIP‑39). What I've found is that good decisions depend on clear trade-offs—security, usability, and recoverability.
For a primer on the fundamentals, see the seed phrase basics page. For device-level precautions like firmware verification, check firmware updates and verification.
What is a BIP-39 seed phrase?
BIP-39 is a widely used standard that defines how a human-readable seed phrase maps to the binary seed that wallets use to derive private keys. A BIP-39 seed phrase is a list of 12, 15, 18, 21, or 24 words taken from a fixed word list. The words encode entropy plus a checksum.
Under the hood, the phrase is converted into a binary seed using a key-stretching function (PBKDF2) and an optional passphrase (see below). That binary seed is then used by hierarchical deterministic key schemes (BIP-32) to create addresses. The takeaway? If your seed phrase and passphrase are correct, you can recover funds on any compatible wallet. But caution: different wallets can use different derivation paths or account ordering, which affects where your addresses show up.
Want more technical detail or a short glossary? See glossary terms and advanced derivation paths.
Seed phrase 12 vs 24 — security and trade-offs
Which should you choose: a 12-word or a 24-word BIP-39 seed phrase? Short answer: both follow the same standard, but they differ mainly in entropy, human error surface, and long-term safety.
| Feature |
12 words |
24 words |
| Entropy (BIP-39) |
128 bits |
256 bits |
| Human write-down effort |
Lower (fewer words) |
Higher (more words to record) |
| Brute-force resistance |
Strong for most users |
Orders of magnitude stronger for high-value vaults |
| Recovery time and mistakes |
Faster to write and verify |
Takes longer; more room for transcription mistakes |
| Recommended when |
Small to mid-size holdings; convenience matters |
Large holdings; long-term vaulting; institutional use |
Which should you pick? If you are storing a small amount for short-term use, a 12-word seed is generally adequate. If you plan to hold large sums for many years and want the highest cryptographic strength, 24 words reduce theoretical attack vectors. I believe most retail users are fine with 12 words, provided backups and physical security are excellent. But for high-value cold storage, consider 24 words or a multisig approach.
Backup methods: paper, metal backup plates, and SLIP‑39
Backups are where theory meets the real world. Paper is cheap but vulnerable. Metal backup plates survive fire, water, and time better. SLIP‑39 (Shamir backup) lets you split a seed into multiple shares with threshold recovery.
| Method |
Durability |
Compatibility |
Ease of setup |
Pros |
Cons |
| Paper copy |
Low (fire/water/ageing) |
Universal |
Very easy |
Cheapest; immediate |
Easily damaged or photographed |
| Metal backup plates |
High |
Universal (store words) |
Moderate |
Long-lasting, tamper-resistant options |
Cost and physical tooling required |
| SLIP‑39 (Shamir) |
High |
Limited (requires SLIP‑39 support) |
More complex |
Threshold shares, safer geographic distribution |
Some wallets do not support SLIP‑39 |
| Encrypted digital backup |
Varies |
Depends on format |
Easy |
Quick restore |
Strongly discouraged for keys (online risk) |

If you plan to use metal backup plates, consider engraving or stamping rather than handwriting. For instructions on SLIP‑39, see our Shamir guide and the hardware-specific backup pages like metal backup plates.
How to: Step-by-step seed phrase backup for a hardware wallet
Step-by-step processes reduce human error. Follow these steps during device setup and when creating a backup.
- Prepare tools. Use a printed backup sheet or a metal backup plate and a reliable pen or engraving tool. Clear, controlled lighting helps.
- Generate seed on-device only. Don't use online generators or copy the phrase to a phone or computer. The device will display the seed phrase during setup. Write down each word in order.
- Confirm on-device. The hardware wallet will ask you to confirm a few words in order. This verifies correct recording.
- Create multiple copies in different secure locations. For example: a safe at home and a safety deposit box (geographic separation). Keep copies out of the same hazard zone.
- Test a restore. Before transferring large amounts, do a full restore on a spare device or emulator using one backup to prove recovery works. (This step saved me once when I discovered a transcription error.)
- Never store seed phrase images or plaintext copies in cloud storage, email, or photos. That defeats the purpose of offline keys.
For a deeper walkthrough of device screens and setup, see walkthrough-nanos-step-by-step and restore and recover guides.
Passphrase (25th word) — extra security, extra risk
Many wallets support an optional passphrase in addition to the seed phrase. People often call it a 25th word. In practice the passphrase can be any string and effectively creates a separate wallet derived from the same seed.
Benefits: it provides plausible deniability and an additional secret layer. Risks: if you lose the passphrase, your funds are irrecoverable even with the seed phrase. Also, mixing a passphrase with backups can create confusing inheritance problems (who knows the passphrase?).
If you choose to use a passphrase, treat it like a separate secret: store it safely, do not write it on the same backup medium as the seed phrase, and test recovery thoroughly. For detailed advice, read passphrase usage and risks.
But remember: adding a passphrase shifts responsibility entirely to you.
Using the same recovery phrase across hardware wallets
Can you use the same recovery phrase on multiple hardware wallets? Yes—BIP-39 phrases are portable across compatible wallets. That portability is one of the standard's strengths. But compatibility caveats apply:
- Different wallets may use different derivation paths, so addresses may appear in different places.
- A device that adds vendor-specific metadata or nonstandard derivation could cause confusion.
- Using the same phrase on multiple devices increases attack surface: a compromised device can expose your keys.
If you plan to recover a seed on another device, first restore using a small test amount. See third-party compatibility and restore-recover-failure for recovery scenarios.
Multisig and advanced cold-storage strategies
For larger holdings, multisig gives practical defense in depth. Instead of a single seed controlling all funds, a multisig wallet requires multiple signatures from separate keys to move funds. Typical setups are 2-of-3 or 3-of-5, where keys are held in separate locations or on different hardware wallets.
Advantages: reduces single-point-of-failure risk, improves theft resistance, and simplifies secure inheritance planning. Disadvantages: greater complexity, need for compatible wallet software, and potential coordination cost when you must sign a transaction.
If multisig sounds right, check our multisig setup guide and compatibility matrix wallet-compatibility-matrix.
Common mistakes and safety checklist
- Buying from unofficial sellers. Buy only from trusted channels (see where to buy and seller safety).
- Photographing or photographing your seed phrase during setup. Never do this.
- Storing backups in one location (single point of failure). Distribute geographically.
- Confusing passphrase and seed phrase storage. Keep them separate.
- Skipping a restore test. Always test with a small amount first.
Quick checklist: write words in order, confirm on-device, store at least two independent backups, avoid digital copies, and test recovery.
FAQ
Q: Can I recover my crypto if the device breaks?
A: Yes. If you have the correct seed phrase (and passphrase if used), you can restore on another compatible hardware wallet or supported software wallet. See restore and recover guides.
Q: What happens if the company that made my hardware wallet goes bankrupt?
A: As long as your seed phrase follows an open standard like BIP-39 and you control the seed and passphrase, you can recover funds elsewhere. Proprietary key formats are the risky ones; prefer open standards where possible. Read more at company bankruptcy and business risk.
Q: Is Bluetooth safe for a hardware wallet?
A: Bluetooth introduces an additional attack surface compared with USB or air-gapped signing. Many users accept the trade-off for mobile convenience, but for maximum isolation choose air-gapped signing methods. For details, see connections USB, Bluetooth, NFC.
Q: Can I use the same recovery phrase on different hardware wallets?
A: Technically yes, but be mindful of derivation differences and added risk. See third-party compatibility.
Conclusion and next steps
Seed phrase management is a practical exercise in risk management. A 12-word BIP-39 seed is convenient and broadly secure for many users; 24 words increase cryptographic strength at the cost of extra complexity. Metal backup plates and SLIP‑39 shares increase durability and resilience, but they require planning and compatible tools.
In my experience, the most reliable setups are those you test and document. I recommend: write down the seed phrase exactly, create at least two independent backups, never store copies online, test a restore, and consider multisig for larger sums.
Learn more: start with seed phrase basics, then read metal backup plates, Shamir backup guide, and backup recovery best practices.
Want step-by-step device setup? See setup overview and the device-specific walkthroughs under walkthroughs.
Thanks for reading. Protect your seed phrase like the master key it is—and test your recovery plan today.