This guide explains how to move funds when your hardware wallet is unavailable and you need to "sweep" or restore the recovery phrase to a software wallet or another device. I’ll walk through practical options, safety trade-offs, and concrete steps for common chains (Bitcoin and Ethereum). What I’ve found in testing is that there is no single right answer — only safer and riskier choices depending on your situation.
Short answer: sweep when you can avoid exposing your seed phrase; restore when you accept the risk of importing the phrase and need fast access.
Which should you pick? Ask: can I get a trusted air-gapped machine or a new hardware wallet quickly? If yes, restore to hardware. If not, sweep or temporarily restore to a software wallet and move funds later.
See also: recover-from-seed and passphrase-25th-word.
I believe the single most common user mistake is rushing and pasting a 24-word seed into a browser wallet. Don’t.
Broadly: derive the private key(s) or create PSBTs offline and broadcast signed transactions that send funds to new addresses you control. The example below is conceptual. Exact menus vary by wallet software.
Why PSBT? Because it lets you keep signing actions offline, reducing exposure. And because PSBTs are compatible with many wallet GUIs.
Note: If a simple "sweep" feature exists in your chosen software wallet, it may accept the seed phrase or private key and build/send a transaction for you. The security trade-off is that the seed phrase may touch an online host.
See: electrum-integration.
If you need to restore Ledger funds to MetaMask (restore ledger to metamask), follow these high-level steps and always weigh risk.
Important: MetaMask stores the seed on the device and is an online software wallet. If you import a Ledger seed to MetaMask, you take on the full exposure risk.
Related: metamask-integration.
Yes, many hardware wallets accept BIP39 recovery phrases and let you restore a 12/24-word seed during device setup. The basic flow:
Two practical warnings: first, if you used a passphrase on the original wallet, you must supply the exact same passphrase during restore — otherwise you’ll see a different set of addresses (and likely an empty account). Second, address derivation differences can hide funds (for example, legacy vs native segwit vs other paths). If balances don’t appear, check derivation path settings.
But is it safe to restore a Ledger seed to another hardware wallet? In my experience this is often acceptable as a temporary recovery measure, provided you trust the receiving device and its supply chain (see fake-supply-chain-security and buying-safely-resellers).
| Approach | Security (short-term) | Speed | Chain coverage | When to use |
|---|---|---|---|---|
| Sweep (PSBT/offline) | High (seed not stored online) | Medium | Good for Bitcoin and some UTXO chains | When you can sign offline or use air-gapped tools |
| Import to software wallet | Low (seed exposed to host) | Fast | Broad (ETH/ERC20, many EVM chains) | Emergency access when no hardware is available |
| Restore to another hardware wallet | High (seed back in hardware) | Medium | Dependent on device support | When you can get a trusted hardware replacement |
(Plain illustration: )
Q: Can I recover my crypto if the device breaks? A: Yes, if you have the recovery phrase (and any passphrase). See device-loss-recovery.
Q: What happens if the company goes bankrupt? A: Your crypto is controlled by your recovery phrase and private keys; company status doesn’t directly affect access. Still, choose plans for long-term access and inheritance (see cold-storage-strategies).
Q: Is Bluetooth safe for a hardware wallet? A: Bluetooth introduces an additional attack surface. For long-term storage I prefer USB or fully air-gapped methods when possible. But Bluetooth can be secure if the device uses its secure element and pairing protections (read connectivity-security).
Q: Can I sweep neo wallet from ledger? A: For chains like NEO, you will need the chain-specific desktop/mobile wallet that understands the derivation used by your hardware wallet. See neo-neon-wallet.
If your hardware wallet is unavailable, plan before you act: confirm you have the full recovery phrase and any passphrase, decide whether you can use an air-gapped method, and choose sweep vs import vs restore to new hardware based on your risk tolerance. In my testing, a careful PSBT sweep or a hardware-to-hardware restore minimizes long-term exposure. But sometimes a quick software restore is the only practical option — just move funds to a safer storage solution afterward.
If you want guided checklists, see seed-phrase-management and the detailed walkthrough at restore-recover-wallet. Ready to start? Follow the safety checklist above, and if you’re unsure, practice the process with a small test amount first.