A corrupted Mac drive may need file recovery, a file-system repair, or replacement. Start with the least destructive option, especially if the disk holds your only copy.
Protect the files before trying to fix the drive. Stop using it, recover important data to separate storage with Disk Drill, then run First Aid. Reformat only after recovery or backup verification.
Do not erase, initialize, repartition, or keep writing to the corrupted drive before recovering needed files. If it clicks, grinds, disappears repeatedly, smells burnt, or never spins up, unplug it. Software cannot repair physical damage.
Scans corrupted or unreadable storage · Previews recoverable files · Creates byte-to-byte disk backups · macOS plus Windows
Pick the least destructive option that fits the drive’s current behavior.
| Method | Best for | Time | Success rate |
|---|---|---|---|
| 1. Recover Important Files With Disk Drill TRY FIRST | Saving files before repair | ~15–60 min | ● 82% |
| 2. Run First Aid in Disk Utility | Minor file-system corruption | ~5–30 min | ● 74% |
| 3. Repair the Volume With Terminal | Disk Utility interface problems | ~10–30 min | ● 66% |
| 4. Restore the Drive’s Files From a Backup | Verified Time Machine copies | ~20 min–several hours | ● 95% |
| 5. Erase and Reformat the Corrupted Drive | Unrepairable logical corruption | ~5–20 min | ● 88% |
Stop DIY work if the drive clicks, scrapes, vanishes during light use, or prevents the Mac from starting whenever it is connected. Those signs point toward hardware trouble rather than a damaged file system.
A repair command or long scan can keep a failing drive active for hours. If the files are unique or financially valuable, unplugging the disk plus contacting a reputable recovery lab is the lower-risk choice.
Recover valuable files before attempting repairs that write changes to the corrupted drive. Disk Drill can scan storage that still appears in macOS or Disk Utility, even when Finder cannot open it normally.
First Aid checks a volume’s file-system structures, then repairs certain directory or formatting errors. Recover irreplaceable data first when possible since any repair changes the disk.
The
diskutil
command uses macOS disk-management tools without the Disk Utility interface. Device identifiers must be checked carefully since choosing the wrong disk can affect healthy storage.
diskutil list
, then identify the corrupted volume by its name, capacity, plus device identifier such as
disk4s2
.diskutil unmount /dev/disk4s2
, replacing the sample identifier with the correct one.diskutil repairVolume /dev/disk4s2
. Enter your administrator password if macOS requests it.diskutil mount /dev/disk4s2
, then copy important data away immediately.diskutil list
again if anything looks different after reconnecting the drive. A backup will not repair failing hardware, but it can make repair unnecessary. Restore onto healthy storage rather than returning files to a disk that keeps disconnecting or reporting errors.
Erasing creates a fresh file system, which can return a logically corrupted drive to service. It also removes access to existing data, so finish recovery first.
Recover Important Files With Disk Drill is the sensible first move when data matters more than keeping the current file system intact. Once the files are safe, try Disk Utility First Aid, followed by Terminal repair if the graphical tool will not cooperate.
Use a verified backup when one exists. Save erasing for logical corruption that survives every repair attempt, while clicking or vanishing drives belong with a professional recovery service.
Recover to a different physical drive, verify several files, then attempt repairs on the original disk.