MAC repair logo

Partitioning a disk on the Mac: a complete guide to creating and managing partitions

Partitioning a disk on a Mac with Disk Utility
To sum up: to partition a disk on a Mac, open Disk Utility (Applications → Utilities), select your disk, click on «Partition» and add the volumes you want. On recent Macs with APFS, prefer APFS volumes to traditional partitions - they share space dynamically with no fixed limit, which is more flexible and safer.

Why partition a Mac disk

Partitioning a disk consists of dividing it into several independent sections, each behaving as a separate disk in the eyes of macOS. There are several situations in which this operation is justified: installing a second operating system (Windows via Boot Camp on Intel Macs, or an older version of macOS to test compatibility), separating personal data from the system to facilitate reinstallations, creating a volume dedicated to Time Machine backup on a large external drive, or isolating a development environment.

Before you get started, it's essential to understand the difference between APFS volumes and conventional partitions, because macOS offers both approaches - and the right choice depends on your situation.

APFS volumes or traditional partitions: what's the difference?

Since macOS High Sierra (2017), Apple has been using the APFS (Apple File System) file system by default on all SSD-equipped Macs. This modern file system fundamentally changes the way we manage disk space.

Criteria Classical score APFS volume
Space allocation Fixed - size defined at inception Dynamic - automatically shared space
Resize Requires a dedicated operation (risk of data loss) Automatic, without intervention
Creation speed Several minutes (data movement) Almost instantaneous
File system APFS, Mac OS extended (HFS+), ExFAT, FAT32 APFS only
Ideal use case Boot Camp (Windows), multi-OS external drives Data separation, multi-macOS, development
Technical advice : In the vast majority of cases, an APFS volume is preferable to a conventional partition. Space is shared dynamically between volumes, which avoids the classic problem of one partition being «full» while the other has free space. Only create a conventional partition if you have a specific need (Boot Camp, ExFAT format for Windows/Mac compatibility).

Create an APFS volume (recommended method)

Creating an APFS volume is the modern and recommended way to separate your data on a recent Mac. The operation is fast, reversible and without risk to your existing data.

Step-by-step procedure

  1. Open the’Disk utility (Applications → Utilities → Disk Utility, or via Spotlight with Cmd + Space).
  2. In the sidebar, make sure that the display is set to «Display all devices» (Presentation menu).
  3. Select the APFS container (usually called «Container diskX») which contains your macOS volume.
  4. Click on the « + » in the toolbar, or go to Edit → Add an APFS volume.
  5. Give a name to your new volume (e.g. «Data», «Projects» or «Development»).
  6. Choose the format APFS (standard), encrypted APFS (recommended for sensitive data), case-sensitive APFS, or case-sensitive and encrypted APFS.
  7. Optional: click on «Size options» to define a reserve size (minimum guaranteed) and a quota (maximum authorised).
  8. Click on «Add». The volume is created in a matter of seconds.

The new volume appears immediately in the Finder, in the sidebar under «Locations». You can access it just like any other disk. For more advanced use of the Disk Utility, see our complete guide to Mac Disk Utility.

Creating an APFS volume in Disk Utility on the Mac
Important information: if you choose the encrypted APFS format, make a careful note of the password. Without this password, the data on the volume will be permanently inaccessible. For a complete data protection strategy, see our guide protect your data on the Mac.

Creating a classical score

Creating a classic partition is necessary in certain specific cases: installing Windows via Boot Camp (Intel Macs only), formatting a section of external disk in ExFAT for mixed Mac/Windows use, or maintaining compatibility with older systems.

Disk Utility procedure

  1. Open the’Disk utility and activate «Display all devices».
  2. Select the physical disk (not a volume or container, but the root device in the tree).
  3. Click on «Partitioning» in the toolbar.
  4. macOS displays a pie chart showing the current disk space. Click on the « + » to add a partition.
  5. Define the size of the new partition by dragging the separator or entering a value.
  6. Choose the format APFS, Mac OS Extended (journalled), ExFAT or MS-DOS (FAT).
  7. Give a name to the score.
  8. Click on «Apply». The operation may take several minutes, depending on the size of the data to be moved.
Review: Partitioning a disk containing data involves a risk of data loss, even if Disk Utility is designed to be non-destructive. Always make a full backup via Time Machine before any partitioning operation. If anything goes wrong, a backup will be your only recourse.

Partition via Terminal

Terminal offers granular control over partitioning via the command diskutil. This approach is reserved for advanced users who need precision or automation. To familiarise yourself with the Terminal, our guide to Mac Terminal commands covers the essential basics.

Create an APFS volume using Terminal

diskutil apfs addVolume diskX APFS "VolumeName"

Replace diskX by the identifier of your APFS container (visible with diskutil list) and «VolumeName» by the desired name.

Create an encrypted APFS volume

diskutil apfs addVolume diskX "APFS (Encrypted)" "VolumeName" -passphrase "YourPassword"

List all disks and volumes

diskutil list

This command displays the complete tree structure of all the disks, containers, volumes and partitions on your Mac. It's the essential starting point before any manipulation.

Creating a classical score

diskutil partitionDisk diskX GPT APFS "Volume1" 50% ExFAT "Volume2" 50%

Please note: the order partitionDisk erases the entire target disk before creating new partitions. Use it only on an empty disk or one where you have backed up all the data. To add a partition without erasing, use diskutil splitPartition.

