Is Your Mac Slow to Wake from Sleep? Try this pmset Workaround

If your MacBook Pro or MacBook Air feels slow to wake from sleep after it’s been sleeping for a while, there may be a fairly simple cause: standby mode. Standby mode allows a Mac to potentially have up to 30 days of ‘standby’ time, meaning it can sit in a prolonged sleep state for that long before draining the battery. Basically, standby (and sleep) works by dumping everything out of active RAM into a sleep image file on the hard drive, and then when the Mac wakes from sleep that sleep image file is copied back from the hard drive to RAM. You may have guessed this already, but the reason some Macs take a long time to wake from sleep is that process of copying contents of sleepimage back into memory, and typically the more RAM you have in a Mac the slower the process can be. As you can imagine, it can take a while to copy 8GB or 16GB of data anywhere, even when a Mac has a super fast SSD drive it’s reading from.
A workaround of sorts is available for newer MacBook Pro and MacBook Air models, and that is to change the standby delay from the default setting of 70 minutes to a higher setting, preventing standby mode from being used so soon. This could be a reasonable solution for anyone annoyed with slow wake times, like commuters and anyone who drags a MacBook around with them throughout the day for periodic use. A potential downside is slightly reduced battery life, and an accompanying reduction in the potential standby life of the Mac, but for most Mac users who have access to a power adapter at least once a day shouldn’t find this to be an issue.
Read the Default Delay for Standby Mode
First, find out what the default length is by running the pmset command with the -g flag:
pmset -g |grep standbydelay
You will see something like this (4200 seems to be the default for MacBook Air, but your number may be different):
standbydelay 4200
That is the time in seconds before the Mac enters standby. Make a note of what your default setting is because that is what you would use if you were to revert the change.
Set Standby Mode to Wait Longer
You may want to calculate a time that works better for your needs, but for the purposes of this article we’re going to go with 12 hours, because if your Mac has been asleep for 12 hours already the assumption is it’s either nighttime, a weekend, or you’re in a period of longterm travel or storage. Accordingly, 12 hours is 43200 seconds, thus the pmset command would be as follows:
sudo pmset -a standbydelay 43200
Using the sudo command requires admin privileges, so enter the root password and hit return. Changes should then be immediate.
Testing the Difference & Reverting Back to Defaults
Because the default setting is over an hour anyway, you won’t be able to tell the difference until after the default 70 minute period has lapsed, but when you wake the machine up it should now happen much faster because it’s waiting until the full 12 hour period to pass before going into deep sleep standby mode.
If you want to go back to the default setting (4200 seconds in this case), use the following command:
sudo pmset -a standbydelay 4200
This all should work the same on desktop Macs as well, but for most desktops there’s no harm in just leaving the Mac turned on all the time instead, and thereby never going to sleep or having to tweak pmset settings.
This trick was sent in by Barry D. who found it over at Ewal, and though it was primarily aimed at Retina MacBook Pro users, I found it to be just as effective at speeding up long wake times on a MacBook Air (2012) with 8GB of RAM as well. They went with a more aggressive 24 hour (86400 seconds) period before standby activates, but give either a try on your Mac if you feel it’s slow to wake after its been sleeping a while, it should help considerably.








Like other forms of unix, the root directory of Mac OS X is simply /, but from the Finder it also takes the name of your primary hard drive. By default that is “Macintosh HD”, and newer versions of Mac OS have started to hide the root folder from users because most users simply don’t need to access the root subdirectories. But of course, some Mac users do need to access and get to the root directory of their Mac, and that’s what we’re going to show you how to do here.
Effectively filtering the nonstop noise from email can make or break the productivity in your day, and VIP lists are one of the easiest ways to help this in iOS and Mac OS X by emphasizing some senders over others. If you’re new to VIP listing, it’s a very simple to use feature that is practically guaranteed to improve your email workflow.





