MetaMask Secret Recovery Phrase: How to Find, Use and Protect It

Blog » MetaMask Secret Recovery Phrase: How to Find, Use and Protect It
Updated on Sep 1, 2026
Author: Robbert Bink
recover metamask password

The MetaMask Secret Recovery Phrase is a sequence of 12 English words that acts as the master key to your entire wallet. Every account, every token, every NFT, every network connection you have ever made through MetaMask can be rebuilt from those 12 words. Lose them, and you lose the only permanent backup of your wallet that exists anywhere. Understand them, and you can move freely between devices, browsers, and even wallet apps without ever depending on a single piece of hardware.

This article explains what the phrase is, how it works under the hood, where to find it if you still have access to MetaMask, how to use it to restore a wallet, and, most importantly, how to store it so that you never end up in a situation where it is lost.

What the Secret Recovery Phrase Is

MetaMask generates the Secret Recovery Phrase (also called seed phrase or mnemonic) the moment you create a new wallet. The phrase is not a password and not an account name. It is a human-readable encoding of the cryptographic seed from which every private key in your wallet is mathematically derived.

The 12 words come from a standardised list of 2,048 English words defined by the BIP-39 specification. Each word maps to a specific number, and together the 12 numbers encode 128 bits of entropy plus a 4-bit checksum. That checksum is why MetaMask can detect errors instantly: if any word is wrong, misspelled, or in the wrong position, the checksum fails and the phrase is rejected.

Because the phrase follows BIP-39, it is not unique to MetaMask. The same 12 words can be imported into Trust Wallet, Exodus, Rabby, or any other BIP-39-compatible wallet to access the same funds. The wallet is not tied to MetaMask as software. It is tied to the phrase.

How Long Is a MetaMask Seed Phrase?

MetaMask generates a 12-word phrase by default. This corresponds to 128 bits of entropy, which produces approximately 2^128 (3.4 x 10^38) possible combinations, far more than can ever be searched by brute force. MetaMask also supports importing 24-word phrases, which offer 256 bits of entropy and are common in hardware wallets like Ledger and Trezor. If you are restoring a wallet that was originally created with 24 words, enter all 24. Entering only the first 12 will generate a different, empty wallet.

How to Find Your Secret Recovery Phrase in MetaMask

If MetaMask is still installed and you know your password, you can reveal the phrase at any time. On the browser extension, click the account icon in the top right, go to Settings, then Security & Privacy, and click “Reveal Secret Recovery Phrase.” MetaMask will ask you to enter your password to confirm. On the mobile app, go to Settings, Security & Privacy, and tap “Reveal Secret Recovery Phrase.”

Write the phrase down the moment it appears. Do not take a screenshot, do not save it in a notes app, and do not email it to yourself. Any digital copy is a copy that can be stolen by malware, a compromised cloud account, or a data breach. Write it on paper, verify each word, and store the paper in a safe place.

If you cannot open MetaMask because you have forgotten your password, you cannot reveal the phrase through the interface. In that case, the phrase can only be recovered by extracting and decrypting the vault file from the browser’s extension data, a process that requires either the password or specialised password-recovery tools.

Lost or incomplete Secret Recovery Phrase?

Crypto Recovers can reconstruct phrases with up to 4 missing words. Request a free assessment. MetaMask recovery service

How to Enter Your Secret Recovery Phrase

When restoring a wallet, MetaMask presents 12 input fields. Type each word in the exact order it was given to you, in lowercase, with no extra spaces. Do not copy-paste from a digital document unless you are certain the document has not introduced invisible characters, smart quotes, or line breaks. If MetaMask rejects the phrase, check for the following common issues.

Misspelled words are the most frequent cause. Every word must match the BIP-39 list exactly. “Acount” is not a BIP-39 word; “account” is. “Abandonn” is not; “abandon” is. If you are unsure about a word, look it up in the full BIP-39 wordlist. Swapped words are the second most common issue. The order matters absolutely. Words 3 and 4 swapped produce a completely different wallet. Wrong word count is the third. If your wallet was created with a 24-word phrase and you enter only 12, you will get a valid but empty wallet.

For a full guide on diagnosing and repairing invalid or incomplete phrases, see our article on restoring an invalid mnemonic phrase.

Importing a 24-Word Phrase into MetaMask

