What this guide covers
This hands-on guide walks through how to initialize MetaMask wallet, make a new MetaMask wallet, and perform a safe MetaMask backup wallet process using the seed phrase. I describe the exact steps I used, the test actions I ran to verify recovery, and practical dos and donts (from mistakes I made early on). The goal is replicable instructions so you can set up and protect a non-custodial software wallet for DeFi use.
Before you start: quick checklist
- Desktop: a supported browser and a fresh profile for testing (optional).
- Mobile: iOS or Android device, App Store or Play Store access.
- A pen and paper or a dedicated metal backup plate for your seed phrase.
- Enough time to read, write, and verify the 12-word seed phrase. Do not rush.
And do not take a photo of your seed phrase. Seriously.
Step by step: make a new MetaMask wallet
Below I show two common onboarding flows. Follow the one that matches your device.
Extension setup (desktop browser)
- Install the browser extension. Use your browser extension store or the official install instructions found on this site under install-metamask-chrome.
- Open the extension and select create new wallet. Choose a strong local password to lock your vault. This only protects the extension on that device.
- The app will display the seed phrase (recovery phrase MetaMask). Write the 12 words on paper in order. Confirm the words when prompted.
- Create at least one additional account using Account > Create Account. That account is derived from the same seed phrase.
- Send a small test transfer to the new address to confirm send and receive work.
Mobile setup (iOS and Android)
- Install the mobile app from the official store. See install-metamask-mobile for notes.
- Choose create a new wallet. Set a local PIN or biometric lock if offered.
- Record the seed phrase on paper. Confirm by typing the words back during setup.
- Use the in-app browser to connect to a simple dApp or perform a tiny swap to test functionality (only use small amounts when testing).
But if you plan to access complex DeFi protocols, test with a small amount first and then increase exposure.

MetaMask seed phrase and backup all accounts MetaMask
The seed phrase MetaMask gives you is the single recovery method for accounts derived from that phrase. In practice that means: if you write down the seed phrase and restore it in a fresh wallet, all accounts that were generated from that seed phrase will reappear when you recreate accounts in sequence.
Important details I learned the hard way:
- The seed phrase backs up the HD wallet that generates multiple accounts. Backup all accounts MetaMask by safeguarding the seed phrase.
- Accounts imported later via import private key are not recreated by restoring the seed phrase. You must export and store those private keys separately if you need them.
- There is no built-in social recovery in the standard extension. Consider hardware options for large balances.
If you ever see an option called cloud backup or sync during setup, remember it is optional and carries tradeoffs (convenience versus exposure). But be careful: storing recovery data online increases attack surface.
How I tested this and how you can replicate it
I ran the following reproducible checks so you can replicate them step by step.
- Create a fresh browser profile with no extensions other than the wallet. Install the extension and make a new MetaMask wallet using a new password.
- Write down the 12-word seed phrase on paper and verify the confirmation step. Create a second account via Create Account. Record both addresses.
- Lock the extension and then choose Restore from seed phrase in a different browser profile or in the mobile app. Enter the same 12 words and set a new password or PIN.
- After restoring, add accounts by clicking Create Account repeatedly until the addresses match the original profile. They will match in order when you do this.
- Send a small test transfer (a few dollars equivalent) from account A to account B, confirm receipt, and then try a tiny swap via an in-wallet aggregator or connect to a test dApp via connect-metamask-to-dapps.
I also simulated common mistakes: entering the wrong word order, copying the phrase to clipboard (do not do this), and attempting restore with an extra space. Each produced clear failures that I documented.
Common onboarding pitfalls and troubleshooting
- Wrong seed phrase word order: entry is strict. Verify spacing and order.
- Missing accounts after restore: you may need to create extra accounts in sequence to reveal them.
- Imported private key accounts missing after seed restore: remember they are separate and must be reimported via import private key. See import-private-key.
- Sync QR code confusion between extension and mobile: if you use the QR sync flow, make sure you trust the device you scan from.
For step-by-step recovery walkthroughs see recover-lost-wallets and the longer seed walkthrough at backup-and-recovery-seed-phrase.
Security checklist and practical tips
- Never share the seed phrase or paste it into a website.
- Store at least two offline copies in separate physical locations. If funds are large, use metal backups rather than paper. But remember metal backups are not foolproof.
- Use a hardware wallet for large holdings and connect it via integrate-hardware-ledger-trezor.
- Revoke token approvals periodically (see token-approvals-and-revoke).
- Enable biometric lock on mobile to reduce accidental access.
And test your recovery right after backup with a small restore test. That simple act saved me headaches later.
Who this wallet is for, and who should look elsewhere
Best for
- Users who interact with EVM-compatible DeFi and multiple dApps from desktop and mobile.
- People who want a widely supported injected provider for browser dApps and a built-in mobile experience.
Look elsewhere if
- You need enterprise-level custody or multi-signature on day one.
- You favor cold-only key storage and zero hot signing (use hardware-only workflows).
FAQ
Q Is it safe to keep crypto in a hot wallet?
A Hot wallets are convenient and powerful for DeFi, but they expose keys to your device. Use small balances for daily activity and a hardware wallet for large holdings.
Q How do I revoke token approvals?
A Use the token approvals UI or a revoke tool. See our guide at token-approvals-and-revoke for step-by-step instructions and the gas implications.
Q What happens if I lose my phone?
A If you have the seed phrase, you can restore on another device. If not, funds are likely unrecoverable. For more recovery options see lost-phone-reset-recovery.
Q Does backing up the seed phrase backup all accounts?
A Yes for accounts derived from that seed phrase. No for accounts that were separately imported with private keys.
Conclusion and next steps
Creating a MetaMask wallet and securing the seed phrase is straightforward when you follow repeatable steps. I prefer testing recovery immediately and using a hardware wallet for larger balances. If you want a guided install, start with install-metamask-chrome or install-metamask-mobile. When you are ready to connect to DeFi, read connect-metamask-to-dapps and metamask-swaps-and-dex-aggregator to learn how swaps and routing work from inside the wallet.
Ready to make metamask wallet and protect it properly? Follow the install guide that matches your device and complete the seed backup steps above before moving funds.