Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Vault Statistics

bkylebkyle46k downloads

Status bar item with vault statistics such as number of notes, files, attachments, and links.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates11

Status bar item with vault statistics including the number of notes, files, attachments, and links.

Usage

After the plugin is installed and enabled you will see a new item appear in the status bar showing you the number of notes in your vault.

  • Click on the status bar item to cycle through the available statistics.
  • Hover over the status bar item to see all of the available statistics.

Advanced Usage

Showing All Statistics

All statistics can be shown by creating and enabling a CSS snippet with the following content.

/* Show all vault statistics. */
.obsidian-vault-statistics--item {
    display: initial !important;
}

Showing Selected Statistics

Similarly to the above, one can show certain statistics using a similar method to the above. Below is a snippet that hides all by the notes and attachments statistics. The snippet can be modified to include more or different statistics.

/* Hide all statistics. */
.obsidian-vault-statistics--item {
    display: none !important;
}

/* Always show the notes and attachments statistics. */
.obsidian-vault-statistics--item-notes,
.obsidian-vault-statistics--item-attachments {
    display: initial !important;
}

Version History

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Added
  • Changed
  • Deprecated
  • Removed
  • Fixed
    • Comment sections are explicitly processed and do not count toward statistics (#22)

[0.1.3] - 2022-10-25

  • Fixed
    • Fixed issue with deleted and renamed files not correctly updating file statistics (#17)
    • Removed errant debugger statement (#14)

[0.1.2] - 2022-08-05

  • Added
    • Added Settings pane
  • Changed
    • Users can now optionally show all or a subset of metrics instead of the default click-to-cycle behaviour (#6)

[0.1.1] - 2022-08-05

  • Fixed
    • Fixed issue when processing files with admonitions (#12)

[0.1.0] - 2021-12-30

  • Added
    • Added word count metric (#8)

[0.0.8] - 2021-12-18

  • Added
    • Initial support for displaying multiple statistics at the same time. (#6)

[0.0.6] - 2021-12-14

  • Fixed
    • FIXED: Reported values only contain 2 significant digits (#7)

[0.0.5] - 2021-12-12

  • Changed
    • Displayed statistics are formatted with grouping for increase readability.
    • Added Vault Size statistic which calculates the total size of all files in the vault that are understood by Obsidian The display value is scaled to the appropriate unit. (#5)

[0.0.4] - 2021-02-25

  • Fixed
    • Statistics will be calculated automatically as soon as the plugin loads.
61%
HealthFair
ReviewCaution
About
Display vault statistics in the status bar, showing counts for notes, files, attachments, links, and words. Click the status item to cycle metrics and hover to preview all available statistics.
Status barFilesAttachments
Details
Current version
0.1.3
Last updated
4 years ago
Created
5 years ago
Updates
11 releases
Downloads
46k
Compatible with
Obsidian 0.11.0+
Platforms
Desktop, Mobile
Report bugRequest featureReport plugin
Author
bkylebkyle
GitHubbkyle
  1. Community
  2. Plugins
  3. Status bar
  4. Vault Statistics

Related plugins

Better Word Count

Count the words of selected text in the editor.

Janitor

Perform cleanup tasks on your vault.

Custom Attachment Location

Customize attachment location with variables($filename, $data, etc) like Typora.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

QuickAdd

Quickly add new notes or content to your vault.

Recent Files

Display a list of recently opened files.

Omnisearch

Intelligent search for your notes, PDFs, and OCR for images.

Claudian

Embeds Claude Code/Codex as an AI collaborator in your vault. Your vault becomes agent's working directory, giving it full agentic capabilities: file read/write, search, bash commands, and multi-step workflows.

Image Converter

Convert, compress, resize, annotate, markup, draw, crop, rotate, flip, align, drag-resize, rename with variables, and batch process images: WEBP, JPG, PNG, HEIC, TIF