MetaMask supports importing 24-word phrases generated by other wallets. During the import process, MetaMask will accept either 12 or 24 words. If you have a 24-word phrase, enter all 24. The wallet MetaMask derives will match the wallet in the original application, provided both use the same derivation path. Note that some hardware wallets use a different default derivation path than MetaMask, so imported accounts may appear empty until you manually switch to the correct path in the wallet’s advanced settings.

What Happens If You Lose Your Secret Recovery Phrase

If MetaMask is still installed and you know your password, losing the phrase is recoverable: log in, reveal the phrase, and write it down properly this time. The phrase is inside the vault on your device.

If MetaMask has been uninstalled, the browser data has been cleared, and you never wrote down the phrase, the situation is serious. The phrase cannot be regenerated, because MetaMask never stored it anywhere except in the encrypted vault on your local device. Without the vault and without a written backup, no one, not MetaMask, not Crypto Recovers, not any other service, can produce the phrase from nothing.

There is a narrow middle ground. If the vault data is partially recoverable from the drive, and the password can be cracked or reconstructed, the phrase comes out with the vault. This is the scenario where a professional recovery service can make the difference. But it requires that something, the vault fragments, the device, or a drive image, still exists to work from.

How to Store Your Secret Recovery Phrase Safely

The phrase should exist in physical form, in a place you control, and nowhere digital. Write it on paper and store it in a fireproof safe, a bank safe-deposit box, or another secure location. Consider making a second copy and storing it in a different physical location, so that a single event (fire, flood, theft) cannot destroy all copies.

For long-term storage, steel or titanium seed phrase backup plates offer durability that paper cannot match. They resist fire, water, and corrosion, and they cost between 20 and 80 euros.

Do not store the phrase in a cloud service, a password manager, a notes app, an email draft, or a screenshot gallery. Any digital storage is vulnerable to hacking, data breaches, and device compromise. Do not split the phrase across multiple locations in a way that makes it impossible to reconstruct if you forget the system. And never share the phrase with anyone. No legitimate service, support team, or recovery specialist will ever ask you to hand over your full Secret Recovery Phrase.

Cannot find your Secret Recovery Phrase?

If the phrase is incomplete or the vault file may still be on your device, contact us for a free assessment. Request a free assessment

Secret Recovery Phrase vs Private Key

The Secret Recovery Phrase and a private key are related but not interchangeable. The phrase is the master key: it generates every private key in your wallet. A private key controls one specific account (one Ethereum address). Exporting a private key gives you a backup of that single account. The phrase gives you a backup of everything.

If you lose the phrase but have exported individual private keys, you can recover those specific accounts but not the wallet as a whole. If you have the phrase, you never need the individual private keys, because the phrase can regenerate them all.

FAQ

Can I change my MetaMask Secret Recovery Phrase?

Not for an existing wallet. The phrase is generated once, during wallet creation, and it is permanently tied to the set of accounts derived from it. If you want a new phrase, you need to create a new wallet and transfer all your assets from the old one to the new one.

Is my MetaMask seed phrase the same as my Ledger seed phrase?

Only if you used the same phrase for both. MetaMask and Ledger both support BIP-39, so you can import a Ledger’s 24-word phrase into MetaMask. However, the default derivation paths differ, which means the addresses MetaMask shows may not match the ones Ledger shows until you adjust the derivation path in MetaMask’s settings.

What if my Secret Recovery Phrase has one wrong word?

MetaMask will reject the phrase because the checksum will not validate. If you know which word is wrong but not what it should be, the correct word can usually be found by testing each of the 2,048 BIP-39 candidates in that position. This is a fast computation, and it is one of the most straightforward recovery scenarios we handle.

Clear agreements before work begins. Before recovery work begins, both parties sign a service agreement setting out the assignment, fees, responsibilities, confidentiality and data handling. At your request, an NDA can also be signed before confidential details about your case are discussed.

Non-custodial wallet access recovery. Your wallet remains yours. We do not hold, manage or transfer your crypto-assets on your behalf. After a successful recovery, you move your funds to a new wallet yourself and pay the agreed success fee separately.

Robbert

Robbert Bink

Founder & CEO

Robbert Bink is the founder and a wallet recovery specialist at Crypto Recovers. He has more than 15 years of experience in programming and IT and has specialized in crypto wallet access recovery since 2019. Through Crypto Recovers, he helps rightful owners securely and efficiently regain access to inaccessible wallets.

Other Blogs by Crypto Recovers