Categories: Ubuntu

How to Change Sleep Settings in Ubuntu

When a computer is in a state of inactivity, it can enter into a power saving mode called sleep mode. In sleep mode all superfluous processes are turned down, and just some power is provided to RAM to keep data. We can change the sleep settings of computers in Windows, Mac or Linux. The write-up is focusing on how to change the sleep settings in Ubuntu:

Follow the procedures stated below to successfully change sleep settings in Ubuntu:

Method 1: How to Change Sleep Setting Through Power Setting in Ubuntu

Step 1: Open Settings by going to Activities overview and type settings in the search bar and click on Settings

Sponsored
icon:

Step 2: The Settings window will be opened, click on “Power” from the left list and the Power panel will open on the right side:

Step 3: Under “Power Saving” option click on Automatic Suspend:

Step 4: Select on “Plugged In” or “On Battery Power”, turn on the switch and select Delay time of your choice. Both of these settings can be customized:

I switched on “On Battery Power” and set its delayed time to 20 minutes. You can change your settings accordingly. That means when your laptop is on battery power, it will be suspended after 20 minutes. You can set settings for Plugged In mode as well.

Sponsored

Method 2: How to put PC on Sleep through Terminal

There are no direct approaches to manipulate sleep settings in terminal, but there are couple of methods to suspend all activities of your Ubuntu PC or put it on hibernate mode through terminal:

Suspend your system : Firstly, open the terminal and run the below mentioned command to suspend your System:

$ systemctl suspend

After running the above command your system will be suspended and a black screen will appear.

Hibernate your system : Run the command mentioned below to make your system enter to hibernate mode:

$ systemctl hibernate

After running this command, a black screen will appear, that means your system is now in hibernate state.

By moving the pointer or by pressing some key from the keyboard you will recover from hibernate state.

Conclusion

When your computer is not in use it automatically goes to sleep mode after a set time. We can change the sleep settings and, in this article, we defined easy approaches to change sleep settings in your Linux OS (Ubuntu), one is through power setting and other is through terminal approach. Moreover, you can create custom scripts to modify your sleep settings.

Ubuntu Server Admin

Recent Posts

Kolla Ansible OpenStack Installation (Ubuntu 24.04)

Kolla Ansible provides production-ready containers (here, Docker) and deployment tools for operating OpenStack clouds. This…

5 hours ago

Canonical announces first Ubuntu Desktop image for Qualcomm Dragonwing™ Platform with Ubuntu 24.04

This public beta enables the full Ubuntu Desktop experience on the Qualcomm Dragonwing™ QCS6490 and…

1 day ago

The long march towards delivering CRA compliance

Time is running out to be in full compliance with the EU Cyber Resilience Act,…

1 day ago

Extra Factor Authentication: how to create zero trust IAM with third-party IdPs

Identity management is vitally important in cybersecurity. Every time someone tries to access your networks,…

2 days ago

Ubuntu Weekly Newsletter Issue 889

Welcome to the Ubuntu Weekly Newsletter, Issue 889 for the week of April 20 –…

4 days ago

From pidfd to Shimanami Kaido: My RubyKaigi 2025 Experience

Introduction I just returned from RubyKaigi 2025, which ran from April 16th to 18th at…

4 days ago