# Folder Sizes

**Folder Sizes**

* General:
  * (Configured via Preferences / Folders / Folder Sizes.)
  * Per-folder overrides to size calculation can now be specified here, instead of being tied to Folder Formats.
  * New option, "Update folder sizes after file operations":
    * When on, actions like dragging a file into a folder will update the folder's displayed size afterwards.
    * Limited to local and removable disks only. Network drives, FTP sites, and archives would be too slow, as they can't use indexing.
    * Sizes will only be refreshed if they were already displayed and calculated.
  * Added option to clear cached folder sizes when going back or forward through a tab's navigation history.
* Everything instant calculation:
  * If you aren't familiar with Voidtools Everything, see the separate section for it, earlier in these release notes.
  * If Everything (1.4.1 or later) is installed, Opus can use it to calculate folder sizes on NTFS drives.
  * For drives indexed by Everything, folder-size calculation is essentially instant.
  * You can configure Opus to perform automatic folder-size calculation when it's instant and avoid it when it will be slow.
  * Works with folder sizes displayed in tooltips as well as in the file display itself.
  * When returning to a folder via a tab's navigation history, if a sub-folder's size came from Everything before then it will be refreshed automatically, using Everything.
  * Caveat 1: The "Size on disk" column will be less accurate for folders when Everything. That column reports the actual space a file uses, which is sometimes larger (due to padding) or smaller (with filesystem compression) than the data inside it. Since Everything doesn't index the information, it will be approximated using the drive's sector size.
  * Caveat 2: Everything's "index attributes" option should be turned on for accurate calculation of folder sizes when junctions, softlinks, etc. are involved.
  * *Command:* `GetSizes EVERYTHING` allows Preferences to be overridden.
* Junctions and links:
  * (Configured via Preferences / Folders / Folder Sizes / Junctions and Links.)
  * You can now configure whether Opus skips or includes junctions, softlinks, etc. when calculating folder sizes and folder counts.

***

Next: [Status Bar](/directory-opus/manual/release_history/opus13_detailed/status_bar.md)


---

# 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://chaoses-ib.gitbook.io/directory-opus/manual/release_history/opus13_detailed/folder_sizes.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.
