Mycelium Bitcoin Access Loss: PIN Change and Seed Phrase Recovery Confusion
IndeterminateSeed phrase was unavailable — whether access was recovered is not documented.
In November 2017, a Mycelium wallet user (AdunToridas) encountered a critical access loss incident after routine account maintenance. The user had created a Mycelium account, recorded the 12-word seed phrase as backup, and deposited several hundred euros' worth of Bitcoin. For approximately one week, the Bitcoin balance displayed normally in green. When the user changed their PIN, Mycelium's interface displayed a message requiring a 2-day wait (approximately 200 blockchain blocks) before a new backup could be created.
The user then chose to uninstall and reinstall the application, re-entered their recorded 12-word seed phrase, and successfully recovered the account—but the recovered account showed a zero balance. The user initially interpreted this as permanent loss, believing the PIN change process had somehow compromised their funds or rendered the seed phrase invalid. Community members with technical expertise (bob123, OmegaStarScream, Potato Chips, brontosaurus) quickly identified the likely root causes: the seed phrase had been transcribed incorrectly during initial recording, the user was attempting recovery to a different Mycelium account than the one that had received the original deposit, or the user had created a Coinapult account (a third-party custodian service integrated with Mycelium) and was confusing euro fiat balances with actual Bitcoin holdings. The responders emphasized that a correctly recorded 12-word BIP39 seed phrase is always recoverable, and that the seed itself—not the app instance—is the true backup.
BrontosaurusOmega provided detailed recovery instructions including importing the seed phrase into alternative BIP39-compatible wallets such as Electrum. No subsequent post from AdunToridas confirmed the final resolution, leaving the ultimate outcome unverified.
| Stress condition | Seed phrase unavailable |
| Custody system | Software wallet |
| Outcome | Indeterminate |
| Documentation | Partial |
| Year observed | 2017 |
Why seed phrase loss is structurally irreversible
The Bitcoin network was designed this way deliberately. No centralized party holds a copy of private keys. No court order can compel a blockchain to release funds. This design protects against seizure, censorship, and institutional failure. It also means that the holder bears the entire burden of preserving the one credential that cannot be replaced.
Observed cases in this archive show three primary paths to seed phrase loss: the phrase was never recorded at setup (the holder assumed they would remember it or relied on the device alone), the recording was destroyed (fire, flood, degraded paper), and the recording was misplaced or its location forgotten. Each of these is a documentation failure that occurred before any custody stress event.
The distinction between seed loss and passphrase loss matters: seed phrase loss is typically irreversible because the seed phrase is the foundation of everything else. Passphrase loss sometimes allows professional recovery attempts. Nothing recovers a missing seed.
Seed phrase preservation requires three things: recording at setup, storing the record in a durable and discoverable location, and verifying the record is correct before the original device is relied upon. Cases in this archive that resulted in permanent loss almost universally involved at least one of these steps being skipped.