Wallets · Bitcoin glossary

What is Cold storage?

A custody setup that keeps spending keys away from internet-connected systems.

Plain-English definition · Reviewed 2026-08-04
In one sentence

A custody setup that keeps spending keys away from internet-connected systems.

01

Cold storage meaning

Cold storage is a security approach, not one particular device. Its goal is to prevent private keys from touching a general-purpose online computer. Hardware wallets, permanently offline signing devices, and carefully designed multisignature systems can all be parts of cold storage.

02

How it works in Bitcoin

An online watch-only wallet can prepare an unsigned transaction. The cold device verifies and signs it, then the signed transaction returns to an online machine for broadcast. The private key never needs to enter the connected environment.

03

A simple example

A business might require two offline hardware devices in separate places to approve a payment, while an online coordinator tracks deposits without holding spend-capable keys.

04

Why Cold storage matters

Wallet terms describe key control, signing and recovery rather than coins stored inside an application. The distinction becomes critical during backup or device failure.

05

What people often get wrong

Offline does not automatically mean safe. Bad backups, unverified receive addresses, supply-chain attacks, fire, coercion, and complicated recovery plans can still cause loss.

06

Quick checks before using the term

  • Who controls the spending keys?
  • How would recovery work after a lost device?
  • Has the backup been tested without exposing it?

Apply these questions to the concrete example above. A precise answer is more useful than repeating the definition without naming the actor, rule or failure path.

Check the primary reference

This entry is written in plain English, but the technical source is available when you need exact protocol detail.

Bitcoin Developer Guide: Wallets ↗