§ Q & A · Self-Custody

What happens to my Bitcoin when I die?

Short answer

Whatever you set up in advance. Bitcoin has no probate, no beneficiary form, no support line. If you don't leave a recoverable path to the keys, the coins sit on-chain forever — unreachable by anyone, including your spouse. The fix is a written recovery plan, tested while you're alive.

Last updated · June 9, 2026

Whatever you set up in advance. Bitcoin doesn’t have probate. There’s no beneficiary form, no transfer-on-death registration, no customer service line your widow can call. The only thing that controls your Bitcoin is whoever holds the private keys — and if those keys can’t be reached after you’re gone, the coins sit visibly on the blockchain forever, unreachable by anyone, ever.

Chain-analysis estimates suggest roughly 3-4 million BTC are effectively lost as of 2025 — about 15-20% of the currency that will ever exist. Most of that loss isn’t from forgotten passwords on hot wallets; it’s from people who died with seeds in their head, or with paper backups in a place nobody else knew about, or with multisig setups whose configuration files were on a laptop that got wiped. The unifying pattern is the same: no recoverable path was set up in advance.

This page walks through what a working inheritance plan actually looks like — including what most people get wrong on the first attempt.

Why “leave it in my will” doesn’t work

The instinct is to write the seed phrase into a will and trust the legal system to deliver it. This fails in three ways:

Wills are read late. A will is typically read days or weeks after death. During that window, anyone with the document can spend the Bitcoin. Estate lawyers, court clerks, family members in conflict — any of them seeing the seed phrase before the inheritance is formalised can drain the wallet, and there’s nothing to investigate after the fact because Bitcoin transactions don’t leave an identifiable paper trail.

Wills are public records. In most jurisdictions, wills enter the public record once probated. A seed phrase written into a will becomes a public document — searchable, archived, and ultimately drained by anyone with patience.

Wills are static. You update wallets, change setups, add devices. Each update requires re-executing a will. Most people don’t.

The right answer is to keep the seed phrase OUT of the will and instead leave a pointer — an encrypted location, a sealed envelope at a trusted institution, a multisig quorum with a notary — that the heirs can use to recover the keys when they need to.

The three failure modes most “Bitcoin inheritance” plans hit

Once you decide to leave a plan, the next failure is making the plan brittle. The three common failure modes:

1. “I’ll explain it to my spouse when the time comes.” You die suddenly. There is no explanation. The spouse vaguely remembers something about a “hardware wallet” but doesn’t know which device, where the seed is written, what a passphrase is, or how to spend coins. The plan was in your head and that’s where it stayed.

2. “Here’s the seed phrase. Just hold onto it.” Single point of failure. Spouse’s house floods, the paper is gone. Spouse leaves it in a drawer, the kids find it during a move, the coins disappear into a teenager’s curiosity experiment. The convenience of a single backup is exactly what makes it fragile.

3. “I split the seed into shares and gave them to three people.” Without a written threshold and a documented recovery procedure, the surviving members can’t reconstruct without you. Worse, you used non-standard splitting that you remember the rules of, and now your brother and your lawyer are arguing about whether 2 of 3 is enough or whether all 3 are required.

A good inheritance plan defends against all three by being:

The minimum-viable inheritance plan

The smallest plan that actually works has four pieces:

A recovery letter. A physical document, in a sealed envelope, explaining what Bitcoin you hold, where the seed lives, how to recover it, what hardware to use, and who to ask for help. Not the seed itself — just the instructions and the location pointers. Stored in a safe deposit box, with a lawyer, or in a fireproof safe at a known location.

Redundant seed storage. The seed phrase itself stamped on steel in at least two geographically separated locations. Paper survives most years but doesn’t survive a fire, a flood, or a careless renovation. Steel handles all three. Casa and Unchained both publish good guides on physical storage hierarchies.

A trusted person who knows the plan exists. They don’t need the seed — they need to know where the recovery letter is and who else to contact. The two-step lookup (trusted person → recovery letter → seed location) is what defeats both lone-loss and spouse-coercion attacks.

Annual review. Walk through the recovery plan once a year. Open the letter, verify the seed location, confirm the trusted person remembers the procedure. Most plans degrade silently — addresses get rotated, devices get replaced, trusted people move. The review catches that.

When multisig actually helps

Single-signature setups force you to choose between operational simplicity and inheritance robustness. Multisig (specifically a 2-of-3 or 3-of-5 setup) lets you have both:

If you die suddenly, the surviving family member and the lawyer have enough to recover the coins. If a single device is lost or destroyed, the remaining 2 are enough to keep operating. The cost is operational complexity — multisig is more annoying to use day-to-day — but for inheritance it solves the single-point-of-failure problem at the protocol level.

Both Casa and Unchained run commercial multisig services that include inheritance protocols. They’re not free, but they’re a reasonable option for larger holdings where a self-managed plan feels too risky.

When the plan is “tell them to hire someone”

If documentation, multisig, and steel backups feel like too much, the realistic fallback is to leave a sealed letter that points to a Bitcoin-literate professional who can walk your heirs through recovery. Inheritance lawyers who specialise in digital assets exist in most major markets in 2026. Their fees are typically 1-3% of the inheritance — far less than 100% loss.

This is worse than a documented self-managed plan but better than no plan. The key is making sure the heir knows who to contact, not just that the coins exist.

The single most common piece of bad advice

The most common bad advice on Bitcoin inheritance is “memorise the seed and tell no one.” This is fine for operational security against external attackers. It is catastrophic for inheritance. People who memorise seeds and die without writing anything down are responsible for a meaningful share of those 3-4 million lost coins.

A working plan accepts a small reduction in operational privacy in exchange for a meaningful reduction in catastrophic-loss probability over the multi-decade timescales Bitcoin holders are increasingly planning for.

Primary sources

  1. BIP-39 — Mnemonic code for generating deterministic keys [1]
  2. Casa — Inheritance planning resources [2]
  3. Unchained — Bitcoin estate planning [3]
  4. Glassnode — Lost Bitcoin estimates [4]
  5. Bitcoin Optech — Multisig topic page [5]