Skip to content
Follow
Windows

How to Save Battery Life Using Energy Saver in Windows

Richard
Written by
Richard
Feb 4, 2026 Updated Aug 13, 2026 3 min read
How to Save Battery Life Using Energy Saver in Windows
How to Save Battery Life Using Energy Saver in Windows

Energy Saver in Windows is a built-in power feature that boosts battery life by up to 30% when you work away from a wall outlet. It stretches your charge time by dimming the screen and slowing down background tasks that drain power.

You can turn on Energy Saver by hand using the Quick Settings menu near the clock in the bottom-right corner of your screen. You can also set it to turn on by itself when your battery drops to 20% or 30%, so your laptop keeps running longer without extra effort.

⚡ Quick Answer

Activate Energy Saver through Quick Settings or by navigating to Settings System Power & battery You can then choose to turn it on manually or set a specific battery percentage for automatic activation. This feature reduces power consumption to extend your laptop’s battery life.

How to Set Energy Saver to Turn On Automatically

Energy Saver gives your laptop extra runtime without requiring constant micromanagement. Lock in an automatic activation threshold through Windows Settings or PowerShell, and let the operating system handle the heavy lifting.

  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)
    • 10%
    • 20%
    • 30% (default)
    • 40%
    • 50%
    • Always (Energy saver is always on)
  6. Close the Settings window. Your choice will save automatically!
Windows 11 turn energy saver on or off automatically
Windows 11 turn energy saver on or off automatically

Bonus: Use PowerShell to Set Energy Saver Automatically

PowerShell provides a quick command-line route for automating this process if clicking through menus feels too slow. Specific command strings establish the exact percentage point where Energy Saver activates.

  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 desired battery percentage:

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

Activation at 20% requires entering the following parameter:

💻Code
powercfg /setdcvalueindex SCHEME_CURRENT SUB_ENERGYSAVER ESBATTTHRESHOLD 20

Configuration finishes immediately.

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.

Energy Saver protects overall operational runtime through automated power management. Configuring threshold triggers removes manual oversight entirely, whether managing preferences via the desktop interface or the command line.

Does the energy saver on Windows actually work?

It dials back power draw on heavy hitters like the CPU (central processing unit, the computer's main engine) and GPU (graphics processing unit, which handles visual rendering). Efficiency gains materialize without sacrificing responsiveness or visual fidelity.

What does Windows battery saver actually do?

Preserving charge involves reducing display illumination, scaling back processing intensity, and throttling background activity.

How to limit PC charging to 80%?

Want to preserve your overall battery health long-term by capping charges at 80 percent? Open Start, search for Terminal, right-click the top result, and select Run as administrator. From there, paste your manufacturer's specific package command.

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 Turn On or Off Keyboard Backlight Dimming with Energy Saver in Windows 11
Windows How to Turn On or Off Keyboard Backlight Dimming with Energy Saver in Windows 11
How to Change Windows 11 Keyboard Backlight in Energy Saver
Windows How to Change Windows 11 Keyboard Backlight in Energy Saver

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

Leave a Comment

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