Skip to content

How to Back Up a Seed Phrase Safely (and Never Lose It)

A practical guide to backing up your BIP39 seed phrase: what to avoid, why metal beats paper, and how to store it so you never need a recovery tool.

Published on 3 min read

The best recovery is the one you never need. Most lost-wallet stories don't start with a hack — they start with a backup that was incomplete, unreadable, or stored somewhere it shouldn't have been. Here's how to back up a seed phrase so it survives you, your house, and your own future forgetfulness.

The two rules that prevent most losses

  1. Offline only. Your seed phrase must never touch an internet-connected device.
  2. Redundant. One copy is a single point of failure. Keep at least two, in separate places.

Everything else is detail on top of these two.

What to avoid (the digital traps)

Do not store your phrase in any of these:

  • Photos or screenshots (phones sync to the cloud automatically).
  • Cloud notes, Google Docs, email drafts, or messaging apps.
  • A plain text file or password manager entry.
  • A "secure" note in an app you don't fully control.

Every one of these has drained real wallets. If it's connected, assume it can leak.

Paper now, metal later

  • Paper is fine for getting started — cheap and immediate — but it burns, fades, and dissolves.
  • Metal backups (stamped or engraved steel/titanium plates) survive fire, flood, and time. For any wallet holding meaningful value, a metal backup is the standard.

Write clearly, number the words, and double-check spelling against the BIP39 wordlist — remember only the first four letters are needed to identify a word.

Storage strategy

  • At least two copies, in two separate locations (e.g. home safe + a trusted second site). This protects against fire, theft, and loss at any single place.
  • Consider a decoy-free location: somewhere a burglar won't look, but you'll remember.
  • If you use a passphrase, store it separately from the words — the two together are the wallet.

Splitting secrets the right way

The intuitive "put half here, half there" is a trap: each half narrows an attacker's search and a single lost half can lock you out forever. If you want to distribute trust, use a real scheme:

  • SLIP39 (Shamir backup) — split into N shares, any M of which restore the wallet.
  • Multisig — require multiple independent keys to spend, so no single backup is catastrophic.

Test your backup

This is the step everyone skips. Restore from your written backup onto a fresh or wiped wallet and confirm the correct addresses appear. A backup you've never tested is a hope, not a plan.

If it's already too late

If a word is smudged, missing, or your backup is incomplete, that's exactly what recovery tools exist for. Head to the recovery guide or open the offline tool — and then redo your backup properly so it never happens again.

Need to recover now? Open the tool →

Related articles

Monero uses a 25-word seed, not BIP39 — its own wordlist, checksum, and keys. How the Monero mnemonic works, and how to identify and recover yours safely.
A calm, step-by-step guide to recovering a BIP39 seed phrase when words are missing, misspelled, or out of order — safely and entirely offline.
Short answer: only if it runs entirely in your browser and sends nothing to a server. Here's how to tell a safe seed phrase recovery tool from a scam.