Skip to content
All option guides
Crypto wallet recovery guide12 min read

Crypto Wallet Seed Phrases: Backup, Recovery, and Passphrases

Learn how seed phrases relate to private keys, how to store an offline backup, why recovery can show different addresses, and what a passphrase changes.

In this guideA wallet manages keys; it does not hold coins in a file

Short summary

A crypto wallet seed phrase, also called a recovery phrase, is not an app password or device PIN. It is a secret backup from which compatible wallets can recreate private keys and addresses. Anyone who gets it may control the associated assets without your original device, so a good backup must remain both recoverable and private. This guide separates the roles of paper or metal backups and hardware signers, explains why a restored wallet may show different addresses, and covers the extra recovery burden of an optional passphrase.

A wallet manages keys; it does not hold coins in a file

Bitcoin or Ethereum assets are recorded on their respective blockchains, not stored inside the wallet app. A wallet manages the private keys that authorize transactions from associated addresses. If a software app or hardware signer is damaged or lost, the on-chain balance is not immediately erased. But without restoring the same keys in a compatible wallet, you may lose the ability to control those assets. Conversely, someone who obtains the private keys or the seed phrase that recreates them may transact without your original device or PIN.

“Wallet” covers different custody arrangements. With a custodial service, such as an exchange account, a business controls the keys and you depend on its account security, withdrawal policies, and ability to meet obligations. With a non-custodial software or hardware wallet, you manage the recovery backup yourself. A hardware signer can keep keys in a separate environment and require transaction approval, but it does not remove risks from the transaction recipient, approvals, phishing, or backup handling. Bitcoin.org’s wallet security guide discusses custody, backups, and offline storage separately; Ethereum.org’s wallet guide describes a wallet as an application that gives you control of an account.

A seed phrase represents random input in a human-readable form

A wallet that uses BIP-39 adds a checksum to random entropy and encodes the result as an ordered phrase drawn from a defined word list. The standard allows 12, 15, 18, 21, or 24 words depending on the entropy length. These words are a transcription format, not a password you should invent. Do not choose a favorite sentence or lyric as a seed: human-written phrases are not reliably random, and BIP-39 is not designed to turn a self-chosen sentence into a safe brainwallet.

A compatible wallet converts the phrase into a seed and can use hierarchical deterministic key derivation to create multiple private keys and addresses. One backup may therefore recover many addresses and asset accounts, but wallets do not all use the same standard, network, or derivation path. A correct BIP-39 phrase may not immediately show familiar addresses if the wallet, account type, or derivation path differs. A short checksum also does not catch every transcription error. The BIP-39 specification defines phrase generation and seed conversion; it does not make every chain’s or wallet’s recovery screen identical.

Before recording a backup, identify the wallet’s backup format (such as BIP-39 or SLIP-39), word count, supported networks, account type, and any derivation path needed for recovery. Preserve word order. Translating the words, replacing them with a memorable phrase, or changing a word can derive different keys. Do not paste the phrase into an online tool to check it.

The device and its backup protect against different failures

A hardware wallet is designed to reduce exposure of signing keys to an ordinary internet-connected computer. A PIN typically restricts access to that device; a recovery phrase is a backup that can recreate keys on another compatible wallet. So a locked device does not protect funds if someone has the phrase, and losing the device without a valid backup may leave you unable to recover. Treat any request for the phrase from a support agent, exchange, app, or wallet-connection site as suspicious.

If you choose self-custody, record the phrase generated during setup on an offline medium, in the exact order shown, and use the wallet’s on-device verification process to check spelling and word count. A screenshot, photo, email, cloud note, password-manager attachment, messenger, or ordinary printer queue can expose it through online accounts or synchronized devices. Even an encrypted digital copy needs a separate assessment of whether the device, backup password, and recovery codes could be exposed together. Trezor’s backup guide likewise advises against sharing or digitally copying a backup and says not to enter it except when the device itself requests it.

Paper is inexpensive and readable, but may be vulnerable to water, heat, wear, or fading ink. A metal backup may be designed to tolerate some environmental damage, but materials, temperature ratings, and assembly differ by product; metal does not prevent theft or photography. Keeping the device and backup in the same bag or the same safe can expose both to one loss, flood, fire, or break-in. Extra copies may improve recoverability while creating more places where the secret can be stolen. Compare paper and metal against the value stored, mobility, home environment, and secure locations available. If buying backup equipment, review its materials, durability, recording method, seller, and shipping path; no accessory guarantees safety.

A text-free concept illustration of a small hardware signing device beside separate storage boxes holding a paper backup card and an unmarked metal backup plate
The device and its recovery backup address different failure modes. The illustration does not guarantee any product or storage method is safe

Recovery must match the wallet’s derivation settings as well as the words

If a device is lost or replaced, start from the wallet maker’s official recovery instructions. Check where the words are meant to be entered: on the device, in a trusted app, or on a web page. A link, call, or message asking you to enter the phrase on a site or send it to support may be phishing. If recovery requires entering the words, confirm that the wallet’s own instructions require that step and where the input is processed. A service should not need your complete phrase merely to verify your identity with support.

If balances or addresses appear empty after recovery, do not immediately assume the phrase is wrong or the assets are gone. Check the original spelling and order, any optional passphrase, the backup standard, account type, network, derivation path, and address-discovery range. Different wallet apps may display the same blockchain address in different places, or may not have searched far enough for older addresses. Do not send funds to a newly created account or re-enter the seed online just because the address looks different. Compare the wallet maker’s instructions with the chain’s public address and transaction history; never paste a secret phrase into a block explorer.

