MrDeFi
Security & Scams2026-05-204 min read

How to Store a Seed Phrase Safely: Methods Compared

Comparing paper, metal, and split-storage methods for safely backing up a crypto seed phrase, with pros and cons for each.

Storing a seed phrase safely means keeping it entirely offline, physically durable against damage, and hidden or split so that no single discovery gives an attacker complete access — with the main methods being paper backups, metal backups, and split-storage schemes, each trading off cost, durability, and complexity differently.

A seed phrase (recovery phrase) is the single credential that can regenerate every key in a crypto wallet — whoever possesses it has complete, irreversible access to the funds it controls. This makes seed phrase storage arguably the single most consequential security decision a crypto holder makes, more so than the choice of wallet software or exchange.

The one universal rule: never digital

Regardless of which physical method you choose, the seed phrase should never exist in digital form connected to the internet — not in a cloud note, password manager synced online, email draft, text message, or photo on a phone that backs up to the cloud. A digital copy, even one you consider well-hidden, is vulnerable to any device compromise, cloud account breach, or malware that scans for phrase-like text patterns, which some malware families specifically do. Physical, offline storage removes this entire category of risk.

Paper backup

Writing the seed phrase on paper is the simplest and lowest-cost method — effectively free, requiring only a pen and a durable pen, and something anyone can do immediately without special equipment. The tradeoff is fragility: paper is vulnerable to fire, water damage, fading ink over time, and physical decay. Paper backups are a reasonable starting point, especially for smaller holdings, but generally considered insufficient as the sole backup for significant, long-term value given how easily they can be destroyed by an ordinary household accident.

Metal backup

Metal seed storage products — typically stainless steel plates or capsules with letters stamped or engraved into them — are designed to survive fire, flooding, and physical impact far better than paper. This durability comes at a cost (metal backup kits typically run from a modest amount up to more premium designs) and requires a bit more effort to set up, since stamping letters by hand takes longer than writing them. For holdings of meaningful value, the durability tradeoff is generally considered worth the cost, since the entire point of a backup is surviving conditions that would destroy the primary device or note. Our direct comparison of metal vs. paper backup covers the cost and durability tradeoffs in more depth.

Split storage (Shamir backup and manual splitting)

Split storage divides the seed phrase (or the underlying entropy that generates it) into multiple separate parts, such that a subset of the parts — but not necessarily all of them — is required to reconstruct the full phrase. Some hardware wallets support Shamir's Secret Sharing, a formal cryptographic scheme for this, letting you configure something like "any 3 of 5 shares reconstruct the seed." A simpler, informal approach is manually splitting the written words across multiple physical locations, though this loses some of the resilience and error-correction properties of a formal scheme and requires careful, precise execution to avoid locking yourself out.

Split storage adds meaningful protection against a single-location compromise (a burglary, a house fire) since no single location holds a complete, usable phrase — but it also adds complexity and a new failure mode: losing too many shares, or too many becoming damaged simultaneously, can permanently lock you out just as effectively as losing the phrase outright.

Comparing the methods

Method Cost Durability (fire/water) Complexity Best suited for
Paper Very low Low Very low Small holdings, temporary setups
Metal Moderate High Low-moderate Significant, long-term holdings
Split storage (Shamir or manual) Moderate to high Depends on individual storage of each share High Large holdings, multiple secure locations available

Additional storage principles

Whichever method you choose, store the backup in a location not obviously associated with crypto (avoiding, for instance, a labeled home safe visible to houseguests), and consider a secondary backup location geographically separate from the first to protect against localized disasters like fire or flood affecting a single property. Never photograph a physical backup "just to be safe" — that reintroduces the digital exposure the physical method was meant to avoid. If you also use a passphrase (an additional word or phrase added to the standard seed phrase, sometimes called a "25th word"), store that separately from the main phrase, since together they're equivalent to the full phrase but individually neither is sufficient.

Bottom line

There's no single "correct" storage method — the right choice depends on the value at stake and how much complexity you're willing to manage. Paper is acceptable for small, low-stakes holdings; metal is the reasonable standard for anything significant and long-term; and split storage adds real protection for larger holdings at the cost of added complexity you need to be confident managing correctly. Whatever you choose, keeping it entirely offline and physically durable against the everyday disasters — fire, water, simple decay — that destroy far more seed phrases than any hacker ever does is the part that matters most.

Related articles

This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.