How to Open HDI Files on Mac: What You Need to Know

If you've downloaded or received a file with the .hdi extension and your Mac doesn't know what to do with it, you're not alone. HDI files are closely tied to Apple's own ecosystem, yet they're not something most Mac users encounter every day. Here's a clear breakdown of what HDI files are, how to open them, and what factors affect how smoothly that process goes.

What Is an HDI File?

An HDI file is a disk image format created by Apple. The acronym stands for Hard Disk Image, and it's an older format that predates the more commonly seen .dmg (Disk Image) format that macOS uses today. HDI files essentially contain a complete snapshot of a disk or volume — files, folders, and filesystem structure all bundled into a single container.

Think of it like a virtual disk. When you open it correctly, your Mac mounts it as though you've inserted a real disk or drive. This format was widely used in earlier versions of Mac OS (particularly Mac OS 9 and early Mac OS X), which means HDI files are often associated with legacy software, older backups, or archived distributions.

How macOS Handles HDI Files Natively

Modern versions of macOS — including Ventura, Sonoma, and later — have built-in support for many disk image formats through the Disk Utility application and the underlying hdiutil command-line tool. The name hdiutil is literally short for Hard Disk Image Utility, which tells you something about how deep this format runs in Apple's history.

Method 1: Double-Click (Finder)

The simplest approach is to just double-click the HDI file in Finder. If macOS recognizes the format and the file is intact, it will mount the disk image automatically and show it on your Desktop or in the sidebar under "Locations."

This works reliably for standard, unencrypted HDI files. If nothing happens or you get an error, that's a signal to try a more direct method.

Method 2: Disk Utility

  1. Open Disk Utility (find it via Spotlight: Cmd + Space, then type "Disk Utility")
  2. Go to File → Open Disk Image
  3. Navigate to your HDI file and select it

Disk Utility gives you more feedback than a simple double-click, including error messages if the image is corrupted, uses an unsupported compression method, or requires a password.

Method 3: hdiutil via Terminal 🖥️

For users comfortable with the command line, hdiutil offers the most control: