# I lost my wallet password. How do I recover it?

If you've lost your password (also known as the pass phrase) to your MetaMask wallet, you can recover it using the secret backup phrase (seed phrase) that you should have written down and secured when you initially set up your wallet. Here's how to recover your wallet password:

1. **Open MetaMask:** Launch the MetaMask wallet extension or app
2. **Access the login screen:** On the login screen, where you are prompted to enter your password, look for an option like 'Forgot Password' or 'Restore Wallet'
3. **Enter your seed phrase:** Select the 'Forgot Password' or 'Restore Wallet' option. You will be asked to enter your secret backup phrase (seed phrase). This phrase typically consists of 12 or 24 words. Carefully enter each word of your seed phrase in the correct order
4. **Create a new password:** After entering the seed phrase, you'll be prompted to create a new password for your wallet
5. **Confirm password:** Re-enter the new password to confirm it
6. **Access your wallet:** Once you've successfully provided the seed phrase and created a new password, you should regain access to your MetaMask wallet

**It's crucial to keep your seed phrase safe and never share it with anyone. This phrase is the key to recovering your wallet in case of lost passwords or other access issues.**<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.overthereality.ai/over-wiki/faq/how-to-set-up-your-digital-wallet/i-lost-my-wallet-password.-how-do-i-recover-it.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
