Independent review. This site is not the official website and is not affiliated with, endorsed by, or operated by the wallet vendor reviewed here. Never enter your seed phrase or private keys on any third-party site.

Forgot PIN & lockout — recovery options

Try Tangem secure wallet →

What happens when you forget your PIN?

Short answer: you won't lose your crypto as long as you have your seed phrase. But the device itself will lock or reset if too many PIN attempts fail. The PIN protects access to the secure element (the chip that holds your private keys). If you enter the wrong PIN repeatedly the device performs a factory reset to prevent brute-force attacks.

This behavior is documented in vendor support material and follows common hardware-wallet design: limit PIN retries and wipe local secrets to keep attackers from guessing forever (see BIP-39 for seed-recovery fundamentals: https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki).

In my testing, a reset is a blunt but intentional safety mechanism. And that means your recovery plan (the physical seed phrase backup) is the single most important asset.

Sources: vendor support documentation on PIN and recovery behavior; BIP-39 specification for seed phrase standards.

Try Tangem secure wallet →

First steps — stop, check and prepare

If you think you forgot the PIN (ledger wallet forgot pin; ledger pin forgot how to), follow this checklist before doing anything irreversible:

  • Stop guessing if you don't have a reliable memory of the PIN. Repeated wrong attempts often trigger the factory reset.
  • Locate the seed phrase (recovery phrase) and any secondary backups (metal plate, paper copy, or a second stored copy).
  • Confirm whether you ever used a passphrase (the optional "25th word"). If you did, find that passphrase or the hint — without it, a restore will not recover the hidden accounts.
  • If the device is physically damaged, take photos and link to device recovery guidance (device-broken).

What if you remember a few PIN digits? Try plausible combinations — but do so carefully (limited tries). If you have the seed phrase, it's safer to reset and restore than to risk an accidental wipe before you understand the process.

Reset the device and restore: step by step

If you have a complete seed phrase (and know whether you used a passphrase), you can recover access by resetting the device and restoring from your seed phrase. Below is a general, model-agnostic flow. (Model-specific screens vary; see nano-s-guide or nano-x-guide for exact steps.)

  1. Confirm you have the recovery phrase and passphrase (if used). If not, stop — without them funds cannot be recovered.
  2. Trigger a factory reset. Two common ways:
    • If you can access device menus: use Settings → Reset (if available).
    • If locked by PIN: deliberately enter wrong PIN until the device resets (the built-in retry counter will wipe the secure element). Proceed only if you have the recovery phrase.
  3. Power the device back on. During the initial setup flow choose the option to "Restore from recovery phrase" (or similar).
  4. Select the correct recovery phrase length (12/18/24 words) and enter the words using the device UI.
  5. If you used a passphrase, enter the exact passphrase (same spelling, case, punctuation).
  6. Set a new PIN when prompted.
  7. Reconnect to your desktop/mobile wallet application and add accounts again (follow ledger-live or alternative wallet guides as needed).

A few practical tips: restore on-device when possible (do not type seed words into an internet-connected PC). And always start with a small test transaction after restore to confirm addresses match your previous balances.

Related reading: restore-recovery, seed-phrase, passphrase-25th-word.

Recover without PIN — alternative methods

If you don't want to reset the original device or it's permanently unavailable, you can restore your seed phrase on another compatible wallet. This is often called "recover without pin ledger" in searches. Options include:

  • Restore on the same model or a compatible hardware wallet that supports the same seed standard (BIP-39/BIP-44/BIP-32).
  • Restore into a reputable, air-gapped software wallet (advanced users only; follow advanced-cli precautions).
  • Use a specialized recovery service only as an absolute last resort — these services carry high risk and cost.

Compare options:

