MainspringGuides › Macintosh HD - Data
macOS Guide

What Is the Macintosh HD - Data Volume on Mac?

Updated July 2026 · 3 min read

Open Disk Utility and you'll see two entries that look like duplicates: Macintosh HD and Macintosh HD - Data. Nothing is wrong, and nothing is duplicated. Modern macOS deliberately splits your disk into a locked-down system volume and a separate volume for everything you own — then presents them as one seamless disk.

Two volumes: the sealed system and your data

Macintosh HD holds macOS itself. Since macOS Catalina it has been read-only, and since Big Sur it's a Signed System Volume — cryptographically sealed, so not even an app with your admin password can modify it. Your Mac actually boots from a snapshot of this volume, which is why malware (or a bad script) can't quietly rewrite system files. On macOS 13 Ventura, 14 Sonoma, and 15 Sequoia this is how every Mac works.

Macintosh HD - Data is the writable half: your home folder, your apps, your documents, settings, mail, photos — everything that changes day to day lives here. When you save a file "to Macintosh HD," it's really being written to the Data volume.

How two volumes act as one disk

Both volumes live inside a single APFS container and draw from the same pool of free space — neither has a fixed size, so you never have to rebalance them. macOS then stitches the two together with firmlinks, transparent connections between matching folders (like /Applications and /Users) on each volume. Finder shows you one unified "Macintosh HD" and you can ignore the seam entirely.

You can see the real layout in Terminal — this command only reads, it changes nothing:

# List disks, containers, and volumes (read-only)
diskutil list

Look for a "synthesized" disk: inside it you'll find Macintosh HD (small, roughly 9–12 GB) and Macintosh HD - Data (holding almost everything else), plus helper volumes named Preboot, Recovery, and VM.

Can you delete or rename it?

Don't. Deleting Macintosh HD - Data erases your entire user data — every file, app, and account — while leaving a bare, unbootable-in-practice system behind. Renaming it buys you nothing and can confuse backup tools that reference the volume by name. Treat both volumes as a matched pair that macOS manages for you.

One genuine exception: after a botched erase-and-reinstall, some Macs end up with a leftover second data volume (you'll see something like "Macintosh HD - Data - Data" or two Data volumes in Disk Utility, one of them not mounted as your home). Only then is deleting the orphaned one appropriate — and only after a full backup and after confirming, via Get Info in Disk Utility, which volume your running system actually uses.

What it means for your storage numbers

Because both volumes share one container, storage readouts can look odd: Disk Utility may show the Data volume "using" nearly all the disk while Macintosh HD uses almost none. That's expected — the system is small and fixed, and everything you can actually clean up lives on the Data side. When you're hunting for space, that's where to look. The same logic applies to backups: Time Machine only needs to protect the Data volume, since a reinstall can always regenerate the sealed system, and that's exactly what it does by default.

Tune the writable half

You can't touch the sealed system volume — but everything worth customizing lives on the other side. Mainspring turns 90+ hidden macOS settings into labelled, reversible toggles, no Terminal required.

Try Mainspring free →

Signed & notarized by Apple · 1-day free trial · $29 once

Worried about the disk itself?

If you found this page because Disk Utility is showing something unexpected, run a structure check next — our guide to running First Aid the right way covers the correct volume-to-disk order and what the results mean.