Hardware Wallet Recovery

Recover Ledger Wallet Without the Device — Complete 2026 Guide

Your Ledger stopped working, was lost, stolen, or physically damaged. The device might be gone, but your crypto is not — as long as you have the 24-word BIP39 recovery seed. This guide explains every step to recover a Ledger wallet to a software wallet, a new hardware device, or a mobile wallet. We cover the technical details of BIP32/BIP39/BIP44 derivation paths, why your Ledger Live balance might not show immediately, and how to handle passphrase (BIP39 25th word) scenarios.

What the Ledger recovery seed actually protects

Your Ledger device stores private keys on a secure element chip (ST33K1M5 on Nano X, STM32WB on Nano S Plus). The secure element never exports private keys — it only signs transactions inside the chip. The 24-word BIP39 seed phrase is the master key that deterministically derives every private key, address, and balance across all supported blockchains.

The seed phrase is generated when you first initialize the device. Per BIP32 (Hierarchical Deterministic Wallets), the seed phrase seeds a master key from which an unlimited tree of child keys is derived. Ledger uses BIP44 path m/44'/coin'/0'/0/0 for most chains, with some exceptions (Ethereum uses m/44'/60'/0'/0/0, Solana uses m/44'/501'/0'/0').

The key insight: the device itself is a convenient signing oracle, but the seed phrase holds all the authority. Any BIP39-compatible wallet can reconstruct the same private keys from the same seed. This is what enables recovery without the device.

Critical distinction

The PIN protects access to the device. The seed phrase IS the wallet. If you have the seed phrase, the device is irrelevant — you can regenerate every private key on any BIP39 wallet. If you lose the device AND the seed, recovery is impossible without professional key reconstruction.

Option 1 — Restore to a new Ledger device (easiest)

If you buy a replacement Ledger (same model or any newer model), the officially supported recovery path is to initialize the new device with your existing 24-word seed phrase. Ledger's onboarding flow explicitly offers 'Restore configuration from recovery phrase' — this bypasses the generate-new-seed step.

Connect the new device via USB or Bluetooth (Nano X only), install Ledger Live, select 'Restore from recovery phrase', enter all 24 words verbatim (correct order, lower case, Ledger word list). The device re-derives every private key internally. After restore, install the same apps in Ledger Live, and your full balance appears across all chains.

This is the safest recovery path because the seed never leaves the hardware secure element. No computer or phone ever sees the raw private keys — they remain in hardware-protected storage.

Option 2 — Restore to a hot software wallet (fast but less secure)

If you cannot or will not buy a replacement Ledger, you can recover to a software wallet that supports BIP39 seed import. This exposes your private keys to the operating system — treat the restored wallet as a temporary recovery address, not a permanent storage solution.

Recommended software wallets for seed recovery: Electrum (Bitcoin, enter seed as BIP39), MetaMask (Ethereum/EVMs, import via Settings > Security & Privacy > Import Wallet), Phantom (Solana, 'Import Existing Wallet'), Coinomi (multi-chain), or Trust Wallet (multi-chain).

The critical step: when importing a Ledger seed into MetaMask or other wallets, ensure the derivation path matches what Ledger uses. Ledger uses BIP44 with the account at m/44'/60'/0'/0/0 for Ethereum. Some wallets default to m/44'/60'/0'/0 — missing one hardened path level — which produces a different set of addresses and shows a zero balance.

If the balance shows zero after import, change the derivation path. In MetaMask, this requires using the 'Advanced' import flow or importing via a custom path tool. In Electrum, select options 'BIP39 seed' and 'p2wpkh' for segwit Bitcoin addresses.

Option 3 — Recover to a mobile wallet (convenient for smaller balances)

Mobile wallets like Ledger Live Mobile (read-only mode), Trust Wallet, Exodus Mobile, or Coinomi can import a BIP39 seed. The process is functionally identical to desktop: enter the 24 words in order, verify the derivation path, and the balance appears.

The security compromise is more pronounced on mobile: phones have weaker sandboxing than desktop operating systems. Only recover to a mobile wallet if the balance is modest and you urgently need access before a new Ledger arrives. Sweep to a new wallet with a fresh seed as soon as practical.

Understanding Ledger's derivation paths

BIP44 defines the structure m / purpose' / coin_type' / account' / change / address_index. Ledger uses standard BIP44 paths where the coin_type matches the SLIP-44 coin index: 0 = Bitcoin, 60 = Ethereum, 501 = Solana, 2 = Litecoin, 3 = Dogecoin, 714 = Binance Chain, 194 = Cardano (Shelley).

The apostrophe indicates a hardened derivation — the child key is derived from the parent's private key rather than its public key. Hardened derivation prevents the parent public key from deriving child keys, which is why hardware wallets use it extensively. Ledger uses m/44'/0'/0' for Bitcoin (the account level is hardened), then non-hardened 0/0 for change/address.

