# Deduplication

A unique feature of Egnyte is the deduplication feature, something that can greatly reduce the amount of storage used.&#x20;

### How Egnyte determines if files are duplicates

Egnyte determines the duplication of files based on the checksum of each file. Checksums are calculated based on the content of the file. This means that even if a file has a different name but the same content, it would still be flagged as a duplicate.&#x20;

Duplicate files are based only on the most recent version of the file, and the SHA-512 hash function is used to calculate the checksum of the files.&#x20;

### Storage vs deduplicated storage quota

In the Egnyte Admin settings under the Subscription tab is the Current Usage section. Within that is a breakdown of users and storage.&#x20;

Storage is broken down into **Storage (without deduplication)** and **Storage (with deduplication)**. While both of these show a progress bar with a maximum limit, only the **Storage (with deduplication)** counts towards the plan limit.&#x20;

**Storage (without deduplication)** is there simply as a guide to show how much storage space is being saved with this feature.&#x20;


---

# 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.the-cloud-storage-guide.io/cloud-storage-platforms/egnyte-overview/storage-and-sharing/deduplication.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.
