EV Charging Stations Now Double as Grid Stabilizers

EV Charging Stations Now Double as Grid Stabilizers—A Quiet Revolution in Urban Power Management

By the time lunchtime traffic peaks in downtown Jinan this summer, something subtle—but significant—is already happening beneath the city’s streets, inside its substations, and across the charging bays of a new generation of EV hubs: electric vehicles aren’t just drawing power anymore. They’re giving it back—not in the form of electrons, but in support.

More precisely, the power factor of their chargers is being gently nudged—not to speed up charging, but to help hold the grid steady.

It sounds counterintuitive. After all, for years, utilities and city planners warned that widespread EV adoption would strain local distribution networks. Peak demand would spike. Transformers would overheat. Voltage would sag—especially in dense neighborhoods where dozens of EVs might plug in simultaneously after the evening commute.

But what if those same vehicles could, with minimal hardware changes and no inconvenience to drivers, help solve the problem they were once blamed for creating?

A new study out of State Grid Jinan Power Supply Company suggests they can—and not just in theory, but in practice, using real-world grid parameters and validated optimization techniques. The secret lies not in batteries or bidirectional chargers, but in something far simpler: the angle between volts and amps.

Yes—the humble power factor. Typically managed passively (or ignored) at charging stations, it turns out to be a surprisingly agile knob for real-time voltage regulation. By tweaking it within safe, code-compliant limits—say, from 1.0 (purely resistive, ideal for efficiency) down to 0.9 (slightly inductive or capacitive)—a cluster of EV chargers can inject or absorb reactive power on demand. Think of it as the grid’s version of active suspension: not adding thrust, but continuously adjusting damping to keep the ride smooth.

And in a modern city grid—where solar panels push midday voltage up, while evening EV surges pull it down—that smoothness is everything.


To understand why this matters, you have to picture the evolution of the urban grid over the last decade. It used to be relatively predictable: power flowed in one direction, from large substations to homes and businesses, like water through a municipal pipeline. Loads were mostly resistive—incandescent bulbs, heaters, motors—and reactive power was handled by centralized capacitor banks, switched in coarse steps a few times a day.

Then came the deluge: rooftop solar arrays, electrified trams, heat pumps, and—most disruptively—thousands of EVs plugging in wherever parking was available. Unlike legacy loads, these are smart, distributed, and bidirectional in potential. They don’t just consume; they interact.

Solar panels, for instance, reduce local demand during the day—but if there’s little local consumption, the excess power flows back upstream, raising voltage on feeders not designed for reverse flow. Meanwhile, EVs tend to charge in the evening, just as solar fades and air conditioners wind down. That creates a double whammy: less “upstream support” and a sudden new sink for current—often on the same feeders that were overvoltage at noon.

The result? Voltage swings that can trip protections, damage sensitive equipment, or—worst of all—force utilities to curtail renewable generation or delay EV infrastructure rollouts.

Enter the charging station—not as a problem, but as a solution-in-waiting.

Modern AC and DC chargers already use power electronics (rectifiers, inverters, PFC stages) capable of controlling power factor with millisecond precision. Most manufacturers default to unity power factor (cos φ = 1.0) to maximize charging efficiency and minimize internal heating. But that’s a choice, not a physical constraint. Within thermal and safety margins, the same hardware can operate at, say, cos φ = 0.95 lagging—effectively acting like a small inductive load—or cos φ = 0.95 leading, behaving like a capacitor.

From the grid’s perspective, the difference is profound. An inductive charger absorbs reactive power (helping to offset excess capacitive charging from underground cables); a capacitive one injects it (bolstering voltage where loads are heavy and lines are long). And crucially—unlike static capacitor banks—this adjustment can be made continuously, locally, and in response to real-time conditions.

The challenge has never been the capability—it’s been the coordination. How do you tell which stations should adjust, when, and by how much—without inconveniencing drivers, violating equipment limits, or destabilizing the network further?

