> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/mobile-app-user-guide/account-security/manage-master-password/change-master-password.md).

# Change master password

{% hint style="warning" %}
In order to change your password, you will need to remember the current password.

You can't change the password if you forgot it. Check out this article if you forgot your password.
{% endhint %}

**Step 1**: On the SubWallet homepage, tap the list item at the top left corner to get to the Settings section.

<figure><img src="/files/5hX6jTB8tJady5EDIXHS" alt="" width="282"><figcaption></figcaption></figure>

**Step 2**: In the Settings section, select "**Security settings**".

<figure><img src="/files/DIoBhKXhFHJPnDfMfq7k" alt="" width="282"><figcaption></figcaption></figure>

**Step 3**: Choose "**Change password**".

<figure><img src="/files/bbU2NYGCbm85RaideDs6" alt="" width="282"><figcaption></figcaption></figure>

**Step 4**: In the Change password screen, enter your current password. Once done, hit "**Next**".

<div><figure><img src="/files/MQxvkoRBCDKbgP3rVYsK" alt="" width="282"><figcaption></figcaption></figure> <figure><img src="/files/c2Iobie4Ztwc65Btoxf0" alt="" width="282"><figcaption></figcaption></figure></div>

**Step 5**: Set up your new password and then tap on the "**I understand that SubWallet can't recover the password for me**" box. Once done, hit "**Finish**" to complete the change.

<div><figure><img src="/files/ZkTla4dNZVIAFwsH7giX" alt="" width="282"><figcaption></figcaption></figure> <figure><img src="/files/3TYl4Y8R9G0CjGCxbJVa" alt="" width="282"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
Make sure your password is **well-kept**.

SubWallet is non-custodial, so you are the only person who knows your password; we can't help you restore it once it is lost.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.subwallet.app/main/mobile-app-user-guide/account-security/manage-master-password/change-master-password.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
