# I updated Freewallet and can only see my first 20 addresses! How can I get them back?

Due to an issue with versions 0.9.24 and 0.9.25 with the lock wallet feature, when updating past those versions you will be logged out of your wallet.

You can <mark style="color:yellow;">always review the changes for each version</mark> (and downgrade if wanted) by checking the [releases page on the Freewallet Desktop Github](https://github.com/jdogresorg/freewallet-desktop/releases).

Since Freewallet is a [deterministic wallet](https://forums.counterparty.io/t/what-is-a-deterministic-wallet/1211) your <mark style="color:yellow;">12-word phrase will generate the same addresses back when selecting "Add a new address"</mark>. This is explained in detail in the [Viewing, Creating and Importing Addresses](/freewallet.io-user-manual/freewallet-functions/viewing-creating-and-importing-addresses.md) section of this User Manual.

This is the case for adding Normal and Segwit addresses, so if you "cannot see them" the answer is as simple as clicking "add new address" until the one you cannot see comes back into view. You can add multiple addresses at once.

<mark style="color:yellow;">Depending on how many addresses you added to the original 20 on the previous version of Freewallet it may take many additions to get all the addresses back you previously used.</mark>

<mark style="color:red;">If you had imported addresses from a separate 12-word key using the addresses' private key you will not be able to import those automatically</mark>

These imported addresses are not tied to the 12-word key you have used to generate the addresses Freewallet shows in the user interface.

<mark style="color:yellow;">This is why it is so important to save any private keys from other addresses any time you import them into Freewallet.</mark>


---

# 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://davestaxcp.gitbook.io/freewallet.io-user-manual/troubleshooting-issues/i-updated-freewallet-and-can-only-see-my-first-20-addresses-how-can-i-get-them-back.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.
