> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encord.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Find Duplicate Images

<Warning>
  Duplicate image detection requires an [upgraded folder](/platform-documentation/Curate/curation-basics#folder-upgrade). Ensure your folder has been upgraded before proceeding.
</Warning>

The `Uniqueness` quality metric is used to identify duplicate and near-duplicate images.

<div
  style={{
height: '0',
paddingBottom: '47.5%',
position: 'relative'
}}
>
  <iframe
    allowFullScreen
    frameBorder="0"
    mozallowfullscreen=""
    src="https://www.loom.com/embed/c08a8017a7b649d1b20858d61ba0a7cb?sid=caea3239-10a4-4bbd-abfc-84f6160dfce7"
    style={{
  height: '100%',
  left: '0',
  position: 'absolute',
  top: '0',
  width: '100%'
}}
    webkitallowfullscreen=""
  />
</div>

## Find Duplicate Images

Navigate to **Data** > **Explore** and select a folder.

Click the **Similarity search** button in the top-right corner of the card. The search results display images with the lowest `Uniqueness` scores, which are the most similar to the selected image.

<Tip>
  Adjust the search distance next to the filter button to find images that are more, or less similar to the selected image.
</Tip>

<div class="flex justify-center">
  <img src="https://storage.googleapis.com/docs-media.encord.com/static/img/similarity-search-button.png" width="400" />
</div>

## Analytics

Navigate to the **Analytics** view to visualize the distribution of `Uniqueness` scores across the dataset. This can help you understand the extent of duplication in your dataset and make informed decisions about data cleaning.

1. Click the **Analytics** view.
2. Select the `Uniqueness` metric from the dropdown in the **Distribution & Summary Statistics** chart.
   The chart displays the distribution of data based on the `Uniqueness` scores.

![Duplicates Analytics](https://storage.googleapis.com/docs-media.encord.com/static/img/active/active-similarity-search-filter.gif)