Practical examples: when and how to partition

Installing Windows on Mac Intel (Boot Camp)

The Boot Camp Wizard automatically creates a partition dedicated to Windows on your internal disk. You don't need to use Disk Utility - the Wizard takes care of everything: partitioning, NTFS formatting and installing Apple drivers. Allow at least 64 GB for Windows, ideally 128 GB if you plan to install applications. Our guide dual boot Mac Windows details the full procedure.

Multi-purpose external disk (Mac and Windows)

If you share an external drive between a Mac and a Windows PC, the ExFAT format is the best compromise: readable and writable natively by both systems. You can also partition the drive in two: an APFS partition for Time Machine and an ExFAT partition for file exchange.

Testing a beta version of macOS

Create a separate APFS volume and install the macOS beta on it. At boot time, hold down the Option (Alt) key to choose which volume to boot from. This approach protects your main installation from any problems related to the beta. Once the testing period is over, simply delete the volume - the space is freed up instantly.

Separate system and data

Since macOS Catalina, Apple has already separated the system (read-only volume) and user data into two separate APFS volumes. Creating a third volume for your projects or work files can make it easier to reinstall macOS without affecting your personal data.

Case studies for partitioning a Mac disk

Delete a partition or volume

Delete an APFS volume

  1. Open the’Disk utility.
  2. Select the APFS volume to be deleted in the sidebar.
  3. Click on the « – » in the toolbar, or Edit → Delete APFS volume.
  4. Confirm the deletion. The space is immediately reclaimed by the container.

Deleting a classic score

  1. Open the’Disk utility and select the physical disk.
  2. Click on «Partitioning».
  3. In the pie chart, select the partition to be deleted and click on « – ».
  4. Click on «Apply». The space is reallocated to the adjacent partition.
Please note: deleting a partition or volume deletes all the data it contains. Make sure you have backed up everything you need before proceeding. This operation cannot be reversed.

To help you manage your disks further, Apple provides comprehensive documentation on the partitioning with Disk Utility.

Frequently asked questions

Does partitioning a disk erase data?+

Adding an APFS volume doesn't delete any existing data - it's a non-destructive and almost instantaneous operation. Adding a conventional partition should not erase any data either, but there is a risk when resizing. The Terminal command partitionDisk erases the entire disk. In all cases, make a backup beforehand.

What is the difference between an APFS volume and a partition?+

A partition physically divides the disk into sections of fixed size. An APFS volume is a logical subdivision within an APFS container, with space shared dynamically. APFS volumes are more flexible: they grow and shrink automatically as needed, without wasting space.

Is it possible to partition the internal drive of an Apple Silicon Mac?+

Yes, you can add APFS volumes to the main container. However, creating conventional partitions on the internal disk of an Apple Silicon Mac is limited by the system's security mechanisms (Signed System Volume). The recommended method is to add APFS volumes.

What format should I choose for an external drive used on a Mac or PC?+

ExFAT is the best choice: it can be read and written natively by macOS, Windows and most devices (TV, consoles). It does not have the 4GB limit per file of the FAT32 format. For a Mac-only drive, APFS is optimal.

How do I resize an existing partition?+

In the Disk Utility, select the physical disk, click Partition, then drag the separator into the pie chart. Resizing is only possible if there is enough free space and the data is not blocking the operation. APFS volumes resize automatically.

Can I install two versions of macOS on the same Mac?+

Yes. Create an additional APFS volume and install the second version of macOS on it. At boot time, hold down the Option (Alt) key to choose the boot volume. This is the recommended method for testing beta versions without risking your main installation.

The «Partition» button is greyed out. What should I do?+

There are several possible causes: you have selected a volume instead of the physical disk (activate «Show all devices»), the disk is being used by Time Machine or another process, or the disk partition scheme is not compatible (GUID required). If the problem persists, our team can help you with a free diagnosis.

Is Boot Camp available on Apple Silicon Macs?+

No. Boot Camp is not available on Macs equipped with Apple Silicon chips (M1 and later). To run Windows on these machines, you need to use virtualisation software such as Parallels Desktop or UTM, which work without partitioning - Windows runs in a window inside macOS.

Should I partition an external SSD for Time Machine?+

If your external drive is large enough (at least twice the size of your internal drive), you can create an APFS volume dedicated to Time Machine and use the rest for regular storage. macOS manages this configuration very well. See our Time Machine guide for the installation.

Can MAC Repair help me partition my disk?+

Of course you can. With over 15 years' experience since 2010, our team carries out partitioning, multi-boot configuration and data migration between volumes. We ensure that your data is backed up before any manipulation and check the integrity of the disk after the operation. 180-day guarantee on all our services.

Share this guide :

Get a free quote within 24 hours

Over 15 years of Apple expertise in Brussels. Free, no-obligation quote and 180-day guarantee on repairs.

Make an appointment →
Laetitia's Google reviewsGoogle reviews of ChristianGoogle reviews of Sarah
Rated 4.9/5 on Google

Popular articles

Request a quote

1. Mac identification - Step 1 out of 3
Do you know the model number?
The model number (Axxxx) is engraved on the underside of your Mac or on the original box. Use our tool if you don't know him.
Drag & Drop Files, Choose Files to Upload You can upload up to 3 files.
Add up to 3 photos. This will help us to better understand the fault.
Av. Marie de Hongrie 78B
1082 Bruxelles (Berchem)
Telephone :
Call us