Option When to use Pros Cons
Restore on same device model You have the device or a replacement of same generation Easiest, on-device entry, minimal exposure Requires a compatible device
Restore on another hardware wallet Original device lost/damaged, but you have seed Hardware-level security Possible derivation-path mismatches; passphrase issues
Software (air-gapped) restore You understand offline workflow Rapid balance checks Greater exposure if done incorrectly
Professional recovery service Seed lost/damaged or device irreparably damaged Last-chance option Expensive and risky; success not guaranteed

If you restore on any alternative, verify that derivation path and address formats match your previous setup (see derivation-paths and third-party-wallets).

Passphrase (the 25th word) and hidden wallets

Passphrases act like a 25th word on top of your seed phrase, creating hidden wallets. They are not stored by the hardware wallet vendor. That means if you used a passphrase and then reset or restore without it, funds on the hidden account are inaccessible.

What I've found: people often forget they enabled a passphrase. Ask yourself: did I ever write down a passphrase or use a consistent pattern? If you used a passphrase and cannot remember it, recovery is effectively impossible even with the seed phrase. See passphrase-25th-word for deeper guidance.

Multisig / advanced setups — special considerations

If your keys are part of a multi-signature wallet, a single device's PIN reset is usually not catastrophic. Multisig requires multiple cosigner keys to move funds. But be careful:

  • Confirm quorum and cosigner availability.
  • If a cosigner used a passphrase or non-standard derivation, restoring that single cosigner may require the same passphrase or derivation details.

For multisig compatibility and how to restore cosigners, see multisig and multisig-compatibility.

Firmware verification and post-restore checklist

After restoring access, take these steps:

  • Verify the device firmware using the official verification procedure before moving large amounts (verify-firmware).
  • Update firmware only after verifying authenticity and following model-specific guidance (firmware-updates).
  • Add accounts in your wallet application and confirm deposit addresses by checking blockchain balances (send/receive a small test amount).

Quick checklist: verify seed/backups, confirm passphrase, verify firmware, add accounts, test with a small transaction.

Common mistakes people make (and how to avoid them)

  • Assuming a reset means crypto is lost. (You still need the seed phrase.)
  • Trying many guesses without a seed backup — that risks a wipe.
  • Restoring on a random computer or untrusted app.
  • Forgetting passphrase usage.
  • Storing the seed phrase in a photo or cloud backup.

Prevention: use metal backup plates, trusted geographic distribution, and document whether you used a passphrase. See metal-backup-plates and seed-phrase-management.

FAQ

Q: Can I recover my crypto if the device breaks?
A: Yes — if you have the seed phrase you can restore to another compatible wallet. See device-broken.

Q: How many wrong PIN attempts before wipe?
A: Devices implement a retry limit; in typical models the device will reset after a small number of incorrect attempts (see vendor support). If you have your seed phrase, a reset is recoverable. Reference: vendor support documentation and BIP-39 specification.

Q: What happens if the company goes bankrupt?
A: Your crypto is controlled by private keys derived from your seed phrase, not the company. As long as you hold the seed phrase (and passphrase, if used), you retain access. See company-risk.

Q: Is Bluetooth safe for a hardware wallet?
A: Bluetooth adds an additional attack surface compared to USB. If you care about maximum isolation, prefer a wired or air-gapped workflow. See connectivity-usb-bluetooth-nfc.

Conclusion & next steps

If you forgot your PIN on a Ledger device, the path back to your funds almost always goes through your seed phrase (and passphrase if used). Stop guessing if you're unsure; confirm your backups, then reset and restore on-device or on a compatible wallet. I believe clear documentation and a calm, methodical approach prevents most permanent losses.

For detailed step-by-step device screens and model-specific flows, read the restore a device guide and the model manuals (nano-s-guide, nano-x-guide). If you want to strengthen your backup strategy after recovery, see seed-phrase-management and metal-backup-plates.

If you need hands-on walkthroughs next, check the setup and restore pages linked above. And if you used a passphrase, find that note now — it changes everything.


Image placeholders:

PIN entry screen — placeholder

Recovery phrase entry — placeholder

Try Tangem secure wallet →