# Deleting Desktop Wallet Chain Data

Some users have reported their Etho Protocol wallets have stop syncing. Usually the reason behind this is a corrupted chain. Users can easily remedy this by following this guide to delete the chain data and resync their wallets. Doing this will force the wallets to download a full, healthy version of the Etho Protocol blockchain.

{% hint style="info" %}
Regardless of whether you use the [original Etho Protocol desktop wallet](broken://pages/-LSCaVK3rklcUe4Yx7gB) for Windows or the [new wallet by @Taegus](/wallets/using-desktop-wallets/using-windows-etho-beta-wallet.md), the location of the chain data is the same as well as the process of clearing it.
{% endhint %}

## Windows

**Fastest and easiest is to delete from within the wallet.**\
**Under "Settings":**

![](/files/-MjM7S_fxJk7_tYJkvrX)

###

Manually:

### Step 1 - Locate Chain Data Folder

{% hint style="info" %}
Before beginning this process, make absolutely sure you don't have the Etho Protocol wallet running. The surest way to ensure it is to reboot your computer and start with the steps below.
{% endhint %}

Locate the **chaindata** folder. By default this will be located in `C:\Users\[username]\AppData\Roaming\Ether1\geth`

*`*alternatively`*\
*`C:\Users\[username]\AppData\`**`Local`**`\Ether1\geth`*

Replace `[username]` with the name of the user you're currently logged in as. The username will show up on the top-left of the start menu.

![Example chaindata folder found within the Ether1\geth folder](/files/-M5-DB5F0CRdle02KeLF)

### Step 2 - Delete chaindata

Delete the folder **chaindata**. This will clear the blockchain and enable you to resync your wallet.&#x20;

{% hint style="info" %}
**DO NOT DELETE ANY OTHER FILES BESIDES ''CHAINDATA''**

**DOING SO MAY RESULT IN THE LOSS OF ACCESS TO YOUR ETHO.**
{% endhint %}

### Step 3 - Launch the Etho Protocol Wallet

Relaunch your Etho Protocol wallet. You will not need to enter any keys, but it may take a while depending on your computing setup.

## macOS

### Step 1 - Locate Chaindata Folder

{% hint style="info" %}
Before beginning this process, make absolutely sure you don't have the Etho Protocol wallet running. The surest way to ensure it is to reboot your computer and start with the steps below.
{% endhint %}

Locate the **chaindata** folder. By default this will be located in

&#x20;`~/Library/Ether1/geth/chaindata`

Open a **Finder** window and navigate to **Go > Go To Folder** on the menu bar at the top

In the address bar input the location highlighted above in gray

![Example chaindata folder found within the  \~/Library/Ether1/geth/chaindata folder](/files/-LbPUCOtqnddYepaTOes)

### Step 2 - Delete Chaindata Contents

Select all objects within the **chaindata** folder and **delete** them.

### Step 3 - Launch the Etho Protocol Wallet

Relaunch your Etho Protocol Desktop wallet. You will not need to enter any keys, but it may take a while depending on your computing setup.

> Original content provided by Etho Protocol discord community member @almightyrosenberg#3994


---

# 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.ethoprotocol.com/wallets/using-desktop-wallets/deleting-desktop-chain-data.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.
