Best 2S LiPo Batteries for Losi 22S Dirt Late Model

A collection page of ChinaHobbyLine

categoryLinked from the homepage
Products
24
Active ads
0
Depth
Click depth 1
Published
2026/07/20

About

.desc-section { max-width: 75rem; /* 1200px */ margin: 0 auto; padding: 1.5rem 1rem; background-color: #ffffff; border-radius: 0; } .desc-text p { color: #333333; line-height: 1.75; margin-bottom: 1rem; } .desc-text.collapsed .collapsible { display: none; } @media screen and (min-width: 768px) { .desc-text.collapsed .collapsible { display: block; } } .desc-btn-wrapper { display: flex; justify-content: center; margin-top: 1rem; } .desc-button { background-color: #E60073; color: white; border: none; padding: 0.75rem 1.5rem; border-radius: 9999px; font-weight: 700; text-transform: uppercase; font-size: 0.875rem; letter-spacing: 0.05em; cursor: pointer; transition: background-color 0.3s ease; } .desc-button:hover { background-color: #D5006B; } The Losi 22S Dirt Late Model runs on a 7.4V 2S LiPo battery and uses an IC5 connector. For most drivers, the CNHL Racing Series 4900mAh 2S 120C hard case LiPo with EC5 is the best overall choice because it stays close to the proven 5000mAh setup while balancing runtime, weight, and responsive oval handling. Choose the 5600mAh 2S when you want a little more practice time without moving to the largest pack, or select the 6600mAh 2S for extended open practice and recreational running. The dimensions and installed weights of all three featured batteries have been checked for the adjustable Losi 22S Dirt Late Model battery tray. These recommendations work for both the battery-sold-separately RTR and the Summit Racing battery-and-charger edition. EC5 plugs are physically compatible with the stock IC5 connector, but organized dirt oval classes may impose separate limits on battery capacity, weight, case style, or maximum charge voltage. Read Full Guide const text = document.getElementById('descText'); const btn = document.getElementById('descToggleBtn'); function updateButton(expanded) { btn.textContent = expanded ? 'Show Less' : 'Read Full Guide'; btn.setAttribute('aria-expanded', expanded); } btn.addEventListener('click', () => { const