A Physics-Constrained Bayesian neural network for battery remaining useful life prediction
Not provided.
SEARCH · Search NASA
Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.
Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.
Not provided.
Abstract Anion chemistry in electrolytes can greatly dictate the nature and quality of passivation layers on both cathode and anode surfaces. This will be more significant when it comes to highly reactive Li‐metal anode and aggressive high‐nickel cathodes. Herein, a competitive bi‐anion activity is found in electrolytes with the co‐existence of two anions, which leads to a controlled Li‐salt decomposition kinetics and entirely favorable interphasial chemistry on both Li‐metal anode and ultrahigh‐nickel cathode. The proposed bi‐anion localized high‐concentration electrolytes are demonstrated to exhibit superior electrochemical compatibility toward Li metal and long‐term cycling stabilities under both 4.4 and 4.6 V in Li‐metal batteries with ultrahigh‐nickel cathode. This study sheds fresh light on dendrite‐free Li‐metal anodes and provides guidance to achieve high‐energy‐density batteries.
In lithium metal batteries, non‐uniform stripping of lithium results in pit formation, which promotes subsequent non‐uniform, dendritic deposition. This viscous cycle leads to pulverization of lithium which promotes cell shorting or capacity degradation, symptoms further exaggerated by high electrode areal loading and lean electrolytes. Here, to address this challenge, a composite lithium metal anode is engineered that contains uniformly distributed, nanometer‐sized carbon particles. This composite lithium is shown to strip more uniformly since the growth of non‐uniform pits is intercepted by the carbon particles. This mechanism is corroborated by a continuum electrochemical model. Subsequent lithium deposition on carbon particles is also found to be more uniform than on the surface with irregular pits. Notably, the pulverization rate of composite lithium is 26 times slower than that of commercial lithium. Moreover, in a Li‐S battery with sulfurized polyacrylonitrile cathode, the use of the composite anode extends the cycle life by three times when the areal capacity is 8 mAh cm −2 . The approach of using an engineered lithium composite structure to address challenges during both stripping and plating can inform future designs of lithium metal anodes for high areal capacity operations.
DEPRECATED. This repository was archived by the owner on Jun 30, 2026. It is now read-only. Open source implementation of some of the methods utilized by AI-Batt, a battery lifetime modeling and analysis toolkit provided by the National Laboratory of the Rockies (NLR). This software demonstrates the use of bi-level optimization and symbolic regression techniques to semi-autonomously identify algebraic models predicting the capacity fade of lithium-ion batteries during calendar aging. Modeling the degradation of batteries is a complex task, due to the difficulty in separating the time-dependent and time-independent factors impacting cell level degradation, across multiple data series with different numbers of measurements and/or data quality. Bi-level optimization enables model parameters to be optimized to either the entire data set or to individual data series, allowing statistical disambiguation of global behaviors (data series independent) and local behaviors (data series dependent). Symbolic regression is used to automatically search for optimal low-dimesional models predicting the variation of locally optimized parameters versus time-independent experimental variables from millions of possible models, resulting in a more accurate and repeatable model identification process than is possible by a manual search. The provided tools also implement cross-validation and bootstrap resampling schemes, empowering statistical model comparison/selection and quantification of model uncertainties. An example script replicates the results from the manuscript "Challenging Practices of Algebraic Battery Life Models through Statistical Validation and Model Identification via Machine-Learning", submitted to ECS. All code is written in MATLAB. Requires the Statistics and Machine Learning Toolbox. Contact Dr. Paul Gasper at Paul.Gasper@nlr.gov for any questions.
Recycling processes for lithium-ion batteries typically overlook graphite because of its lower market value relative to that of transition-metal-containing cathode materials. However, graphite recovered from cycled lithium-ion batteries holds additional engineered value associated with the solid-electrolyte interphase (SEI). The SEI contributes critical electronic passivation of the graphite surface but becomes highly resistive with extended cycling, yielding poor cell performance. In this work, we apply tailored solvent treatment to end-of-life (EOL) graphite anodes to selectively remove adverse SEI components while retaining beneficially passivating species. We evaluate a series of polar protic solvents to achieve targeted removal of SEI components and control selectivity through rational variation in solvent properties. The physiochemical properties of treatment solvents correlate with both the retained SEI composition and the corresponding electrochemical performance of solvent-treated “upcycled” graphite anodes. Within the initial set of solvents evaluated, top-performing candidates show capacity and Coulombic efficiency nearly equivalent to those of an analogous pristine anode, as well as promising electrochemical performance enhancement with regard to irreversible capacity-loss metrics. This study establishes critical design principles for an optimized anode upcycling method that enhances the value of recycled graphite by retaining and upgrading the SEI.
Electrocatalysis has been widely explored as an effective strategy to accelerate polysulfide (PS) conversion and suppress the shuttle effect in lithium–sulfur (Li–S) batteries. However, the underlying mechanisms remain elusive, and electrocatalytic reactions are inactive during cell resting. In this work, we reveal and quantitatively analyze a previously unrecognized sulfur reduction route (SRR) driven by catalytic disproportionation at the carbon cathode surface—fundamentally distinct from conventional electrocatalysis. Unlike conventional stepwise pathways, this SRR enables high-order polysulfides (Sₓ²⁻, x = 5–8) to directly convert into S₈ and Li₂S₂, bypassing low-order intermediates. This sulfur-reduction shortcut is systematically elucidated through high-performance liquid chromatography, revealing the intrinsic catalytic contribution of carbon frameworks and the dynamic evolution of PS species. We demonstrate that carbon superstructures (CSS-0.5), assembled from nanosheet subunits with abundant N/O functionalities and interconnected charge-migration channels, synergistically promote this catalytic process. Benefiting from these features, CSS-0.5 delivers superior electrochemical performance under practical conditions, enabling high sulfur loading (6.0 mg cm⁻²) pouch cells with 80.5% capacity retention over 210 cycles. This study provides the first quantitative evidence of electrocatalytic disproportionation in Li–S batteries, offering mechanistic insights and design principles for advanced sulfur cathodes.
Autonomous Identification of Battery Life Models (AI-Batt) AI-Batt is a MATLAB code base for developing lifetime models for batteries from accelerated aging data. The code base provides many functions for processing, visualizing, and modeling battery aging data, making the data processing, exploration, and modeling workflow substantially faster. These tools are tailored for working with battery aging data sets, which usually consist of many separate time-series for each cell, with many test conditions and possible replicates at each condition, which makes it difficult to simply process or visualize the data set. Complex modeling tasks, such as cross-validation, sensitivity analysis, and uncertainty quantification have been implemented to enable thorough statistical investigation of model predictions. Additionally, several machine-learning algorithms are implemented to autonomously identify suitable models via symbolic regression. Data processing functions automatically cast data from the struct data type, which is commonly used to store experimental data, but is not an acceptable input for most algorithms, to the table data type, which can be easily used as input to any optimization algorithm. Also, the data can be separated into time-invariant and time-variant data tables, which is helpful for exploring the data set as well as developing separate models for time-variant and time-invariant aging mechanisms. For example, in aging tests with constant temperature, temperature is a time-invariant experimental condition. Visualization tools enable plotting of data, model fits, and model simulations possible with single-line function calls, empowering data exploration of complex data sets with both time-varying and time-invariant trends. Plots can be automatically generated for the whole data set, or separated by data group (groups of test replicates) or individual data series. Data points or data series can be automatically colored by the value of a variable with a variety of color maps, and model predictions can also be colored by the value of a fit statistic. Comparisons between data sets and the predictions/simulations of different models on the same data set can be easily plotted as well. Distributions of parameter values from bootstrap resampling can be plotted to visualize the reliability of parameter estimation, or determine any correlations between parameters. Modeling tools handle the complex task of creating and parsing symbolic equations for modeling battery lifetime. Equations are parsed to grab relevant data variables, parameter values, or specified sub-models for input into optimization, evaluation, or simulation functions. Models can be optimized locally (one set of parameters for each data series), bi-level (some parameters shared across the data set), or globally (single set of parameters for all data). Functions implementing symbolic regression algorithms help users to discover effective model equations, even in poorly sampled, high-dimensional data.
The USABC Advanced Battery development plan had the following three focus areas: 1. Existing technology validation, implementation, and cost reduction 2. Identification of the next viable technology with emphasis on the potential to meet USABC cost and energy density goals. 3. Support high-risk, high-reward battery technology R&D The primary aim of this project was focused on the barriers that most impede wider public adoption of electrification in vehicles-cost, energy density, low-temp performance, calendar life, and improvements in abuse tolerance. The specific objectives are as follows: Cost Reduction: drive to significantly reduce battery cost to be in-line with the $\$$100/kWh or less (by the end of calendar year 2020) DOE cost goals. Additionally, goals of $\$$75/KWh were set for 2023 aligned with fast charge and some offset of energy density. Energy Density Increase: focus on improving the cell-level specific energy and energy densities to >350 watt hours per kilogram (Wh/kg) and >750Wh/L. Low Temperature Performance Increase: strive toward developments that improve the discharge power and eliminate or dramatically reduce the life limiting lithium plating associated with regenerative braking at low temperatures, during the program. Calendar Life Increase: drive to achieve a 15-year calendar life. Abuse Tolerance Improvement: strive to develop improvements in Li-ion abuse tolerance and/or development of electrochemical energy storage technologies with inherently better response to abuse circumstances. Emerging Areas: initiate new programs that address emerging technologies that arise during the contract period.
The Battery Carbon Footprint (CF) Calculator was developed to help U.S. battery manufacturers meet the carbon footprint reporting requirements of the EU Battery Regulation (EU) 2023/1542. The calculator incorporates several major battery carbon footprint frameworks, including the Joint Research Centre's Rules for the Calculation of the Carbon Footprint of Electric Vehicle Batteries (CFB-EV), RECHARGE's Product Environmental Footprint Category Rules for High Specific Energy Rechargeable Batteries for Mobile Applications (PEFCR), the Catena-X Product Carbon Footprint Rulebook (CX-PCF Rules), Battery Pass's Battery Carbon Footprint: Rules for Calculating the Carbon Footprint of the "Distribution" and "End-of-Life and Recycling" Life Cycle Stages, the Global Battery Alliance's Greenhouse Gas Rulebook: Generic Rules, Version 2.1, and the Ministry of Economy, Trade and Industry's draft Carbon Footprint Calculation Method for Automotive Batteries. The tool pairs these frameworks with foreground data from Argonne's R&D GREET models and integrates user-supplied background data covering battery manufacturing and supply chain activities. By bringing multiple international methodologies together in a single platform, the calculator enables manufacturers to evaluate product carbon footprints, improve data consistency, and prepare for evolving regulatory compliance and global market reporting requirements.
The benefits of nanotechnology have been realized in almost every component of lithium-ion batteries. From electrodes to electrolytes, the incorporation of nanoparticles as dopants and coatings has shown marked improvements in cell cycle life, efficiency, mechanical and thermal stabilities, and lithium-ion transport. The improvements realized depends on several factors, from processing methods, nanoparticle type, structure, and concentration, to the material into which the nanoparticulate will be incorporated. Regardless of these many factors, nanotechnology has vastly improved the performance of secondary lithium-ion batteries. Here we will highlight some of the works that demonstrate these improvements and the quantitative benefits of nanotechnology.
All‐solid‐state batteries suffer from high interface resistance and lithium dendrite growth leading to low Li plating/stripping Coulombic efficiency (CE) of <90% and low critical current density at high capacity. Here, in this work, both challenges are simultaneously addressed and the Li plating/stripping CE is significantly increased to 99.6% at 0.2 mA cm −2 /0.2 mAh cm −2 , and critical current density (CCD) of > 3.0 mA cm −2 /3.0 mAh cm −2 by inserting a mixed ionic‐electronic conductive (MIEC) and lithiophobic LiF‐C‐Li 3 N‐Bi nanocomposite interlayer between Li 6 PS 5 Cl electrolyte and Li anode. The highly lithiophobic LiF‐C‐Li 3 N‐Bi interlayer with high ionic conductivity (10 −5 S cm −1 ) and low electronic conductivity (3.4×10 −7 S cm −1 ) enables Li to plate on the current collector (CC) surface rather than on Li 6 PS 5 Cl surface avoiding Li 6 PS 5 Cl electrolyte reduction. During initial Li plating on CC, Li penetrates into porous LiF‐C‐Li 3 N‐Bi interlayer and lithiates Bi nanoparticles into Li 3 Bi. The lithiophilic Li 3 Bi and Li 3 N nanoparticles in LiF‐C‐Li 3 N‐Li 3 Bi sub‐interlayer will move to CC along with plated Li, forming LiF‐C/Li 3 N‐Li 3 Bi lithiophobic/lithiophilic sublayer during the following Li stripping. This interlayer enables Co 0.1 Fe 0.9 S 2 /Li 6 PS 5 Cl/Li cell with an areal capacity of 1.4 mAh cm −2 to achieve a cycle life of >850 cycles at 150 mA g −1 . The lithiophobic/lithiophilic interlayer enables solid‐state metal batteries to simultaneously achieve high energy and long cycle life.
This represents the initial regional tier of the electric vehicle (EV) battery recycling agent base model. Through this model, we can ascertain the number of EV purchases at both the state and regional levels. We employ census data to develop a diverse household profile to inform decisions regarding the acquisition of new or used EVs. The number of EV purchases at the state level will affect the future demand for recycling, reuse, and repurposing of end-of-life EV batteries. Additionally, tax credits, EV rebate programs, and the financial capacity of households will influence the number of EV purchases, thereby further impacting the demand for EV battery recycling.
A “battery passport” is a digital record that provides comprehensive information about an individual battery across its life cycle. This concept has been introduced by Battery Regulation (EU) 2023/1542 [1], which applies to batteries for electric vehicles (EVs), industrial batteries with a capacities greater than 2 kWh, and batteries for light means of transport (LMT) greater than 2kWh sold in the European Union (EU) market – impacting manufacturers and exporters across multiple jurisdictions globally. Among its reporting mandates, a key feature of battery passports is the requirement for a carbon footprint (CF) calculation methodology supported by enhanced data granularity to enable traceable and verifiable CF results. While no other jurisdictions have yet adopted formal battery passport requirements like the EU’s, some are developing CF calculation methods to comply with the EU Battery Regulation or are creating CF-related regulations that could evolve in a similar direction, reflecting the growing importance of battery CF guidelines for manufacturers seeking to remain competitive in global markets.
The practical applications of lithium (Li) metal batteries (LMBs) are limited by challenges such as dendrite formation and unstable solid electrolyte interphase (SEI), especially at higher C-rates. Here, this study introduces melamine-coated Li metal anodes (LMAs), forming a Li 3 N-rich SEI layer that improves ionic conductivity and mechanical stability. The optimized melamine-coated LMA demonstrated uniform coverage resulting in denser Li deposition, nearly doubled cycle life (~148 cycles at 0.5 C, 1C = 4.1 mA cm -2 ), compared to Bare-Li. These findings emphasize that coating materials-induced beneficial SEI components could lead to improvement of LMB performance.
Explore the source record for details and available documents.
Not provided.
Abstract Lithium–sulfur batteries (LSBs) are considered promising next‐generation batteries due to their high energy density (>500 W h kg −1 ). However, LSBs exhibit an unsatisfactory energy density (<400 W h kg −1 ) and cycle life (<300 cycles) because of the shuttle effect caused by soluble lithium polysulfide (LiPS) intermediates and the sluggish conversion reaction kinetics caused by insulating sulfur (S 8 ) and lithium sulfide (Li 2 S). Although various types of catalysts, including metal‐based compounds to single‐atom catalysts, have been reported to address these issues, most catalysts exhibited limited catalytic activity under practical lean electrolyte conditions (<5 µL mg −1 ). A comprehensive understanding of the synthetic strategy and catalytic mechanism of catalysts is essential for their design, but understanding the electronic effects of the catalysts and LiPS is more important. Furthermore, the electronic design of these catalysts is not well understood. In this review, we introduce the catalytic mechanisms in LSBs and discuss catalyst design strategies in terms of electronic effects on the interactions between reactants and catalysts, with a primary focus on heterogeneous catalytic systems. We additionally consider how the electronic property of homogeneous systems, particularly redox mediators, affects catalytic behavior under lean electrolyte conditions and propose future research directions for catalyst development in LSBs.
The exponential growth of the lithium‐ion (LIB) market is causing a significant disparity between the supply chain and demand for its resources. In this regard, sodium‐ion and potassium‐ion batteries are promising alternatives to LIBs due to their low cost. However, the larger sizes of Na + and K + ions create challenges that prevent them from achieving energy densities comparable to LIBs while maintaining an acceptable cycle life. Here, in this perspective, the aim is to evaluate the status of Na‐ion and K‐ion batteries and the challenges associated with them on both fundamental and commercial levels. The focus is on the structural instability arising from phase transitions during cycling, intricate chemical degradation processes, and potential avenues for enhancing their performance with a specific goal of improving their viability for grid‐scale energy storage. Materials production and abundance limitations for the chemistries of the state‐of‐the‐art materials and account for critical parameters from both the perspective of researchers and investors are analyzed. This analysis aims to provide insights into the strategic trade‐offs required to effectively implement the technology in real‐world applications, such as grid‐scale storage and other areas. Furthermore, the utilization of metals with low or no supply‐chain problems as an important aspect of these trade‐offs is considered.