# Why does Sia take so long to sync?

Sia needs to download an entire copy of the blockchain to maintain the integrity of the network’s transactions. This is a critical step and allows the decentralized network to function correctly.

{% hint style="info" %}
As of January 2021, the blockchain is a little over 24 GB, and grows about 1 GB every two months.
{% endhint %}

On newer solid-state drives (SSDs) this can take several hours. On standard hard disk drives (HDDs) this process can take over a day.

This is totally normal, but we are working to decrease this initial sync time in future releases.

Troubleshooting steps can be taken to address this. If the initial sync appears to be frozen:

* Give it time. Often, the sync will resume on its own.
* Quit Sia and restart your computer.

Some sites will allow you to "bootstrap" the blockchain, by giving you a mostly complete version to download and drop in the appropriate folder on your computer. As this requires trusting the party you download it from, we always recommend letting Sia sync itself.


---

# 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/wallet-troubleshooting/why-does-sia-take-so-long-to-sync.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.
