How To Burn A CD On MacBook: The Complete Step-by-Step Guide

How To Burn A CD On MacBook: The Complete Step-by-Step Guide

How to Eject a Stuck Disc from MacBook Pro - Adrian Video Image

Burning a CD on a modern MacBook requires an external USB optical drive combined with macOS-compatible optical media such as CD-R or CD-RW discs. Users can write high-fidelity audio discs using the native Music app or compile standard data discs directly through the Finder interface without installing third-party software. Achieving a successful, error-free burn depends on selecting correct write speeds, ensuring stable power delivery to the drive, and utilizing the appropriate file system standards.


Essential Hardware and Media Requirements for macOS CD Burning

Modern MacBooks, including the MacBook Air and MacBook Pro lineups utilizing Apple Silicon processors, do not feature built-in optical drives. To burn physical discs, you must establish an external hardware chain and procure high-quality media designed for optical recording.



Required Gear, Standards, and Benchmarks



  • External Optical Drive (CD/DVD Writer): You need a USB external drive. While the Apple USB SuperDrive is a popular choice, it requires a USB-A connection. If you use a modern MacBook with USB-C ports, you must use a high-quality USB-C to USB-A adapter or opt for a third-party USB-C optical drive. Ensure the drive explicitly supports writing to CD-R and CD-RW media.
  • Optical Media (CD-R vs. CD-RW):

    • CD-R (Compact Disc-Recordable): These write-once discs are highly compatible with old car stereos, home theater CD players, and computers. They typically offer 700 megabytes (MB) of storage or 80 minutes of uncompressed audio.
    • CD-RW (Compact Disc-Re-Writable): These multi-write discs can be erased and rewritten up to 1,000 times. They are ideal for daily data backups but suffer from poor compatibility with vintage stand-alone audio CD players due to lower reflectivity.
  • Stable Power Configuration: External optical drives draw considerable power during the laser-writing process (typically 4.5W to 5W). Always connect your external drive directly to your MacBook's port or through a self-powered USB hub. Using unpowered hubs or daisy-chaining devices often leads to write failures known as buffer underruns.
  • System Resource Preparation: Close resource-intensive applications before starting a burn. Video editing software, virtual machines, or heavy compilation tasks can interrupt the constant stream of data to the optical drive's buffer cache.

Step-by-Step Methods to Burn CDs Using Native macOS Tools

Depending on whether you intend to create a playable audio CD for a car stereo or a data disc for file archiving, macOS offers different native pathways. Below are the precise technical execution processes for both workflows.



Method 1: Creating an Audio CD Using the macOS Music App

To burn a standard red-book audio CD that plays in any standard optical player, utilize the native macOS Music app. This method automatically converts audio files (such as AAC, ALAC, or MP3) into the uncompressed PCM format required by CD players.

Step 1: Assemble and Arrange Your Playlist

Open the Music app on your MacBook. Navigate to the sidebar, right-click (or control-click) under the Playlists tab, and select New Playlist. Name the playlist. Drag and drop your chosen tracks into this newly created playlist. Arrange the songs in your exact preferred playback order, as the optical burner writes them sequentially from top to bottom.

Step 2: Connect the External Hardware

Plug your external optical drive into a USB port on your MacBook. Insert a blank CD-R disc into the drive. If macOS opens a dialog box asking what to do with the blank disc, click Ignore.

Step 3: Launch the Burn Dialog

In the Music app, select your custom playlist in the sidebar. Navigate to the top menu bar, click File, and select Burn Playlist to Disc. This action opens the Burn Settings configuration window.

Step 4: Configure Technical Write Specifications

Adjust the parameters within the Burn Settings window to ensure maximum read compatibility and write stability:



  • Preferred Speed: Drop the speed down from Maximum to a stable mid-range setting, such as 8x or 12x. High write speeds increase the risk of physical tracking errors and jitter on CD-R surfaces.
  • Disc Format: Select Audio CD.
  • Gap Between Songs: Select your preferred silence interval (2 seconds is the industry standard for commercial albums).
  • Use Sound Check: Check this box if you want macOS to normalize the volume level across all tracks, preventing volume spikes between songs.

