Quick answer — can I recover my crypto if the device breaks?
Short answer: most likely, yes — provided you have your seed phrase (recovery phrase) and any optional passphrase you used. The seed phrase encodes the deterministic private keys that control your cryptocurrency. Restore to another compatible hardware wallet or to supported wallet software will recreate access to those keys. I say "most likely" because compatibility depends on the seed standard and any custom derivation path or passphrase you used.
Why I say that: the seed phrase standard (BIP-39) and hierarchical deterministic key derivation (BIP-32/BIP-44) are what let a wallet recreate the same private keys on another device or software. Source: BIP-39 and BIP-32/BIP-44 specs (see references below).
(If you don’t have the seed phrase, recovery is effectively impossible.)
Related: see our deeper guides on seed phrase management and backup-and-recovery.
How recovery actually works (seed phrase, private keys, passphrase)
Seed phrase (12 or 24 words): converts into a binary seed using the BIP-39 algorithm. That seed is then used by BIP-32 to derive private keys for Bitcoin, Ethereum, and many other blockchains. Reference: BIP-39 and BIP-32/BIP-44 on the Bitcoin BIPs repository.
Passphrase (the optional 25th word): not stored on the device. It modifies the derived keys. If you used a passphrase and lose it, you cannot recover funds even with the correct 12/24 words. See passphrase (25th word).
Derivation paths: some wallets use standard paths (BIP-44/BIP-84 etc.). Non-standard paths or custom account setups can make automatic restoration fail unless you pick the right path. See derivation-paths.
Sources: BIP-39 (seed phrase + passphrase), BIP-32/BIP-44 (key derivation): https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki and https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki
Common breakage scenarios and immediate steps to take
Device physically damaged (screen cracked, water-damaged): first question — do you have the seed phrase? If yes, acquire a replacement device from a trusted seller (see where-to-buy-safely) and restore from the seed. If no, you must hope for data recovery (rare) or contact specialists — but private keys are not extractable without the seed phrase in standard secure-element designs.
Device lost or stolen: treat funds as potentially compromised only if the thief knows your PIN or seed phrase. If you have the seed phrase, restore to a new device immediately and consider moving funds to new addresses (especially for accounts exposed to custodial services).
PIN forgotten: a PIN protects the device but is usually recoverable only by resetting the device and restoring with the seed phrase. You will lose PIN-protected on-device data but not funds if you have the seed.
Firmware corrupted or bricked after update: try the official recovery mode steps (see firmware-updates and device-damage-recovery). If the device remains non-functional, restore with the seed on a new device.
Company bankruptcy or service shutdown: if you control the seed phrase and used standard derivation, you can restore to other wallets or devices. See company-failure-recovery.
In my testing, restoring on a new device is straightforward when the seed and passphrase (if used) are correct. But wrong word order or a missing passphrase will look like a successful restore with zero balances — which can be terrifying if you don’t understand derivation paths.
Step by step: Restore on a new hardware wallet
How to restore on a replacement device (high-level, typical flow):
- Buy the replacement device from a reputable source (see where-to-buy-safely).
- Verify packaging and initial device authenticity as your vendor recommends (avoid pre-initialized devices).
- Update firmware if prompted (verify signatures; see firmware-updates).
- Choose the device setup option “Restore from recovery phrase”.
- Enter your 12/24 words exactly in order. (If you used a passphrase, enter it at the appropriate step.)
- Set a new PIN and, if offered, configure additional security features.
- Open the wallet app and re-add accounts/apps (for each blockchain you used). The wallet will derive the same addresses if compatible.
- Verify balances and transaction history. If balances show zero, double-check passphrase and derivation path settings.
Time: in my experience a straight restore and account re-add typically takes 10–30 minutes, depending on network sync and the number of accounts.
See also: restore-recovery and add-accounts-apps.
Step by step: Restore without a hardware wallet (emergency, higher risk)
Warning: typing your seed phrase into any internet-connected device creates a large security risk. Only use this method as an emergency, temporary measure (for example, to move funds to a new hardware wallet you control).
Emergency restore checklist:
- Prefer an air-gapped computer or a freshly installed OS offline. (Even then, verify any binary's checksum and GPG signature.)
- Use a reputable, open-source wallet that supports importing a BIP-39 seed and the appropriate derivation paths.
- Import the seed phrase and passphrase (if used). Confirm derived addresses match your expected addresses.
- Move funds to new addresses on a secure hardware wallet as soon as possible.
If you’re not comfortable with these steps, get help from a trusted, independent crypto-savvy friend or service — but never share your seed phrase over email, chat, or a website.
Related: bitcoin-tools and third-party-wallets.
Multisig and Shamir: losing one device isn’t always fatal
Multisig: with a multi-signature wallet you usually need M-of-N signatures. If one signer device breaks you can still spend funds if you still control enough signers. Multisig also changes recovery: you must restore the affected signer(s) using their own seeds or replace them and reconfigure cosigners. (See multisig and multisig-compatibility; Bitcoin multisig principles are documented in the Bitcoin developer docs.)
Shamir (SLIP-39): a Shamir backup splits a master secret into shares. Losing one hardware wallet that used SLIP-39 means you may still recover if you have enough shares. Read the SLIP-39 spec for details: https://github.com/satoshilabs/slips/blob/master/slip-0039.md
Best practices to avoid loss and speed recovery
- Write your seed phrase on a durable medium (prefer metal backup plates). See metal-backup-plates.
- Store multiple geographically separated backups.
- Never type your seed phrase into a phone or cloud-connected computer unless you understand the risks.
- Test a recovery on a spare device or software wallet (use low-value funds first).
- Record whether you used an optional passphrase and where it’s stored (but keep it offline).
- Consider multisig if you need higher operational resilience. See cold-storage-strategies and multisig.
I believe testing a restore once, with a very small amount of crypto, pays dividends later. And yes, people forget word order — so test.
Restore methods — quick comparison table
| Method |
Security risk |
Typical time |
When to use |
| Restore to new hardware wallet |
Low (if device bought safely) |
10–30 min |
Standard route after loss/damage |
| Restore to software wallet (air-gapped) |
Medium–High (seed exposure risk) |
20–60+ min |
Emergency only; move to hardware ASAP |
| Multisig reconfiguration |
Low-Moderate (operational complexity) |
Variable |
For high-value, distributed custody |
| Shamir shares recovery |
Low (if shares preserved) |
Variable |
When SLIP-39 was used |
FAQ
Q: Can I recover my crypto if my device breaks?
A: Yes, if you have the seed phrase and any passphrase (if used). Without the seed phrase you cannot regenerate private keys.
Q: What happens if the company behind my device goes bankrupt?
A: If you control your seed and used standard derivation, you can restore on compatible wallets or devices. See company-failure-recovery.
Q: Is Bluetooth safe for a hardware wallet?
A: Bluetooth increases the attack surface compared with USB-only designs. Many devices mitigate risks by keeping signing operations on-device and only exchanging signed transactions. For high-value holdings, prefer a wired or air-gapped workflow. See connectivity-usb-bluetooth-nfc.
Q: Can I recover if I lose the passphrase (25th word)?
A: No. The passphrase is treated like an additional secret and is not recoverable from the device or from the 12/24 words alone. See passphrase-25th-word.
Q: How long does a restore take?
A: Typically 10–30 minutes to restore seed and re-add accounts; more if you need to move funds or reconfigure multisig.
Wrap-up and next steps
If your hardware wallet is broken, stay calm: the seed phrase is the most important item. First, confirm you have your seed and any passphrase. Next, choose the safest restore path (new hardware wallet is best). Test a recovery process with a small amount first; that hands-on practice prevents painful mistakes later. What I've found over years of testing is that preparation—durable metal backups, clear notes about passphrases, and occasional practice—saves time and money when something goes wrong.
For step-by-step walkthroughs, see restore-recovery, seed-phrase, and backup-and-recovery. If you need help deciding whether to use multisig or Shamir, check multisig and shamir-backup-slip39.
If you want a printable checklist for an emergency restore, see the resources page: resources.
References