Paper wallet is the oldest form of cold storage: a private key (or seed phrase, or both) written or printed on paper — sometimes punched into a steel plate — and stored offline. Conceptually simple, cheaply implemented, and surprisingly resilient if done correctly. Almost completely obsoleted by hardware wallets for active use, but still relevant for long-term archival storage.
Two distinct things people call "paper wallet"
First, the original Bitcoin "paper wallet" generator: a website (or offline tool) that produces a brand-new private key and address pair, prints them as QR codes, and presumes you'll send funds to the address and never touch the key again until you sweep the whole balance. Bitaddress.org was the canonical example. This pattern is now considered unsafe — the "spend the whole thing or lose it" model creates change-management problems, and most paper-wallet websites have been compromised at one point or another.
Second, the modern interpretation: a printed or hand-written backup of a BIP-39 mnemonic phrase, intended as a recovery medium for a hardware wallet, not as a wallet itself. This is the safer pattern and the one still relevant in 2026.
Paper vs steel
Paper is the floor — it can be a credible backup if stored in a fireproof safe or a bank safe-deposit box. The historical problem with paper isn't fire or water damage (those are predictable), it's ink fade and handling damage over a decade-plus storage horizon.
Steel solves both. Cryptosteel Capsule ($79), Billfodl ($59), and Blockplate ($60) all sell stamped or punched steel plates that survive fires up to 2,500°F, immersion in water, and a quarter-century of attic storage. For any stack above $25K, a steel backup is the higher-ROI upgrade than any wallet feature.
Where the paper goes
The threat model rules out a few obvious bad ideas: not in a sock drawer ("the burglar will look there"), not at a friend's house ("they'll lose it"), not in a single safe that someone else has a key to. The practical layout for a US holder: one backup in a fireproof home safe, one backup in a bank safe-deposit box. SLIP-39 Shamir Backup turns this into a 2-of-3 with a third location, which is the right structure once your stack passes six figures.
What never to print
Do not print a paper backup on a network-connected printer. Most consumer inkjet and laser printers cache the last print job in onboard memory; some Brother and HP models leak this over Wi-Fi. If you must print, use a fully offline printer with a USB connection, and reset the printer immediately afterward. Hand-written transcription, while error-prone, eliminates this entire attack surface.
Further reading: Five ways to store a seed phrase, Mnemonic, Shamir Backup.