Compute Disk Usage
Last updated: March 27, 2026Latest Frontend Version: 2.17.3
Prerequisites
Access Level:
User
Permission Requirements
- . Basic Vault Interaction
- View access/sharing/project history of own files
- View metadata for own files (necessary to download)
- View directories
- View usage of vault for any user
Compute Disk Usage for Files
bulk-action
- Go to the Vault icon in the top left panel.
- Click the My files section on the left panel.
- Select the file(s) for which you want to compute the disk usage.
- Click the Open Full Menu button in the top center panel.
- Select Compute Disk Usage.
- View the computed usage to the right of the file(s) under the Size column in the Vault.
Confirmations, Errors & Solutions
Compute SHA-256 for a File
- Go to the Vault icon in the top left panel.
- Click the My files section on the left panel.
- Select the file for which you want to compute the SHA-256 string.
- Click the Open Full Menu button in the top center panel.
- Select Compute SHA-256.
- In the prompt, view the computed SHA-256 hash.
- Click Copy to copy the hash.
- Paste the hash into your local machine's terminal.
Compute Disk Usage for Deleted Files
bulk-action
- Go to the Vault icon in the top left panel.
- Click the Trash section on the left panel.
- Select the deleted file(s) for which you want to compute the disk usage.
- Click the Open Full Menu button in the top center panel.
- Select Compute Disk Usage.
- View the computed usage to the right of the file(s) under the Size column in the Vault.
Compute SHA-256 for a Deleted File
- Go to the Vault icon in the top left panel.
- Click the Trash section on the left panel.
- Select the deleted file for which you want to compute the SHA-256 string.
- Click the Open Full Menu button in the top center panel.
- Select Compute SHA-256.
- In the prompt, view the computed SHA-256 hash.
- Click Copy to copy the hash.
- Paste the hash into your local machine's terminal.
Effects of Computing SHA-256
Computing a SHA-256 hash verifies file integrity without inspecting the file's contents. During large transfers, comparing the local machine's hash with the Vault's hash detects any discrepancies. Even a single-bit change results in different hashes, indicating a transfer issue. If both hashes match exactly, the transfer succeeded.
note
SHA-256 computation applies to any file.