Sometimes our Macs behave in strange ways. We think of and use our Apple Computers as if they’re stable and perfect until they fail. Then all hell breaks loose. What can we do to get that machine back to its beautiful normal?
Recently, I’ve had some major problems with my Mac. Even though I can log in, none of my applications will launch. On top of that, the computer is sluggish and not useable. At times, I get the spinning beach ball for what seems like forever.  Do you relate?Â
When trouble strikes, it’s often your user account settings causing the problems.  In my case, it turns out that my issues are indeed related to my user account. It somehow got corrupted.  And no, I didn’t DO anything—really, I didn’t.
These times of crisis are reality checks. Nothing, even Apple Products are perfect all the time.
So, if something happens, don’t panic. There are a few things we can do to fix the problem. Try them out and let us know if something works or if you have other ideas. Help is ALWAYS welcome here at Apple ToolBox.
So let’s get to it!
Related Articles
- How To Show Your User Library in macOS Mojave, High Sierra, and Sierra
- macOS High Sierra Needs to Repair Your Library, How-To Fix This Error
- Cannot Close Photos Library? Stuck on Closing the Library Message? Fixes
- Enable Parental Controls on Mac user accounts
- 10 Things Every Mac Owner Should Know
A Word About User Accounts
Think of your Mac user account as your information’s heart, the place your data always returns to. Your user account’s HOME FOLDER stores most of your everything, including the changes you make to application settings and it also a slew of other things:
- Files on the desktop
- Your desktop picture preference
- Safari caches, history, and website data
- Your email, contacts, and calendar appointments
- iTunes music and videos, and pictures from Photos, Photo Booth, and other apps
- Custom settings created for apps like Mail, Safari, Messages, Facetime, Notes, Contacts, Calendar, Finder, as well as third-party app settings
- Files in the Documents, Downloads, Movies, Music, Pictures, Public and Sites folders located in your Home folder
Changed the permissions of items in your home folder?
Sometimes, when you change the read or write permissions of items within your home folder, you also need to reset its permissions.
This situation is especially true if you use the keystroke Command+I (or any other method to Get Info) to change those permissions.
If you experience any of the symptoms below, you might have a problem due to changes in your home folder’s permissions
Reported Symptoms include:
- When trying to save changes, you see a message that the file is locked or that you don’t have permission to save
- You frequently (and repeatedly) see the message that macOS needs to repair your Library to run applications
- In the Photos App, you see a message that your library needs to be updated or reselected each time you open Photos
- System Preferences changes aren’t saved after you quit System Preferences
- A message pops-up that the startup disk has no more space available for application memory
- Updating your Dock isn’t saved after you log out of your user account
- Windows that were open the last time you logged out or quit an app (before you changed permissions) open again after you log in or open the app
- When moving items in the home folder, your Mac asks for an administrator name and password word
- Preview, TextEdit, and similar apps unexpectedly quit when you try to open them
- Activity Monitor shows that Safari or SafariDAVClient is using a lot of system resources
- You’ve noticed a marked decrease in your Mac’s performance
- iTunes displays a message that your device cannot be synced
- Photos (or videos) that you import into Photos app don’t appear within the app but do appear in Finder
If you see any of these errors, resetting your home folder permissions often solves the problem. Readers report this works for all macOS versions (including Mojave & High Sierra/Sierra) and most Mac OS X versions.
Just remember to RESET YOUR HOME FOLDER PERMISSIONS.
Be Prepared With Another Administrator Account
Okay, this is something I should have done but didn’t. Lesson learned. So for all you who are superb iFolks, this is for you.
Before anything happens, create another account with administrator access. Be prepared with another way to get into your Mac that doesn’t involve reformatting the hard drive and losing everything.
With that other admin account, you reset passwords, delete accounts, and troubleshoot. So you fix problems without having to take drastic actions, like wiping your drive clean.
If your issue(s) doesn’t happen in a different user account, then it’s likely that both macOS and your installed apps are working correctly.
So when you are logged in to your usual user account applications exhibit unexpected behavior(s) such as it doesn’t start, it executes commands incorrectly, it returns errors, or it quits unexpectedly.
BUT, when you log into a different user account, you see that these issues don’t occur.
The verdict: The issue(s) is consequently related to your specific user settings or files.  So it’s time to do some trial and error to figure out what’s going on with your user account.
Permission to Reset
Maybe all we need is to repair some user file permission (fingers crossed), so let’s try fixing that first. We’ll need to restart in Recovery Mode
For Yosemite and below
- Shut down your computer
- Press Command+RÂ
- Press the power button
- Hold Command+R until you hear the startup chime or see apple logo and progress bar
- Select Disk Utility
- Select Disk Verify Permissions
- After verify, choose Repair Disk Permission
Starting with El Capitan, Apple removed from Disk Utility verify and repair permissions buttons.
Apple claims that all system file permissions are now automatically protected and updated during software updating. But of course, there’s always a means to an end.
For El Capitan
- Shut down your computer
- Press Command+R
- Press the power button
- Hold Command+R until you hear the startup chime or see apple logo and progress bar
- Select Utilities Menu at the top of the screen
- Select TerminalÂ
- In the terminal window, type resetpassword
- Press Return Â
- A Reset Password window opens
- Â WE ARE NOT GOING TO RESET THE PASSWORD
- Select your startup disk (Macintosh HD if not renamed)
- Select your user account
- Under Reset Home Directory Permissions and ACLs, click Reset
- Select Restart from the menu bar
For macOS Sierra, High Sierra, Mojave, and Catalina
Unfortunately, the workaround to repair disk permissions and ACLs no longer works in macOS Sierra and above.
According to Apple, manual disk permission repair isn’t necessary anymore. macOS Catalina, Mojave, High Sierra, and Sierra (and Mac OS X El Capitan) repair file permissions automatically during software updates.
Improved file integrity starting with El Capitan and expanded in macOS Sierra, apparently makes manual disk permissions obsolete.
If you believe your user account problems do indeed stem from disk permission problems, the best option currently available for macOS Mojave, High Sierra, or Sierra is to update your OS if an upgrade is available.
If no update is available, try the tips listed below.
Reset Home Folder Permissions
If the issue started after changing the permissions of items in your home folder, reset permissions:Â 
- From the Finder menu bar, tap Go > Home (or Shift+Command+H)
- Choose File > Get Info (or Command + I)
- Open the Sharing & Permissions area (click the triangle next to it if you don’t see any information)
- Check that your home folder permissions are unlocked (look at the bottom right for lock icon)
- If you see a closed lock, tap the lock once and enter an administrator name and password to unlock
- Once unlocked, select the Action menu at the bottom left corner of the window and choose to Apply to enclosed items
- Select OK to confirm that action
- You’ll see a progress bar at the top of the window as the action completes
- Once the progress bar finishes, open Terminal from Utilities folder of your Applications folder (or press CMD + Space to open spotlight search, and type Terminal and hit return)
- Paste or type this command in Terminal, then press Return: diskutil resetUserPermissions / `id -u`
- For US keyboards, the ` character is just above the Tab key
- After entering the diskutil command, if Terminal says that permissions reset on user home directory failed (error -69841), enter chflags -R nouchg ~, then enter the diskutil command again:  diskutil resetUserPermissions / `id -u`
- Once done, quit Terminal
For macOS, this is the terminal command that repairs user permissions as outlined in these Apple Support Notes on how to resolve issues caused by changing the permissions of items in your home folder.
Terminal Commands Not Working in macOS Mojave+? Seeing Operation Not Permitted?
If Terminal is not accepting your commands when working with macOS Mojave, Catalina, or above, you likely need to give Terminal Full Disk Access.
Grant Terminal Full Disk Access
Open System Preferences > Security & Privacy > Privacy Tab
- Select Full Disk Access from the left sidebar
- If you can’t make changes, unlock your disk and enter your admin password if needed
- Tap the + symbol
- Add Terminal to your approved apps with Full AccessÂ
- Restart Terminal and see if it now accepts your commands
Tap More Into Terminal
If you feel comfortable, try using a command line in Terminal. Â Some readers report this works for them–particularly for folks still running Mac OS X.
Open a Terminal Window
- At the command prompt, enter this exactly including spaces
- sudo /usr/libexec/repair_packages –repair –standard-pkgs /
- At prompt enter your admin password
- Wait a minute or two
- If there are any errors, they display and your system repairs them, if possible
- If there are no errors, it displays nothing
Boot to the Recovery Partition
- Press and hold Command+R until you see the Apple logo
- If your Mac doesn’t boot, hold down the Option Key while booting to display the built-in Startup Manager and choose Recovery Partition
- Or manually start up from macOS Recovery over the Internet, hold down Option-Command-R or Shift-Option-Command-R at startup
- Open Terminal and type repairhomepermissions
- For macOS, try diskutil resetUserPermissions / `id -u`
This command opens up a window similar to reset the permissions on user accounts.
Boot Up Safe Mode
If you don’t have a spare admin account, let’s try rebooting your Mac in Safe Mode. We’ll then remove some of your cache files that may be the source of the problem.
To boot in safe mode, shut down your computer
- Press the power button
- After hearing the startup tone, press and hold the Shift key
- Release when you see the gray Apple icon and the progress bar
- Once Safe mode is loaded, open a Finder window
- Press Cmd-Shift-G.
- Type in ~/Library/Caches to go to the caches folder
Totally removing the cache is not recommended so save a backup of all the cache files before deleting them. If something happens, you can restore the old files using the backup.
Create a folder in Shared and place the Cache back up there
- Once you get a backup, go ahead and delete the Cache
- Restart the computer
- Now check and see if this solved the problems with your user account. If not, continue to next steps
Hide and Seek: Finding the Bad Preference File
This one is deadly boring and time-consuming, but it’s still a better option than having a non-working computer. A corrupt preference file(s) is often the cause for unusual behavior on your Mac, especially if an application isn’t opening or crashes frequently.
Preference files store all sorts of application-specific information, everything from your browser’s home page to font settings, and even things like the shortcuts you keep in your Finder sidebar. Let’s first boot up in safe mode. Remember in this case patience really is your biggest ally (and virtue.)
Reboot into Safe Mode
- Open a Finder window and press Cmd-Shift-G
- Type in ~/Library/Preferences
Move those preference files one by one somewhere else, preferably in a folder marked OLD Preferences. Restart your computer each time and see if the user account is fixed. Yes, I did warn you about the deadly part of this solution.
There’s An App for That!
Yes, of course, there is an app for almost everything including repairing permissions. InsanelyMac offers a RepairPermission app and a Disk Utility app that does the work for you. Kext Utility for Mac provides similar services, including repairing permissions for all system folders and rebuilding system caches.
However, you need to boot with SIP (System Integrity Protection) disabled or a permissive CSR config.  So to run, you must Allow apps from Anywhere under System Preferences -> Security & Privacy. To enable these options to execute in Terminal: sudo spctl –master-disable
System Integrity Protection (SIP) was introduced in El Capitan and is called a rootless mode. It provides more security to your Mac and prevents malware from modifying system files and directories.
To Disable Your Mac’s SIP (System Integrity Protection)
- Restart your Mac
- Boot into Recovery Partition
- Hold down Command-R until you see an Apple icon and  progress bar
- From the Utilities menu, select Terminal
- At the command prompt type exactly this csrutil disableÂ
- Press Return
- The terminal displays a message that SIP is disabled
- Restart from the Apple menu (upper-left)
Re-enable SIP using the same steps including restarts and typing exactly this csrutil enable
A Visit With AppleCare
If your computer is still under your AppleCare agreement, the time has come to call or take the computer to the Apple Stores. Let the Geniuses take a look at it; you paid for this after all!
They usually know what they’re doing and should fix the problem in a lot less time than you. They certainly see a lot more questions than we do (thankfully.)
Even if your Mac is out of warranty, you may still be able to get it fixed for less than you think. Try this first, before paying:
If you paid with a credit card, then the card company may cover it. Check your credit card rules to see if you qualify for protection.
The Point of No Return
For your worst-case scenario, we hold no stops. We will use the Recovery Partition. Just make sure you connect to the Internet via WiFi or Ethernet cable.
Use Your Mac’s Recovery Mode To Reinstall macOS or OS X
- Restart your computer and hold Cmd-R as it boots
- Select reinstall macOS or OS X and follow the instructions.
Summary
Lesson Learned—always have a backup plan. So be prepared by having at least 2, yes TWO, admin accounts on your computer. And as Apple ToolBox recommends regularly back up your files preferably following the 2X2 rule (two clouds, two locals.)
For most of her professional life, Amanda Elizabeth (Liz for short) trained all sorts of folks on how to use media as a tool to tell their own unique stories. She knows a thing or two about teaching others and creating how-to guides!
Her clients include Edutopia, Scribe Video Center, Third Path Institute, Bracket, The Philadelphia Museum of Art, and the Big Picture Alliance.
Elizabeth received her Master of Fine Arts degree in media making from Temple University, where she also taught undergrads as an adjunct faculty member in their department of Film and Media Arts.
Apple intentionally damages all non-apple applications with upgrades. They should be heavily fined for this practic. They do not inform you that the files are save in a file that I inadvertently located. I have not yet confirmed if they are usefull or if this will help yet. All saved passwords will not work even though the file that contains them includes all of the correct info. Other critical spreadsheet financial files will not open and the applications states that
Image Capture didn’t work for me anymore. After I deleted ~/Library/Preferences/com.apple.Image_Capture.plist it worked again!
Cut to the chase. Back up your Mac’s data files to an external Time Machine drive and reinstall your OS. Very simple. Just reset to factory.
I had an issue that would have pointed to a hardware failure (WiFi could not be turned on, refused to look for networks or “apply” any changes in the System Preferences for Network > Advanced).
At first it was blamed on third-party software but no amount of disabling helped. Then it was suspected that there was malware or a virus but no such issue was found. The natural thing to do is to blame it on failing hardware in the case of an older Mac (2009). But it just so happened I run a partitioned drive and the WiFi worked flawlessly on a pre-El Capitan OSX. Just the same, after troubleshooting extensively in every form mentioned on the web it was decided to just change the Wireless card out entirely. That solved nothing. Still no way to power on the WiFi interface. The only thing that has ever really gone wrong with my setup is some massive permissions issues between the two partitions. So I kept coming back to that but how to fix the permissions since that isn’t an option in El Capitan? Nonetheless I am trying that as a last ditch effort before I just write off El Capitan and attempt to upgrade the OS.
In my case, deleting various Preference plist files for the network/airport did nothing. The only thing left was to erase the partition entirely given that an “in place” install of El Capitan failed to resolve the issue.
I can’t say that third party software is a reasonable scapegoat because there is very little software for El Capitan released in the past five years and my hardware/software on the impacted partition hasn’t been changed, yet went from working to nonworking for no reason at all.
I can’t help but think that there are Airport, WiFi or WiFiProxy settings that are corrupt or don’t have the correct permissions given that I HAVE in the past done “Get Info” to alter the default permissions when other issues came up (like asking me to enter my password to move files between folders). So my money is on a corrupted file of some sort that is not being overwritten by an install of the OS.
I found this website after I Googled something I found burried deep in my “About this Mac” System Profile, in which SyncManager reported “Admin database corrupted. Resetting data directory.” This reaffirms my feeling all along that somehow corrupt system-level permissions are involved.
Afer searching for days, yours is the first article that looks like it will address my question of transferring files to another user account because my main account seems to be corrupted. The problem with my user account is the color/contrast is off. Darks are too dark, whites too white and all colors off a bit. Because I am a photography enthusiast, this is a huge problem, as you can imagine.
Fixing the corrupted user account would be a preferred solution, but does my problem sound like something that could be fixed or should I just put my time into sharing files?
Thanks!
Apple is absolutely correct. With Mojave and Catalina we no longer need to concern ourselves with user permissions. That is, as long as we don’t use Migration Assistant or Time Machine to populate our directory on a clean install to a version upgrade. So folks, its now fresh installs. Fresh installs of apps, prefs, settings and all that stuff we love to do. My OSX solution was to downgrade back to Mojave rather than face my 3rd fresh install of the year (cloned my way back on a T-2 chipped mini). My hardware solution has been to wean myself off OSX and move everything to an iPad. I’m not there yet but, other than serving media and photography, I’m off my one remaining Mac (from 3).
I can not find the Permissions directory in either Library.
Hi old sailor,
What version of macOS or Mac OS X do you use?
After many years, I’ve run across many issues with computers, so when I bought this one I just decided to install a dozen user accounts, just in case.
One for each member of my family in the event they needed to use it while I’m away, with their own backup account, and six for me.
It finally became necessary today, and I still have four left.
I set up a daily use account with some restricted permissions so I can use everything I need day to day, and can’t do some things inadvertently.
Hopefully, that also means a virus or malware or whatever can’t do those things either, I’m not sure. But if something does happen, Time Machine is great to have.
I also use two drives for Time Machine (OK, I have three, but I didn’t want to sound crazy).
I store two well away from my computer in secure boxes and one hooked up.
I rotate them every now and then. If somebody gets some sort of disk encryption ransomware or whatever onto my disk, well, I have another backup if it affected my backup, too.
I also bring one of my work computer’s backup home and bring one back the next day.
I don’t want any interruption of my A/R or special logos and things I paid people to create for me.
After a while, even if you own a top-end computer, your data can be worth a hundred times what your computer and software is worth.
Spent several hours with many Apple techs, FOR A YEAR, never came with soultions
I found your website and solved the problem in 10 minutes.
Cant appreciate it enough
Thanks
Hi Manuel,
Yippee! Glad we could help on this issue–it is indeed frustrating!
Thank you so much for letting us know it helped. We appreciate the feedback.
Liz
Thanks for the great writeup!
I have read through all the comments and have a slightly different issue which brought me here.
My Mac with Mavericks (10.9.5) crashed and I had to restore it from a Time Machine backup.
All went good except that my account preferences were reset to defaults for things like mouse preferences, screen saver, Finder sidebar items, etc. Not the end of the world, but annoying enough for me to look for a solution.
No problem I thought, just restore ~/Library/Preferences from Time Machine prior to the crash, right?
Well, that didn’t work, and now I’m that much more annoyed! What else can I try?
Hi Vince,
Sorry to hear about your mac crash, but glad it’s working again!
You did exactly what we would recommend in restoring the Preference folder from your user account from a previous backup.
If you inspect that folder, the personalized settings (.plist files) for things like your mouse, finder, and so forth are all there. So, in theory, it should work!
I assume you restarted after restoring these preferences…
So the next step would be restoring your user cache folder as well and see if that does the trick!
Keep us posted. I am curious!
Liz
Thank you. Thank you.
After running updates on High Sierra the other day, and running Microsoft Office updates too, Excel would not launch. Spent an afternoon with Microsoft support to no avail, but they then suggested that I set up a new user account, which I did, and Excel worked on that account.
The problem was a bad preference, just as you coached.
But, based on your article, here is a tip: Instead of just going through the Preferences brut force to find the corruption one, I sorted the preferences by date/time. Turns out there was one preference for MobileMeAccounts that had been changed RIGHT AT THE TIME I started having problems. Totally unrelated to Excel, of course, but when I deleted it and restarted, Excel fired right up!!
Harry, Thank you for sharing this tip around sorting preferences.
Thank you!! This information saved me from trashing a 5 year old iMac that I thought developed a faulty hard drive or memory. – As a last ditch effort, I first attempted to create a 2nd admin account with the intention of wiping sensitive info from the main admin account. What a surprise when my computer came back to life under the new user account.
That led me to search to see if it was a known issue, and that led me here.
Thank you.
I have mid 2012 mac pro retina
Running Mojave 10.14.2 and I’m getting blank screen after login … it loads 3/4 then it flickers and goes black screen keyboard is lit up …
I have tried all the reset things … Any suggestion would be good
Thank you for this article.
I migrated from an old MacBook pro to a new one running macOS Mojave. I had what appeared to be permissions problems and I could not create a second admin account due to permissions on the user folder. Thanks to your comment regarding the OS repairing itself on an update, I tried to update. Luckily one existed; I updated and it repaired the problem.
You really saved me!
My mac did behave so strange, I thought it was broken.
After Creating a new User Account with Admin rights everything worked superbly!!!!
I can’t say how Grateful I am for your hint!
Wolfgang
Very helpful! Thank you!
Thank you thank you thank you thank you!
I have been able to fix an issue with Adobe Animate not saving FLA files and a whole bunch of other issues that appeared out of nowhere on my mac by following your guide.
I can now sleep tonight
Terminal tells me that sudo /usr/libexec/repair_packages –repair –standard-pkgs /
sudo: /usr/libexec/repair_packages: command not found
/tellef
Hi Tellef,
What version of Mac OS X or macOS do you use?
If you are trying to repair permissions using macOS Sierra and above, there is a new command: diskutil resetUserPermissions / `id -u`
Check out this Apple support article on resolving permissions in the home folders for more info.
Sam
Huge huge thanks!! Command Line stuff worked on High Sierra, otherwise all my files were inaccessible!!
This was of great help, thank you very much.
I received messages about iCloud settings, Firefox profile has gone missing, Illustrator crashing at the start every single time, Mail not saving messages, etc.
I previously restored from Time Machine, but the issues came back. This latest issue came back just a day after a restore, so I was about to break every single breakable in the house, haha!
I performed the home permissions fix and Terminal command permissions fix. I’m on High Sierra.
Thank you so much!
JJ,
Thanks for letting us know. That’s awesome. And so glad you didn’t break the house down–but we’ve all been there at some time or another.
Sam
You are a legend Elizabeth!!
NO more of this message ‘Mail can’t open because you don’t have the necessary permissions to change the folder where it saves information.’
Life is back to normal again!
Thank you again!!
This worked splendidly to get my iMac back in shape. Once I Reset Home Folder Permissions things started to work again. Thanks
This worked perfectly (I’m on High Sierra, so the permissions repair wasn’t available in most of the usual places. Thank you for this!
I have an iMac, running on Yosemite 10.10.5
It started shutting down and restarting randomly a couple days ago, but would start back up and work fine. Then last night it happened again but this time on reboot I was greeted with a blinking grey folder icon with a question mark.
I’ve been trying to figure it out all day without much success. At first I thought it was my iCloud causing the problem, since when I logged on I kept seeing an iMessage error popup but none of the buttons were responsive and couldn’t access system preferences.
I’ve managed to login to my guest user account for now and set it up as admin, but still unable to access my main user account.
Also tried Safe Reboot with no luck.
Also tried logging out of all iCloud accounts and changing the password.
Any clue what to do??
thanks
Hi Natalya,
Sorry to hear about your iMac’s woes! Let’s try to reset your iMac’s System Management Controller (SMC for short)!
Choose Apple menu > Shut Down
After your iMac shuts down, unplug the power cord from the computer’s power port
Wait 15 seconds
Plug the power cord back in
Wait 5 seconds, then press the power button again to turn on your iMac
If that doesn’t do the trick, let’s also try resetting the NVRAM:
Shut down your iMac, then turn it on and immediately press and hold these four keys together: Option, Command, P, and R. Release the keys after about 20 seconds( right after the second startup chime–if your iMac model chimes).
Once restarted, open your System Preferences to adjust any settings that reset, like volume, screen resolution, startup disk selection, and your time zone.
If none of these helps, try rebooting and hold down the OPTION key–this opens up your iMac’s Startup Manager. Locate your main HD and select it and click the arrow below or press return.
Finally, if you’re still not in luck, run Apple Diagnostics or Hardware Tests to identify problems. Remove all connected devices except your keyboard and mouse, and Ethernet (if using that.) Reboot again, this time holding down the D key. This command runs through a series of tests on your Mac and then shows you results as well as actionable next steps. Follow the directions on-screen.
Hope something helps with your iMac–let us know.
Liz
I have a 2011 macbook air on Sierra. In the admin account it says it got full wifi and connected but when opening a browser states no internet connection but imessage works. In guest account wifi and browsing works fine. this is after a complete hard drive wipe and os reinstall from apple store, they said must be hardware issue. looking for help as it seems like a software issue and i don’t want to buy new one at this point.
Hi John,
Sorry to hear about your WiFi issues with your Mac. Have you tried forgetting all WiFi networks in your Admin account then adding in again? Forgetting wireless networks allow your computer to reset some settings, such as usernames, passwords, or configurations that may allow you to reconnect again.
To Do This:
1) Open System Preferences > Network or Tap on the WiFi symbol in your top menu bar and choose Open Network Preferences at the bottom of the drop down
2) Select WiFi in the left panel of the then click Advanced located at the bottom right
3) Select all your saved WiFi networks and click the minus sign to remove
4) Once all networks are deleted, restart your Mac
5) Go back to System Preferences > Network > WiFi > Advanced
6) Click on the plus sign and from the drop-down menu select your local WiFi Network(s) to set up the WiFi as a new connection (WiFi on Macs appears to work more reliably when WPA/WPA2 security is selected rather than WEP)
Hopefully that does the trick! If not, let us know.
SK
I am on Sierra. The problems I’m having seem relevant to this article, but none of this worked. Mostly because my lack of permissions prevents me from doing anything AS THE USER whose account is corrupted. And because many nice features have been disabled in Sierra.
BUT, I have learned a lot from this article and it makes me feel more and more comfortable dabbling around in the deep system. 😉
Really thanks for this detailed an useful brief.
It works perfectly.
Thanks for the great summary. The terminal resetUserPermissions option seems to have worked for me in Sierra. We’ll see what happens once the upgrade to HighSierra goes through…
Thank you the first step for mac os sierra/high sierra seems to have solved my problem.REST HOME FOLDER PERMISSIONS.
Awesome Mike. Yippee! Thanks for letting us know.
SK
I suffered from that iCloud password loop on my iMac/ EL Cap for weeks until I stumbled upon this article! I bit ago I did change folder permissions between users, moved files, then deleted an extra user which I think screwed up my system even more. Everything above “Tap More into Terminal” did the trick.. I can’t thank you enough, it was driving me batty! Thank you!
Alisa,
Yippee!!! We are so glad it the tips helped out–permissions are indeed such a pain–and often drive me batty too.
SK
I recently upgraded to Sierra, now running 10.12.6. The install process created another startup folder with all the attendant folders; Applications, Library, System and Users. I don’t seem to be having any problems, all apps installed are working normally, but I’ve never encountered a situation like this.
Model Name: MacBook Pro
Model Identifier: MacBookPro8,1
Processor Name: Intel Core i5
Processor Speed: 2.3 GHz
Number of Processors: 1
Total Number of Cores: 2
Memory: 16 GB
Hi Per,
Yup, Mac weirdness indeed! Is that new startup folder labeled any differently? Is it more like the update cloned the startup folder?
I would worry if you have two startup folders that are the exact same in every way—though problems aren’t seen now, there could be down the road.
Keep us updated and we’ll look out for any similar Mac user reports on this odd behavior.
Cheers,
Liz
Hello,
I’ve made a classic error. I installed an SSD in Macbook Pro which I dropped High Sierra on, so on first start-up I transferred the user from my old HDD. All good.
I wanted to change the name of the home folder, my name and nick-name. All good until I realised that I accidentally tabbed to section that contained my user status (staff/admin) and accidentally deleted it, not knowing what it was at the time, I left it blank : (
I realised what I had done and tried to create another admin account whilst I could, but it didn’t work.
I quickly backed up to Time Machine and copied my precious folders to an older G5 with 4HDD slots (thank God!).
The issue I now have is creating an admin account on a mac without an admin user to ‘approve’ the creation! I have tried a couple of command lines to trick the Mac, believing it’s a first run – that didn’t work. I’m now creating a bootable drive so hopefully I can start-up from that in an effort to erase the SSD and start again.
If you know a quick fix, it would be appreciated… but I’m guessing this is a grin and bear it moment where I hold up my hands and say ‘oops’.
Hi Chris,
We don’t know of any quick fix on this one. I’m surprised it let you leave your user status as blank! Anyway, your course of action seems right on target, though time-consuming!
Good luck.
Liz
Ok HELP!! This is going to be long. My mac went crappy might be the hard drive, I had a back up with time machine on a 1 TB drive. So I restored my drive but I used the wrong account! Not Apple ID, but account in my Mac. It was from when I first bought my Mac and transfer the data from an airbook, but I don’t use that account. I went through the restore process and it downloaded and found my two accounts on my Mac, but I uncheck the wrong one. So now my Mac is useless to me because I NEED everything on the other account, including bookmarks thousands of them! Tons of apps and software I paid for also! It’s all still on the original 500 GB drive, plus on a different partition on the 1 TB in my Mac, but how do I recover my other account? I’ve tried recovery a second time and it did not ask which account I wanted to restore like it did the first time! Yes I should have transferred it all, now I’m screwed! Please help!!!
Hi Edith,
Have you tried using Migration Assistant to restore that old user account?
Liz
so I have this problem of applications working on one admin account but not the other (which I just created) I am unsure of how to back up my whole entire computer to uninstall and reinstall Sierra as I do not have an external HD. I have never used time machine and I don’t know how I would set it up, do I need an external HD for that? I need to fix this issue but I don’t have a ton of extra money to dump into a tech call to support, but I could probably do more cloud storage? someone please help I am tech-tarred and I need a step by step instruction of how to fix this so I don’t lose all my pictures, movies and music.
Hi Jamie,
It’s best to use Time Machine with an external drive. You can actually get them fairly inexpensively these days, even at your local electronics shop or via Amazon. However, we might be able to solve your problems by moving some applications from user folders.
Since you have two admin accounts, you may have installed Applications within a user folder rather than the Main Applications folder. Open your Macintosh HD and look in each of your user folders for the folder Applications. If an application is listed in only one folder, it may not work within another. The easiest way to fix this is to move the applications you want to use on both accounts to the Main Applications folder.
Log in separately to each admin account and then move the applications that are in User folders to the Main Applications folder.
Alternatively, reinstall all the applications that appear in your User folder but this time select the Main Applications folder as the destination.
Good luck and keep us posted.
SK
Well at least this has helped me figure out where my problem is in Safari, thank you. I have El Capitan and when I got to Terminal and type in Reset password the reset menu appears but it doesn’t list a HD or any other disk??? Unfortunately, I can’t go anywhere from that point.
Thank you for the tutorial.
My current problem sounds similar but it’s only related to the current update of Sierra 10.12.1.
If I update, I can’t open any Apps that are part of the OS, or at least the ones I tried. Safari doesn’t open, Settings and iTunes.
I was able to revert the problem by “downgrading” with TimeMachine, still using Sierra but without the latest update.
As soon as the update is done, the problems come back. I even tried reinstalling but that didn’t help either, only the backup fixed the issue.
I noticed a problem with AFD too. My iTunes library is located on a network drive and my Mac somehow looses connection without actually disconnecting. It just can’t see the contents anymore. I switched over to a “Microsoft-Network” for now, that seems to help at the moment.
If has been working like a charm for so long and now this is happing out of the blue. It’s frustrating.
English is not my first language, so I hope the description is not too confusing.
Hi There!
Your English is great, and I’m sorry you are experiencing this problem. It sounds like you have a corrupt OS installation and need to reinstall in Recovery mode. And of course back up all data first–which you appear to do via Time Machine! That’s great.
My first thought is to to sign out of iCloud on all programs and in System Preferences (if you are able to get into these). This includes iTunes, App Store, Messages, FaceTime, etc. Try signing out of iCloud and all associated apps before you update to the latest version of macOS Sierra. And then reinstall in Recovery Mode.
Alternatively, hold off on updating macOS Sierra until the next update. I’ll keep looking into this issue and update you if we find out more information or hear from others experiencing similar issues.
What a pain!!! It must feel so frustrating, and I am sorry for that.
Cheers,
elizabeth
Someone at Apple needs to realize that corruption occurs in preference files, and that users will need to reset them, even with the new ‘protection’ scheme (which doesn’t work, experience talking here). Eliminating a tool which still works, is a good reason for wiping Sierra and going back to older OS iterations.
Unfortunately in macOS 10.12 – Sierra – the reset home folder permissions and ACLs option has been deprecated.
I truly believe in you but I just dont feel able nor willing to try this.
I hope I never get there but if I do I will prefer calling in a professional.
But many thanks for other Tool box fixes. Many were helpful.
Please keep them coming my way.
Merci.
Hi Serge,
Thanks for your comment. I totally understand your concern. We should always be 100% comfortable with anything we do with our Macs and iDevices. I hope this particular article will provide some guidance on whether the problem is your user account–all without actually changing anything. And of course, it also helps to have some working knowledge when speaking to a professional, so that they understand that you are knowledgable about your machine! I hope Apple ToolBox keeps bringing good tips and advice your way for all your Apple devices. I wish you the best. Cheers, Liz