This page covers seed phrase (recovery phrase) backup and account recovery for users of a popular software wallet. If you're seeing searches like "metamask deleted my wallet", "metamask couldn't unlock your account", "metamask delete wallet" or "metamask delete account ios", this guide is for you. I write from hands-on experience with extension and mobile builds, and I explain exact steps so you can follow along.
Who should read this: daily swappers, DeFi users who connect to dApps, and anyone holding funds in a non-custodial software wallet.
Who should look elsewhere: people who need built-in social recovery in the wallet app itself, or corporate custody solutions.
When someone types "metamask deleted my wallet" they usually mean one of three things:
Important distinction: the seed phrase is the master backup for deterministic accounts created from that phrase. Imported accounts (added by private key) are not recovered by the seed phrase — you must re-import the private key. So a restored wallet can still miss previously imported accounts unless you re-add them.
Follow these steps on desktop (extension) or mobile. I recommend doing this immediately after creating a wallet.
Step-by-step (desktop extension):
Step-by-step (mobile app):
And test the backup: after writing it down, reinstall the app in a second device or create a fresh profile and use the Import seed phrase flow to verify the phrase restores your accounts.
If your extension or app no longer shows accounts after an uninstall, or you see unlocking errors, these steps usually restore access.
Quick recovery (reinstall + import):
Restoring extra accounts: If you previously created multiple accounts from the same seed phrase, simply click "Create Account" repeatedly until the missing address appears. Imported private-key accounts must be re-imported via import-private-key.
If you see "couldn't unlock" — try these steps before reinstalling:
But if you cannot unlock and you do not have the seed phrase or private keys, there is no way to recover funds from the blockchain. The ledger of ownership is on-chain, and without keys there is no access.
Losing the seed phrase is the most common irreversible mistake. Ask yourself:
If neither is true, options are limited. You can watch for on-chain activity (address monitoring) but you cannot move funds.
For future protection, consider splitting backups (shamir-like approaches via third-party tools) or using a hardware wallet. See integrate-hardware-ledger-trezor for the hardware route and account-abstraction-and-smart-wallets for social recovery patterns (these require a different wallet architecture).
| Method | Security | Convenience | Risk Summary |
|---|---|---|---|
| Paper (handwritten) | High (physical) | Low | Fire, water, theft unless stored securely |
| Metal backup (stamped) | Very high | Medium | Cost to prepare; resilient to fire/water |
| Encrypted cloud backup | Medium | High | Risk if encryption/password compromised (avoid plain cloud) |
| Social recovery (smart contract) | Varies | High | Requires smart wallet setup; not native to simple seed-phrase wallets |
Choose a method that matches how much you hold and how fast you need to recover access.
I tested on desktop (Chrome extension) and iOS app. Steps I ran and you can repeat:
I made screenshots at each step (placeholders here). Repeating this will show how deterministic recovery behaves and where imported accounts differ.
But remember: convenience increases risk. If you swap daily, test your recovery plan first.
Q: Is it safe to keep crypto in a hot wallet?
A: Hot wallets are convenient for daily activity and DeFi. They are less secure than hardware wallets for large holdings. I keep small, active funds in a hot wallet and move larger amounts to hardware or multisig.
Q: How do I revoke token approvals if I think a dApp is malicious?
A: Use the wallet's token approval tools or an on-chain revocation service (search guides on our token-approvals-and-revoke page). Revoke unlimited allowances first.
Q: What happens if I lose my phone?
A: If your seed phrase is backed up, reinstall the app on a new device and import the seed phrase. If you only had the wallet on that phone and no backup, recovery is unlikely. See lost-phone-reset-recovery.
Seed phrase backup is not optional — it is the single most important step to keep control of your non-custodial funds. Test your backup by restoring to a fresh install. I have restored wallets many times; the process works when you have the phrase. If you are unsure, practice on a low-value account first.
Ready to test your recovery? Follow the step-by-step setup and import guides: install-metamask-mobile, import-seed-phrase, and for hardware protection see integrate-hardware-ledger-trezor.