macOS VariousMedium

Disk Utility Error on Mac: How to Fix Disk Check Failure

This article explains the causes of Disk Utility failures on Mac and offers proven solutions: from simple restarts to using Terminal and Safe Mode. Helps restore disk functionality without data loss.

Updated at February 15, 2026
10-15 min
Easy
FixPedia Team
Применимо к:macOS 12 MontereymacOS 13 VenturamacOS 14 Sonoma

What a Disk Utility Error Means

A Disk Utility error is a message from the built-in macOS utility indicating it cannot perform an operation on a disk (verification, repair, unmounting). It can appear when running First Aid, formatting, or attempting to mount a volume.

The full error text often includes a code, such as:

  • Disk Utility failed with error code -50
  • The operation couldn’t be completed. (NSURLErrorDomain error -50.)
  • Unable to verify disk
  • File system verify or repair failed

The error typically occurs when working with an internal or external drive (SSD, HDD, USB flash drive) and indicates issues at the file system level (APFS, HFS+) or hardware malfunctions.

Causes

  1. File system corruption — improper shutdown, write failure, virus attack.
  2. Hardware issues with the drive — SSD/HDD wear, bad sectors, unstable cable connection (for external drives).
  3. Software conflicts — third-party disk utilities, antivirus software, third-party file systems (e.g., NTFS drivers).
  4. Insufficient access permissions — if Disk Utility is run by a standard user and the disk is protected.
  5. Corrupted cache or temporary files — system disk caches may contain invalid data.
  6. APFS partition issues — APFS container failure, metadata corruption.

Solution 1: Basic Restart and Retry

Sometimes the error is temporary and caused by another process locking the disk.

  1. Close Disk Utility.
  2. Restart your Mac (Apple menu → Restart).
  3. After booting, open Disk Utility (Applications → Utilities → Disk Utility).
  4. Select the disk in the left panel and click First Aid.
  5. If the error recurs, proceed to the next solution.

Solution 2: Run First Aid in Safe Mode

Safe Mode boots macOS without third-party kernel extensions and login items, eliminating conflicts.

  1. Shut down your Mac.
  2. Turn on your Mac and immediately hold the Shift key until the Apple logo and loading indicator appear.
  3. After booting into Safe Mode, open Disk Utility.
  4. Select the disk and run First Aid.
  5. If the operation succeeds, restart your Mac normally.

Solution 3: Verify and Repair via Terminal

Terminal provides low-level diskutil commands that sometimes bypass graphical interface limitations.

  1. Open Terminal (Applications → Utilities → Terminal).
  2. List disks:
    diskutil list
    
    Find your disk's identifier (e.g., disk2 or disk2s1).
  3. Verify the volume:
    diskutil verifyVolume /dev/disk2s1
    
    Replace disk2s1 with your identifier.
  4. If verification finds errors, attempt repair:
    diskutil repairVolume /dev/disk2s1
    
    For APFS containers, you may need:
    diskutil apfs repairContainer disk2
    
  5. After completion, check the disk in Disk Utility.

Solution 4: Use a Bootable Installer for Recovery

If the system won't boot or Disk Utility cannot repair the system disk, an external bootable media is required.

  1. On another Mac, create a bootable USB installer with macOS (use createinstallmedia).
  2. Connect the installer to the problematic Mac and hold the Option (Alt) key during startup.
  3. Select the bootable media from the startup menu.
  4. After booting, choose Disk Utility from the Utilities menu.
  5. Select the system disk and run First Aid or Recover.
  6. If needed, reinstall macOS (user data will be preserved).

Solution 5: Check the Drive's Hardware Health

If errors persist, the problem may be with the drive itself.

  1. For SSDs/HDDs, use the manufacturer's utility (e.g., Smart Utility or Disk Drill) to check S.M.A.R.T. status.
  2. For external drives, try a different cable or USB/Thunderbolt port.
  3. Test the disk on another computer — if the error reproduces, the drive is likely faulty.
  4. Back up important data and replace the drive.

Prevention

  • Regularly back up your data via Time Machine.
  • Do not interrupt Disk Utility operations (especially First Aid and formatting).
  • Avoid physical shocks to your laptop or drive while in use.
  • Update macOS to the latest version — Apple regularly fixes file system bugs.
  • Use high-quality cables for external drives and always eject them safely.
  • Run First Aid monthly as preventative maintenance against accumulating errors.

F.A.Q.

Why can't Disk Utility check the disk?
What to do if First Aid doesn't help?
Can the disk be fixed without data loss?
How to launch Disk Utility in Safe Mode?

Hints

Restart your Mac and retry the operation
Run First Aid in Safe Mode
Use Terminal for manual disk check
Recover the disk using bootable media
FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community