Step 5: Initiate the Laser Write Process

Click the Burn button. The optical drive will spin up, and the Music app’s status display will show the progress of the conversion and writing process. Once complete, the drive will automatically mount the finished disc on your desktop or eject it depending on your hardware settings.

Warning: Do not move, bump, or vibrate your MacBook or the external drive while the laser is active. Optical writing is highly sensitive to mechanical vibration; any movement can cause a write head misalignment, ruining the blank disc.



Method 2: Creating a Data CD Using macOS Finder

If your goal is to backup documents, photos, or raw audio files for use on other computers, use the native macOS Finder burn process. This creates a data disc formatted in the universal ISO 9660 or UDF file systems.

Step 1: Insert Blank Media and Define the Destination

Connect your external optical drive and insert a blank CD-R or CD-RW. A system prompt will appear asking for an action. Select Open Finder from the dropdown menu, and check the box to make this action the default if desired. Click OK. The disc icon will appear on your desktop as an Untitled CD or Blank CD.

Step 2: Utilize a Finder Burn Folder

If you prefer to organize your files before inserting a disc, you can create a Burn Folder. Open Finder, select File from the top menu, and click New Burn Folder. A folder with a distinct burn icon will appear. You can compile your files here at any time.

Step 3: Populate the Optical Directory Structure

Drag and drop the files, folders, or archives you wish to write to the disc directly onto the blank CD icon or into your custom Burn Folder. This action does not move the original files; instead, macOS creates alias pointers pointing to the source files on your internal drive. Ensure the total file size does not exceed 700 MB.

Step 4: Execute the Physical Write Operation

Double-click the blank CD icon or Burn Folder to open its window. Click the Burn button located in the top-right corner of the Finder window, or right-click the disc icon on the desktop and select Burn Disc.

Step 5: Finalize Disc Parameters

A prompt will ask you to name the disc and select a burn speed.



  • Disc Name: Enter a clean, alphanumeric name (avoid special characters to ensure compatibility with Windows and Linux operating systems).
  • Burn Speed: Select 16x or 24x for data discs. Data tracks utilize robust error-correction codes, allowing for safer high-speed writes compared to red-book audio.
  • Click Burn. Finder will verify the data integrity immediately after writing.

Pro-Tip: If you are burning files that will be read on legacy Windows machines, ensure your filenames conform to standard naming limits (avoiding symbols like slashes, colons, or asterisks) to prevent file-path resolution errors on non-Apple operating systems.



Method 3: Burning a Bootable ISO or Disk Image via Terminal

Advanced users who need to write an ISO image or a DMG disk archive to a CD can bypass graphic utilities and utilize the command-line interface in macOS.

Step 1: Open Terminal

Navigate to Applications, open the Utilities folder, and launch Terminal.

Step 2: Identify the Disk Path

Insert your blank disc and enter the command drutil status into the Terminal window. This command returns detailed specifications of your connected optical drive and confirms that a blank medium is successfully detected.

Step 3: Run the Native Burn Command

To write your target ISO file directly to the optical drive, execute the command hdiutil burn followed by a space, and then drag the ISO file from your Finder window directly into the Terminal window to automatically populate its absolute file path. The completed command will look like this:

hdiutil burn /path/to/image.iso

Press Enter. Terminal will display real-time sector-writing progress, run a verification scan, and eject the disc upon successful completion.


How to Burn a CD in macOS Monterey / Big Sur - OS X Daily

How to Burn a CD in macOS Monterey / Big Sur - OS X Daily

Comparison of macOS CD Burning Formats and Media Specifications



CD Format Type Standard File System Maximum Data Capacity Typical Playback Time Target Compatibility Recommended Burning Speed
Audio CD Red Book (PCM Audio) 700 MB (Approximate) 80 Minutes Standard car stereos, vintage home CD decks, any optical computer drive 8x to 12x
Data CD ISO 9660 / UDF / HFS+ 700 MB N/A (File Storage) Modern computers (macOS, Windows, Linux) 16x to 24x
MP3 / AAC CD ISO 9660 Joliet 700 MB 10 to 12 Hours (Compressed) MP3-compatible car stereos, DVD players, computers 12x to 16x
Erasable Data CD (CD-RW) ISO 9660 / UDF 700 MB N/A (Reusable) Computers with multi-read drives (limited legacy player support) 4x to 10x