That’s where the Jinan team’s work breaks new ground.


Led by Dong Xin and supervised by Kan Changtao, the research team didn’t just propose a control strategy—they rebuilt the optimization engine from the ground up.

Conventional approaches to dynamic reactive power optimization rely on well-established algorithms: particle swarm optimization (PSO), genetic algorithms (GA), or gradient-based methods. Each has strengths—PSO is fast; GA is robust—but all struggle with the scale and nonlinearity of modern distribution networks. With dozens of EV chargers, multiple photovoltaic (PV) inverters, several static VAR compensators (SVCs), and tap-changing transformers all interacting, the solution space becomes a high-dimensional maze riddled with local minima.

Worse, real-world constraints bite hard: a transformer tap can only move a few times a day; a charger’s power factor can’t swing wildly without risking harmonics or overheating; a driver expects their car to hit 80% state-of-charge by morning—no matter how much reactive support the grid requests.

The team turned to a relatively new metaheuristic: the Coati Optimization Algorithm (COA), inspired by the foraging and evasion behaviors of the South American coati—a clever, agile mammal known for its problem-solving in complex terrain.

In nature, coatis hunt in teams, communicate threats, and pivot strategies mid-chase. COA mimics this: it splits its “population” into explorers (scouting widely) and exploiters (refining promising leads), switching modes based on threat—or in algorithmic terms, stagnation—signals.

But raw COA, like many bio-inspired methods, can still get stuck. Early iterations may converge too quickly to a decent—but not optimal—solution. To counter this, the Jinan researchers introduced three key enhancements, each timed to a specific phase of the search:

First, at initialization, they applied refraction-based oppositional learning. Instead of randomly scattering candidate solutions across the search space, each random guess is paired with a “refracted opposite”—a mathematically perturbed mirror point. This boosts diversity before the first evaluation, ensuring the algorithm doesn’t miss promising regions near the boundaries.

Second, during the exploration phase, they embedded Lévy flight dynamics—a pattern seen in albatrosses and sharks, where short, local steps are interspersed with rare, long jumps. This prevents the search from bogging down in local valleys; occasional big leaps let the algorithm escape dead ends and rediscover distant, higher peaks.

Third, in the exploitation phase, they added a logarithmic spiral search around the current best candidate—mimicking how some predators circle prey before the final strike. This fine-tunes convergence without overshooting, balancing intensification with stability.

Together, these upgrades form the Improved Coati Optimization Algorithm (ICOA)—a hybrid method that, in simulations, converges 40% faster than standard COA and finds solutions 5.5% better (in terms of network loss reduction) than PSO on the IEEE 33-node test feeder.

But speed and precision matter only if the solution is practical. So the team built their model around real-world constraints:

  • Charger power factor limited to [0.9, 1.0]—well within IEC/EN standards.
  • Battery state-of-charge (SOC) trajectories enforced to meet user-specified targets by departure time.
  • Transformer tap changes capped at five per day.
  • SVC outputs bounded by physical ratings (e.g., 900 kvar at Bus 17).

The objective? A dual goal: minimize total daily energy loss and maximize net revenue for charging station operators—factoring in electricity purchase cost, charging fees, and—critically—reactive power compensation payments from the grid.

Yes: in forward-looking markets, reactive support is monetizable. The model assumes station operators receive a small credit (e.g., $0.02/kvarh) for providing voltage regulation services—turning grid support from a cost center into a profit stream.


The simulation results are compelling.

In the IEEE 33-node urban distribution model—representing a typical downtown radial network with four EV charging clusters, three SVCs, and distributed PV—the ICOA-driven strategy achieved:

  • 10.5% reduction in peak network losses (from 411 kW to 368 kW at 13:00).
  • Average user charging cost reduction of 15.6%, despite slightly longer charge times. How? The reactive power subsidy more than offset the extra energy cost of extended sessions.
  • 19.7% increase in system-wide reactive power margin—meaning more headroom before emergency measures (e.g., load shedding) are needed.
  • Voltage compliance improved by 7.2 percentage points during EV peak hours (17:00–20:00), with zero violations at critical nodes like Bus 30—a known weak point in the base case.

