(function() { function getParam(param) { let params = new URLSearchParams(window.location.search); return params.get(param); } function storeClickId(param, storageKey) { let value = getParam(param); if (value) { let record = { value: value, expiry: new Date().getTime() + 90 * 24 * 60 * 60 * 1000 }; localStorage.setItem(storageKey, JSON.stringify(record)); console.log(`✅ Stored ${param}:`, record); } else { console.log(`⚠ No ${param} found in URL`); } } function updateHubSpotIframe(attempt = 0) { let iframe = document.querySelector('iframe[src*="hsforms.com"]'); if (!iframe) { console.warn(`⚠ Attempt ${attempt}: HubSpot iFrame not found.`); if (attempt < 20) setTimeout(() => updateHubSpotIframe(attempt + 1), 500); return; } let gclid = JSON.parse(localStorage.getItem("gclid"))?.value || ""; let fbclid = JSON.parse(localStorage.getItem("fbclid"))?.value || ""; let li_fat_id = JSON.parse(localStorage.getItem("li_fat_id"))?.value || ""; let newSrc = iframe.src.split("?")[0] + `?google_clickid=${encodeURIComponent(gclid)}` + `&meta_clickid=${encodeURIComponent(fbclid)}` + `&linkedin_clickid=${encodeURIComponent(li_fat_id)}`; console.log("🔄 Updating HubSpot iFrame to:", newSrc); iframe.src = newSrc; } // Delay execution until page is fully loade
top of page
Batteriespeicher Balzhausen Luftbild.jpg

STUDY: EXECUTIVE SUMMARY
& DOWNLOAD

EWI (2026). Benefits of large-scale battery storage in the German electricity system and the costs of delayed expansion

Key findings at a glance

Uncertain regulatory frameworks are currently putting the necessary expansion of large-scale battery storage at risk – and, against the backdrop of growing electricity demand, increasing renewable generation and declining conventional generation capacity, could lead to significant efficiency losses in the German electricity system. The EWI study examines the impact of a slower ramp-up of large-scale battery storage on the German electricity system.

“Expanding storage is not the risk – delaying it is,” says Christoph Ostermann, CEO and co-founder of green flexibility, summarizing the results.

The approach is based on a model-supported comparison of two expansion pathways for large-scale battery storage systems (fast vs. slow), in which only storage capacity is varied in order to isolate the effects on costs, electricity prices, the grid and security of supply.

Four key findings:

1. Up to €2.8 billion in relief for industry and private households in 2035: Lower electricity prices and grid costs, reduced price volatility of up to 25%, and improved planning certainty.

2. Up to €1.8 billion in annual system cost savings in 2035: Accelerated expansion of battery storage reduces variable electricity system costs (electricity generation costs and electricity import costs) by up to 7% in 2035, with increasing impact over time.​

 

3. 11 TWh less curtailed renewable electricity in 2035: This corresponds to the electricity consumption of around 3 million households and represents a reduction in electricity curtailment of up to 48% in 2035.

 

4. Greater resilience: Battery storage reduces import dependencies on natural gas and hard coal and acts as a buffer against international energy price shocks. In addition, the faster large-scale battery storage is expanded, the fewer additional reserve power plants, such as new gas-fired power plants, will be needed.

“Storage systems are not cost drivers, but a central element of an efficient, resilient and affordable electricity system,” adds Christina Hepp, Director Strategy at green flexibility.

DOWNLOAD THE STUDY

Thank you for your interest in the study “Benefits of large-scale battery storage in the German electricity system and the costs of delayed expansion.” After entering your details and clicking the button, the download link will appear below the form. [German]

By downloading the study, you agree that green flexibility may process the contact details you provide for the purpose of making the document available and for subsequent professional communication, in particular to evaluate interest in the study and to possibly contact you regarding technical questions. Further information can be found in our privacy policy.

bottom of page