MultiBit.online

Comparison

MultiBit Classic vs MultiBit HD: what's the difference?

Same name, two completely different wallets. Here's how to tell them apart — and why it decides how you access your bitcoin.

Before you continue

  • Do not delete or overwrite original wallet data.
  • Make at least two copies before attempting any repair.
  • Preserve the original folder structure where possible.
  • Do not install random tools found through search advertisements.
  • Do not enter wallet words into a website.
  • Do not send private keys, wallet files or passwords through ordinary email.
  • Verify software signatures and hashes where possible.
  • Verify at least one historical Bitcoin address before assuming a wallet is correct.
  • After recovery, transfer funds to a newly generated, maintained wallet.

The short answer

Classic (2011–2017) stores individual private keys in .wallet/.key files — no seed phrase. HD (2014–2017) derives everything from a 12-, 18- or 24-word seed in mbhd.wallet.aes (12- and 18-word sets appear more commonly). Quick check: seed phrase = HD; only .wallet/.key files = Classic.

Side-by-side comparison

FeatureMultiBit ClassicMultiBit HD
Released20112014
TypeNon-deterministicHierarchical deterministic (HD)
Key storageIndividual private keys in .wallet fileAll keys derived from one seed phrase
Backup.key exports, per-address12-, 18- or 24-word seed phrase
Main files.wallet, .key, .infombhd.wallet.aes, zip-backup/.aes.zip
Wallet folderMultiBitMultiBitHD
Restore pathExport/decrypt the keysRestore seed in Electrum (m/0')

Why the difference matters

Because the two wallets store keys so differently, the steps to get your bitcoin out are different too:

  • Classic: you must work with the keys themselves — exporting them from the wallet (Tools → Export Private Keys) or decrypting an encrypted file, then importing into Electrum.
  • HD: with your seed phrase you can rebuild the entire wallet in modern software without ever opening the old wallet. The only catch is using MultiBit HD's derivation path, m/0', in Electrum.

How to tell which one you have

  1. Do you have a seed phrase (12, 18 or 24 words written down — 12 and 18 appear more commonly)? → MultiBit HD.
  2. Do you have a .wallet or .key file, or a MultiBit folder? → MultiBit Classic.
  3. Do you have an mbhd.wallet.aes file or a MultiBitHD folder? → MultiBit HD.

Next steps

Classic vs HD FAQ

Does MultiBit Classic have a seed phrase?

No. MultiBit Classic is a non-deterministic wallet: it stores a collection of individual private keys in a .wallet file with optional .key exports. There is no seed phrase — you recover by exporting or decrypting the keys themselves.

What derivation path does MultiBit HD use?

MultiBit HD used bitcoinj's early scheme: receive addresses under m/0'/0, change addresses under m/0'/1, account under m/0'. In Electrum you restore with path m/0', not m/44'/0'/0'.

Can I confuse Classic and HD wallets?

Yes, easily — they share the same name. The quickest test: did you write down 12, 18 or 24 seed words (12 and 18 appear more commonly)? Then it's HD. Do you have .wallet/.key files but no seed words? Then it's Classic.

Sources and technical references

Last technical review: 6 August 2026. Spotted an error? See our corrections policy.