Xtreme Battery Saver: Magisk Module for Longer Power

Battery drain is one of the most common frustrations for Android users. While stock battery saver modes help, they often don’t go far enough. This blog introduces the Xtreme Battery Saver Magisk Module, a powerful tool for rooted devices that allows advanced, system-level tweaks to maximize battery life.

In this post, you’ll learn what it is, what it requires, its features, how to install and use it, and how to troubleshoot issues.

Xtreme Battery Saver
Xtreme Battery Saver

What is Xtreme Battery Saver?

Xtreme Battery Saver (XtremeBS) is a Magisk/KernelSU module designed for rooted Android devices. It provides aggressive battery optimization by controlling CPU cores, apps, WiFi, Doze mode, and more. With proper configuration, it can extend battery life up to five times longer than stock settings.

Requirements

  • A rooted Android device (Magisk or KernelSU confirmed compatible; APatch likely works).
  • Basic knowledge of editing configuration files.
  • Willingness to test and fine-tune settings.
  • Backup of your device before applying changes.

Features

  • App Management: Kill, suspend, or reprioritize apps using allowlists and denylists.
  • CPU Optimization: Put CPU cores into powersave mode or disable high-power cores.
  • System Tweaks: Force light/deep Doze, disable WiFi, enable low RAM mode, manage Google Mobile Services.
  • Event-Driven Control: Apply settings based on triggers like boot, charging, screen off, or low power.
  • Web UI & Commands: Configure via web interface or XBSctl commands.
  • Safety Features: Safe mode recovery and sanity checks to prevent crashes.

Why Use Xtreme Battery Saver?

Unlike standard battery saver apps, XtremeBS works at the system level, giving you deeper control over how your device consumes power. This means:

  • Longer screen-on time.
  • Improved standby efficiency.
  • Customizable profiles for different usage scenarios.

Download

You can download the latest release from the official GitHub repository.

It is also available via the Magisk Modules Alt Repo (MMRL).

Installation

  1. Ensure your device is rooted with Magisk or KernelSU.
  2. Download the module ZIP file.
  3. Open Magisk Manager > Modules > Install from storage.
  4. Select the downloaded ZIP.
  5. Reboot your device.

How to Use

  • After installation, a default config file is created at /data/local/tmp/XtremeBS/XtremeBS.conf.
  • Edit the config manually or use the web UI (http://127.0.0.1:8081).
  • Reload the config with XBSctl reload or reboot.
  • Start with basic tweaks (like app management) before moving to aggressive options.
Check this also: Top 28 Must-Have Magisk Modules

Credits

  • Developed by DethByte64 and contributors.
  • Thanks to the Magisk and KernelSU communities.
  • Special acknowledgments to testers from XDA and Reddit.

Troubleshooting & FAQs

My device is stuck or crashing.

Enter safe mode with adb shell XBSctl safe, disable aggressive options, and reboot.

Will this brick my device?

No, but misconfiguration can cause lag or missed notifications. Always back up.

Is it plug-and-play?

No, it requires manual configuration. Start slow and test settings.

Why don’t my changes apply?

Run XBSctl reload or reboot after editing the config.

Can I use it with other modules?

Yes, but avoid overlapping features to prevent conflicts.

Ending Thoughts

Xtreme Battery Saver is a powerful tool for advanced users who want maximum control over their device’s battery usage. While it requires careful setup, the rewards are significant—longer uptime, fewer charges, and a more efficient device. If you’re comfortable with root-level tweaks, this module is worth exploring.

Bishal Pokhrel

Bishal Pokhrel is an Android enthusiast specializing in rooting, custom ROMs, and Magisk modules. His easy-to-follow guides help users unlock the full potential of their Android devices.

Leave a Comment