There are two common ways to move access to funds from one key set to another: restore and sweep. Restore means rebuilding the same private keys from a seed phrase on a new hardware wallet. Sweep means creating a transaction that moves funds controlled by an existing private key (for example, a paper wallet) into addresses controlled by your hardware wallet.
I’ve done both in the field. Restores are straightforward when you have the original seed phrase. Sweeps feel messier because they require exposing a private key briefly (and then moving funds immediately). Which should you choose? It depends on your threat model, the asset type, and whether you still control the seed phrase.
This guide explains practical, hands-on steps to restore ledger wallet from seed, and how to sweep paper wallet to ledger safely (including sweeping a private key to Ledger). I’ll point out risks, show alternatives, and link to deeper guides like firmware-update-guide and seed-phrase-management.
Note: restoring on the hardware wallet itself keeps the private keys inside the secure element. That’s the safest path.
Step-by-step (high level):
What I’ve found in testing: restoring on-device is slower than typing a seed into a desktop wallet, but that slowness is by design — it reduces exposure. The whole restore usually takes a few minutes, depending on how fast you enter words and whether you enable a passphrase.
Sweeping means creating and broadcasting a transaction that moves funds from a paper wallet’s private key into an address controlled by your hardware wallet. The hardware wallet will never import the foreign private key; it will simply receive the funds.
Safe sweep (recommended approach):
But be careful: sweeping means the private key was exposed to the sweeping environment. If that environment was compromised, the attacker could drain funds before the sweep completes. I recommend sweeping from an offline computer or a trusted mobile app, and only broadcasting after constructing the transaction in the safest way you can manage.
If you search for how to sweep private key to ledger or sweep paper wallets ledger nano s, you’ll find many walk-throughs that rely on third-party wallet tools. Use only open-source or widely audited clients and follow the steps above.
| Operation | Result | Security trade-off | When to use |
|---|---|---|---|
| Restore from seed | Same private keys recovered on new hardware | Highest continuity; requires the seed phrase (and passphrase if used) | Use when you have the original seed phrase and want identical key set |
| Sweep paper wallet | Funds moved to new keys controlled by hardware wallet | Exposes a private key briefly during sweep; can be safer if done air-gapped | Use when you only control a paper/private key and want fresh hardware-managed keys |
And always verify firmware before a restore. If an attacker can tamper with firmware or the companion app, they can trick you during a restore.
Common errors I see: buying from unofficial sellers, typing your seed into a random website, or attempting to sweep on an internet-connected laptop that later turns out to be compromised. Don’t do that. If you lose a hardware wallet, you can recover wallet ledger-style using your seed phrase on a compatible wallet (see recover-if-device-lost). But if you used a passphrase and lose it, recovery may be impossible.
What about company bankruptcy? Your seed phrase controls the private keys. If the company behind the hardware wallet stops operating, you can still restore to any compatible wallet that supports the same standard (BIP-39, relevant derivation paths). See company-bankruptcy-what-happens for scenarios.
If you’re trying to restore Daedalus wallet ledger, compatibility depends on how the original wallet derived keys. Check ledger-and-cardano-tezos-algorand and using-ledger-with-wallets before proceeding.
Who this is best for:
Who should look elsewhere:
Q: Can I recover my crypto if the device breaks? A: Yes — if you have the seed phrase (and any passphrase). Restore the seed to another compatible hardware wallet or a trusted software wallet if necessary. See recover-if-device-lost.
Q: Is Bluetooth safe for a hardware wallet during restore or sweep? A: Bluetooth introduces an additional attack surface. For restores and sweeps, prefer USB or an air-gapped workflow; see bluetooth-usb-nfc-security for trade-offs.
Q: Can I sweep private key to Ledger directly? A: You cannot "import" an external private key into the secure element. Sweeping means creating a transaction that moves funds from the external key to addresses generated by your hardware wallet. Follow the steps above and use an offline or trusted environment.
Q: How do I restore Daedalus wallet to Ledger? A: Compatibility depends on derivation paths and coin support. Consult Cardano-specific guides and ledger-and-cardano-tezos-algorand before attempting.
Restoring from a seed and sweeping paper wallets are both safe options when done carefully. Restore when you have the original seed and want the same keys back on a new hardware wallet. Sweep when you control a private key (paper wallet) and prefer fresh keys in a secure element.
If you plan to restore or sweep today, check firmware and backup procedures first. Read the step-by-step setup and recovery guides next: setup-ledger-step-by-step, firmware-update-guide, and seed-phrase-management.
But take your time. One wrong keystroke with a seed or private key can be permanent.