Comprehensive Guide to Battery Health Estimation and Electric Vehicle Performance
As the automotive industry pivots toward mass electrification, the reliance on high-energy-density storage systems—predominantly lithium-ion (Li-ion) batteries—has grown exponentially. Batteries represent a critical proportion of both an electric vehicle’s total cost and its environmental footprint. The design of a battery-powered EV requires highly sophisticated battery-management features, including charge control, capacity monitoring, and remaining run-time calculation, to maximize efficiency and ensure safety. The core brain governing these processes is the Battery Management System (BMS). The basic task of the BMS is to ensure optimal use of the energy inside the battery powering the vehicle and to strictly prevent any risk of damage. By diligently monitoring the voltage, current, and temperature, the BMS ensures that the battery operates within its Safe Operating Area (SOA), avoiding thermal, mechanical, and electrical stress.
Understanding electric vehicle battery performance requires a deep dive into two primary metrics constantly monitored by the BMS: the State of Charge (SoC) and the State of Health (SoH). Accurately estimating these nonlinear states is one of the greatest challenges in modern automotive engineering, yet it is absolutely essential for mitigating range anxiety, prolonging the battery’s first life, and ensuring reliable dynamic performance on the road.
Understanding State of Charge (SoC) and State of Health (SoH)
To effectively manage battery health and EV performance, it is imperative to clearly define the terminology utilized by modern Battery Management Systems.
State of Charge (SoC) is defined as the percentage of the maximum possible charge that is currently present inside a rechargeable battery. In simpler terms, it acts as the digital “fuel gauge” for the electric vehicle.
A highly accurate SoC estimation prevents overcharging or overdischarging—both of which cause accelerated battery degradation. SoC provides information about the current amount of energy stored, which directly determines the vehicle’s remaining driving range and allows for optimal route planning.
State of Health (SoH) is a measure that reflects the general condition of a battery and its ability to deliver the specified performance in comparison with a fresh battery.
The SoH indicates the level of permanent battery degradation, providing critical information about the battery’s remaining useful lifetime. As an EV battery ages, its maximum capacity decreases and its internal resistance increases. Consequently, estimating SoH in real time ensures that the SoC and State of Power (SOP) are accurately calibrated to the battery’s current, aged state.
State of Power (SOP) denotes the battery’s peak power capability and is the available power that can be absorbed or delivered by the battery to the powertrain. It plays a vital role in EV dynamic driving conditions such as ramp climbing, rapid acceleration, overtaking, and sudden regenerative braking. Because battery health deteriorates over time, the instantaneous maximum power capability also shrinks, making SoH tracking vital for maintaining dynamic vehicle performance.
The Mechanisms of Lithium-Ion Battery Degradation
During a battery’s lifetime, its performance and health deteriorate gradually due to irreversible physical and chemical changes that take place with continuous usage. Battery aging is a complex, nonlinear process influenced by variables such as operating temperature, discharge rates (C-rates), and depth of discharge.
The Chemical Reality of Aging
In Li-ion batteries utilizing a cobalt-oxide positive electrode, one of the primary degradation mechanisms is the decomposition of the electrode itself. The decomposition of the LiCoO₂ electrode, in which Li⁺ ions are intercalated, can be represented as follows:
As the active material decomposes, it forms inactive Co₃O₄ material at the surface of the LiCoO₂ electrode. This severely impacts performance in two ways: it contributes to a rapid increase in the battery’s internal impedance (which limits instantaneous power output) and permanently decreases the maximum storage capacity. Furthermore, during the initial operational cycles, a portion of the available lithium ions is consumed in the formation of the Solid Electrolyte Interface (SEI) layer, an irreversible process that further reduces capacity. At the end of its useful life in vehicular applications, a battery’s capacity can fade up to 20%, while its internal resistance can spike by up to 160% of its initial fresh state.
The Impact of Capacity Fade and Impedance Rise on EV Performance
The operational condition of an aged battery directly determines whether an electric vehicle can still deliver acceptable remaining run-times. For low-drain electronics, an aged battery might still suffice. However, in an EV where high discharge C-rate currents are required to power heavy electric motors, the voltage drop caused by high internal resistance will cause the battery voltage to prematurely hit the system’s End-of-Discharge (EoD) cut-off threshold. As a result, the EV experiences significantly reduced driving ranges and diminished acceleration capabilities, and the user is forced to recharge the battery more frequently—leading to an even faster rate of wear-out.
Currently, EV batteries are frequently considered to have reached their End of Life (EoL) for vehicular applications when their SoH falls to 70-80%. However, recent degradation-aware electrothermal modeling suggests that the first life of many EV batteries can be safely extended beyond this rigid threshold, as capacity constraints and power limitations vary substantially depending on the specific battery pack size and application requirements.
State-of-the-Art Methods for SoC Estimation
Achieving high-accuracy SoC estimation is not as simple as taking a voltage reading. A battery’s terminal voltage fluctuates wildly depending on the immediate temperature, the discharge rate, and the battery’s age. Over the decades, engineers have formulated multiple techniques to overcome these challenges.
Direct Measurement and Book-Keeping Systems
Early methods relied on simple Open-Circuit Voltage (OCV) lookup tables or Ampere-Hour (Ah) integral methods. The Ampere-Hour method, commonly referred to as Coulomb counting, calculates the SoC by integrating the current flowing into and out of the battery over time. The equation is straightforward:
While easy to implement, Coulomb counting is highly susceptible to accumulated errors. Even minute offset errors in the analog-to-digital converters (ADCs) measuring the sense resistor will accumulate over time, leading to massive SoC drift if the system is not frequently calibrated. Furthermore, self-discharge and variable charging efficiencies must be manually compensated for.
To correct the accumulated integration errors of Coulomb counting, systems require recalibration points. This calibration is usually achieved using an Electro-Motive Force (EMF) measurement when the battery is in a state of full equilibrium—meaning no current is flowing and the internal chemical processes have completely stabilized.
Adaptive Systems and Machine Learning
Because the behavior of a battery relies heavily on unpredictable driver behavior and nonlinear electrochemical reactions, modern EV Battery Management Systems increasingly turn to adaptive filtering and machine learning.
- Kalman-Based Filters: Adaptive algorithms such as the Extended Kalman Filter (EKF) and Unscented Kalman Filter (UKF) are widely deployed to identify the parameters of an Equivalent Circuit Model (ECM) in real-time. These filters recursively estimate the internal states of the battery, tracking the internal resistance to predict SoH and correcting SoC drift dynamically.
- Machine Learning (ML) Approaches: Data-driven methods do not require a perfect understanding of the internal physicochemical mechanisms; instead, they rely on massive datasets to recognize complex aging patterns. Advanced ML models, including Convolutional Neural Networks (CNNs) and Long Short-Term Memory (LSTM) networks, are now being utilized to predict SoH directly from raw voltage, current, and temperature trajectories captured during partial charging cycles. Multi-source transfer learning is increasingly used to improve generalization when labeled aging data is scarce.
Electro-Motive Force (EMF) and Its Role in Health Estimation
To anchor algorithms like Extended Kalman Filters or properly calibrate Coulomb counters, the BMS must periodically measure the battery’s Electro-Motive Force (EMF). The EMF represents a battery’s true internal driving force for providing energy. It is important to note that the terminal voltage of the battery only equals the EMF when no current is flowing and the voltage has completely relaxed to its equilibrium value.
Measuring EMF and Voltage Relaxation
The true EMF is incredibly stable; it is an excellent measure of the SoC because the relationship between relative SoC and EMF remains largely unaffected by battery aging. However, obtaining an accurate EMF reading is difficult in real-world EV operations because it requires the battery to be at rest. When a high-current load is removed, the battery’s Open-Circuit Voltage (OCV) does not immediately reflect the EMF. Instead, it slowly relaxes toward the EMF over a period of time due to internal concentration gradients and diffusion processes. At low temperatures and low SoC levels, this voltage relaxation process can take hours.
To circumvent waiting hours for an EV battery to stabilize, modern algorithms utilize advanced voltage-relaxation predictive models. These mathematical models sample the first few minutes of the relaxation curve (ignoring the highly volatile first 30 seconds) and utilize non-linear regression to accurately predict the final asymptotical EMF value. A proven generalized model for the voltage-relaxation process is expressed as:
Where V∞ represents the final predicted EMF, Vt is the instantaneous voltage, and α, δ, and γ are rate-determining constants fitted dynamically by the BMS.
The Phenomenon of EMF Hysteresis
Another complicating factor in health and charge estimation is EMF hysteresis. Extensive testing reveals that the EMF curve recorded after a charging event is not identical to the EMF curve recorded after a discharging event. In LiCoO₂ chemistries, the maximum hysteresis difference between charge and discharge EMF can reach approximately 40 mV at around 30% SoC.
This hysteresis is attributed to structural changes in the electrodes, such as phase transitions within the active material or history-dependent equilibrium potentials during lithium-ion intercalation. If a BMS algorithm fails to account for whether the vehicle was recently charged or driven, this EMF discrepancy will easily introduce an absolute SoC calculation error of several percentage points.
Overpotential: The Hidden Variable in EV Battery Performance
During active driving (discharge) or rapid charging, the battery terminal voltage diverges heavily from the ideal EMF due to a phenomenon known as overpotential. The battery voltage during discharging is lower than the EMF, while the voltage during charging is higher.
Modeling Overpotential Dynamics
Overpotential is not a static offset; it is a highly dynamic variable that depends on the discharge current (C-rate), the instantaneous SoC, the temperature, and the battery’s age. The total overpotential (η) is structurally composed of several distinct resistances: ohmic resistance, kinetic reaction resistance, and Li⁺-ion diffusion limitations.
A sophisticated BMS utilizes robust overpotential models to predict exactly how the battery voltage will respond under load. The model calculates total overpotential as:
Due to this overpotential, a battery may appear completely empty to the user and the EV motor controller because the loaded terminal voltage drops below the safety cut-off limit, even though a substantial amount of chemical charge remains inside the cell. At cold temperatures (e.g., 0°C), the diffusion overpotential spikes dramatically, leading to severe apparent capacity loss and sluggish EV acceleration. Accurately modeling this dynamic allows the EV to safely extract the maximum possible run-time without hitting the sudden-shutdown voltage.
Overpotential Symmetry and Aging
An intriguing discovery in battery characterization is the phenomenon of overpotential symmetry. For lithium-ion cells, the mean calculated charge overpotential and discharge overpotential are remarkably symmetrical with respect to the horizontal axis when the battery is operating between 20% and 80% SoC.
As the EV battery degrades over years of driving, the inactive Co₃O₄ buildup causes the overpotential to grow significantly. Because direct overpotential measurement requires complex laboratory equipment, an adaptive BMS leverages the symmetry phenomenon to estimate aged performance. By continuously observing the charge overpotential during standard EV plug-in charging—where currents and temperatures are controlled and steady—the BMS can seamlessly update its internal discharge overpotential parameters using a simple ratio adaptation mechanism. This allows the EV to maintain an incredibly precise remaining driving range estimate even as the battery reaches its End of Life.
Advanced Techniques for Battery Health Estimation
To deliver an uncertainty in remaining run-time of less than 1 minute, the EV’s Battery Management System must fuse Coulomb counting, EMF prediction, and overpotential adaptation into a unified architecture.
The gold standard in modern systems is the on-line estimation of the maximum capacity (Qmax). Because Qmax invariably drops due to the loss of cyclable lithium ions, the BMS continuously relearns the capacity threshold. This is most effectively accomplished during the EV charging phase. By tracking the exact amount of charge (Qch) flowing into the battery between two fully stabilized, predicted standby SoC states (SoCsi and SoCsf), the new maximum capacity is recalculated iteratively:
By shifting the learning algorithms to the charging phase—where environmental noise is minimized—the BMS actively corrects its mathematical constants, preventing the rapid drift commonly seen in older electric vehicles.
Ultra-Fast Charging (Boostcharging) Without Sacrificing Battery Health
A critical barrier to widespread EV adoption remains the long duration required for recharging. While traditional internal combustion engines can be refueled in minutes, standard Constant-Current-Constant-Voltage (CCCV) algorithms for Li-ion batteries can easily take upwards of two hours. This time constraint is mandated by the strict need to prevent overvoltage side-reactions that destroy cycle life.
However, engineers have developed an ultra-fast recharging algorithm known as “boostcharging”. Boostcharging exploits the fact that lithium-ion electrodes are highly tolerant of severe charging currents when they are completely, or nearly completely, discharged. In this methodology, the BMS immediately applies an aggressive Constant Voltage (CV) target (e.g., 4.3 V) to a highly depleted battery, allowing extreme charging currents (upwards of 4.5 C-rate) to flow into the battery for a tightly controlled, short period (e.g., 5 minutes).
Because the internal impedance of the depleted battery causes the current to taper rapidly, the cell does not experience dangerous thermal runaway. Experiments have demonstrated that applying these massive boost currents at 0% SoC can restore over 30% of a battery’s nominal capacity in just 5 minutes without causing any statistically significant degradation in overall cycle life.
The success of boostcharging relies absolutely on the rigorous precision of the BMS. If the SoC health estimation is inaccurate, and the BMS accidentally triggers a boostcharge sequence when the battery is already above 40% SoC, the LiCoO₂ electrode will be forced into rapid decomposition, destroying the cell’s lifespan and potentially inciting catastrophic thermal events. Thus, perfect state-of-health estimation is the gateway technology for the future of 5-minute EV charging.
Conclusion
The performance, safety, and longevity of electric vehicles are intrinsically bound to the intelligence of their Battery Management Systems. A battery is not merely an inert fuel tank; it is a highly volatile, non-linear electrochemical engine that changes its behavior with every shift in temperature, every heavy acceleration, and every passing year. By utilizing adaptive algorithms, machine learning frameworks, predictive Electro-Motive Force models, and continuous overpotential recalculation, automotive engineers can extract every possible mile out of a degrading cell. Accurate SoC and SoH estimation effectively eliminates range anxiety, facilitates the safe deployment of ultra-fast boostcharging, and ensures that the EV battery pack survives reliably to the very end of its design life.
References
Swarnkar, R., Ramachandran, H., Ali, S. H. M., & Jabbar, R. (2023). A Systematic Literature Review of State of Health and State of Charge Estimation Methods for Batteries Used in Electric Vehicle Applications. World Electric Vehicle Journal, 14(9), 247. https://doi.org/10.3390/wevj14090247
Etxandi-Santolaya, M., Canals Casals, L., & Corchero, C. (2024). Extending the electric vehicle battery first life: Performance beyond the current end of life threshold. Heliyon, 10(e26066). https://doi.org/10.1016/j.heliyon.2024.e26066
Noura, N., Boulon, L., & Jemeï, S. (2020). A Review of Battery State of Health Estimation Methods: Hybrid Electric Vehicle Challenges. World Electric Vehicle Journal, 11(4), 66. https://doi.org/10.3390/wevj11040066
Soyoye, B. D., Bhattacharya, I., Anthony Dhason, M. V., & Banik, T. (2025). State of Charge and State of Health Estimation in Electric Vehicles: Challenges, Approaches and Future Directions. Batteries, 11(1), 32. https://doi.org/10.3390/batteries11010032
Vidal, C., Malysz, P., Kollmeyer, P., & Emadi, A. (2020). Machine Learning Applied to Electrified Vehicle Battery State of Charge and State of Health Estimation: State-of-the-Art. IEEE Access, 8, 52796–52814. https://doi.org/10.1109/access.2020.2980961
Zhang, C., Zhao, S., Yang, Z., & Chen, Y. (2022). A reliable data-driven state-of-health estimation model for lithium-ion batteries in electric vehicles. Frontiers in Energy Research, 10. https://doi.org/10.3389/fenrg.2022.1013800
Haraz, A., Abualsaud, K., & Massoud, A. (2024). State-of-Health and State-of-Charge Estimation in Electric Vehicles Batteries: A Survey on Machine Learning Approaches. IEEE Access, 12, 158110–158139. https://doi.org/10.1109/access.2024.3486989