Seed Phrase Last Word Calculator: How the Final Word Works
The last word of a BIP39 seed phrase isn't random — it's mostly a checksum. Learn why, and calculate the valid final words for your phrase in your browser.
The last word of a seed phrase behaves differently from the others, and understanding why turns "I'm missing my final word" from a crisis into a two-second calculation.
Calculate valid last words on the homepage tool — locally, in your browser.
The last word is mostly a checksum
A BIP39 phrase is entropy plus a checksum, packed into 11-bit chunks (one per word). The checksum lives at the very end:
- A 12-word phrase = 128 entropy bits + a 4-bit checksum (132 bits = 12 × 11). The 12th word holds the final 7 entropy bits and the 4 checksum bits.
- A 24-word phrase = 256 entropy bits + an 8-bit checksum (264 bits = 24 × 11). The 24th word holds 3 entropy bits and the 8 checksum bits.
Because the checksum is derived from everything before it, the last word is heavily constrained. Out of 2048 words, only the ones whose bits match the computed checksum are valid:
- 128 valid last words for a 12-word phrase.
- 8 valid last words for a 24-word phrase.
How to calculate your last word
- Open the recovery tool and choose your length.
- Enter your first 11 words (or 23). Leave the final slot blank.
- Run it. You'll get the complete list of valid final words.
- To know which one is your wallet, paste a receive address — the tool finds the single matching phrase.
This is exactly the "missing word" case applied to the last position, which is why it's the fastest of all to solve. If your missing word is elsewhere, see missing a word in your seed phrase.
Important: don't invent a new wallet
A last-word calculator is for recovery, not for creating new wallets. Every valid last word yields a different wallet, and the randomness comes from words you chose — not from a secure generator. For a wallet that holds real funds, always let a hardware wallet or vetted software generate the phrase from proper entropy.
Safety
- Run it offline when you can; the tool needs no network.
- Never share your words or paste them into a server-side tool.
- Beware paid "recovery" offers — legitimate help never asks for your phrase.
New to how any of this works? Start with what is a seed phrase, or go straight to the full recovery guide.