---
tags:
  - macOS
  - Tahoe
  - disk-utility
  - storage
  - maintenance
title: Managing Drives with Disk Utility on macOS Tahoe
---

# Managing Drives with Disk Utility on macOS Tahoe

Disk Utility is the native tool in macOS Tahoe for managing internal and external storage devices. You can use it to format drives, repair file system errors, and manage partitions.

## Opening Disk Utility

You can find Disk Utility in the **Utilities** folder within your Applications, or simply search for it:

1.  Press `Cmd + Space` to open Spotlight.
2.  Type "Disk Utility" and press `Enter`.

## First Aid: Repairing Disks

If a drive is acting up, files are corrupted, or your Mac is crashing, "First Aid" is the first step.

1.  Select the disk or volume you want to check from the sidebar.
2.  Click the **First Aid** button (stethoscope icon) in the toolbar.
3.  Click **Run**.
4.  Disk Utility will lock the drive and check for errors. If it finds errors, it will attempt to repair them automatically.

*Note: You cannot run First Aid on the startup disk while you are using it. To repair your startup disk, you must restart your Mac in Recovery Mode.*

## Formatting (Erasing) a Drive

To prepare a new external drive or wipe an old one, use the **Erase** function.

1.  Select the external drive in the sidebar.
    *   *Tip*: If you don't see the physical drive, click **View** > **Show All Devices**.
2.  Click the **Erase** button in the toolbar.
3.  **Name**: Give your drive a name.
4.  **Format**: Choose the file system.
    *   **APFS**: Best for SSDs and flash drives used only on Macs.
    *   **Mac OS Extended (Journaled)**: Best for older mechanical hard drives used only on Macs.
    *   **ExFAT**: Best if you need to use the drive on both macOS and Windows.
5.  **Scheme**: Choose **GUID Partition Map**.
6.  Click **Erase**.

## APFS Volumes vs. Partitions

macOS Tahoe uses the Apple File System (APFS). Unlike older systems where you had to slice a disk into fixed-size "Partitions," APFS uses "Volumes" inside a "Container."

*   **Partitions**: Fixed size. If you make a 50GB partition, it takes up 50GB even if empty.
*   **APFS Volumes**: Flexible size. Multiple volumes share the same pool of free space.

## Related Guides
*   [Master Guide to macOS Tahoe](macos-tahoe-master-guide.md)
*   [Managing Storage Space on macOS Tahoe](storage-space.md)