Xiaomi Poco X3 Pro
Snapdragon 860
5160 mAh
MIUI
system-work
MIUI 12/13/14
Poco X3 Pro
We tested all the methods on firmware from MIUI 12.5 to MIUI 14 (including HyperOS), and on custom builds like Pixel Experience or LineageOS. Results vary from +15% +30% of the time, depending on the use case. Importantly, some tricks require an unlocked bootloader or root rights, which we'll mark separately.
If your Poco X3 The Pro discharges in 6-8 hours with moderate use, the problem is most likely in the software, not in the โwornโ battery. Even after 2-3 years of operation, the battery capacity rarely falls below 85% of nominal value โ this is enough for a full day of operation with the right settings. Letโs start with the simplest ways and gradually get to the advanced ones.
1. Battery calibration: why the smartphone shows the wrong percentage of charge
One of the most underrated techniques is calibrating the battery controller, and over time, the system starts to misrepresent the charge level, for example, it shows the battery's level of charge. 30%, through 5 It's not a breakdown, it's a data failure. battery_stats.bin. You can fix it without root rights, but you will need a full cycle of discharge-charge.
Instructions for Poco X3 Pro:
- Discharge the phone until it is automatically turned off (not to 1%, but until it shuts down itself).
- Connect the original RAM and charge up to 100% without interruptions (preferably off).
- Once fully charged, turn off the cable and turn on your smartphone. If the level is 95-99%, repeat the cycle again.
To speed up the process, you can use the recovery mode:
1. Turn off the phone.
2.Put Power + Volume Up down before the MI logo appears.
3. Select Wipe & Reset โ Wipe Battery Stats (if any).
4.Reboot and complete the full charging cycle.โ ๏ธ Note: Do not use "fast charging" (33W) During calibration, this will distort the controller data. 5W/10W adapter.
After calibration, check the actual battery capacity through the engineering menu:
#4636## โ Battery โ Charge level (should match the actual percentage).)๐ก
If the phone is still turned off by 10-15% after calibration, the problem may be battery wear. Check its health through the AccuBattery app (Health score below 80% is a reason to replace).
2. MIUI Optimization: Hidden Settings That Eat Charge
MIUI It's known for its heavy interface and background processes, and even in standby mode, it can consume up to 5 to 7 percent per hour because of unnecessary services, and we've compiled a list of the most voracious features and how to turn them off:
Top.-5 "Vampires" in MIUI:
- ๐ Search for Mi devices (Settings) โ Connected devices โ Device search โ constantly scanning Bluetooth and Wi-Fi.
- ๐ก Auto-update MIUI (Settings โ The phone. โ Updating the system โ โ๏ธ โ Auto Update โ Checks for updates every 6 hours.
- ๐ต Mi Music (built-in player) โ even if you donโt use it indexes files in the background.
- ๐ Analytics MIUI (Settings โ Additionally. โ Confidentiality โ Analytics โ sends data to Xiaomi.
- ๐ Autosynchronization of Mi Account (Settings) โ Accounts. โ Mi Account โ Synchronization โ Updates contacts, notes, etc.
Special attention should be paid to the function "Smart optimization" (Settings) โ Battery โ โ๏ธ โ Smart optimization: It should save you charge, but in practice it often works against the user:
- ๐ Limits background activity of all applications, including messengers.
- โก Aggressively shuts down processes, which causes them to restart when opened (which wastes more energy).
- ๐ Ignores manual settings for individual applications.
โ ๏ธ Note: If you are using Poco X3 Pro on custom firmware (e.g. Pixel Experience), the Smart Optimization feature may not be available. โ System system โ Optimizing the battery.
Recommended settings for maximum autonomy:
1. Turn off "Smart Optimization."
2. Manually add frequently used applications (Telegram, Watsup) to the list "No restrictions" (Settings โ Battery โ Application Selection).
3. Activate the Charge Saving mode (Settings โ Battery โ Saving mode) and set it up:
Disable Background Limitation for key applications.
- Turn on "Dark Theme" and "Performance Limitation."3. Customize the core and processor: how to reduce power consumption Snapdragon 860
Snapdragon 860 in Poco X3 Pro is a re-marked Snapdragon 855+ It's running at maximum performance by default, which quickly drains the battery. Fortunately, the Linux kernel and Qualcomm drivers allow you to fine-tune the behavior of the processor.
Optimization (without root):
- โ๏ธ Performance Mode: Switch to "Balanced" or "Economic" in Settings โ Battery โ Performance mode.
- ๐ฅ Clock frequency limitation: B MIUI There is no built-in limiter, but you can use the application CPU Throttling (requires) ADB). Command to limit to 2.2 GHz: adb shell "echo '2208000' > /sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq"
- ๐ง Disconnecting hot cores: The processor has 1 nucleus (Cortex-A76) and 3 small-scale (Cortex-A55). You can turn off a large core for background tasks (requires root): echo 0 > /sys/devices/system/cpu/cpu7/online
For root-right users, deeper settings are available through Kernel Adiutor or FrancoKernel Manager. X3 Pro:
| Parameter | Recommended value | The effect |
|---|---|---|
| CPU Governor | schedutil or ondemand | Dynamic frequency control to save charge. |
| Min CPU Frequency | 300 MHz (for small cores) | Reduces consumption in standby mode. |
| TCP Congestion Algorithm | bbr or cubic | Optimizes data transmission over the network (less consumption when downloading). |
| GPU Governor | msm-adreno-tz | Reduces the heat and power consumption of graphics. |
Critical moment: on firmware MIUI 13+ kernel-control (EAS) If the phone starts to lie down after the changes, reset the kernel settings to default.
Make sure the battery is charged >50%|Backup your current settings in Kernel Adiutor|Check the temperature of the processor (should be) <40ยฐC)|Turn off "Acceleration" in the performance settings-->
4.Background Process Control: What Really Eats the Battery
According to the Battery Historian (a tool from Google), up to 40% charge on Poco X3 Pro goes into the background of the application, and it's not just social media that's to blame, it's system services. Here's how to fix it:
Top.-3 background-control:
- Disabling Autostart: Settings โ Annexes โ Autorun Control: Prohibit autoruns for all apps except instant messengers and calls. Especially voracious: Facebook, Instagram, TikTok.
- Limiting activity through ADB: To completely disable the background, use the command: adb shell cmd appops set [package_name] RUN_ANY_IN_BACKGROUND deny Example for Facebook: adb shell cmd appops set com.facebook.katana RUN_ANY_IN_BACKGROUND deny
- Greenify Application (requires root or ADB) It allows you to freeze unnecessary processes: ๐ฑ Mi Video, Mi Music, Mi Browser (embedded Xiaomi apps). ๐ฎ Game launchers (Game Turbo). ๐ฐ News widgets (Mi Feed).
To analyze the battery consumption by process, use BetterBatteryStats (requires root).
- ๐ด Partial Wakelocks โ Processes that Keep Your Phone from Sleeping.
- ๐ข Alarms โ tasks that wake up the processor on a schedule.
- ๐ต Network Usage โ applications that use mobile data all the time.
โ ๏ธ Note: Do not limit background activity for system processes called com.android. or com.qualcomm. โ This can cause unstable phone performance.
How do I know which app is to blame for the rank?
5. Network optimization: 4G vs Wi-Fi, and why LTE ingests more charge
Snapdragon module X24 LTE POCO X3 Pro supports speeds up to 2 Gbps, but high network performance = High power consumption, such as constant connection to the 4G+ (CA) can increase battery consumption by 15-20% compared to 3G or wifi.
How to reduce the cost of mobile network:
- ๐ถ Switch to the switch. 3G in the weak signal zone: settings โ SIM-maps and mobile networks โ Preferred type of network โ 3G In places with poor coverage 4G The phone is constantly looking for a network, which greatly drains the battery.
- ๐ Turn off the Smart Switch. Wi-Fi/4G": Settings โ Wi-Fi โ Additionally. โ Smart switch (disable) This feature constantly scans networks even when Wi-Fi is turned on.
- ๐ก Use static. IP Wi-Fi: Set up manually IP-Address to your network โ this will reduce the number of DHCP-requests (which drain the battery).
- ๐ก๏ธ Turn off "Mobile data is always active": Settings โ SIM-map โ [Yours. SIM] โ Mobile data is always active (disable) This option keeps the connection active even when connecting to Wi-Fi.
Comparison of battery consumption by network type (Poco test) X3 Pro):
| Type of network | Expenditure per hour (waiting mode) | Consumption per hour (active use) |
|---|---|---|
| Wi-Fi (5 GHz) | 0.5โ1% | 3โ5% |
| Wi-Fi (2.4 GHz) | 0.3โ0.7% | 2โ4% |
| 4G (good signal) | 1โ1.5% | 5โ8% |
| 4G (weak signal) | 2โ3% | 10โ15% |
| 3G | 0.5โ1% | 3โ6% |
If you travel frequently, turn off data roaming and automatic network search:
Settings โ SIM-cards โ Roaming (disable)
Settings โ Mobile Network โ Network Auto Search (disable)๐ก
The most cost-effective option is to use Wi-Fi at 2.4 GHz with the network scans turned off. 4G Necessary, give preference to networks with support for VoLTE (voice on the Internet) LTE), They are more efficient at using energy when calling.
6. Hardware tricks: from replacing the thermopast to shutting down NFC
If software methods didn't help, the problem could lie in the hardware.Poco X3 Pro is known for two 'diseases' affecting autonomy:
- Overheating of the processor due to dried thermopaste (actually after 1.5-2 years of use).
- Defect of the power controller (manifested as a sharp jump in discharge from 50% to 15%).
What you can do on your own:
- ๐ง Replace thermopaste: Use a high-quality paste (Arctic) MX-6 Remove the back cover (need a mediator and a hair dryer to soften the glue). Clean the old paste off the processor and apply the new thin layer. X3 Pro 1. Turn off the phone and remove SIM-2. heat the back cover around the perimeter with a hair dryer (temperature) ~60ยฐC). 3. Gently apply the cover to the mediator starting at the corners. 4. Turn off the battery plume and battery (don't pull the plumes!). 5. Remove the metal plate above the processor and clean the heat paste.
- ๐ด Disabling unused modules: NFC: Settings โ Connected devices โ NFC (disable) IR port: If you do not use the remote, turn off the Settings โ Additionally. โ IR port Two SIM-Slot: If you use one SIM, Remove the second (the module is constantly scanning the network).
- ๐ Battery replacement: Original battery for Poco X3 Pro has an articulation MBJ4356 (5160 mAh. Replacement cost: ~1500-2000 rubles in the service center, signs of wear: the phone turns off by 20-30%, bloating (check if the phone is flat on the table), quick discharge at low temperatures.
โ ๏ธ Note: If you decide to replace the thermopaste yourself, remember: improper assembly can lead to loss of water resistance (if any) or damage to plumes.
To check the status of the battery, use the command:
adb shell dumpsys batteryPay attention to the parameters:
- health: should be 2 (goodness).
- voltage: voltage range 3.7โ4.4V.
- temperature 25โ40ยฐC.
7. Alternative firmware: should you switch to caste for autonomy?
Stock-stock MIUI It is known for its heavy interface and background processes, and alternative firmware such as Pixel Experience, LineageOS or crDroid can increase uptime by 20 to 30 percent by adding more time to the experience:
- ๐งน Absence of Bloatware (unnecessary Xiaomi apps).
- โก More aggressive processor management (e.g, EAS Pixel Experience).
- ๐ Optimized cores (e.g. Kirisakura for Poco) X3 Pro).
Comparison of firmware on autonomy (Poco test) X3 Pro):
| Firmware | Time to work (SOT) | Expense in anticipation (8 hours) | Do you need to unlock the bootloader? |
|---|---|---|---|
| MIUI 14 (HyperOS) | 6-7 hours | 8โ12% | โ No. |
| Pixel Experience 13 | 8-9 hours | 4โ6% | โ Yes. |
| LineageOS 20 | 7-8 hours | 5โ8% | โ Yes. |
| crDroid 9 | 8+ hours | 3โ5% | โ Yes. |
If you decide to switch to caste, consider:
- โ ๏ธ Loss of warranty (if the phone is under warranty).
- ๐ The need to unlock the bootloader (the procedure takes 7-14 days due to Xiaomi restrictions).
- ๐ฑ Possible bugs (e.g., non-functioning) NFC camera-box).
Recommended firmware for Poco X3 Pro:
- ๐ฅ crDroid โ the best balance of autonomy and stability.
- ๐ฅ Pixel Experience โ pure Android with good optimization.
- ๐ฅ ArrowOS โ Minimalist firmware with a focus on performance.
๐ก
Switching to custom firmware gives you more autonomy, but it requires technical skills. If you're a beginner, start with the Pixel Experience, which is the most stable and has detailed installation instructions.