Quick summary
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.
When to sweep vs restore to another wallet
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.
- Sweep (preferred when possible): create transactions that move funds from addresses derived by your recovery phrase to a new wallet you control, without permanently importing the original seed into a persistent hot wallet. Sweeping reduces long-term exposure.
- Restore to a software wallet: import the recovery phrase directly into a non-custodial software wallet (for example, to restore Ledger funds to MetaMask or another HD wallet). Faster, but you expose the entire recovery phrase to an internet-connected environment.
- Restore to another hardware wallet: good balance — you keep the seed in hardware, but hardware-to-hardware restoration requires using the seed phrase during setup unless you have a full device image or backup.
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.
Safety checklist before you begin
- Verify you have the full recovery phrase (12 or 24 words) and any passphrase (25th word) saved safely. Missing items mean funds can be unrecoverable.
- Never enter your recovery phrase on a website or into chat. Ever.
- Prefer an air-gapped machine or a freshly-installed OS. If you must use a connected computer, update antivirus and use official wallet downloads.
- Know which derivation path your original wallet used (BIP44 vs BIP84 vs others). Wrong path means zero balances in the new wallet.
- Consider moving high-value funds in stages rather than one large sweep. Smaller transactions can reduce risk while you confirm addresses and balances.
I believe the single most common user mistake is rushing and pasting a 24-word seed into a browser wallet. Don’t.
Step-by-step: Sweeping Bitcoin (example)
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.
Electrum PSBT / sweep approach (high-level)
- Create a new receiving wallet on a secure machine (this will be the destination). Note a fresh receiving address.
- On an offline machine (air-gapped is best), install a trusted version of Electrum or an equivalent that supports BIP39 seeds and PSBTs. (If you cannot get an air-gapped machine, consider temporarily restoring to a new hardware wallet instead.)
- Use the offline tool to load the recovery phrase and derive the private keys for addresses that currently hold funds. Export a PSBT (Partially Signed Bitcoin Transaction) that spends those UTXOs to your new receiving address. Do not connect the offline machine to the internet for this step.
- Transfer the PSBT to an online machine and broadcast it, or sign it on the offline machine then broadcast from the online one. Verify the outputs carefully.
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.
Step-by-step: Restore to a software wallet (Ethereum / MetaMask example)
If you need to restore Ledger funds to MetaMask (restore ledger to metamask), follow these high-level steps and always weigh risk.
- Install the official MetaMask extension or mobile app from the verified source. Confirm integrity (download from the official store or site).
- On setup choose 'Import wallet' and paste your 12/24-word recovery phrase exactly. Enter a strong local password.
- After import, check the derived addresses. If balances don’t appear, try advanced settings for derivation paths or select the correct HD path.
- Move funds to a new wallet you control (preferably hardware) as soon as you confirm access.
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.
Restoring a Ledger seed to another hardware wallet (recover ledger on trezor)
Yes, many hardware wallets accept BIP39 recovery phrases and let you restore a 12/24-word seed during device setup. The basic flow:
- On the receiving hardware wallet, choose the 'Recover wallet' option in setup.
- Enter the 12/24 words exactly, and enter any passphrase if you used one.
- Confirm the derived addresses and transfer funds or continue using the device.
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).
Common problems, passphrase gotchas, and derivation path issues
- Missing passphrase: If you lose the passphrase (25th word), the funds linked to that passphrase are effectively unreachable. See passphrase-25th-word.
- Wrong derivation path: You may restore and see zero balance because the wallet is using a different HD path. Try alternatives in the wallet UI or use a tool that scans multiple paths.
- Phishing / fake apps: Always download official releases. Phishing clones mimic UI and harvest seeds.
- Used hardware: Buying used hardware without verifying supply chain increases risk of tampering. See buying-safely-resellers.
Comparison: Sweep vs Import vs Hardware-to-hardware
| 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:
)
FAQ
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.
Conclusion and next steps
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.