Recovery does not guarantee that entering 12 words restores every asset and app setting exactly as before. A seed can reproduce private-key derivation, but not necessarily favorites, local contacts, app settings, or a wallet’s account-discovery state. A missing token display does not prove that the key is wrong. Verify a receiving address on the signer’s trusted display and check the chain, address, and any memo or tag requirements before sending. A small test transfer can help check an address and network, but it does not prove that the seed backup is secure.

A passphrase is an advanced feature that adds another recovery requirement

Some BIP-39 wallets allow an optional passphrase to be combined with the recovery phrase to derive a separate seed. In BIP-39, an unused passphrase is an empty string. The same phrase with a different passphrase creates a different wallet, and a typo can open a valid but separate wallet instead of showing an error. A passphrase is therefore not just an app password or device PIN. The phrase alone does not recreate the passphrase. BIP-39 defines this derivation behavior, and Trezor’s passphrase guide warns that a passphrase creates a separate wallet that cannot be accessed without the exact value.

To recover a passphrase wallet, you need both the original phrase and precisely the same passphrase. Check capitalization, spaces, character normalization, and the length accepted by your device and standard. Writing the phrase and passphrase together may reduce the added protection, while separating them too much can prevent you or an heir from recovering the wallet. Do not test your setup by deliberately entering a wrong passphrase and treating the resulting empty wallet as proof of security. Follow the maker’s official instructions to verify the backup and recovery path, then confirm the intended account address before storing assets there.

A passphrase does not replace a lost phrase or stop phishing and malicious transaction approvals. If someone gets the base phrase, they may still access the wallet derived without a passphrase. If you forget or mistype the passphrase, you may be unable to find the intended account. Before enabling an advanced feature, understand the failure path and who is responsible for preserving each recovery component.

Prepare for attacks that a seed backup cannot prevent

A seed phrase recreates wallet keys, but it does not prevent every attack. A phishing page can steal the phrase directly. A malicious smart-contract approval can grant token-transfer authority after a wallet is already unlocked. Before signing, read the recipient, network, amount, and approval scope shown on the signer’s trusted display. Do not approve if the device cannot show the essential details. Treat requests for your phrase framed as “recovery,” “airdrop,” “verification,” or “support” as suspicious; navigate by typing the official domain or using a saved bookmark.

Exchange custody means you do not manage the seed yourself, but you depend on the provider, account access, and withdrawal policy. Self-custody gives you direct signing authority along with responsibility for loss, theft, mistakes, and inheritance planning. If several people must control funds or you want to reduce the risk of one device or location becoming a single point of failure, consider a wallet’s supported multisignature setup or a verified secret-sharing backup separately. Dividing a word list into arbitrary halves is not the same as secure secret sharing. BIP-39, SLIP-39, and multisignature are different systems; confirm which wallet can restore each backup.

Do not let the recovery plan end with a password only you know. If trusted family members cannot learn where assets are held and what process to follow during a long absence or after death, a well-stored phrase may still become permanently inaccessible. Handing an envelope with the phrase to an heir too early can expose funds while you are alive. Document custody type, wallet format, and recovery steps, and separate access timing and authorization where needed. Keep the secret itself protected while making sure the recovery plan can be found without exposing private keys.

Choose storage around asset value and how often you use it

For frequent small transfers and app connections, a reputable software wallet holding only the amount needed for use may be practical if you manage device locks, updates, address checks, and phishing risk. For assets held long term, compare a hardware signer that limits online key exposure with a verified offline backup. Buying a hardware wallet does not automatically make self-custody safe. Review how the seed is generated, how to verify device authenticity and official updates, supported chains and tokens, transaction details shown on-device, recovery compatibility, backup longevity, and support policies. Recovery methods and feature names differ by maker, so read the product’s current official instructions before purchase.

For example, someone who loses a hardware wallet but has the exact BIP-39 phrase and did not use a passphrase may restore addresses with a compatible wallet by selecting the same derivation rules and network. Even with the right phrase, a different account type or path may initially show no balance. If a passphrase was used, both components must be restored exactly. In contrast, if the phrase leaks through a photo app or cloud account, an attacker may move assets from another device even when the original device PIN is secure. These cases show why device security and backup security are not substitutes for each other.

Track more than the words: exact order and spelling, supported backup standard, whether a passphrase is used, network and derivation path, official lost-device process, backup locations, and who can recover it and when. This is not a request to write secret keys on a checklist; record the recovery conditions and responsible people without exposing the secret. For Ethereum account and wallet basics, read Ethereum.org’s wallet guide; for offline storage and backup principles, see Bitcoin.org’s security guide and the BIP-39 specification.

Common questions

Q1Can I keep an encrypted copy of my seed phrase in cloud notes?

Encryption may reduce risk, but it does not remove exposure through online accounts, malware, or a password and recovery codes compromised together. Prefer the wallet maker’s recommended offline backup process when practical.

Q2Does an empty balance after recovery mean my assets are gone?

Not necessarily. Check the passphrase, backup standard, network, account type, derivation path, and address-discovery range. Do not enter the phrase online again.

Q3Does everyone need to use a passphrase?

No. It is an optional advanced feature that adds recovery requirements. If you have not planned how to preserve and restore the exact value, it may add more risk than protection.

Sources and further reading

Report an issue

We’ll prepare an email with this article link. Mark receives the report only after you send it

Quick check

Read the guide? Check yourself with 3 questions

Question 1 / 3

Question 01

What can happen if someone obtains your wallet recovery phrase?

Choose an answer to see the explanation

Options glossary