Seed Phrase in the Wrong Order? Can You Still Recover It?
You have all your BIP39 words but not the order. Here's when word-order recovery is realistic, why it gets hard fast, and how to do it safely offline.
If you have every word but wrote them down without numbers — or your backup got scrambled — order recovery may still save the wallet. Whether it's quick or impossible comes down to how many positions are actually uncertain.
Try it on the homepage tool with the "recover word order" option. It runs entirely in your browser.
Why order matters so much
A seed phrase is read as one long binary number, in order. Swap two words and you get a completely different number — a different wallet, or more often an invalid checksum. So order isn't cosmetic; it's part of the secret.
The good news: the checksum still filters ruthlessly. Only a small fraction of orderings are even valid, so the engine throws out the vast majority before it ever derives an address.
The combinatorics (why "a few" is fine and "all" is not)
The number of ways to arrange words grows as a factorial:
- A few swapped positions → thousands of arrangements → solved in seconds.
- A fully shuffled 12-word phrase → 12! ≈ 479 million orderings → slow but sometimes possible with a known address.
- A fully shuffled 24-word phrase → 24! ≈ 6.2 × 10²³ → not searchable.
The lesson: reduce the number of uncertain positions. Every word you can pin to its correct slot removes an entire factor from the search.
How to recover word order
- Open the recovery tool and enter all your words.
- Turn on recover word order.
- Lock the positions you're confident about; only leave the genuinely uncertain ones to be rearranged.
- Paste a known receive address so the tool can confirm the one true ordering.
- Run it. The engine permutes only the unknown positions, keeps checksum-valid arrangements, and stops on the address match.
If, in addition to order, you think a word might be misspelled, fix that first with the checksum-error guide — mixing a typo into a permutation search multiplies the work.
Safety first
- Work offline; the tool needs no connection.
- Never hand your words to anyone or paste them into a server-side service.
- Move funds to a fresh wallet after recovering on an online device.
Order recovery rewards patience and good constraints. Pin what you know, shuffle only what you don't, and let the checksum and your address do the rest. Still stuck? Return to the main recovery guide.