# Disk Utility Can't Repair This Disk? Causes, Data Risks & Proven Fixes

## How to fix "Disk Utility Can't Repair This Disk" Issue?

Quick Answer:

1. Run First Aid again.
2. Run FSCK in Single User Mode
3. Repair the disk from macOS Recovery Mode
4. Use data recovery software to recover files from an unrepairable disk

![macOS cant repair this disk error](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/summary-macos-cant-repair-this-disk.jpeg)

When a disk is not working properly on a Mac, most users would go to[Disk Utility](https://iboysoft.com/wiki/disk-utility.html)and run First Aid to repair this disk. However, the error "**Disk Utility can't repair this disk**" usually appears when[Disk Utility First Aid](https://iboysoft.com/howto/mac-first-aid-repair-disk.html)fails to repair this disk.

## What does “Disk Utility Can't Repair This Disk" Mean?

In a nutshell, when First Aid is unable to repair the file system, Disk Utility will return this error. And sometimes, it would be followed up with these error messages:

- The First Aid process has failed.
- macOS can't repair this disk. You can open or copy files on this disk, but you can't save changes to files on this disk. Back up the disk and reformat it as soon as you can.
- Disk Utility stopped repairing your disk.
- [Invalid B\-tree node size](https://iboysoft.com/mac-data-recovery/invalid-b-tree-node-size.html) .
- File system check exit code is 8.

## Should You Worry? Check the Data Risk First

If First Aid fails to repair the file system, don't panic or repeatedly run the repair process. Your top priority should be data security. Evaluate the potential risk to your hard drive data based on your specific case before taking further action.

| **Situation** | **Data Risk** |
| --- | --- |
| Disk still readable | Low |
| Disk read\-only | Medium |
| Disk not mounting | High |
| Clicking noises | Hardware failure |

If your hard drive is experiencing any of the issues listed above, take the following steps to minimize the risk of data loss and ensure your data security:

1. Stop writing to the disk
2. [Back up Mac files](https://iboysoft.com/howto/back-up-mac.html) or [back up external drive on Mac](https://iboysoft.com/howto/back-up-external-hard-drive-on-mac.html)
3. Attempt repairing disk

## Why Disk Utility First Aid Fails

In general, Disk Utility First Aid failure can be attributed to five primary causes. The possible causes and the specific examples are:

| **Possible Causes** | **Examples** |
| --- | --- |
| File system corruption | [APFS object map invalid](https://iboysoft.com/mac-data-recovery/apfs-object-map-is-invalid.html) |
| Directory corruption | B\-tree errors |
| Physical bad sectors | Failing sectors |
| Disk is mounted and in use | File system check exit code is 8 |
| Improper disk removal | FAT/exFAT corruption |

## Quick Fixes to Disk Utility Not Repairing Disk Issue

Once you understand the possible causes, try the following quick fixes to troubleshoot the “Disk Utility First Aid failed to repair the disk" problem.

### Fix 1. Run First Aid Again

One of the most tried\-and\-tested solutions is to repair this disk one more time. To do First Aid again, follow these steps.

1. *Finder \> Applications \> Utilities \> Disk Utility.* ![Open Disk Utility in Finder](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/disk-utility-finder.jpg)
2. Choose *View* and choose *Show All Devices* at the upper left of this app.
3. Select the disk or volume you want to repair in the left sidebar, and then click *First Aid* at the top. ![Run First Aid](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/run-first-aid.jpg)
4. Click *Run* to check and repair for disk errors.

If Disk Utility still can't repair your disk, or you receive a report that the First Aid process has stopped or failed, and it's asking for backing up and reformatting, you'd better first follow its suggestion to back up files on that disk to avoid further data loss.

### Fix 2. Run FSCK Command

If First Aid still doesn't work, repair your disk by running[fsck](https://iboysoft.com/wiki/fsck.html)command on Mac. FSCK is a powerful command line to verify and[repair external hard drive in Terminal](https://iboysoft.com/mac-data-recovery/repair-external-hard-drive-with-mac-terminal.html).

For Intel\-based Macs users, restart your Mac and, before the Apple logo appears, hold down*Command \+ S*keys to boot into[Mac Single User Mode](https://iboysoft.com/wiki/mac-single-user-mode.html).

Note:Traditional Single\-User Mode accessed through the Command\-S \(⌘\-S\) key combination is no longer available on**Apple Silicon M\-series Macs**. Instead, you can access Terminal directly from macOS Recovery Mode to perform command\-line troubleshooting and repairs.

For Apple Silicon M1\-M5 users, directly boot the Mac to**macOS Recovery Mode**.

![Apple Silicon M1 MacBook Air](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/m1-mac.jpg)

1. 1. Select Terminal from the Utilities menu at the top of the screen.

![Run Terminal in Recovery Mode](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/terminal-recovery-mode.jpg)

2. Unmount your disk or volume. fsck usually requires the filesystem to be unmounted. To unmount:

diskutil unmount /dev/diskX

or

diskutil unmountDisk /dev/diskX

3. Type in:

fsck\_apfs \-y /dev/diskX

Replace diskX with your specific disk or container identifier \(such as disk2 or disk2s1\)

Which command should you use?

| File system | Recommended command |
| --- | --- |
| APFS | fsck\_apfs \-y or diskutil repairVolume |
| HFS\+ | fsck\_hfs \-fy |

4. If you see "*File system was modified*", then re\-type the above command again until you see "*The volume \_ appears to be OK*".

Note: The message*"File system was modified"*means that FSCK found errors in the file system structure and successfully made changes to repair them.

5. To restart your Mac, type in:

reboot

Like this post? Please share it~

### Fix 3. Repair Disk from macOS Recovery Mode

If the issue persists, entering[macOS Recovery Mode](https://iboysoft.com/mac-data-recovery/macos-recovery-mode.html)and repairing the disk from there is a practical alternative.

![macOS Recovery mode](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/mac-recovery-mode2.jpeg)

1. Enter macOS Recovery Mode

- Apple Silicon \(M1/M2/M3/M4/M5\) Macs: power off your Mac, then press and hold the power button until the startup options screen appears. Click Options, then select Continue to enter macOS Recovery. ![Click Continue](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/continue.jpg)
- Intel\-based Macs: after shutting down your Mac, restart it while holding Command \(⌘\) \+ R until the Apple logo or a spinning globe appears to enter macOS Recovery.
- Select a user account, click Next, and type in your administrator password.

2. Choose Disk Utility from the Recovery window and click Continue.

![Choose Disk Utility](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/disk-utility-recovery-mode.jpg)

3. In the sidebar, select the last volume on the disk you want to repair first \(for example, Macintosh HD \- Data\).

![Choose hard drive](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/first-aid-recovery-mode.jpg)

4. Click First Aid, then click Run \(or Repair Disk\) to start the repair process. Wait until First Aid finishes checking and repairing the disk.

![Run First Aid in Recovery Mode](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/recovery-mode-run-first-aid.jpg)

**What if the disk still can't be repaired?**Back up files immediately if the disk still mounts. Or turn to a data recovery software to recover files if the disk won't mount.

## Recover Data from an Unrepairable Disk

Why is a data recovery program needed? A Disk Utility repair failure typically indicates file system corruption. When your Mac cannot even mount the drive, the disk may be beyond repair, making data recovery software necessary to retrieve your files.

iBoysoft Data Recovery for Mac is a reliable data recovery utility for Mac, helping you[recover data from unmount disk](https://iboysoft.com/mac-data-recovery/macintosh-hd-not-mounted.html), a corrupted drive, an inaccessible/formatted drive, internal hard drives, Macintosh HD, external hard drives, and even an unbootable Mac.

1. Download, install, and open *iBoysoft Data Recovery for Mac \(version 5.2.4\).* ![iBoysoft Data Recovery for Mac version](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/version.jpg)
2. Select the disk \(Internal or external disk\) or volume. ![Choose hard drive or volume](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/select-drive.jpg)
3. Click the *Search for Lost Data* button to begin scanning all lost data. ![Scanning lost data](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/scanning.jpg)
4. Preview the files you want to restore. ![Preview files](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/preview.jpg)
5. Choose the files you need, and click Recover to get them back. \(Remember to recover files to another drive.\)

## Last Resort: Reformat the Disk

The last solution to repair your disk is[reformatting the disk](https://iboysoft.com/howto/format-external-hard-drive-on-mac.html). Before you go, you'd better read the warning tip below to know its risks.

Warning:Reformatting will wipe all your files from this disk, so please make sure you have backed them up to an external drive or have retrieved your files from this corrupted drive with iBoysoft Data Recovery for Mac.

1. Go to *Finder \> Applications \> Utilities \> Disk Utility.*
2. Select the external hard drive and click *Erase* on the top. ![Erase external hard disk](https://iboysoft.com/images/en-mac-data-recovery/disk-utility-cant-repair-disk/eraze-disk.png)
3. Provide a name and a format to format the drive.
4. Wait until the process finishes.

After reformatting this disk, you can restore your backed\-up or recovered files to the disk again. If[Disk Utility First Aid still failed on external hard drives](https://iboysoft.com/mac-data-recovery/disk-utility-first-aid-failed-on-external-hard-drive.html), and you receive the info like "This drive has a hardware problem that cannot be repaired" on your Mac, send it to a local repair center or replace it with a new disk drive.

## Special Case: Disk Shared Between Windows and Mac

In some cases, if an external drive is shared between a Mac and a Windows PC, you could receive the error message "**Disk Utility can't repair this disk**" as well. It's because when a USB drive is disconnected by yanking out the disk, the disk may be busy getting data settled down. As a result, the disk won't be readable by Mac.

For example, suppose you have a disk formatted with FAT32 and you unplug it from your Windows PC without properly ejecting it first. The entire volume may then be marked as "busy," causing macOS Disk Utility to prompt you to repair it when you check the drive. However, Disk Utility may fail to repair the volume and display the following message:

- APFS object map is invalid
- APFS fsroot tree is invalid
- [File system check exit code is 8](https://iboysoft.com/mac-data-recovery/file-system-check-exit-code-is-8.html)

An easy workaround to this "Disk Utility can't repair the disk" issue in this situation is to simply plug this disk drive back into a Windows PC and unmount it properly before plugging it into your Mac.

## Prevent This Error in the Future

To reduce the risk of file system corruption, follow these preventive measures:

- Always eject external drives before disconnecting them
- Keep regular backups with tools like Time Machine, cloud service
- Avoid force shutdowns since it may interrupt disk operations
- Monitor your drive health regularly.

These simple practices can help protect your data and prevent unexpected disk failures in the future.

## FAQs

ADisk Utility can repair file system\-corrupted disks if the corruption is not severe. It can't repair physically corrupted disks.

ANo, the error does not always mean the disk is dead. It often means the file system is corrupted, the directory is corrupted, the drive has bad sectors, the disk is mounted and in use or improper disk removal.

AYes. Try using Disk Utility to repair again, run FSCK in Single User Mode, or repair the disk from macOS Recovery Mode.