If you recover the seed into a wallet that uses a different path (e.g., some wallets default to BIP49 m/49'/0'/0'/0/0 for segwit-compatible, or BIP84 m/84'/0'/0'/0/0 for native segwit), you'll derive different addresses than the Ledger did. The solution: try all three path standards until you find one that matches your original balance.

What about the Ledger 25th-word passphrase?

Ledger supports the optional BIP39 passphrase (often called the 25th word). If you set a passphrase in Ledger Live > Settings > Advanced > BIP39 Passphrase, the seed is no longer just the 24 words — it's seed + passphrase combined. Without the passphrase, recovery into a wallet will derive a completely different (empty) wallet.

If you have the 24 words but no passphrase and you know one was configured, the passphrase IS recoverable via brute force — it's a separate password that participates in key derivation but has no dedicated storage. This is the one scenario where a password recovery service can help with Ledger recovery: finding the forgotten passphrase.

If you never configured a passphrase (the default state), the recovery is straightforward — the 24 words plus an empty string passphrase is the standard BIP39 derivation.

What balance should you expect to see?

When you restore a Ledger seed into a new wallet, only addresses that have been used on-chain will appear. Hierarchical deterministic wallets derive addresses on-demand: they generate the next address when the current one receives funds. A fresh restore may show only the first few addresses in the derivation tree.

Most modern wallets auto-scan the first 20-50 addresses of each path. Ledger Ledger Live scans more deeply because it tracks the device's address counter. If the auto-scan misses your balance, you may need to manually increase the gap limit (the number of consecutive unused addresses scanned) — some wallet interfaces allow this under advanced settings.

Best practice: after seed restore, generate addresses until you see the one that held your funds, then sweep everything to a new wallet you control with a fresh seed. This avoids depending on a seed that has been typed into a hot computer during recovery.

Security steps after recovery

Once you've recovered access: (1) immediately move funds to a new address generated by a fresh, never-compromised seed. The recovery seed was exposed to whatever device you used to enter it, which reduces its security posture. (2) If you recovered to a software wallet, that computer or phone should be considered potentially compromised — malware can skim seeds from RAM or keystrokes. Use offline methods or a new hardware device to generate the replacement seed. (3) Verify all transactions on a trusted interface before signing. Even with full access, double-check addresses character-by-character.

For the replacement setup: generate a new seed phrase directly on a hardware device (preferably from a different vendor than the lost device to avoid single-vendor dependencies), write it on steel backup plates, and store at two geographically separate locations.

Ledger recovery without device — step by step

  1. 1

    Locate your 24-word recovery sheet

    The orange card that came with your Ledger — or your steel/paper backup. Verify every word is in the correct order, spelled exactly as on the BIP39 word list.

  2. 2

    Choose a recovery method

    New Ledger device (safest), software wallet (fastest, less secure), or mobile wallet (convenient for small balances)

  3. 3

    Import seed into chosen wallet

    Follow the wallet's restore flow: select 'Import wallet' or 'Recover using recovery phrase', enter all 24 words verbatim with spaces.

  4. 4

    Verify derivation path matches Ledger

    Check the wallet uses m/44'/coin'/0'/0/0 path — if balance shows zero, try alternative BIP44, BIP49, or BIP84 paths.

  5. 5

    Confirm balance and sweep funds

    If you see the correct balance, create a brand new wallet with a fresh seed and transfer all funds. Do not reuse the exposed seed.

Frequently Asked Questions

Can I recover a Ledger wallet without the seed phrase?
No. The seed phrase is the master key. Without the 24 words, neither you nor any recovery service can regenerate the private keys. The hardware device is a signing wallet, not a key backup.
What if I only have 23 of the 24 seed words?
Recovery with 23 of 24 words is feasible with brute-force searching of the missing word (there are only 2048 BIP39 words). Professional services can reconstruct the 24th word by trying all 2048 candidates against known addresses.
Does Ledger Live work without the device?
Ledger Live in portfolio-only mode shows transaction history if you've previously synced. You cannot send transactions without the device to sign — for that, you need the seed phrase in a software wallet.
Will I lose DeFi positions or staked assets?
Recovering access to the address itself gives you back all associated positions. Staked assets (Cardano staking, ETH 2.0 staking pools) derive from the address, so seed recovery restores the underlying access.
Can I recover a Ledger without a computer?
Yes — mobile wallets (Trust Wallet, Exodus, Coinomi) all support BIP39 seed import on iOS/Android. The same security considerations apply: mobile OS sandboxing is weaker than hardware.
What about ShibaSwap, Uniswap LP tokens, or NFTs?
These are all address-associated assets. If the seed phrase restores the correct addresses (at the right derivation path), all ERC-20 tokens, LP positions, and NFTs will be visible in a wallet interface that supports them (MetaMask on Ethereum, Phantom on Solana).

Wallet recovery — free analysis

Forgotten password / passphrase / partial seed — run a free analysis to assess feasibility before any payment.

Run Free Analysis

Related Reading