> For the complete documentation index, see [llms.txt](https://docs.cakewallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cakewallet.com/features/managing-your-wallet/create-backup.md).

# Create backup

A Cake Wallet backup copies all of your wallets and settings so they can be restored into a fresh Cake Wallet installation. Backups can only be restored on a new install with no existing wallets. To restore from a backup, see [Restore from a backup file](https://docs.cakewallet.com/get-started/setup/restore-existing-wallet/backup-file).

{% stepper %}
{% step %}

### Save your seeds first

ALWAYS save the mnemonic seeds for all of your wallets as well — a backup file complements your seeds, it doesn't replace them.
{% endstep %}

{% step %}

### Open the Backup page

Open `Settings` from the top right of the home screen, then under `App settings` tap `Backup`. You will be prompted for your PIN, biometric authentication, or password (plus TOTP if you require 2FA for backup settings).
{% endstep %}

{% step %}

### Save the backup password

The `Backup` page shows a securely-generated backup password. Tap it to copy it.

**SAVE THIS PASSWORD.** Store it with the same care as a seed phrase — the backup is useless without it.

Once you have saved it, tap `Export backup` and confirm with `Yes, I have`. It can take a few moments to create the backup file, so don't panic if the screen freezes for up to a minute.

Alternatively, you can set your own encryption password with `Change password`. This is NOT recommended.
{% endstep %}

{% step %}

### Save or share the file

What happens next depends on your platform:

* **Android** — you are asked to pick a destination: `Share` hands the file to the OS share sheet, `Save to Downloads` writes it to your Downloads folder.
* **iOS** — the share sheet opens directly; there is no `Save to Downloads` choice.
* **Desktop (Windows, macOS, Linux)** — a file-save dialog opens so you can choose where to write the file.

You now have a backup file!
{% endstep %}
{% endstepper %}

## Using external flash storage

It's easy to keep an encrypted backup on flash storage!

You will need a flash drive with a USB-C, micro-USB, or Lightning connector, depending on your device. Modern Android phones and recent iPhones use USB-C; older iPhones use a Lightning connector.

We recommend buying a flash drive from a reputable merchant, such as a large brick-and-mortar retail store or online directly from the manufacturer. 1 GB or more of storage is plenty. This should cost you about $5–20.

After you have the flash drive, plug it into your device.

Follow steps 1 to 3 above. On Android, for step 4 tap `Save to Downloads`, then copy the file to your flash drive using your device's file manager. On iOS, pick your file manager or the drive itself from the share sheet; on desktop, save straight to the drive in the file-save dialog.

That's it! Make sure you have the password!

## Using Proton Drive

[Proton Drive](https://proton.me/drive) allows you to save end-to-end encrypted backups to the cloud. Proton doesn't know the contents of your uploaded files.

First [create a Proton account](https://account.proton.me/signup). A free plan includes 1 GB of storage, which is enough for at least 1 backup.

Follow steps 1 to 3 above. On Android, for step 4 tap `Share` and then `Proton Drive` (it may be hidden under `More`); on iOS the share sheet opens on its own, so just pick `Proton Drive` there.

After you tap Proton Drive, optionally go to the location in your encrypted cloud drive where you would like to upload the backup file. Tap `Upload`.

{% hint style="info" %}
`Share`, `More` and `Upload` are labels from your operating system's share sheet and the Proton Drive app, not from Cake Wallet, so they may differ on your device.
{% endhint %}

That's it! Make sure you have the password!


---

# 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.cakewallet.com/features/managing-your-wallet/create-backup.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.
