Mycelium Mobile Wallet PIN Lost — Bitcoin Inaccessible Despite Seed Phrase
IndeterminateWallet passphrase was unavailable — whether access was ultimately recovered is not known.
A Mycelium mobile wallet user created a new wallet on an old Android device in 2019, securing it with a 6-digit PIN and recording the 12-word seed phrase on paper. Bitcoin was subsequently received into the wallet. When the user forgot the PIN, direct access to the funds became impossible despite possession of the documented seed. Recovery attempts included restoring the wallet using the 12-word seed phrase on a new device, but the restored wallet appeared empty.
This unexpected outcome created confusion about whether the seed phrase was invalid, belonged to a different wallet instance, or whether Mycelium's derivation or restoration mechanism introduced a gap. Online community members clarified that HD wallets should regenerate identically from valid seed phrases regardless of backup timing, suggesting either the recorded seed was incorrect or the original wallet had been created differently than described. The friend and poster considered technical workarounds including rooting the original Android phone or using Android Debug Bridge (ADB) for command-line extraction to bypass the PIN protection, but no successful resolution was documented in the visible thread. The case illustrates a critical knowledge concentration failure: while the seed phrase provided theoretical recovery capacity, the forgotten PIN on the sole device containing the wallet created an immediate access barrier that technical knowledge alone could not overcome without invasive device-level intervention.
| Stress condition | Passphrase unavailable |
| Custody system | Software wallet |
| Outcome | Indeterminate |
| Documentation | Partial |
| Year observed | 2019 |
| Country | unknown |
Why passphrases fail years after they are set
The failure mode documented consistently across observed cases is temporal: the passphrase is set with confidence, not used for an extended period, and then cannot be reproduced exactly when needed. A single character difference — different capitalization, an added space, a slightly different special character — produces a different wallet with a zero balance. The holder may be certain they remember the passphrase while being unable to produce the exact string that was originally set.
What makes this particularly difficult is that there is no signal at the moment of failure. A wrong passphrase does not produce an error message. It opens an empty wallet. The holder sees a zero balance and typically concludes the passphrase was wrong — but without knowing which part was wrong, or by how much.
Professional passphrase recovery services can attempt permutations when the holder has partial information: they remember the general structure, typical patterns they use for passwords, the approximate length, or that it included a specific word. Recovery from total non-recollection is not feasible.
The preventive action is to store a passphrase record — not with the seed phrase, which would defeat its security purpose, but in a separate secure location accessible to the holder and potentially a designated recovery person. A passphrase that exists only in memory has a time horizon: it will eventually be forgotten, and the timing is unpredictable.
Translate