What Happens If You Lose Your Seed Phrase

If you lose the seed phrase for a self-custody wallet and no other copy exists, the funds stay visible on the blockchain and become permanently unspendable, because nobody, including the wallet maker, holds a second copy of the key or any authority to reset it.

Updated · By RampAtlas Research

Key takeaways

  • Losing the only copy of a self-custody seed phrase makes the funds permanently unspendable, even though they remain visible on the chain.
  • If the wallet is still unlocked on a working device, move the funds to a new wallet immediately rather than trying to recover the phrase.
  • A phrase missing one or two words is sometimes recoverable, because BIP-39 restricts words to a fixed 2,048-word list and includes a checksum.
  • Every service that offers to recover a lost recovery phrase for a fee should be treated as a scam.
  • An exchange account is different, because a custodial provider can restore access through identity verification.
In this guide

If you lose the seed phrase for a self-custody wallet and no other copy exists, the funds stay visible on the blockchain and become permanently unspendable, because nobody, including the wallet maker, holds a second copy of the key or any authority to reset it.

That is the honest answer and it is worth stating plainly before the exceptions, because the exceptions only apply in specific situations. This guide covers what those situations are, what to do first, and what to ignore.

Why there is no reset

A seed phrase is not a credential a company issued to you. It is an encoding of the randomness your wallet generated, and every private key in the wallet derives from it mathematically. No server stores it, no support desk can look it up, and no legal process can compel its production from a party that never had it.

The coins are unaffected. They sit at their address on the chain, and anyone can see them on a block explorer indefinitely. What is gone is the ability to sign a transaction that moves them. The distinction matters mostly because it explains why "the funds are still there" is not the good news it sounds like.

First: is the wallet still working?

Before anything else, check whether the wallet is still installed, still unlocked, or still restorable on a device you have.

If your phone app still opens, if the browser extension still has the account, or if the hardware wallet still accepts your PIN, then you still control the keys even though you have lost the backup. In that case do not spend time hunting for the paper.

  1. Create a brand new wallet. Do it on a device you trust and are still able to use.
  2. Write down its phrase properly. Offline, on something durable.
  3. Verify the new phrase by restoring from it. Confirm the words work before they matter.
  4. Send the funds across. All of them.

Partial phrases are sometimes recoverable

If you have most of a phrase, the situation is better than nothing. BIP-39 draws words from a fixed public list of 2,048 words and appends a checksum computed from the entropy, taking the first ENT/32 bits of its SHA256 hash (source: BIP-39 specification). Two things follow.

2,048 words

BIP-39 word list

BIP-39 specification

2,048

Candidates for one missing word

before the checksum eliminates almost all of them

How much is left to search, by what you still have.
What you haveWhat is left to searchPractical outcome
One word missing from 122,048 candidates, almost all eliminated by the checksumA small set of valid phrases to test
Two words missingA larger searchStill tractable
Three or more words missingGrows quicklyOut of reach
Words written out of order or transposedA small searchWord order matters, but the set is limited
One partially legible wordThe list is fixed and no two entries share their first four lettersUsually one valid completion

The derivation path problem

A phrase that restores to an empty wallet has not necessarily failed. Wallets derive addresses from the same phrase using different account structures, and restoring a phrase in software that uses a different default can show a zero balance while the funds sit at addresses the software is not looking at.

Before concluding the phrase is wrong, restore it in the same wallet application that created it, or in software that lets you select the derivation path and the address type. On Bitcoin, in particular, a phrase can generate several distinct address formats and the balance may live under only one of them.

If you added a passphrase

BIP-39 allows an optional passphrase mixed into the seed derivation, with an empty string used when none is present (source: BIP-39 specification). If you set one and have forgotten it, the words alone restore a different, empty wallet.

A forgotten passphrase is functionally the same problem as a lost phrase, with one difference: passphrases are often things people chose and can reconstruct, so systematic attempts at variations you might have used are worth making offline. Keep a record of which variations you have tried.

What does not work

No manufacturer, exchange, or developer can regenerate your phrase. Any message claiming otherwise is phishing.

Recovery services that advertise the ability to restore lost crypto for a fee are the second wave of loss. The narrow legitimate exception is specialist password-cracking for encrypted wallet files where you supply candidate passwords, which is a different problem from a missing recovery phrase, and even there the work is done on data you provide rather than by an entity that finds keys.

Law enforcement cannot help, because no crime has been committed. Courts cannot order the network to reassign the coins, because no party has that power.

Custodial accounts are a different situation

If the assets are on an exchange, none of this applies. A custodial provider holds the keys and can restore your access through identity verification, which is one of the trade-offs described in Self custody vs exchange custody. Losing your password to a platform account is an inconvenience; losing a phrase is not. The platforms we track are listed at Exchanges, including Coinbase and Kraken, and each links to that operator's own account recovery documentation.

Making it not happen again

The measures are dull and they work. Keep two copies of the phrase in separate locations, at least one of them durable, as described in Seed phrase backup methods. Record the wallet software and derivation path with the words. Test a restore while the balance is small, and again after any change. Consider a split backup or a multisig arrangement so that one lost item is survivable, which is the subject of Multisig basics. And write down what happens to the wallet if you are not available to open it, covered in Crypto estate planning.

If you are early enough that the amount at risk is small, that is the cheapest time to fix the process. The buying side is at Buy Bitcoin and the asset pages at Ethereum, and the wallet setup itself is in Hardware wallet setup.

Frequently Asked Questions

Can the wallet company restore my phrase if I prove my identity?

No. In self custody the company never held the phrase, so there is nothing to release. A support agent asking you to prove identity in order to restore a phrase is impersonating one.

The coins still show in a block explorer. Does that mean they are recoverable?

No. The explorer shows the balance at an address, which is public. Spending requires the key, which is what you lost. Visibility and control are separate things.

I have 11 of 12 words. Is that enough?

Often yes, with offline tooling. The missing word has 2,048 possibilities and the checksum discards nearly all invalid combinations, so the set of valid phrases to test is small. Do the work on a disconnected machine and move the funds immediately if it succeeds.

Is there any chance the network will restore access in future?

No. There is no authority that can reassign coins at an address, and no upgrade that would create one without breaking the property that makes the system work.

Does a hardware wallet PIN help if the phrase is lost?

Only while the device works. The PIN unlocks that specific device, and if it fails or is wiped after too many wrong attempts, the phrase is the only route back. If the device still unlocks, move the funds to a new wallet now.