Bitcoin Core Wallet Password Lost After 4 Years: Encryption Without Memory
IndeterminateWallet passphrase was unavailable — whether access was ultimately recovered is not known.
Jan Drapper acquired Bitcoin in 2017 and transferred it to a Bitcoin Core self-custody wallet running on a dedicated offline laptop. Following advice from an acquaintance, the user deliberately avoided setting a wallet password and maintained the seed phrase only on the device itself, never writing it down or backing it up externally. For approximately four years, the laptop and wallet remained unused and largely forgotten.
In October 2021, when Drapper attempted to reopen the Bitcoin Core wallet file, the software unexpectedly requested a password for wallet decryption. Multiple recovery attempts—submitting a blank password field and entering only whitespace—both failed. The user expressed confusion and frustration, asserting they did not remember setting any password at wallet creation and suggesting either a software bug or loss of memory was responsible.
Community responses on the technical forum consistently indicated that Bitcoin Core does not encrypt wallets without explicit user action at creation time. This suggested two scenarios: either the user had set encryption and forgotten it, or a second encrypted wallet.dat file had been created separately on the device. Respondents advised checking the Bitcoin Core data directory for multiple wallet files and attempting to open an unencrypted wallet.dat directly in a text editor if accessible. One user offering password recovery services requested the encrypted private key and the BTC amount—information Drapper did not disclose.
The thread ended without documented resolution. Drapper remained unable to locate the wallet.dat file in the expected Bitcoin Core folder and continued expressing uncertainty about wallet structure and recovery options. No final outcome, recovery success, or asset amount was disclosed.
| Stress condition | Passphrase unavailable |
| Custody system | Software wallet |
| Outcome | Indeterminate |
| Documentation | Partial |
| Year observed | 2021 |
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