Is a 3-5 second delay normal for a Retina MacBook Pro to wake up from sleep?

For 3 days, I now got a new rMBP. I am a first time Mac user.

I had a friend with a MBP and it usually wakes up in a mere second, as soon as he opens the laptop's lid up. However in my Retina MBP, it takes a few seconds (3-5s) to wake up.

Is this normal?


After the rMBP or the MacBook Air are left sleeping for one hour, they enter a deep sleep mode in order to conserve battery. Traditional Macs without SSDs do not enter this mode, so they might awake from sleep a bit faster.

To answer your question, that is normal behavior.


To confirm that you're in Deep Sleep mode, open Terminal and type

pmset -g | grep hibernatemode

The output should be hibernatemode 3, with the 3 indicating that you're in Deep Sleep mode. This is useful if you're putting your computer to sleep and you're low on battery—if your battery dies in sleep, your session isn't lost. But you get that 3–5 second delay, which can be annoying when everything else is blazing fast.

If you're like me and have the battery charged most of the time (keep it plugged in 90% of the time—it's the charge cycles that kills your battery, much more than any debatable effects of overcharging. Use the battery 10% of the time to keep the electrons flowing), you can disable Deep Sleep and get rid of the delay.

Type sudo pmset -a hibernatemode 0 in Terminal. It'll prompt you for an admin password. Type it in (note that it won't show up when you're typing, but it is being entered) and hit Return, and you'll have no delay when waking up. You'll also recover as much disk space as you have RAM, and those 8GBs or 16GBs are significant, especially if you're on a 256GB SSD.

Note that I've had occasional issues when waking with the recent SMC update (black screen and nothing happens until reboot), but even with a reboot you don't loose your session.

Source: http://www.macworld.com/article/1053471/sleepmode.html


Here is a post about how to fix the slow wake up time. Its about sleep mode goes into standby mode:

Apple now uses a new powersaving mode to fulfill the 30 days of standby. The new MacBook Pro’s and Air’s are now switching after a delay of 1 hour from sleep modus to standby. In the standby mode the content of the RAM will be written to the hard drive and the RAM is powered down to further extend battery life. When you wake up the MacBook from standby, the content must first read back to the RAM and this can take some seconds depending on the RAM size.

With a simple terminal command you can change the delay time before the MacBook will switch to standby. The command uses seconds for the time value. So e.g. if you want to change the delay time from 1 hour to 12 hours you need the value “43200” for the command. It depends on how you use your MacBook to which value you set the delay.

Change MacBook Wake Up time with terminal command:

  • Start Terminal in Application -> Utilities -> Terminal.app or type Terminal in the spotlight Search.

  • Type sudo pmset –a standbydelay 43200

You can also disable the standby mode completely with 0. Mostly I don’t shutdown my MacBook and set my delay to 24 hours (86400)

To view the current settings use pmset -g.


This post is a little older, but I found it very helpful. Instead of using terminal, though, you could just enable Power Nap by going to System Preferences, Energy Saver, Battery, then click the box to Enable Power Nap While on Battery Power.

I got this info from http://support.apple.com/kb/HT4392. Here's the pertinent content below:

The standby mode activates after just over an hour of "regular" sleep. To enter standby, the computer must:

  • Be running on battery power.
  • Have no USB devices attached.
  • Have no SD card inserted.
  • Have no Bluetooth devices currently paired.
  • Have no external display attached.
  • Have Power Nap disabled (if it is supported on your Mac).

In addition to what Nathan said, if you have any external drives connected up as well, the system remounts them before presenting you with the login screen also. So if you have a slow hard drive/optical drive connected, it may take a bit more time to fire back up again.