Crypto wallet recovery is not one procedure. It is a decision tree. What you have determines what works. If you have the seed phrase and lost the device, recovery is routine. If you have the device and lost the seed phrase, you are one wipe away from total loss and need to act now. If you lost both, self-custody recovery is generally impossible, and the path forward is custodial accounts only. Most online guides cover one case and call it "how to recover a crypto wallet." This one walks all of them.
What you'll learn
The scenario matrix that decides what recovery is possible
How to recover when you have the seed phrase and lost the device
How to handle the dangerous case where you have the device but lost the seed
When partial-seed recovery tools actually work, and when the math runs out
How custodial exchange and app account recovery actually works
Social recovery and smart wallet recovery for newer wallets
What to do in the first 24 hours, and what to avoid
What does "recovering a crypto wallet" actually mean, and what determines if it is possible?
Recovering a crypto wallet means regaining the ability to sign transactions for addresses you held before. Whether it works depends on two things. Which credentials you still have. And which custody model the wallet uses. Self-custody recovery needs the seed phrase, or the private key, or a partial seed plus a tool. Custodial account recovery uses the platform's support process. Each has its own rules.
The two custody models are the first split. Self-custody means you held the seed phrase yourself. The wallet had no record of it. Examples include Ledger, Trezor, MetaMask, Phantom, Exodus, Trust Wallet. Recovery from this side depends on what you wrote down at setup. Custodial means an exchange or app held the keys for you. Examples include Coinbase, Binance, Robinhood Crypto, Cash App. Recovery from this side depends on the platform's identity-check process.
Four credentials can recover a self-custody wallet. The seed phrase is the canonical recovery key. The private key works for a single address and is less common as a backup. The device plus the device password works if the device is alive and you remember the unlock. A partial seed phrase with most words known can sometimes be recovered with tools. For custodial wallets, the credentials are email plus password plus 2FA, or KYC documents plus identity verification through support.
Recovery-possibility matrix
You have... | Self-custody outcome | Custodial outcome |
|---|---|---|
Seed phrase, no device | Full recovery via restore on new wallet | N/A |
Device alive, no seed phrase | Funds accessible until device fails — move now | N/A |
Partial seed (~22-23 of 24 words known) | Possible via BTCRecover, math-dependent | N/A |
Neither | Generally impossible | Account recovery via support process |
Email + KYC documents | N/A | Recovery in days to weeks via support |
Hacked: attacker drained funds | Recovery of moved funds generally impossible | Same outcome plus account remediation |
For the underlying custody concepts that frame these scenarios, see what is self-custody.
How do you recover when you have the seed phrase and lost the device?
Standard recovery. Get a clean device, your phone, a new hardware wallet, or a clean laptop you trust. Install the wallet app from the official source. Choose "Restore" or "Import wallet." Enter the seed phrase in the order it was generated. Set a new device password. The wallet rebuilds itself from the seed phrase. The same first receive address should appear. Funds are accessible.
The procedure looks the same across wallet brands. The seed phrase standard is the same. BIP-39 defines a 12 or 24 word mnemonic. Any compliant wallet can use it to derive the same keys (source: BIP-39 — mnemonic seed standard). A seed phrase generated on a Ledger restores on a Trezor. A Trezor seed restores on a Coldcard. A MetaMask seed restores on a hardware wallet, given the right derivation-path setting. The exceptions are wallets that use non-standard formats, like older Electrum wallets.
Standard recovery procedure
Get a clean device. If using a new hardware wallet, do the supply-chain check first (see how to set up a hardware wallet)
Install the wallet app or set up the hardware device from the official source (no app-store search results, no random links)
Pick "Restore" or "Import existing wallet" instead of "Create new wallet"
Enter the seed phrase, word by word, in the order you originally recorded
Set a new device password (the seed phrase recovers the wallet; the password protects the new device)
After the wallet rebuilds, the first receive address should match the address you used previously. If it does not match, you have entered the seed phrase wrong, or the original wallet used a non-standard derivation path. Re-check the words. Most wallets show a checksum error if any word is misspelled. For brand-specific derivation paths, the wallet's official documentation lists them.
How do you recover when you have the device and lost the seed phrase?
Move the funds to a new wallet now. Generate a new seed phrase on the new wallet and back it up properly. Send everything from the old wallet to the new one. The old wallet keeps working until the device dies, but you have one bullet of access left and no backup. Do not let that situation continue for a week, much less a year.
This case is the most dangerous case people leave un-fixed. The device is alive. The wallet shows the balance. Signing still works. It feels like nothing is wrong. The problem is that the device is now a single point of failure. Anything that wipes it becomes a total loss. Battery death. Factory reset. Theft. Accidental wipe during a firmware update. A software bug. There is no backup to restore from. The asset is gone the moment the device fails.
Emergency procedure when you have the device but lost the seed phrase
Set up a brand-new wallet (separate device or fresh install) and generate a new seed phrase
Write the new seed phrase down properly in a zero-camera session (see how to back up a seed phrase)
Test the new wallet by sending a small amount to it from the old one and confirming the new wallet receives
Send the rest of the balance from the old wallet to the new one in one or more transactions
Once the funds are on the new wallet (with a properly-stored seed phrase backup), the old wallet is empty. You can wipe it, repurpose it, or destroy it. The point is that the lost-seed-phrase risk no longer threatens any balance.
How do you recover when you have a partial seed phrase or are uncertain about some words?
Partial recovery is sometimes possible if you have most of the words and know which positions are uncertain. Open-source tools like BTCRecover can brute-force a few missing positions or correct typos in known positions. The math runs out fast though. With 2 unknown positions out of 24 words, the search space is manageable. With 4 or more unknown positions, it is not. The tools are real, but only worth running with most of the phrase intact.
BIP-39 uses a 2,048-word list. Each missing position multiplies the search space by 2,048. One missing word plus a checksum filter narrows the search to under 100 candidates. Two missing words is around 200,000 candidates after the checksum filter. That finishes overnight on a laptop. Three missing words is 400 million candidates. That takes weeks on a GPU. Four missing words is 800 billion. That is impractical without serious hardware. Five or more, the search is effectively infinite.
Brute-force feasibility for 24-word seed phrases
Unknown positions | Search space (after checksum) | Practical feasibility |
|---|---|---|
1 word | ~100 candidates | Trivial — minutes on a laptop |
2 words | ~200,000 candidates | Overnight on a laptop |
3 words | ~400 million candidates | Days on a GPU; weeks on a laptop |
4 words | ~800 billion candidates | Impractical without serious hardware budget |
5+ words | Effectively infinite | Not recoverable |
From Blofin's support data, the case mix is heavily weighted toward "have seed, lost device" (the easy recovery) and "lost both" (no recovery path on self-custody). Partial-seed cases are rare in absolute terms but real. The cases that work usually have 22 or 23 words correct and one position uncertain. The cases that fail usually have 4+ words missing or no idea which positions are wrong. The math runs against you fast.
The right tool is open-source BTCRecover (github.com/3rdIteration/btcrecover). The wrong tool is any website that asks you to paste your partial seed phrase to "check if it can be recovered." Those are phishing traps. If you do attempt partial recovery, run the tool on an air-gapped machine. Build it from source if you can verify the code. Never paste your partial phrase into any browser tab.
How do you recover a custodial exchange or app-based wallet?
Custodial recovery uses the platform's support process. Most exchanges allow account recovery through email verification, KYC document re-submission, and 2FA reset. The process takes days to weeks. Send a support ticket through the official URL of the exchange (typed in directly, not a search result). Provide KYC documents matching the account. Do not share passwords or 2FA codes with anyone, including "support" people who message you first.
The custodial recovery flow has three common branches. Standard 2FA reset is the easiest case. You lost your authenticator app but you still have email access. The exchange sends a verification link and walks you through resetting 2FA. Usually within 24-72 hours, sometimes faster. Email-change recovery is harder. You also lost the original email account. The exchange has to re-verify identity through KYC documents matching signup. Often a video call or new ID upload too. This can take 1-3 weeks at major exchanges. Account access without KYC is generally impossible. If you signed up before mandatory KYC and have no documents that link you to the account, support has nothing to verify.
Custodial recovery flow
Scenario | Path | Typical timeline |
|---|---|---|
Lost 2FA, have email | Email-based 2FA reset | 24-72 hours |
Lost email + 2FA, have KYC | Identity re-verification + new email | 1-3 weeks |
No KYC on file | Recovery generally impossible | N/A |
Account compromised (attacker changed email) | Immediate freeze request + identity proof | Faster if reported within hours |
The thing to remember about custodial recovery is that the slowness is a security feature. If recovery were fast and easy, the same paths would work for attackers. Plan for the wait. While you wait, do not respond to anyone who contacts you offering to "speed up" recovery. That is always a scam. See two-factor authentication for crypto for the 2FA setup that prevents most of these cases.
What about social recovery and smart wallet recovery options?
Newer wallets offer social recovery, where pre-designated trusted parties or services can help restore access without a single seed phrase. The trade-off is that recovery depends on the social network you set up in advance. If you did not configure guardians or a recovery service when the wallet was created, social recovery is not available. Older wallets (Ledger, Trezor, MetaMask, Bitcoin Core, classic Phantom) do not offer it at all.
Social recovery works through a smart contract wallet. That is different from a traditional crypto wallet. The wallet has its own logic written on-chain. The recovery rules are part of that logic. A typical setup picks 3-5 guardians. The guardians can be other addresses you trust, a hardware wallet you own, a friend's wallet, or a paid service like Coinbase's Smart Wallet recovery. Recovery requires M-of-N guardian approvals. Losing your phone is no longer a total-loss event. Your guardians can collectively sign a recovery transaction. That gives you control again with a new key.
Social recovery vs seed-phrase recovery
Feature | Seed-phrase recovery | Social recovery |
|---|---|---|
Setup complexity | Low (write 12-24 words) | Higher (pick guardians, configure thresholds) |
What you back up | A list of words on paper or metal | The list of guardian addresses |
Failure mode | Lost or destroyed seed phrase | Lost guardians (death, lost contact, lost wallet) |
Cross-brand portability | Yes (BIP-39 standard) | Wallet-specific |
Examples | Ledger, Trezor, MetaMask, all traditional wallets | Argent, Safe (formerly Gnosis Safe), Coinbase Smart Wallet, ERC-4337 wallets |
For traditional wallets, social recovery is not an option after the fact. The wallet has to be configured for it at setup. If your existing wallet does not have it, the recovery path is whichever credential above you can produce.
What should you do in the first 24 hours after a recovery problem, and what should you avoid?
Wait an hour before doing anything. Read the canonical recovery guide for your specific wallet brand or your specific exchange. Do not type any partial seed phrase into a random app to "check if it works." Do not respond to anyone who contacts you offering recovery help. Open a support ticket only through the official URL of the wallet or exchange you actually use, typed in directly.
The pattern we see most often in the first 24 hours is the wrong move, not the slow move. The wrong move is typing a partial seed into a random wallet to "check if it works." That random wallet is often a phishing site. It captures the partial phrase. It then brute-forces the rest before you finish typing. The wrong move is signing a transaction prompted by a "Ledger support" chat that found you on social media. There is no Ledger support that contacts you first. The slow move is doing nothing for an hour. Read the canonical recovery guide for your specific brand. The slow move wins.
First-24-hour do-vs-avoid checklist
Do | Avoid |
|---|---|
Wait an hour and breathe | Panic-search "how to recover my wallet" |
Read the canonical guide for YOUR specific wallet brand or exchange | Type any seed words into a wallet you have not used before |
Open a support ticket through the official URL typed directly | Click any link from a chat or DM offering help |
Document what you have (which credentials, last access date, the device or platform) | Reply to anyone who contacts you first |
Move funds out of an at-risk wallet first if the issue is compromise | Sign any transaction prompted by a "support" person |
Take screenshots of error messages if you are mid-recovery | Pay anyone who promises seed-phrase recovery |
Two drain patterns are most common after a recovery problem. First, a user pastes the partial seed phrase into a phishing wallet. The site brute-forces the rest. Second, a user accepts a screen-share request from "support" who walks them through approving a transaction. That transaction drains the wallet. Both are preventable by the slow move. Read the official documentation. Talk only to support reached through the official URL. Sign nothing until you understand what you are signing.
Frequently asked questions
Can someone help me recover a lost seed phrase?
For self-custody wallets, no. The seed phrase is the wallet. Anyone offering to recover it for you is either scamming (most common) or selling access to a brute-force tool that only works on partial seeds. No legitimate wallet company, no exchange, and no technical support has any way to recover a fully-lost seed phrase. The math does not allow it. The same math that protects your seed from attackers also protects it from anyone trying to help you.
Can I recover only some of my crypto if I lost the seed phrase?
Only what is in a custodial account that you can recover through the platform's support process. For self-custody, the seed phrase is the unit of recovery. There is no partial-asset recovery. If the seed phrase recovers the wallet, all assets in that wallet are recovered. If the seed phrase is lost, none of the self-custody assets in that wallet are recoverable. Each separate seed phrase you have controls a separate set of assets.
What if my wallet was hacked and the attacker drained it?
Recovery of moved funds is generally impossible. The blockchain has no chargeback. What you can do is file a police report, file with FBI IC3 (in the US) or your jurisdiction's equivalent, report the receiving address to the exchange the attacker often deposits to (exchanges can sometimes freeze before withdrawal if the report is fast enough), and document everything for tax purposes. See common crypto mistakes beginners make for the patterns to avoid next time.
Is BTCRecover safe to use?
BTCRecover at github.com/3rdIteration/btcrecover is an open-source tool with a long track record. The risk is not the tool itself but the workflow around it. Run it on an air-gapped machine. Do not paste your partial seed into any web tool that says it does the same thing — those are phishing traps. Build BTCRecover from source if you can verify the code against the public repository. The tool can help with passphrase recovery, missing words, and typo correction, but the math runs out quickly past 2-3 unknown positions.
How long does custodial recovery take?
Days to weeks, depending on the platform and the complexity. Standard 2FA reset is 24-72 hours at most major exchanges. Email-change recovery, when you also lost access to the original email, takes longer because the platform needs to re-verify identity through KYC documents. KYC re-submission for a flagged or restricted account can take 1-2 weeks. Plan to be patient. The slowness is part of the security model and you cannot rush it without raising red flags.
Can I move my wallet to a different brand of hardware wallet?
Usually yes. BIP-39 seed phrases are an interoperable standard. The same 12 or 24 words restore on Ledger, Trezor, Coldcard, BitBox, Keystone, and most software wallets. The main exception is wallets that use a non-BIP-39 format (older Electrum wallets, a few proprietary wallets). For brand-to-brand migration, restore on the new device using its standard "Restore" flow with the seed phrase from the old one. See how to set up a hardware wallet for the broader setup discipline.
Should I test recovery before I need it?
Yes. The recovery test (wipe the device, restore from the seed phrase, confirm the same first receive address) is the only proof your backup actually works. Run it once after the initial setup. Run it again every few years, or when you change the storage location of the backup. Most published setup guides skip this step. It is the step that defines whether the setup actually worked. The procedure is documented in how to set up a hardware wallet.
Researched and written by the Blofin Academy editorial team with AI-assisted drafting. Primary sources include the Bitcoin Improvement Proposal 39 (BIP-39) mnemonic seed specification, the BTCRecover open-source repository, and academic research from the IEEE and USENIX security communities on wallet recovery and address attacks. All facts independently checked against cited sources current as of May 2026.
This article is educational and does not constitute financial advice. Cryptocurrency self-custody carries operational risk that the user retains in full. Specific recovery procedures differ between wallet brands and exchange platforms. Refer to the manufacturer's or exchange's official documentation for product-specific recovery steps. Blofin support cannot recover lost seed phrases for self-custody wallets. For custodial Blofin accounts, follow the support process through the official URL.
