Bitcoin Cold Storage Guide

Keep your private keys offline and your bitcoin safe.

What Is Cold Storage?

Cold storage means keeping your Bitcoin private keys on a device that never connects to the internet. Because your keys are offline, remote attackers cannot reach them, even if they compromise your computer, your email, or the exchange where you bought bitcoin.

Anyone holding bitcoin they cannot afford to lose should use cold storage. The general rule: if your bitcoin is worth more than the cost of a hardware wallet, move it offline.

Hardware Wallets

A hardware wallet is a small dedicated device that stores your private keys and signs transactions offline. You connect it to a computer or phone only when you need to send bitcoin; the keys themselves never leave the device.

Hardware wallets are the most practical form of cold storage for most people. They handle key generation, backup, and transaction signing in a secure environment without requiring technical expertise.

Widely used hardware wallets include:

For a detailed comparison, see our wallet comparison page.

Multisig

Multisig (multi-signature) requires multiple private keys to authorize a transaction. A common setup is 2-of-3: you hold three keys in separate locations, and any two can sign a transaction. This eliminates single points of failure; losing one key or one device does not mean losing your bitcoin.

Multisig is the gold standard for securing large holdings. It protects against device failure, theft, and coercion, because no single location holds enough keys to move funds.

Software for coordinating multisig setups:

Seed Phrase Backup

When you set up a hardware wallet, it generates a seed phrase (usually 12 or 24 words). This phrase is the master backup for all the keys on that device. If the device breaks, you can restore your bitcoin on a new device using the seed phrase.

Protecting the seed phrase is just as important as the hardware wallet itself.

Do not split a seed phrase into parts and store each part separately. If one part is compromised, the remaining entropy may not be enough to protect you. Use multisig instead if you want geographic distribution of your security.

Paper Wallets

Before hardware wallets existed, people generated key pairs on an offline computer and printed them as QR codes on paper. This was the original form of cold storage.

Paper wallets have largely been replaced by hardware wallets because they are difficult to create securely and easy to make mistakes with. Generating a truly random key on a clean offline computer, printing without saving to disk, and spending from a paper wallet without exposing the key all require significant technical care.

For most people, a hardware wallet is simpler and more secure than a paper wallet.

Common Mistakes

Getting Started

  1. Buy a hardware wallet directly from the manufacturer. Do not buy second-hand.
  2. Set it up offline following the manufacturer's instructions. Write down the seed phrase on paper or stamp it into metal.
  3. Test recovery. Reset the device, restore from the seed phrase, and verify that the same wallet appears.
  4. Store the seed backup in a separate, secure location from the device itself.
  5. Transfer a small amount first. Send a small test transaction, confirm it arrives, then move the rest.
  6. For larger holdings, consider upgrading to a multisig setup with keys distributed across locations.