Repair Disk Permissions on Mac in Simple Steps

How to Repair Disk Permissions on Mac with Disk Utility

If adjusting individual file permissions didn’t solve the problem, Disk Utility is your next step. Disk Utility’s First Aid tool scans for and repairs disk errors—including permissions issues—which can often restore access and improve overall performance. It’s a simple solution that works for both internal and external drives. Follow these steps to repair disk permissions with Disk Utility:

  1. Go to Finder, click on “Applications,” then “Utilities,” and select “Disk Utility.” You’ll see a list of available drives on the left side of the window.

  2. Choose the startup disk, usually labeled “Macintosh HD” or the name you assigned it. If you’re troubleshooting an external drive, select that instead.

  3. Click on the First Aid button at the top of the Disk Utility window. A prompt will ask if you want to check and repair your disk; click Run to start.

  4. Disk Utility may alert you that running First Aid will temporarily prevent access to your Mac. Click Continue to confirm, then let it complete the scan and repair process. It may take a few minutes, depending on your disk size and system.

Once First Aid finishes, it’ll notify you if it found and repaired any issues. Restart your Mac, then try to open the same files or apps that were previously blocked to see if the permissions issue is resolved.

Use Recovery Mode to Fix Tough Permissions Problems on Mac

We’ve seen times when the regular Disk Utility method couldn’t fully fix permissions issues, so we switched to Recovery Mode for a more thorough solution. Since Recovery Mode runs separately from macOS, Disk Utility can work without interference from any active system processes or files. This setup allows for a deeper scan and repair.

Disk Utility in Recovery Mode looks and works pretty much the same, but to access it, here’s what you’ll need to do:

  • For Macs with Apple Silicon: Shut down your Mac, then press and hold the power button until “Options” appears on the screen. Click Options, then Continue to enter Recovery Mode.

  • For Intel-based Macs: Restart your Mac, holding down Command + R until you see the Apple logo or a spinning globe.

Once you’re in Recovery Mode, select Disk Utility from the options and click Continue.

From here, the steps are the same as in regular mode:

  1. Choose your startup disk or pick an external drive if that’s where the problem is.

  2. Click First Aid and then Run to let Disk Utility check for and fix any disk errors.

  3. When it’s done, restart your Mac.

Disk Utility Didn’t Work? Fix Permissions on Mac with Terminal

If Recovery Mode didn’t solve the problem, it’s time to move to one last option: Terminal. This method lets you reset permissions directly with a specific command, diskutil resetUserPermissions, which often does the trick for the toughest permission issues. While it might sound a bit technical, we’ll walk you through each step to get your Mac back on track.

How to repair disk permissions using Terminal:

  1. Go to Applications > Utilities and double-click Terminal to launch it.

  2. In the Terminal window, type the following command, then press Enter:
    sudo diskutil resetUserPermissions / `id -u`

  3. This command resets permissions specifically for the logged-in user by using id -u to fetch your unique user ID (UID). Each user on macOS has a unique UID, so this command directly targets the permissions associated with your account.

  4. Terminal will prompt you to enter your administrator password. Type it in and press Enter (the password won’t show as you type, so just enter it carefully.)

  5. The system will reset permissions for your user account. This may take a minute.

If you see an error like “Error -69841,” you’ll need to use this command to clear file restrictions:

chflags -R nouchg ~

Here’s what this command does:

  • chflags: Changes file attributes, or flags, in macOS.

  • -R: Applies the command recursively to all files and folders in your home directory.

  • nouchg: Removes the “user immutable” flag, which is a restriction that prevents files from being modified or deleted.

  • ~: Represents your home directory, so this command applies to all files and folders in your personal folder.

In simple terms, chflags -R nouchg ~ unlocks all files in your home directory and removes any restrictions that might cause permission errors.

After clearing these restrictions, re-run the original reset command:

sudo diskutil resetUserPermissions / `id -u`

Once the process finishes, check if you can now access the files or apps that were previously blocked.

This method has worked for us many times, especially for stubborn access issues that Disk Utility couldn’t resolve. After these steps, you should be able to access your files and apps. If the problem persists, it may be time to consult a Mac specialist for further help.

How to Recover Data from a Disk with Permission Issues

Sometimes, attempts to fix permission problems can make matters worse, and in rare cases, data loss can occur. Fortunately, the methods we’ve covered above are generally safe. But if you’ve already lost files or are dealing with a particularly tricky permissions situation, data recovery software can help. These tools can recover deleted or lost data and often bypass permission restrictions to access your files directly. Even if macOS has locked you out due to broken permissions, recovery software can often retrieve your files.

We recommend Disk Drill for this. It’s our #1 pick among Mac data recovery tools, with powerful features and smooth performance across different macOS versions, including the latest macOS Sequoia.

Here’s a step-by-step guide to using Disk Drill to recover your files:

  1. Head over to the CleverFiles website and download the app. Install it on a different drive than the one you’re recovering from (if you install it on the same drive you could overwrite the very files you’re trying to retrieve.)

  2. Open Disk Drill and give it full disk access when macOS asks. This is needed so the app can scan your drive and recover the lost files. You may need to go to System Settings > Privacy & Security> Full Disk Access to enable Disk Drill’s access.

  3. In the app, you’ll see a list of available drives. Choose the drive where you have permission issues or have lost data.

  4. Click Search for lost data to begin. Be patient while Disk Drill works its magic.

  5. As Disk Drill scans your drive, it’ll break the results down into categories like Pictures, Videos, Audio, Documents, and Archives. You can choose a specific category to look at or click on Review Found Items to see all the files Disk Drill has found. This way, you can easily browse through the results and pick the files you want to recover.

  6. You can preview each file, just hover over it and click the :eye_in_speech_bubble: eye icon. This lets you quickly check the file to make sure it’s the one you want before you recover it.

  7. Once you’ve selected your files, click Recover. Be sure to choose a location on a different drive (like an external hard drive or USB stick) to store the recovered files. This prevents overwriting any data on the original disk. Just a heads-up, to actually recover the files, you’ll need the PRO version of Disk Drill. The free version lets you scan and preview the files, but you’ll need the PRO version to complete the recovery.

You can read our full Disk Drill review if you want to learn more. It performed great not only in our tests but also in real-world cases. Here’s a short list of what makes it so effective:

  • Works with HFS+, APFS, FAT, NTFS, exFAT, and other common file systems.

  • Recovers data from HDDs, SSDs, external drives, USB drives, memory cards, and more.

  • Offers Quick Scan for fast recovery of recently deleted files and Deep Scan for a more thorough search, ideal for recovering hidden, lost, or corrupted data.

  • Works seamlessly across different macOS versions, including the latest updates like macOS Sequoia.

  • Super intuitive interface.

  • You can preview files before recovery.

  • On top of recovery, includes backup tools, cleanup options, S.M.A.R.T. monitoring, a duplicate file finder, and data protection features like Recovery Vault.

To Sum Up

Using these methods, we’ve resolved dozens of disk permission issues on Macs. While the causes can vary widely, the solutions are often the same. Keep an eye on your macOS, especially when apps request permissions—don’t just click “ignore,” as this can create a tangle of permission conflicts over time. Also, handle external devices carefully; always eject them properly to avoid unexpected issues.

Some permission problems arise from differences between macOS and Windows. Transferring files between the two systems can cause conflicts, since they manage permissions differently. To prevent this, format external drives in a universally supported format like exFAT.

Finally, keep your macOS and apps up to date. Delaying updates can introduce bugs and compatibility issues that interfere with file permissions. Stay proactive, and you’ll avoid most permission problems—keeping your Mac running smoothly with no more permission drama!