Resolving Common macOS CD Burning Errors and Hardware Failures



Scenario 1: The Burn Fails with Error Code 0x80020025 or "The device failed to respond"



  • Root Cause: This error typically points to a power interruption or physical buffer underrun. External USB optical drives require stable voltage. Connecting via passive, unpowered USB-C hubs causes voltage drops when the laser attempts to write at peak intensity.
  • Actionable Fix: Connect the optical drive directly to the MacBook's Thunderbolt/USB-C port using an official Apple USB-C to USB adapter. If your MacBook has limited ports, use a powered USB hub that plugs directly into an electrical wall outlet.


Scenario 2: Finder or Music App Displays "Disc Communication Error" Mid-Burn



  • Root Cause: This issue is caused by low-quality or degraded optical media. Blank CDs stored in areas of high heat, humidity, or sunlight suffer from dye degradation. Alternatively, writing at a speed higher than the disc's chemistry supports can cause tracking loss.
  • Actionable Fix: Discard the failed disc (commonly called a "coaster"). Insert a fresh disc from a reputable media brand. In your burn settings, manually lower the write speed to 8x.


Scenario 3: The Burned Audio CD Skips or Fails to Play in Older Car Stereos



  • Root Cause: Legacy optical pickups in older car stereos have weak lasers that cannot easily read the reflective dyes of high-speed burned CD-Rs or CD-RWs.
  • Actionable Fix: Never use CD-RW media for audio playback on stand-alone players. Burn exclusively to high-grade CD-R media. Set your burn speed to the lowest available option (such as 4x or 8x) to create deep, precise physical pits on the disc surface.


Scenario 4: The MacBook Fails to Eject a Stuck or Mismounted Optical Disc



  • Root Cause: Finder or a background application has locked the system mounting path, preventing the optical drive's mechanical eject cycle from engaging.
  • Actionable Fix: Launch Terminal and execute the command drutil tray eject to bypass OS-level system locks and force a physical drive ejection. Alternatively, restart your MacBook while holding down the left trackpad click to trigger a hardware-level eject during the boot cycle.

Frequently Asked Questions



Can I use the Apple USB SuperDrive with Apple Silicon M1, M2, or M3 MacBooks?

Yes, the Apple USB SuperDrive works perfectly with modern Apple Silicon MacBooks. However, because the SuperDrive features an older USB-A cable, you must use an official Apple USB-C to USB adapter to connect it to your MacBook's Thunderbolt ports.



Why does macOS say "The disc can’t be burned because an unexpected error occurred"?

This generic message usually stems from system multitasking conflicts or power delivery issues. Close heavy background applications, disconnect unnecessary USB peripherals to maximize bus power, clean any dust off the blank disc's surface, and reduce the configured burning speed in your software interface.



What is the difference between MP3 CDs and standard Audio CDs in the Music app?

Standard Audio CDs convert digital music tracks into uncompressed PCM audio, limiting the total capacity to roughly 80 minutes of play time, but ensuring universal compatibility. MP3 CDs preserve compressed MP3 files in their original format, allowing you to fit over a hundred songs on a single disc, though they will only play on modern, file-compatible CD players or computers.



Is it necessary to buy third-party burning software for modern macOS versions?

For basic audio compilation and data storage, the native macOS Music app and Finder provide all the necessary tools. Third-party software is only required if you need advanced disc features, such as multi-session data writing, mixed-mode CD creation (data and audio on one disc), or complex DVD video authoring with interactive menus.

Optimize Your Digital Archiving Workflow

Transitioning your digital media projects onto physical discs is a highly reliable way to archive critical files and preserve analog listening experiences. Ensure you use premium optical drives and clean, high-grade media to build a stable, long-lasting archive library for all your digital collections.


How to Burn a DVD Using Finder on Mac

How to Burn a DVD Using Finder on Mac

Read also: The Julio Foolio Autopsy and Investigation: Understanding the Official Findings and Public Impact