Perhaps most striking is the spatial effect. Traditional voltage control is centralized: a substation senses an undervoltage event and signals a capacitor bank to switch in—minutes later, possibly too late, and certainly not tailored to local conditions.

Here, the response is distributed and instantaneous. When Bus 29’s voltage dips at 18:45, the nearby EV cluster at Node 29 itself provides capacitive support—within milliseconds—by shifting its aggregate power factor from 0.98 to 0.92 leading. No communication latency. No coordination overhead. Just local sensing and autonomous action, guided by the day-ahead ICOA schedule.

It’s like giving every neighborhood its own shock absorber.

Drivers notice nothing. Their cars still reach target SOC by departure. Charging power dips slightly when reactive support is active—but the energy delivered simply takes a few extra minutes, often during off-peak tariff windows. In exchange, they may even see lower net costs.

For utilities, the wins are strategic: deferring expensive infrastructure upgrades (e.g., new transformers or regulators), integrating more renewables without voltage violations, and improving reliability metrics (SAIDI/SAIFI) without new hardware.


Of course, challenges remain.

The study assumes coordinated charger control—a fleet operator or charging network with centralized management rights. Rolling this out across fragmented, third-party-owned public chargers will require standards, incentives, and possibly regulatory nudges (e.g., mandating “grid-support mode” as a default in new hardware certifications).

Cybersecurity is non-negotiable. Any system that lets external actors tweak a charger’s power electronics must be hardened against spoofing, denial-of-service, or malicious setpoint injection. End-to-end encryption, hardware-secure elements, and periodic firmware attestation aren’t optional—they’re baseline.

Then there’s the human factor. Will drivers accept “smart charging” that may extend their session by 5–10 minutes if it lowers their bill? Early pilot data (not in this study, but from projects in Oslo and San Diego) suggests yes—if the trade-off is transparent and the benefit tangible.

And finally, the algorithm itself—while robust in simulation—must prove itself in hardware-in-the-loop tests and, eventually, field trials. Real grids have noise, unmodeled harmonics, communication dropouts, and unexpected contingencies. ICOA’s elegance must survive the messiness of reality.

Kan Changtao, the study’s corresponding author, acknowledges this. In interviews (paraphrased here for style), he notes: “Our next step is co-simulation with real charger firmware and grid SCADA systems. We’re also exploring game-theoretic extensions—what if EV owners can ‘bid’ their flexibility into a local reactive power market? The physics is ready. Now we need the economics and governance to catch up.”


What makes this work stand out isn’t just the technical novelty—it’s the pragmatism. No new hardware. No exotic batteries. No requirement for V2G (vehicle-to-grid) capability—still a niche feature outside Japan and the Netherlands.

Instead, it repurposes existing power electronics in existing chargers, using existing communication channels (e.g., OCPP 1.6/2.0), guided by an optimization engine tuned for real-world messiness.

It’s a reminder that the most transformative innovations aren’t always the flashiest. Sometimes, they’re the ones that quietly reframe a problem—turning a liability into an asset, a drain into a buffer, a constraint into a control variable.

The electric car was never just about replacing the internal combustion engine. It was about reimagining the relationship between energy, mobility, and infrastructure.

Now, even while parked, it’s helping hold the lights on.

Dong Xin, Li Guang, Qiao Rongfei, Liu Shen, Kan Changtao
State Grid Jinan Power Supply Company, Jinan, China
Shandong Electric Power, Vol. 51, Issue 12, 2024
DOI: 10.20097/j.cnki.issn1007-9904.2024.12.001

Leave a Reply 0

Your email address will not be published. Required fields are marked *