Overview: restore vs sweep
When your hardware wallet is lost, damaged, or you move funds from a hot/software wallet, you have two main options: restore from your seed phrase or sweep the old keys into a new address you control.
- Restore from seed: reproduce the same private keys on a new device or compatible software wallet using your recovery phrase. This returns you to the exact previous address set. (Good when you trust your seed and want the same accounts back.)
- Sweep wallet: create a transaction that moves funds from the old key/address into a brand-new address derived by your hardware wallet. This is safer when the old environment may be compromised.
| Action |
Pros |
Cons |
When to use |
| Restore from seed |
Quick; recovers the exact same addresses |
Exposes/re-uses old keys; if seed was exposed, risk remains |
You have a clean offline copy of your seed and want identical accounts back |
| Sweep funds to HW wallet |
Moves funds to new keys you control; avoids re-using potentially-compromised keys |
Requires a transaction (fees); some UX steps across wallets |
Old wallet keys were exposed or you used a web/phone wallet and want fresh keys |
(Image: seed-and-sweep-process-placeholder.png)
In my experience, sweeping is the safer default when you suspect any exposure. And never type your seed into an online form unless absolutely necessary.
References: BIP-39 (seed lengths) and Bitcoin/EVM wallet docs (see References).
Safety checklist before you start
- Confirm the recovery phrase type and length. Common BIP-39 lengths include 12 and 24 words; other systems (Monero, SLIP-39) differ. See seed-phrase-management.
- Verify firmware and app authenticity on your device before restoring (link: verify-firmware).
- Use a trusted, offline environment when entering words into software. Cold, air-gapped options are best (air-gapped).
- Don’t restore into a browser wallet or unknown mobile app unless you understand the security trade-offs.
- If you used a passphrase (the optional 25th word), locate its fallback plan now — losing it means losing funds.
Step-by-step: restoring a hardware wallet from a seed phrase
This is a generic checklist; exact prompts differ by device model and desktop wallet.
- Start with a clean device (factory-reset if needed) or a new spare hardware wallet.
- Choose the device option "Restore from recovery phrase" when prompted during setup.
- Select the correct word-count (12, 24, etc.). Enter words in order, carefully. (Manual entry on-device is more secure than entering on a host computer.)
- Set a new PIN on the device.
- If your workflow uses apps (Bitcoin, Ethereum, Monero), reinstall those apps and re-add accounts in your desktop/mobile wallet app (for example, see ledger-live or third-party apps listed under third-party-wallets).
- Verify derived addresses on the device display (not only on the computer screen) before receiving funds.
What about a Nano S ledger recovery on desktop wallet? If you're restoring a Nano S and then adding accounts on a desktop app, follow the desktop wallet's instructions to "Add an account" after the device reports it has been restored. Link: nano-s-guide.
Restoring Monero: can a 24-word BIP-39 seed work?
Short answer: usually no. Monero uses its own 25-word seed scheme (the last word often acts as a checksum) and key derivation differs from BIP-39. If your Monero wallet was originally created with Monero's native seed (or via a hardware wallet using Monero support), restore with the Monero GUI or compatible method. If you only possess a 24-word BIP-39 recovery phrase, that will not normally restore a Monero wallet.
Steps to restore a Monero hardware-backed wallet:
- Connect your hardware wallet and open the Monero GUI desktop wallet.
- Choose the option to use a hardware wallet or to restore from seed depending on your setup.
- Follow on-screen prompts (the device may request confirmations for view/spend keys).
See Monero’s official recovery guide for details: https://web.getmonero.org/resources/user-guides/restore_wallet.html
Sweeping a wallet into your hardware wallet (how and when)
Sweeping is moving funds by signing a transaction that spends the old private key(s) to a new address under your hardware wallet.
Bitcoin example (typical flow using a desktop wallet with a "sweep" option):
- Export the single-use private key from the software wallet (or extract WIF/private key). Be aware: this temporarily exposes the private key on the host.
- In a trusted desktop wallet (e.g., Electrum), choose Tools → Private keys → Sweep, paste the private key, and set the destination address to an address produced by your hardware wallet.
- Sign and broadcast the sweep transaction.
For Ethereum and account-based chains, sweeping means sending the entire balance from the old account to the hardware wallet address using the old private key (handled in the software wallet UI). There’s no UTXO sweep primitive — just a transfer.
Why sweep rather than restore? If you suspect the old environment was compromised (malware, phishing, exchange custody), sweeping avoids reusing the same private keys.
Caveat: exposing private keys on an internet-connected computer is risky. In my testing I treat sweeping as a last-resort remediation when restoring the seed is unacceptable.
Electrum docs: https://electrum.org
Using a software wallet recovery phrase for Nano S — compatibility and risk
Yes, a BIP-39 recovery phrase can be restored into some software wallets because they share standards (BIP-39/BIP-32/BIP-44/84), but restoring into software exposes that phrase to online systems. That removes the main security benefit of a hardware wallet (private keys never leave the secure element).
Instead of full restore into software, consider:
- A temporary hardware device to restore the seed.
- A watch-only software wallet (derive addresses without exposing private keys).
- If you must restore to software, do it on an air-gapped machine.
See third-party-wallets and air-gapped for alternatives.
Passphrase ("25th word") and backup strategies
A passphrase (often called the 25th word) is not stored on the device; it modifies the seed derivation and creates a separate hidden wallet. If you forget the passphrase, funds in that hidden wallet are irretrievable. I believe many users underestimate this risk.
Backup options:
- Metal backup plates for seed phrase durability (metal-backup-plates).
- Shamir Backup (SLIP-39) for splitting one secret into shares that require a quorum to reconstruct (shamir-backup-slip39).
- Carefully documented passphrase storage in a secure, offline location.
SLIP-39 spec: https://github.com/satoshilabs/slips/blob/master/slip-0039.md
Troubleshooting & common mistakes
- Can I recover my crypto if the device breaks? Yes, if you have the full recovery phrase and passphrase (if used), you can restore to another compatible device or software wallet. See device-broken.
- Restore Ledger Blue wallet: older device models may use similar seed formats. Use the device's restore option or compatible desktop software and follow the same safety steps above. See ledger-models.
- Avoid buying used/unofficial devices — supply chain attacks are real. See where-to-buy-safely.
- Don’t expose seed phrases to email, cloud notes, or photos.
FAQ: quick answers to real user questions
Q: restore ledger monero wallet with 24 word recovery phrase — is that possible?
A: Generally no. Monero uses a 25-word seed scheme; a 24-word BIP-39 seed won’t normally restore Monero addresses. See monero-guide.
Q: sweep wallet ledger — when should I sweep?
A: Sweep when the old key may be compromised or when moving funds from a custodial/service wallet to your own secure keys.
Q: nano s ledger recovery on desktop wallet — can I do that?
A: Yes. Restore the Nano S from seed on the device, then add accounts in your desktop wallet. Or, restore the BIP-39 seed into a compatible desktop wallet (higher risk).
Q: can i recover my crypto if the device breaks?
A: Yes, with the recovery phrase and passphrase if used. If either is missing, recovery may be impossible.
Conclusion & next steps
Restoring from a seed is straightforward but re-uses keys. Sweeping creates fresh keys and is safer if you suspect compromise. Choose correctly for your situation.
If you want detailed, model-specific walkthroughs, see the step-by-step guides: restore-recovery, nano-s-guide, and monero-guide. For backup strategies, read seed-phrase-management and metal-backup-plates.
References
(If you have a specific restoration scenario — e.g., a 24-word seed with a passphrase or a damaged device — tell me the exact situation and I can outline the safest, step-by-step approach.)