Practical Guides21 April 2026 · 6 min read

Bitcoin Inheritance: What Happens to Your Coins When You Die?

Without a plan, your bitcoin dies with you. No exchange can recover it. No estate lawyer can retrieve it. Inheritance planning for self-custodied bitcoin requires specific steps — here is how to do it right.

Bitcoin has a property that most other assets do not: without access to the private keys, the funds are permanently inaccessible. No court can compel the network to release them. No custodian can be served with a death certificate and asked to transfer the holdings. No estate lawyer can retrieve them.

This creates an inheritance problem that most people do not think about until it is too late. Without a plan, your bitcoin dies with you. With the right plan, it transfers cleanly to your heirs — often more cleanly than traditional assets.

This article is part of our Self-Custody Guide.

The Problem

If you hold bitcoin in self-custody — on a hardware wallet with a seed phrase backup — and you die without anyone knowing how to access it, the bitcoin is gone. Permanently. Irrecoverably.

Estimates suggest that several million bitcoin — more than 10% of total supply — have been lost this way: to forgotten passwords, destroyed devices, deaths without plans. These coins still exist on the network. The addresses that hold them are visible to anyone. But no one has the keys. They will sit there forever.

This is not a defect of Bitcoin. It is a consequence of how hard money works. The same property that makes Bitcoin unseizable by governments makes it unrecoverable without the keys. The responsibility for inheritance planning falls entirely on the holder.

The Wrong Approaches

"I'll just tell my spouse the seed phrase"

This is a partial solution that creates new problems. If your spouse dies before you do, or with you, the plan fails. If your spouse develops dementia, the plan fails. If the seed phrase is stored in a single location and that location is destroyed, the plan fails.

"I'll write it in my will"

Wills are public documents after probate. Writing your seed phrase in your will is equivalent to publishing it. Anyone with access to the probate records — lawyers, clerks, relatives, and in many jurisdictions the general public — can steal the bitcoin.

"I'll give the keys to my lawyer"

Your lawyer becomes a single point of failure with unilateral access to your bitcoin while you are alive. This is a poor security posture. Most lawyers are trustworthy; the problem is that you cannot know in advance which ones are not.

"I'll use a dead-man's-switch service"

Some services promise to release credentials to your heirs if you stop checking in. These introduce a third party with knowledge of your holdings and a mechanism for potential compromise. Most should be avoided.

The Right Approaches

1. Multi-sig with distributed keys

A 2-of-3 multi-sig can be configured so that you hold one key, a trusted family member holds another, and a third key is held by an independent party (a solicitor, a close friend, or a collaborative custody service). While you are alive, you sign with your own two keys (yours + the family member's) for any transaction. If you die, your heirs can combine the family member's key with the independent third key to recover the funds — without needing your key.

The independent third party cannot act alone (they have only one key). The family member cannot act alone. You cannot be coerced while alive into releasing funds to your heirs (it still requires two signatures). This is the cleanest solution for most people with meaningful holdings.

2. Shamir's Secret Sharing (SSS)

SSS splits a seed phrase into N shares, any M of which can reconstruct the original. A typical configuration is 3-of-5 — five shares distributed among family members and trusted parties, any three of which can reconstruct the seed. Some hardware wallets (Trezor, Coldcard) support this natively via SLIP-39.

Advantages: any single share reveals nothing about the seed. Distribution can span geographic regions and trust boundaries. No share-holder has unilateral access.

Disadvantages: if you fall below the threshold (e.g., you die and one share-holder has also died), recovery fails. The setup is more complex than multi-sig and harder to explain to non-technical heirs.

3. Clear documentation in a secure location

Regardless of which technical approach you choose, your heirs need clear written instructions:

  • Where the keys/seeds/shares are physically located
  • Who to contact (lawyer, collaborative custody provider, co-signer)
  • How to use the hardware wallets (with specific step-by-step instructions)
  • What software to install (Sparrow Wallet, companion apps)
  • How to verify the funds exist before attempting recovery

Store this documentation with your will, in a safety deposit box, or with your lawyer — in a location that is accessible after your death but not during routine life. The documentation itself should not contain the seed phrase directly.

For a holder with significant bitcoin and family heirs, the most robust setup looks approximately like this:

  • 2-of-3 multi-sig with three hardware wallets
  • Key 1: held by you, stored in your home safe
  • Key 2: held by a trusted family member (spouse, sibling), stored separately
  • Key 3: held by a collaborative custody service (Unchained Capital, Casa) or an independent solicitor with a signed custody agreement
  • Wallet descriptor backed up in multiple locations
  • Clear written instructions, stored with your will
  • Regular reviews — annual check that all keys are accounted for and all backups are intact

Total setup time: several days of work, spread over weeks. Cost: under €500 for hardware, plus any ongoing collaborative custody fees. Result: bitcoin holdings that are resistant to your individual death, resistant to single-point compromise, and cleanly inheritable by your heirs.

A Note on Professional Advice

Bitcoin inheritance planning intersects with estate law, tax law, and (in some jurisdictions) specific regulations about digital assets. The mechanical setup — multi-sig, key distribution, documentation — is the technical half. The other half is ensuring the legal structures around your estate are compatible with the technical plan.

Find an estate lawyer who understands Bitcoin. They exist, though they are not common. If your lawyer's eyes glaze over when you say "hardware wallet," find a different lawyer. The cost of competent advice is minor compared to the consequences of getting inheritance planning wrong.

This is not optional for serious holders. The structural case for holding bitcoin includes generational wealth transfer — and that transfer only works if the keys transfer with it.

Written by

The Bitcoin Transition

The Bitcoin Transition is an educational project of the Bitcoin Education Foundation. We publish from first principles, in the voice of the protocol itself: direct, technically precise, and free from fiat-denominated framing.

Related reading

Practical Guides21 April 2026 · 5 min read

What Is Bitcoin Self-Custody? The Complete Guide

Self-custody is the act of holding your own private keys. It is the default way Bitcoin is designed to be used — and the only way that is fully consistent with why Bitcoin was built. This guide explains what, why, and how.

Read →
Practical Guides21 April 2026 · 6 min read

What Is a Bitcoin Seed Phrase? (And How to Secure It)

A seed phrase is a list of 12 or 24 words that fully encodes your bitcoin wallet. It is the single most important thing you will ever secure. Here is what it is and how to protect it.

Read →
Practical Guides21 April 2026 · 6 min read

How to Set Up a Multi-Signature Bitcoin Wallet

A multi-signature wallet requires multiple keys to authorise a transaction. This eliminates the single point of failure of standard custody. Here is how it works and how to set one up.

Read →