What is a dead man's switch?

A dead man's switch is a mechanism that triggers automatically when its operator stops responding. The digital version delivers your important information — passwords, keys, instructions, final messages — to people you trust if you ever stop confirming that you're okay.

From locomotives to software

The name comes from railways. A train's "dead man's pedal" must be held down by the driver; release it, and the brakes engage automatically. The design assumption is blunt but useful: if the operator goes silent, act. The same principle protects factory machinery, chainsaws, and jet skis.

A digital dead man's switch applies that assumption to information. Instead of a pedal, you respond to periodic check-ins. As long as you keep confirming, nothing happens. If you permanently go silent — because of death, incapacitation, or imprisonment — the switch "fires" and delivers what you prepared to the recipients you chose.

How a digital dead man's switch works

Implementations differ, but a well-designed switch follows the same loop:

  1. You store something — a message, credentials, key material, or instructions — and name a recipient.
  2. You choose a check-in rhythm — for example every week, month, or year, or a specific date.
  3. The service asks you to check in when the interval elapses, typically by email. One click proves you're fine and re-arms the switch.
  4. Missed check-ins start a grace period, with repeated reminders over days or weeks. A single response at any point resets everything.
  5. Only after every reminder goes unanswered does the switch fire: the recipient is notified and can retrieve what you stored.

The key property: a good dead man's switch is heavily biased against firing by accident. One missed email should never release anything — that's what grace periods and reminder ladders are for.

What people protect with one

A dead man's switch is not a will

A will is a legal instrument: it transfers ownership, goes through probate, and can take months to execute — and in many jurisdictions it becomes a public document in the process. A dead man's switch is an information channel: it transfers knowledge, within days, privately. The two solve different problems and work best together — the will makes the transfer legal, the switch makes it possible by ensuring the knowledge (access, keys, locations) actually reaches the right hands.

What to look for in a dead man's switch service

We keep an honest comparison of the current services — including the free built-in options — updated with verified pricing.

How Capsulene implements it

Capsulene is a digital dead man's switch built around sealed capsules. You write what matters, pick a recipient, and choose a rhythm — from daily to every two years, or a specific date. Check-ins arrive by email; one click keeps the capsule sealed. Miss one, and a grace period with repeated reminders starts before anything moves.

Contents are encrypted in your browser with AES-256-GCM before upload. Key-holder capsules add Shamir's Secret Sharing (2-of-3): you, your recipient, and Capsulene each hold one share, any two unlock, and one alone never can — so the service could not read your secret even if it wanted to. The account itself takes opt-in authenticator-app two-factor authentication with single-use recovery codes. Read the step-by-step guide to see the full flow.

Seal your first capsule in about ten minutes — free, no card required.

Get started free

Frequently asked questions

Is a dead man's switch legal?

Yes. A dead man's switch is simply an automated delivery mechanism — like scheduling an email. What it delivers is up to you. It is not a legal instrument though: it complements a will, it does not replace one.

What happens if I just miss a check-in on vacation?

Nothing is released after a single missed check-in. You get a grace period of several days, then repeated reminder emails over days or weeks, depending on your settings. Any single click on any of those links resets the whole cycle.

Can the provider read what I store?

Not with a zero-knowledge design. Capsulene encrypts capsule contents in your browser before upload (AES-256-GCM), and key capsules add Shamir's Secret Sharing on top — the service alone never holds enough material to decrypt anything.

What is the difference between a dead man's switch and a digital time capsule?

A time capsule releases at a fixed future date no matter what. A dead man's switch releases only when you stop confirming you are okay — and stays sealed forever as long as you keep checking in. Capsulene supports both: recurring check-ins or a specific date.

What should I put in a dead man's switch?

Access instructions, account inventories, password-manager recovery keys, crypto wallet recovery context, business continuity documents, or personal letters. Best practice is to store instructions and pointers rather than raw high-value secrets where possible.