How to recover a MultiBit Wallet: step-by-step guide 

Blog » How to recover a MultiBit Wallet: step-by-step guide 
Updated on Jul 10, 2026
Author: Robbert Bink
Illustration of a Crypto Recovers detective analyzing a MultiBit wallet on an old computer screen

MultiBit was discontinued in 2017 without a migration plan for its users. The original software no longer runs reliably, official downloads are gone, and the straightforward recovery options that once existed have mostly disappeared with them. What remains is a wallet file somewhere on an old drive, a password you may or may not remember, and Bitcoin on the blockchain that hasn’t moved.

This guide covers every realistic recovery scenario in the order you should approach them. Read it through first to identify which situation fits yours, then follow the steps that apply. Each section deals with one specific problem and what can realistically be done about it.

Which version of MultiBit did you use?

Before doing anything else, establish which version of MultiBit you were running, the recovery approach is entirely different between the two.

MultiBit Classic stored your private keys directly in a .wallet file. If you set a password, that file was encrypted with AES-256. Without the correct password, the file is completely locked. There is no seed phrase for Classic wallets. Your options are either finding the correct password, or if the file itself is gone, determining whether it can still be retrieved from storage. That’s it, no other route exists.

MultiBit HD was the later version and worked differently. When you created the wallet, you were given a 12 or 18-word seed phrase as a backup. The wallet file (.wallet.aes) was encrypted with a password, which in theory gave you two separate ways in. In practice, MultiBit HD had a design problem: the seed phrase was encrypted with the same wallet password, and the wallet used a non-standard derivation path. This means you can’t just enter your words into Electrum and expect to find your funds, even if every word is correct.

If you’re not sure which version you used: a .wallet file without .aes means Classic. A .wallet.aes file means HD. If you remember being shown a 12 or 18-word phrase when you first set up the wallet, that was the HD version.

Step 1: Find your wallet file

Before attempting any recovery, locate your wallet file. Many people assume it’s gone when it’s sitting on an old hard drive or USB stick they haven’t plugged in for years. Search thoroughly before concluding anything.

On Windows, MultiBit stored wallet files in C:\Users\[username]\AppData\Roaming\MultiBit\. On macOS, the location was /Users/[username]/Library/Application Support/MultiBit/. On Linux, files were typically in /home/[username]/.multibit/. Both Windows and macOS hide these folders by default, you need to enable hidden file display before you can navigate there.

If the default locations come up empty, search your entire system for files with .wallet or .wallet.aes extensions. Also check cloud storage accounts you were using at the time, any old email attachments from when you set up the wallet, external drives, and USB sticks. The file is small and could be anywhere you were storing documents in those years.

When you find it: make a copy immediately. Work only with that copy. Never run any recovery tool on the original. This is the single most important rule in the entire process, one wrong step on the original file can permanently close off recovery options you still have.

Recovering a MultiBit Classic Wallet with a password

If you have the .wallet file and know the password, recovery is technically possible but requires care. The original MultiBit software is no longer safe to use, unofficial downloads found online are frequently compromised, designed to capture your wallet file and password the moment you enter them. Don’t use any MultiBit version you found through a web search.

The safest path is to extract the private keys from the wallet file using verified open-source tooling, without running MultiBit itself. You’ll need the password to decrypt the file. Once the private keys are extracted, they can be imported into a modern wallet like Electrum. The import is done through the wallet console, paste the keys, confirm, and your balance should appear. Always do this on a machine that’s offline, and verify the balance before moving anything.

If you’re not comfortable working at the command line, this is the point at which getting expert help is genuinely safer than guessing your way through it. A single mistake in handling private keys can make funds inaccessible even after a successful recovery.

Recovering a forgotten MultiBit Wallet password

A forgotten password is where most people get stuck, and it’s also where the most avoidable mistakes happen. Randomly trying combinations without a plan isn’t just slow, if the tool you’re using limits failed attempts, you can lock yourself out of the file entirely before finding the right answer.

Start by writing down everything you remember about the password before touching any software. Not just guesses, but the elements you typically used in passwords at that time: length, capitalisation habits, numbers or years you’d include, symbols you liked, words that were important to you. Go through old notebooks, any password manager you were using then, and anywhere else you might have written it down. A partial memory, even just a rough structure or a few characters, is far more useful than a list of random attempts.

For technically confident users, BTCRecover is an open-source tool that tests password combinations against a MultiBit wallet file locally on your machine. It requires setup and some understanding of how to configure it correctly, but it’s free and doesn’t require sending your wallet file anywhere. Run it only on an offline machine.

If you’ve been through this process already and haven’t found the password, the issue is usually one of two things: elements you haven’t included in your search, or a search space that’s too large for consumer hardware to cover in a reasonable time. GPU-based software can test several orders of magnitude more combinations per second, which is where professional recovery becomes the practical option rather than a last resort. 

Recovering a MultiBit HD Wallet with a seed phrase

