Hidden space
What is hidden space
Sometimes the total size of all scanned files and folders on a disk still don’t make for the entire used space on that disk. This happens because there may be some restricted folders, which DaisyDisk couldn’t scan with default permissions, or which are even entirely unreachable. DaisyDisk detects the remainder of space and displays a special item hidden space of the corresponding size.
When you click on it, you see a further breakdown of the hidden space:
The following items typically contribute to the hidden space:
- purgeable space (covered in a separate article) — mostly local snapshots of Time Machine, and also swap files, sleep images and other temporary system files.
- other volumes (covered in a separate article) — sub-volumes within the same physical disk that share its pool of free space (a new feature of APFS). This item may include some invisible system volumes and the volumes you created yourself.
- still hidden — the ultimate remainder of unaccounted space, usually consists of:
- Home folders of other users on the same Mac, if any
- System stuff, like Spotlight index, document versions, etc.
- File system overhead (2-3 GB is normal for the startup disk)
- Space missing due to file system errors
How to reveal the hidden space
macOS Mojave or later: Make sure your grant DaisyDisk the full disk access, then relaunch DaisyDisk and rescan your disk.
Use the scan as administrator command. The hidden space should disappear, or become significantly smaller by size. And in reverse, some other folders will grow in size correspondingly, and restricted files and folders will become visible here and there on your disk.
Note that some small amount of hidden space (a few GB) may still remain even after scanning as administrator. This is normal. Usually this space is used by the file system itself.
When you delete a file or folder and Time Machine is turned on, the system may not delete the files entirely, but move them to the purgeable space, causing it to grow by the corresponding amount. However, the system often delays updating the size of the purgeable space by few minutes. During this delay, you may temporarily see the hidden space being “borrowed” by the equal amount. DaisyDisk will automatically refresh (without rescanning) the numbers or hidden and purgeable space after the system updates them globally.
Also, just after you delete the purgeable space, you may temporarily see the hidden space being “borrowed” by the corresponding amount. Please allow some time (from few seconds to few minutes) before the system completes reclaiming the purgeable space in the background. The purging may be additionally delayed if the Time Machine is in process of backing up.
If you are using third-party backup tools such as Carbon Copy Cloner (CCC), they can create their own file system snapshots. Unlike the Time Machine snapshots, the third-party snapshots are not counted toward the purgeable space, but toward the still hidden space. You can check for presence of any third-party snapshots using
tmutil listlocalsnapshots /
command in Terminal. In order to reveal and delete such snapshots, please use the corresponding third-party apps. For example, here’s how you delete a snapshot created by CCC.Large amounts of hidden disk space may also indicate errors in the file system. You can use the Disk Utility to verify and repair your disk’s integrity. In some cases, you may need to boot your Mac in Recovery mode and run the Disk Utility from there.
In the most obstinate cases with APFS disks, you may need to use the lower-level `fsck_apfs` command-line utility to verify and repair the APFS volume from the Recovery mode.
Similarly, for HFS+ disks, you may need to use `fsck_hfs`. Beside verifying, you can use it to repair the HFS+ catalog file. WARNING: this operation may not be safe for your data! You should make a full backup of your disk before trying. Please seek professional help on the matter.
Some backup tools are known to leave garbage in
/Volumes
folder. Check it out with the Terminal app.If nothing of the above helps, please contact our support.