月湖119 downloadsShows file and recursive folder sizes in the file explorer and a ranking view.
Find what is taking up space in your Obsidian vault.
File Explorer Size is a desktop plugin that adds size labels to Obsidian's File Explorer and provides a ranking view for large files, folders, and notes with heavy attachments.

Use the ranking view to quickly find the biggest items in your vault.

The ranking view has three tabs:
The Folders tab intentionally avoids showing every ancestor of a large nested folder. If A/B/C/huge.mov is the large file, the ranking points you to A/B/C instead of filling the list with A, A/B, and A/B/C.
A note group helps answer: "How much space does this note and its attachments use?"

A note group includes:
Markdown note links are not followed recursively. If the same attachment is linked multiple times in one note, it is counted and shown only once.
Toggle File Browser sizesOpen size rankingRecalculate all sizesToggle MAKE.md Navigator sizes — only available when MAKE.md is enabledMAKE.md support is optional. When MAKE.md is enabled, File Explorer Size can also show size labels in MAKE.md Navigator. When MAKE.md is disabled or not installed, MAKE.md settings and commands are hidden.
This plugin is desktop only because it depends on Obsidian desktop File Explorer DOM structures.
.obsidian is not included because the plugin uses Obsidian's Vault API.pnpm install
pnpm test
pnpm lint
pnpm build
Release assets:
manifest.jsonmain.jsstyles.cssThe code in this project was generated with the assistance of AI. Please review it carefully and use it at your own discretion.
MIT