Mycelium Android Wallet: Forgotten PIN Blocks Access to Received Bitcoin
IndeterminateWallet passphrase was unavailable — whether access was ultimately recovered is not known.
In May 2019, a Mycelium wallet user created a new wallet on an older Android phone and recorded the 12-word mnemonic seed phrase on paper. A 6-digit PIN was then configured on the wallet as a local access control mechanism. Bitcoin was subsequently received into the wallet address. The owner then forgot the PIN, which prevented any further access to the wallet application or ability to export a backup file from the locked device.
When the owner attempted recovery, they installed Mycelium on a new phone and restored the wallet using the recorded 12-word seed phrase. Standard HD wallet recovery should regenerate the same wallet deterministically every time. However, the restored wallet appeared empty—no Bitcoin was visible, despite coins having been received on the original device.
This discrepancy suggested two possibilities: either the mnemonic was recorded before the coins arrived (making it a valid but obsolete snapshot of the wallet state), or the 12-word phrase as written down was incomplete or incorrectly transcribed. Community experts confirmed that HD wallet recovery is deterministic, and concluded the recorded seed was likely valid but not the seed that generated the wallet holding the funds.
The owner retained physical access to the original Android device but could not unlock it without the forgotten PIN. Recovery methods discussed included rooting the device to extract the PIN from storage or using Android Debug Bridge (ADB) in debug mode, but no documented resolution was published in the forum thread. The final outcome and whether the Bitcoin was ever recovered remains unknown.
| Stress condition | Passphrase unavailable |
| Custody system | Software wallet |
| Outcome | Indeterminate |
| Documentation | Partial |
| Year observed | 2019 |
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.