Follow
Windows

How to Save Battery Life Using Energy Saver in Windows

Richard
Written by
Richard
Feb 4, 2026 2 min read
How to Save Battery Life Using Energy Saver in Windows

Windows Energy Saver is a built-in feature designed to extend your laptop’s battery life by reducing power consumption.

This mode intelligently manages your PC’s power settings, making it last longer on a single charge when you’re away from an outlet.

You can easily activate Energy Saver manually through the Quick Settings menu, typically found by clicking the icons near your clock in the bottom-right corner of the screen.

Windows can also automatically engage Energy Saver when your battery level drops to a preset threshold, such as 20% or 30%, ensuring your device stays powered on longer without your intervention.

How to Set Energy Saver to Turn On Automatically

Follow these simple steps to set Energy Saver to start automatically when your battery drops to a certain percentage:

  1. Open Settings: Click the Start menu button (Windows icon) and select Settings, or press Windows key + I on your keyboard.
  2. In the Settings window, click System on the left side.
  3. Click on Power & battery (or just Power) on the right.
  4. Find the Energy saver section and click it to expand the options.
  5. Under Turn energy saver on automatically when battery level is at, pick the battery percentage you want from the dropdown menu:
    • Never (Energy saver won’t turn on automatically)
  6. 10%
  7. 20%
  8. 30% (default)
  9. 40%
  10. 50%
  11. Always (Energy saver is always on)
  12. Close the Settings window. Your choice will save automatically!
Windows 11 turn energy saver on or off automatically

Bonus: Use PowerShell to Set Energy Saver Automatically

If you like using commands, you can also tell Windows when to turn Energy Saver on using PowerShell.

  1. Open PowerShell on your computer.
  2. Type this command and press Enter:
💻Code
powercfg /setdcvalueindex SCHEME_CURRENT SUB_ENERGYSAVER ESBATTTHRESHOLD <percentage>

Replace <percentage> with the number you want:

  • 0 means Energy Saver will never turn on automatically.
  • 30 is the default setting.
  • 100 means Energy Saver is always on.

For example, to set Energy Saver to turn on at 20%, you’d type:

💻Code
powercfg /setdcvalueindex SCHEME_CURRENT SUB_ENERGYSAVER ESBATTTHRESHOLD 20

And that’s it!

Summary

  • Energy Saver helps your laptop use less power and keep your battery going longer.
  • You can set it to turn on automatically when your battery hits a certain level, so you don’t have to remember to do it yourself.
  • You can change this setting easily from Windows Settings or by using PowerShell commands if you prefer.

Using Energy Saver is a simple way to make sure your laptop lasts as long as possible between charges!

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Enable or Disable Energy Saver in Windows 11
Windows How to Enable or Disable Energy Saver in Windows 11
How to Access Hidden Quick Actions in Windows 11
Windows How to Access Hidden Quick Actions in Windows 11
How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *