# How to restore a wallet from a seed in Sia-UI

If you already have a Sia seed with a balance of Siacoins, you can recover and use your Siacoins at any time by using Sia-UI on your computer.

## Things You'll Need

* A desktop or notebook computer with a decent amount of available storage space. As of January 2021, you need 24 GB for the Sia blockchain to download. This file will only get larger, so allocate some space to be able to grow with Sia.
* Your Sia seed.
* Sia-UI installed. [Don't have Sia-UI yet?](http://sia.tech/get-started)
* The Sia blockchain fully synced to Sia-UI. Syncing can take hours on an SSD, and days on a traditional HDD.

## Restore from a seed

{% hint style="info" %}
Restoring from your seed does not restore a custom password. After following this process, you'll use your Sia seed to log in to your wallet until you [set a custom password.](/legacy/your-sia-wallet/how-do-i-change-my-sia-wallet-password.md)
{% endhint %}

Go to the Wallet tab. If there's not another wallet setup already, you'll see two options: Create new wallet and Restore from seed. Click **Restore from seed.**

![](/files/WURPoHVmfyZxLsMcDBIa)

If the blockchain isn't fully synched, you'll receive a message telling you to wait. Sia-UI needs to be fully synced because it needs to scan the blockchain for all your transactions.

![](/files/hYfy9TuE32aKuQzIRjY7)

Once the blockchain is synced, clicking Restore from seed will prompt you for your Sia seed. It must be entered exactly as it was given to you: all lower-case letters, a space between each word, and no spaces at the beginning or end of the phrase. Enter your seed and then click **Next.**

NoteTipWarningThe text you enter here is readable on the screen, not disguised as bullets. Be sure no one is looking over your shoulder.

![](/files/Bdbyvg5bqnjwQcHqnKPi)

Sia-UI will then scan the blockchain.

![](/files/yzUcoy3AUqRoeQ3H2i6x)

Give Sia a few minutes, it needs to do some work on your wallet.

![](/files/ADqvT5glch9e2nbhUg7w)

After it's done, you'll be taken to the Dashboard. Click back to the Wallet tab to find your balance.

{% hint style="info" %}
After restoring Sia from your seed and resyncing, it might take your balance up to an hour to re-appear in the wallet as Sia performs more actions in the background.
{% endhint %}

![](/files/F0qbayRY9gk2mshRTY5o)

That's it! Sia's so smart, it even pulls your transaction history.


---

# 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.sia.tech/legacy/your-sia-wallet/sia-ui-faqs/how-to-restore-a-wallet-from-a-seed-in-sia-ui.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.
