UKey
English
简体中文
Small ivory porcelain and titanium concertina sculpture on a saffron-to-periwinkle gradient background

12 vs 24-Word Seed Phrase: Which Is Safer?

Compare 12-word and 24-word seed phrases by entropy, checksum, compatibility, backup errors, recovery workflow, and practical security for self-custody.

Damon Salvatore Author: Damon Salvatore · Senior Content Marketer

A 12-word seed phrase and a 24-word seed phrase can both be secure when a trusted wallet generates them with strong randomness. Under BIP-39, 12 words encode 128 bits of initial entropy plus a 4-bit checksum. Twenty-four words encode 256 bits of entropy plus an 8-bit checksum.

The larger number is not the whole decision. Wallet compatibility, accurate backup, recovery testing, storage exposure, and whether a passphrase is used can matter more in practice than doubling an already enormous search space.

Quick Answer: 12 vs 24-word seed phrase

A properly generated 12-word BIP-39 phrase contains 128 bits of entropy and is not realistically brute-forced with current computing. A 24-word phrase contains 256 bits and has a longer checksum, but it also doubles the number of words that must be recorded and verified. Use the word length generated and officially supported by your wallet. Do not shorten, extend, combine, or invent seed phrases manually.

Key Takeaways

  • BIP-39 supports 12, 15, 18, 21, and 24 words, derived from 128 to 256 bits of entropy.
  • Twelve words encode 128 entropy bits plus a 4-bit checksum; 24 words encode 256 plus an 8-bit checksum.
  • Both lengths are beyond practical brute-force guessing when generated correctly.
  • A longer phrase does not fix weak randomness, digital exposure, bad storage, or phishing.
  • A BIP-39 passphrase is separate from the mnemonic word count and creates a different wallet.
  • Changing from 12 to 24 words means creating a new wallet and transferring assets. It is not an in-place upgrade.

12-word vs 24-word seed phrase comparison

BIP-39 12-word and 24-word seed phrases compared by encoded entropy, checksum, and backup burden.
Property 12 words 24 words
Initial entropy 128 bits 256 bits
Checksum 4 bits 8 bits
Encoded total 132 bits 264 bits
Brute-force exposure when properly generated Not practical with current computing Not practical with current computing
Transcription burden Fewer words to record and verify Twice as many words to record and verify
Compatibility Widely supported, but product-specific Widely supported, but product-specific
Best choice Use when the wallet generates and supports it Use when the wallet generates and supports it

The checksum helps a wallet detect many invalid word sequences. It is not an error-correcting backup and it does not prove that the phrase belongs to the intended wallet.

What the words encode

BIP-39 starts with computer-generated entropy. It appends a checksum taken from the SHA-256 hash, splits the result into 11-bit groups, and maps each group to one word in a 2,048-word list.

The canonical BIP-39 specification gives the exact relationship: 128 bits of entropy become 12 words after adding 4 checksum bits, while 256 bits become 24 words after adding 8 checksum bits.

Is a 12-word seed phrase secure enough?

For a correctly generated phrase, 128 bits is an enormous search space. An attacker is far more likely to obtain the words through phishing, cloud storage, a photograph, malware, physical access, or poor randomness than to guess the phrase by brute force.

This conclusion assumes the wallet used a cryptographically secure random generator. A human-selected sentence, online seed generator, or manipulated setup process can have far less entropy even if it contains 12 or 24 words.

What 24 words add

Twenty-four words provide 256 bits of initial entropy and an 8-bit checksum. The extra entropy gives more margin against hypothetical guessing attacks and the longer checksum rejects a larger share of random invalid sequences.

The cost is operational: twice as many positions to write, inspect, stamp, conceal, and restore. A single unreadable or transposed word can still block recovery.

The checksum does not repair mistakes

A checksum can signal that a sequence is invalid, but it does not tell the user which word is wrong. Some incorrect sequences will still have a valid checksum. Always compare the backup with the wallet's official verification process before funding the wallet.

Do not test recovery by entering the phrase into a random website or a second untrusted wallet.

Compatibility should decide before preference

Wallets do not all support every mnemonic length, wordlist, backup standard, derivation path, or passphrase workflow. Choose a phrase that your intended wallet generates and can restore through its documented procedure.

MetaMask documents a 12-word recovery phrase, while other wallets generate 18 or 24 words. That difference does not make the phrases interchangeable.

A passphrase is not a 13th or 25th recovery word

BIP-39 can combine the mnemonic with an optional passphrase to derive a different seed. Every passphrase produces a valid wallet, so a typo does not produce an error message. It opens a different wallet.

Read Passphrase vs Seed Phrase before using one. A forgotten passphrase cannot be recovered from the 12 or 24 words alone.

Can you convert 12 words into 24 words?

Not while keeping the same wallet. Adding words to a 12-word phrase does not increase the entropy of the original backup and will usually produce an invalid or different mnemonic. A new 24-word phrase creates a new recovery root and new accounts.

To change formats, generate a new wallet through the official process, verify its backup, send a small test, and then transfer assets on-chain. Follow the safe wallet setup workflow.

Backup quality matters more than word count

  • Generate the phrase inside a trusted wallet, not with an online tool.
  • Record every word in order and verify spelling.
  • Keep the backup offline and away from cameras.
  • Store the backup separately from the everyday signing device.
  • Protect against fire, water, corrosion, theft, and accidental disposal.
  • Document any passphrase and inheritance process without storing every secret together.

The Recovery Phrase Hub explains the full backup threat model.

Where UKey Seed products fit

UKey Seed products belong to the recovery layer, not the signing layer. Use only a backup workflow and word length supported by the product and wallet instructions. Never place real recovery words into a photo, support message, or online form.

For durable offline storage options, compare the titanium seed backup guide and use the official UKey Help Center for product procedures.

Authoritative Sources

This article is for security education. Wallet standards and recovery support vary. Follow the official instructions for the wallet that generated the phrase, and never enter recovery words into an untrusted website or application.

For the supported next step, use official seed phrase guide. These official resources provide the current product details and step-by-step procedure for this topic.

FAQ

Is a 24-word seed phrase twice as secure as 12 words?

It encodes twice as many entropy bits, 256 instead of 128, but practical safety is not a simple two-times measure. Both are beyond feasible brute-force guessing when generated correctly, while phishing, exposure, and backup failure remain common risks.

Can someone guess a 12-word seed phrase?

A properly generated 12-word BIP-39 phrase has 128 bits of entropy, which is not realistically brute-forced with current computing. Weak generators, human-selected words, or leaked backups remove that protection.

Can I add 12 words to my existing phrase?

No. Adding words does not upgrade the existing wallet. It creates an invalid sequence or a different wallet. To use 24 words, generate a new supported wallet and transfer the assets.

Are 12-word and 24-word phrases compatible with every wallet?

No. Many wallets support both, but products can differ in word length, derivation paths, passphrases, and recovery standards. Confirm compatibility in the official documentation before relying on a backup.

Does the checksum recover a wrong seed word?

No. The checksum can reject many invalid sequences, but it does not identify or repair the wrong word, and some incorrect sequences still pass checksum validation.

Does a passphrase make a 12-word phrase into 13 words?

No. A BIP-39 passphrase is a separate input used with the mnemonic to derive another wallet. It is not limited to one word and cannot be recovered from the mnemonic if forgotten.

Official Verification, Downloads, and Help