If Your Device Breaks or Is Lost: Recovery Steps

Get the Best Crypto Wallet — Start Now

If Your Device Breaks or Is Lost: Recovery Steps


Overview: Can you recover your crypto if the device breaks?

Short answer: usually yes — as long as you have your seed phrase (recovery phrase). Your hardware wallet holds private keys on a secure element, and the seed phrase is the human-readable backup of those keys (BIP-39 or other standards). If the device is gone or physically damaged, the private keys are not lost if you can restore from that seed phrase onto a compatible wallet.

Longer answer: there are caveats. Different wallets may use different account derivation paths. You may have used a passphrase (sometimes called the 25th word). And you must trust the replacement environment you restore into. In my experience, restoring from a known seed phrase onto a new device or an air-gapped wallet is straightforward — but preparation matters.

Immediate actions if your hardware wallet is lost or stolen

  1. Stop using any device you suspect is compromised. Do not re-enter your seed phrase anywhere online. Ever.
  2. Check whether you used a passphrase (extra word). If so, only that combination of seed phrase + passphrase will restore accounts. See [passphrase-25th-word].
  3. If your seed phrase exists only on the missing device (never written), do not assume recovery is possible. See the section below.
  4. Monitor addresses. Watch the public addresses tied to your accounts (use a block explorer or your wallet app) for outgoing transactions. Watching helps you respond quickly.
  5. If you also use custodial services (exchanges), consider tightening account security there (2FA, withdraw lock), since attackers sometimes pivot to exchange accounts.

And resist the impulse to post your loss on social channels with details. That attracts scammers.

Restoring from your seed phrase — Step by step

If you have the seed phrase written down and kept safely, you can restore your funds. The process is predictable but attention to detail matters.

Get the Best Crypto Wallet — Start Now

Where to restore: hardware, software, or air-gapped

  • Hardware wallet: restoring to a new hardware wallet is preferred because the private keys remain in a secure element. (This keeps private keys off general-purpose devices.)
  • Air-gapped device: if you have an air-gapped solution, restore there for maximum isolation.
  • Software wallet: you can restore to a trusted software wallet (desktop or mobile) to access funds quickly, but this exposes private keys to a general-purpose device. If you do, consider sweeping funds into a new wallet afterward. See [sweep-recover-software-wallets].

Which option you choose depends on urgency and threat model. If you need quick access and plan to buy a new hardware wallet, restoring temporarily into a software wallet is acceptable — but only if you understand the risks.

Step-by-step restore flow (what each screen usually asks)

  1. Power on the new device and choose "Restore from recovery phrase" during setup. (If using software, choose the corresponding import option.)
  2. Select the recovery phrase length — 12 or 24 words — that matches your original backup (BIP-39 common lengths).
  3. Enter the words carefully. Most hardware wallets show word-by-word entry screens; follow on-screen prompts. Some allow BIP-39 passphrase entry later.
  4. Set a new PIN. This protects the new device from casual access.
  5. Install apps (coin-specific firmware modules) or configure accounts. For Bitcoin, choose the correct address type (legacy, SegWit, native SegWit) if prompted.
  6. Verify that the first receiving address in your restored wallet matches a known address from before — this confirms correct derivation path and account selection.

A practical tip: restore and verify with a small test amount first. Send a tiny fraction of the real balance back and forth to confirm everything behaves as expected.

Passphrase (the 25th word): added safety, added complexity

If you used a passphrase, the seed phrase alone won't restore the accounts. The passphrase acts like a second secret — it creates a separate wallet (often called a "hidden" account). If you lose the passphrase, funds protected by it are effectively inaccessible.

What to do: store passphrases using secure methods (encrypted password manager, steel backup, or legal instructions). Read more at [passphrase-25th-word] and [seed-phrase-management].

But remember: passphrases complicate recovery for heirs or service providers. Plan for inheritance.

If you never wrote down the seed phrase — realistic options

If the device is broken and you never recorded the seed phrase, options are limited. Hardware wallets are designed so manufacturers cannot extract private keys. That means repair centers usually can't recover your funds for you.

Possible routes:

  • If the device is damaged but still partially functional, try to power it and export any visible public addresses (do not enter the seed anywhere). See [device-physical-failures].
  • If you remember parts of the seed phrase, there are professional recovery services that can help reconstruct missing words, but they require extreme caution (and audits). This comes with risk, cost, and no guarantees.
  • If you used a backup method like SLIP-39 (Shamir backup), follow the reconstruct procedure matching that standard.

If you have no seed phrase and no passphrase memory, accept that funds may be irretrievable.

Replacing a broken device and supply-chain safety

Buy a replacement from a trusted source. Avoid second-hand or unverified resellers. Check the device's secure element architecture and verify firmware authenticity before restoring — you don’t want a compromised device to hold your keys.

See [buying-safely-resellers], [fake-supply-chain-security], and [secure-element-architecture] for deeper guidance. In my testing, the difference between restoring on a vetted device versus a questionable one is night and day.

Use multisig to reduce single-point-of-failure risk

Multisig (multi-signature) spreads control of funds across multiple devices or parties. If one device breaks or is lost, the remaining cosigners can still recover funds. This is often the safest approach for larger balances.

Pros: fewer single points of failure, flexible custody. Cons: more complex to set up and maintain, and not every wallet or coin supports the same multisig schemes. See [multisig-setup] and [cold-storage-strategies].

Quick checklist and common mistakes

  • ✅ Do you have the correct seed phrase length (12 vs 24 words)?
  • ✅ Did you record whether a passphrase was used? (See [passphrase-25th-word])
  • ✅ Are you restoring to a verified device or a trusted software wallet?
  • ❌ Don’t enter your seed phrase into a website or random app.
  • ❌ Don’t buy replacements from unknown sellers.

Common mistakes include restoring to the wrong derivation path (leading to "missing" balances) and assuming a repair shop can extract seeds.

FAQs

Q: Can I recover my crypto if the device breaks? A: Yes if you have the seed phrase (and the passphrase if one was used). Restore to a compatible wallet and verify addresses. See [recover-from-seed] and [restore-recover-wallet].

Q: What happens if I lose my hardware wallet? A: If you have your seed phrase, you can restore elsewhere. If you don’t, funds may be unrecoverable. Follow the immediate actions above.

Q: Can I restore to a different brand or wallet? A: Often yes, provided the other wallet supports the same seed standard (BIP-39) and derivation paths for each blockchain. Double-check compatibility before proceeding. See [wallets-comparison-compatibility].

Q: Is Bluetooth safe for a hardware wallet I use while replacing a lost device? A: Bluetooth adds an attack surface. If possible, prefer USB or air-gapped workflows for critical recovery steps. See [usb-otg-bluetooth] and [connectivity-security].

Q: What if the company goes bankrupt? A: The device manufacturer going bankrupt does not affect private keys you control — as long as you have your seed phrase. See [lost-device-company-bankrupt].

Conclusion and next steps

If your device breaks or is lost, the seed phrase is the master key. Protect it, verify your replacement environment, and restore carefully (test with small amounts). I believe the single best habit is good backups and a recovery plan that you’ve practiced once on a non-critical wallet.

Start by reviewing [seed-phrase-management] and then follow the guided steps in [recover-from-seed] or [restore-recover-wallet]. If you prefer stronger defenses, read [multisig-setup] and [cold-storage-strategies].

Need help troubleshooting a broken device first? Check [device-physical-failures]. And if you’re planning a replacement purchase, read [buying-safely-resellers] to avoid supply-chain risks.

Get the Best Crypto Wallet — Start Now