Ho do I change Sleep settings in Big Sur?

Just upgraded to Big Sur, and I can no longer find the settings to change how long before the MacBook goes to sleep. The Energy Saver option is gone from System Preferences, and Battery only seems to have options for Display Sleep, not Computer Sleep.


I need to the MacBook to not sleep (with the Display off) so my SONOS system can access the hard drive for my music.


Thank you for any help you can offer. This was never a problem until Big Sur.

MacBook Air (2020 or later)

Posted on Jul 26, 2021 07:46 AM

Reply
Question marked as Top-ranking reply

Posted on Jul 26, 2021 08:59 AM

What is the value you get for sleep by running the following command in Terminal?


pmset -g


If sleep is off the value should be 0.

I am guessing that it is set to something like 20.

You can change that with


sudo pmset -a sleep 0


You will be asked for your password. Type it blindly (there will be no feedback as you type, not even ••• or ***), and press enter.

Run the pmset -g again to confirm the change has taken place.

6 replies
Question marked as Top-ranking reply

Jul 26, 2021 08:59 AM in response to Jeff Setzer

What is the value you get for sleep by running the following command in Terminal?


pmset -g


If sleep is off the value should be 0.

I am guessing that it is set to something like 20.

You can change that with


sudo pmset -a sleep 0


You will be asked for your password. Type it blindly (there will be no feedback as you type, not even ••• or ***), and press enter.

Run the pmset -g again to confirm the change has taken place.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Ho do I change Sleep settings in Big Sur?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.