A laptop battery is one of the most vulnerable components, which over time loses capacity and begins to discharge faster. Many users are faced with a situation where the charge indicator shows 20% and the device suddenly turns off, or vice versa - the battery “hangs” at 100% and does not discharge for hours. The reason often lies in Battery controller desynchronization with her real condition. It is to solve this problem that the calibration procedure exists.
Calibration does not restore the physical capacity of the battery (this is a myth!), but it allows reset charge counter errors, so that the operating system more accurately displays the battery level. The procedure is especially relevant for laptops older than 2–3 years, as well as after replacing the battery or updating the BIOS. In this article we will look at how to properly calibrate Windows, macOS And Linux, what errors can occur, and why some “folk” methods only harm the battery.
What is battery calibration and how does it work?
Calibration is a process full discharge and charge of the battery followed by resetting the controller data. Modern laptops use lithium-ion (Li-Ion) or lithium polymer (Li-Po) batteries that do not have a “memory effect” (unlike old nickel-cadmium ones). However, over time, their controllers begin to make errors in calculating the residual capacity due to:
- 🔋 Frequent recharges “a little at a time” (for example, when you keep your laptop constantly on charge).
- ⚡ Sudden temperature changes (operation at +40°C or −10°C).
- 💻 Long-term storage with a completely discharged or charged battery.
- 🔄 BIOS/UEFI updates that reset power management settings.
The battery controller is a chip that monitors the voltage, current, and temperature of the cells. During calibration, it “learns” again, recording real boundaries 0% (full discharge) and 100% (full charge). This helps avoid situations where the laptop turns off at 15% charge or gets stuck at the same indicator level.
⚠️ Attention: Calibration will not restore physically worn-out battery cells. If the battery is swollen, discharges in 10 minutes, or does not hold a charge at all, it needs to be replaced. Calibration in such cases is useless and can be dangerous!
When you really need calibration: 5 signs
You should not calibrate the battery “just like that” - each full discharge cycle reduces its resource. The procedure is justified only for obvious symptoms:
- The laptop turns off at 10–30% charge, although the indicator shows a normal level.
- Battery freezes at one percent (for example, 80% or 100%) and does not change the value for hours.
- Battery life has dropped dramatically for no apparent reason (for example, from 5 o'clock to 1 o'clock).
- B
battery report(in Windows) it is indicated that the calculated capacity is much lower than the design capacity. - After replacing the battery or BIOS update, the charge indicator does not work correctly.
If none of these signs are present, calibration is not needed. Moreover, for new laptops (less than 1 year old), the procedure may do more harm than good, since lithium-ion batteries do not like to be completely discharged.
- Once every 3 months
- Once every six months
- Only in case of problems
- Never calibrated
- I don't know what it is
Preparing for calibration: what to do before you start
Before calibrating, be sure to follow a few steps to avoid errors and battery damage:
Disconnect all peripherals (mouse, keyboard, external drives)
Close resource-intensive programs (games, video editors, browser with 50 tabs)
Connect the laptop to the network and charge the battery to 100%
Disable power saving modes in power settings
Make sure the battery temperature is normal (no higher than 35°C)-->
Pay special attention power settings. B Windows go to Settings → System → Power and Sleep → Advanced power settings and select a scheme High performance. On macOS disable the option Automatic graphics switching in energy saving settings.
Also check the battery status using the built-in tools:
- 🪟 Windows: Open
Command lineas administrator and enter:powercfg /batteryreport /output "C:\battery_report.html"The report will open in the browser along the path
C:\battery_report.html. - 🍎 macOS: Hold
Option (Alt)and click on the battery icon in the menu bar. Status"Replace battery"or"Serve"means that calibration will not help.
⚠️ Attention: If the reportbattery_report.htmlstated that"Calculated capacity"less50%from"Design capacity", calibration will not return its former autonomy. It's time to change the battery.
Step-by-step instructions: how to calibrate the battery on Windows
For laptops with Windows 10/11 A universal method is suitable that works on most models (ASUS, Lenovo, HP, Dell, Acer etc.). Important: the process will take 4–6 hours, so start calibrating when the laptop is not needed.
Step 1: Fully charge the battery
- 🔌 Connect your laptop to the original charger.
- 💻 Charge the battery to
100%(the tray indicator should show “Charging complete”). - ⏳ Leave the laptop plugged in for another 2 hours (this stabilizes the voltage).
Step 2: Discharge until automatic shutdown
- ❌ Disconnect the charger.
- 🔄 Set your laptop to
"Always On"(turn off sleep and hibernation in power settings). - 🖥️ Run a resource-intensive task (for example, a test
Prime95or video rendering) to speed up the discharge. - 🛑 Wait automatic shutdown (do not turn it off manually!).
Step 3: Recharge without interruption
- 🔌 Connect the charger and don't turn on the laptop within 3–5 hours (even if the indicator lights up).
- ⏻️ Turn on the laptop and wait until it is fully charged
100%. - 🔄 Reboot your device.
If the laptop does not discharge to 0% for more than 8 hours, interrupt the process and check the battery for wear. Perhaps one of the cells has failed and the controller is blocking further discharge.
Calibration on macOS: features for MacBook
Apple officially does not recommend calibrating batteries in new MacBook (2015 and newer) as their controllers are self-learning. However, for models MacBook Pro/Air before 2015 or in case of obvious indicator failures, the procedure may help. The main difference from Windows — no need to discharge to 0% (up to 5% is enough).
Instructions for macOS:
- Charge the battery until
100%and leave the MacBook online for 2 hours. - Disconnect the charger and use the laptop as usual until the charge drops to
5%. - Connect the charger and charge until
100%no breaks. - Reset
SMC(System Controller):- Turn off your MacBook.
- Clamp
Shift + Control + Option(left side) + power button on 10 seconds. - Release the keys and turn on the laptop.
For MacBook with Apple Silicon chip (M1/M2/M3) no calibration required - the system automatically optimizes the charge. Attempting to manually calibrate may even trigger false “Service Battery” warnings.
What to do if your MacBook won't discharge below 20%?
If the laptop suddenly turns off at 15-20%, but does not discharge further, this is a sign of critical battery wear. In this case:
1. Check the status via Apple Menu → About This Mac → System Report → Power.
2. If the charge cycle exceeds 1000, the battery needs to be replaced (cost for MacBook - from 5,000 to 15,000 rubles).
3. Calibration will not help here, since the problem is the physical wear of the cells.
Calibration on Linux: commands and utilities
On Linux (Ubuntu, Fedora, Arch, etc.) calibration is performed through the terminal using utilities upower And tlp. The main difficulty is the lack of a universal graphical interface, so you will have to work with commands.
Step 1: Checking the battery status
Open a terminal and enter:
upower -i /org/freedesktop/UPower/devices/battery_BAT0
Pay attention to the lines:
energy-full:— current maximum capacity.energy-full-design:- factory capacity.capacity:- percentage of wear (for example,60%means the battery has lost 40% capacity).
Step 2: Full cycle calibration
- Charge the battery until
100%: - Disconnect the charger and discharge until it turns off:
- Connect the charger and charge until
100%without interruption.
sudo tlp fullcharge
sudo tlp discharge
For distributions without tlp can be used acpi:
sudo apt install acpi # Установка (Debian/Ubuntu)
acpi -i # Просмотр состояния батареи
⚠️ Attention: On some laptops (eg Lenovo ThinkPad) the battery controller blocks the discharge below3%. In this case, use proprietary utilities, for example,tpacpi-bat.
Top 5 calibration mistakes and how to avoid them
Incorrect calibration may not only not help, but also accelerate battery degradation. Let's look at the most common mistakes:
| Error | Consequences | How to avoid |
|---|---|---|
| Discharge interruption (manual shutdown) | The controller will record incorrect data, and the indicator will lie even more. | Wait automatic shutdown laptop. |
| Using a non-original charger | Unstable voltage can damage the controller or battery cells. | Use only native memory with the correct parameters (V/A). |
| High temperature calibration (>35°C) | Overheating accelerates the degradation of lithium-ion cells. | Check the temperature via HWMonitor (Windows) or sensors (Linux). |
| Frequent calibration (more than once every 3 months) | Each full discharge reduces battery life by ~0.5–1%. | Carry out the procedure only if there are obvious indicator failures. |
| Ignoring physical wear and tear | Calibration will not restore capacity if the battery is swollen or has lost >50% capacity. | Check the report powercfg (Windows) or coconutBattery (macOS). |
Critical error: using programs for “forced” calibration (for example, Battery Calibration or Smarter Battery). These utilities often reset the controller data without actually discharging it, which leads to even greater desynchronization.
Alternative Methods: When Calibration Fails
If the problem persists after calibration, try alternative methods:
- 🔄 Reset BIOS/UEFI: On some laptops (Dell, HP) Resetting the BIOS returns the battery management settings to factory settings. To do this:
- Enter BIOS (usually
F2orDelwhen loading). - Find the option
Load Default Settings. - Save changes and reboot.
- Enter BIOS (usually
"Batteries", update the driver for "Microsoft AC Adapter".40% from the factory, calibration is useless. Average cost of a new battery:
- ASUS/Lenovo: 3 000–6 000 ₽
- MacBook: 8 000–15 000 ₽
- Dell/HP: 4 000–9 000 ₽
If the laptop is older than 5 years and the battery holds a charge for less than 1 hour, calibration will not help. In this case, the only solution is to replace the battery or use the laptop only on mains power.
FAQ: Frequently asked questions about battery calibration
❓ Do I need to calibrate a new laptop?
No, new devices (less than 1 year old) do not require calibration. Modern battery controllers are self-learning in the first 2-3 charge/discharge cycles. The exception is if the indicator does not work correctly immediately (for example, after a purchase).
❓ Is it possible to calibrate the battery if the laptop always works from the network?
If you never unplug the charger, calibration won't help - the problem is that the battery is constantly under voltage, which accelerates its wear. In this case:
- Once every 2 weeks, turn off the charger and discharge the battery until
40–50%. - Use utilities like Battery Limiter (for Lenovo) or MyASUS (for ASUS) to limit the charge to
80%.
❓ How long does full calibration take?
From 4 to 8 hours, depending on:
- Battery capacity (for example, MacBook Pro 16" takes longer to discharge than Lenovo IdeaPad).
- Loads (when simply surfing the Internet, the discharge is slower than when rendering video).
- Battery conditions (worn out batteries discharge faster).
Do not interrupt the process - this may make the problem worse.
❓ Why didn’t the operating time increase after calibration?
Calibration does not restore capacity — it only corrects the indicator data. If the battery is physically worn out (for example, it lasts 2 hours instead of the original 8), no calibration will restore the previous autonomy. In this case:
- Check the battery report (see Preparation section).
- If the capacity drops below
60%, think about replacing.
❓ Is it possible to calibrate the battery on a tablet or smartphone?
For Android-devices and iPhone calibration is not recommended. Modern smartphones use the same lithium-ion batteries, but their controllers do not require manual configuration. The exception is if the phone turns off at 15–20% charge. In this case:
- Discharge to
0%(until it turns off). - Charge up to
100%without interruption. - Repeat 1-2 times.
"Optimized charging", which will shorten battery life.