# Rescan

{% hint style="warning" %}
Rescanning will remove any saved transaction keys and destination addresses, which may be useful for proving payments.

If your XMR transaction is still not appearing and the wallet has already finished syncing, then you can rescan by opening the menu in the top-right, tapping `Connection and sync`, then tapping `Rescan`.
{% endhint %}

{% stepper %}
{% step %}

### Open the rescan controls

Open the `Settings` page from the top right, tap the `Nodes` page, then tap the `Rescan` button.

<div><picture><source srcset="/files/FYmIWlR85YiGX0I11ftC" media="(prefers-color-scheme: dark)"><img src="/files/Nnpla9qhvPLiLsVkZXbE" alt="Open settings"></picture> <picture><source srcset="/files/y50MVMRbrRrI6o4UBTgr" media="(prefers-color-scheme: dark)"><img src="/files/f2sritVTSHOzI5CqeHGI" alt="Tap nodes"></picture> <picture><source srcset="/files/yeRpljgtLoSO1UShC7M1" media="(prefers-color-scheme: dark)"><img src="/files/t73fd4E4X7OO9amXhvy9" alt="Tap the rescan button"></picture></div>
{% endstep %}

{% step %}

### Choose a restore date or block height

<div><picture><source srcset="/files/jKEEHuKsRjNhkGHZiLDL" media="(prefers-color-scheme: dark)"><img src="/files/mho2t8q1hLdGGTT5GUII" alt="Add restore height"></picture> <picture><source srcset="/files/yfRL1giFTTNFtEcgo23p" media="(prefers-color-scheme: dark)"><img src="/files/YuzeKg3SqJunrQFZJYYM" alt="Wait for wallet to sync"></picture> <picture><source srcset="/files/sPhbgJKBKBOA9j9w0HN0" media="(prefers-color-scheme: dark)"><img src="/files/WBLH3DrMDF8lxEurMshO" alt="Wallet synchronized"></picture></div>

Enter a date or a block height from about a week before you created this wallet. For example, if the wallet was created in February 2020 you could use January 31st, 2020 as the "restore from date." Alternatively, use the "Height" shown for your wallet's very first transaction and enter that number as the "Block height."

After entering the date and tapping Rescan, leave the Cake Wallet app open with your phone awake while the wallet rescans the blocks for transactions involving your wallet. When the rescan starts, your transaction history will disappear and your balance will read as 0.0 XMR. As the wallet continues scanning blocks, your transaction history will reappear one transaction at a time. When the rescan is completed, the sync progress status and indicator at the top of the balance screen will disappear and your entire transaction history and proper balance will be restored.
{% endstep %}
{% endstepper %}


---

# 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.cakewallet.com/features/advanced/rescan.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.