If you have your 12 or 18-word phrase, you have a strong starting point, but there’s an important complication. MultiBit HD used a non-standard derivation path, which means most wallets won’t find your funds even if every word is correct. Entering the phrase into Electrum with default settings will show a zero balance, and many people conclude the phrase is wrong when it isn’t.

The recommended approach is Electrum, downloaded only from electrum.org. When prompted, choose ‘I already have a seed’, enter your words, click Options on the following screen, and check the BIP39 box. If your balance still doesn’t appear, try setting the derivation path manually to m/0’/0, this is what MultiBit HD used and the most common reason a correct phrase returns nothing.

Before assuming anything is wrong with the phrase itself, check each word carefully for typos. A single incorrect character makes the entire phrase invalid. Also try the most plausible word orders if you’re not fully certain of the sequence, this is worth ruling out before looking for other explanations.

What to do if your seed phrase is incomplete or contains errors

If your phrase is mostly intact but missing a word or two, recovery is often still possible. The BIP39 word list contains exactly 2,048 words, and valid phrases must also pass a checksum. This means the number of plausible combinations is far smaller than it appears, a single missing word from a 12-word phrase means 2,048 possibilities, which a computer can test in seconds.

Two missing words produces roughly four million combinations, still very manageable. Three or more makes the search space grow significantly, but depending on what other constraints are known (partial words, likely positions), it’s still often worth attempting.

If you have a word that’s slightly wrong rather than fully missing, the BIP39 list provides a finite set of close matches to test against. What would take weeks to work through manually can be covered systematically in hours. The important thing is to never enter your phrase into any online tool or website, this is one of the most effective methods attackers use to steal funds, and the sites are designed to look legitimate.

Recovering a deleted MultiBit Wallet file

If you’ve deleted your wallet file and haven’t used the drive heavily since, there’s a meaningful chance the data is still present. Deleting a file marks the space as available, it doesn’t immediately erase the contents. Stop using the drive now, before doing anything else.

Clone the drive first using a tool like ddrescue (Linux) or Macrium Reflect (Windows) to create a byte-for-byte copy. Then scan that copy with a file recovery tool, Recuva on Windows or PhotoRec on any platform work well, looking specifically for .wallet and .wallet.aes files. If the tool finds the file intact, extract it to a different drive and proceed with the recovery steps above.

If the file shows as overwritten, forensic-level recovery can sometimes still retrieve partially overwritten data, but results are unpredictable. For wallets holding meaningful amounts it may be worth pursuing, but the realistic success rate drops sharply once the space has been reused.

What can go wrong

The biggest risk in MultiBit wallet recovery isn’t that the funds are permanently gone, it’s that avoidable mistakes destroy options you still have. Downloading software from unverified sources is the most dangerous step. Malicious versions of MultiBit look identical to the original and silently transmit your wallet file and password to a remote server. This has happened to real users who thought they were running a legitimate recovery.

Never enter your seed phrase into any website or online tool. This is one of the most reliable ways to permanently lose access to your funds. Any invalid seed phrase recovery should be done locally, on an offline machine, using verified tools.

Running large numbers of password guesses without a strategy wastes time and can trigger lockouts if the tool limits failed attempts. Build a structured candidate list before starting anything.

Frequently asked questions

Can I recover my Multibit wallet without the password?

It depends on which version you used and what else you have. For MultiBit HD, a correct and complete seed phrase can provide an alternative route to your funds, though MultiBit’s non-standard derivation path complicates this. For MultiBit Classic, the password is required to decrypt the wallet file  without it, recovery relies on password reconstruction using hints and patterns you can provide. Without any information at all, recovery becomes very difficult.

Is it safe to use the original MultiBit software?

Not in any reliable sense. The software hasn’t been updated since 2017, is incompatible with current Bitcoin protocol updates, and unofficial downloads are frequently compromised. If you must use it for any part of the process, do so only on a machine that is completely offline and that you’re prepared to wipe afterward.

Can Crypto Recovers help with my specific Multibit situation?

In many cases, yes  though success depends entirely on what information is available. The best way to find out is to submit a recovery request. The initial assessment is free, comes with no obligation, and gives you a clear picture of what’s possible. You can reach us via our crypto wallet recovery contact form.

How long does the recovery process take?

Simple cases can resolve in a few days. More complex cases  limited password hints, missing seed words, damaged drives  can take several weeks or longer. We give you a realistic estimate after the initial assessment and keep you informed throughout.

Do I need to pay if recovery is unsuccessful?

No. Crypto Recovers operates on a No Cure No Pay basis. Our standard fee is 20% of the recovered amount, payable only when the recovery is successful and the funds are accessible. If we can’t recover your wallet, you owe nothing.

Robbert

Robbert Bink

Founder & CEO

With over 15 years of programming experience, I’ve dedicated the past several years since 2019 to helping individuals recover lost crypto wallets. What began as a local effort has grown into a globally recognized company, with clients in more than 20 countries across Europe, the Americas, and Asia. Our mission is clear: to help people securely and efficiently regain access to what is rightfully theirs.

Other Blogs by Crypto Recovers