The short answer
m/0'. Zero balance after restore? Usually the derivation path — but not always; verify the wallet type and a known address first (see the caveat below).Why this works
MultiBit HD is a hierarchical deterministic wallet: later wallets derive every address from your seed phrase using standard BIP39 / BIP32 math. Modern wallets like Electrum implement the same standards, so the same words reproduce the same wallet. An early MultiBit HD soft wallet had a documented BIP32 compatibility issue (issue #445) — see the caveat below. You do not need to install MultiBit at all.
Step-by-step in Electrum
- Download and install Electrum (the official electrum.org release).
- Choose File → New/Restore, then Standard wallet.
- Select "I already have a seed" and enter your words in the exact order they were written down.
- Click Options and tick BIP39 seed — this is essential for MultiBit HD words.
- When asked for the derivation path, choose legacy (p2pkh) and change the path to
m/0'. - Finish setup and wait for Electrum to scan the blockchain — your balance should appear; then verify at least one derived address against a known historical address before assuming the restoration is correct.
Why the derivation path is m/0'
MultiBit HD launched in 2014, before BIP44 became the convention. It used bitcoinj's early derivation scheme: receive addresses at m/0'/0, change addresses at m/0'/1, account at m/0'. If you restore with the default m/44'/0'/0', Electrum derives different addresses and shows an empty wallet even though your coins are there.
Restored with m/0' and still empty? Check your word order, spelling (word 1 vs word 8 mix-ups are common), whether the seed is 12, 18 or 24 words, and that BIP39 was enabled.18- and 24-word seeds
MultiBit HD offered 18-word phrases as well as 12-word ones, and documented 24-word cases exist. Enter all the words in order. Electrum compatibility has changed across versions, so check the current Electrum documentation for your installed version. If your backup has an extra word or two, double-check you haven't mixed two phrases together.
Seed recovery FAQ
Are MultiBit HD seeds 12, 18 or 24 words?
Why does my restored wallet show a zero balance?
Do I need to install MultiBit to use my HD seed?
My seed phrase is not accepted — what went wrong?
Is my MultiBit HD seed 12, 18 or 24 words?
Sources and technical references
- Original MultiBit HD repository
- MultiBit HD issue #445 (historical BIP32 compatibility)
- MultiBit HD issue #887
- MultiBit HD issue #1012
- MultiBit HD 0.1 release announcement (12, 18 or 24 words)
- MultiBit discontinuation notice, 26 July 2017
- Current Electrum documentation
Last technical review: 6 August 2026. Spotted an error? See our corrections policy.