EV Charging Station Transformer Sizing: Complete Calculation Guide

Table of Contents

Why Transformer Sizing Is the #1 Design Decision

When planning a commercial EV charging station, transformer sizing is the single most consequential engineering decision. An undersized transformer causes thermal overload, accelerated insulation aging, and nuisance tripping during peak charging sessions. An oversized transformer wastes capital — a 2000 kVA unit costs 40-60% more than a properly sized 1250 kVA alternative, while also drawing higher no-load losses 24/7.

Getting the sizing right means balancing three competing constraints:

  • Connected load: The total nameplate power of all chargers
  • Simultaneity factor: Not all chargers operate at full power at the same time
  • Future expansion: Most operators add chargers within 2-3 years of commissioning

This guide walks through the complete calculation methodology, cites the relevant IEC standards, and provides a real-world worked example for a 4×150 kW DC fast charging hub — one of the most common configurations being deployed worldwide in 2026.

The Global EV Charging Build-Out Driving Demand

The scale of infrastructure deployment is staggering. According to the IEA’s Global EV Outlook 2026, the total stock of public charging points worldwide exceeded 7 million at the end of 2025, with 1.8 million new chargepoints added in a single year — a 33% year-on-year increase [$TRAE_REF](https://www.iea.org/reports/global-ev-outlook-2026/electric-vehicle-charging-chap-6-and-10).

Fortune Business Insights values the global EV charging infrastructure market at USD 45.78 billion in 2025, projected to reach USD 279.34 billion by 2034 at a CAGR of 22.3% [$TRAE_REF](https://www.fortunebusinessinsights.com/electric-vehicle-charging-infrastructure-market-117438). The DC fast charging segment, which requires the largest transformers and most complex switchgear, is growing even faster — driven by highway corridor deployments, fleet electrification, and the transition to ultra-fast 350+ kW chargers.

Every one of these charging stations — whether a 2-stall urban site or a 20-stall highway superhub — requires a dedicated step-down transformer to convert medium-voltage grid supply into the low-voltage power that chargers consume. The transformer is the gateway between the utility grid and the charging infrastructure, and its sizing directly determines how many vehicles the station can serve simultaneously and how reliably it can operate under peak loads.

Key Parameters You Must Know Before Sizing

Before running any calculations, you need to gather these seven parameters from your utility, charger manufacturer, and site plan:

ParameterSymbolTypical ValuesWhy It Matters
Grid voltage (incoming)U₁10 kV, 20 kV, 35 kVDetermines transformer primary side rating
Charger output powerP_charger30, 60, 120, 150, 240, 350 kWBase load for total power calculation
Number of chargersN2–20+ per siteMultiplies the connected load
Simultaneity factorK_t0.5–0.9 (see table below)Accounts for chargers not all at full power simultaneously
Charger efficiencyη0.90–0.95Input power = output power ÷ efficiency
Power factorcos φ0.85–0.95 (with PFC)Converts kW to kVA
Auxiliary loadP_aux10–30 kWLighting, HVAC, monitoring, DC converters

Simultaneity Factor (K_t) Reference Table

The simultaneity factor is the most debated parameter in EV charging transformer sizing. It represents the fraction of total charger capacity that is simultaneously drawing power at any given time. Based on operational data from charging networks in China, Europe, and North America:

Number of ChargersK_t (Conservative)K_t (Typical)K_t (Aggressive)Typical Application
≤50.900.800.70Small commercial sites, fleet depots
6–100.800.700.60Highway rest areas, shopping centers
11–200.700.600.50Large charging hubs, logistics parks
>200.650.550.45Mega hubs, highway corridors

Recommendation: Use the “Typical” column for initial sizing, then verify with the “Conservative” value. The “Aggressive” column should only be used when you have site-specific utilization data supporting it.

Transformer Sizing Formula for EV Charging Stations

The transformer capacity for an EV charging station is calculated using the following formula, which accounts for charger load, simultaneity, efficiency, power factor, and auxiliary systems:

Stransformer = (N × Pcharger × Kt) ÷ (η × cos φ) + Saux

Where:

  • Stransformer = Required transformer capacity (kVA)
  • N = Number of charging units
  • Pcharger = Rated output power per charger (kW)
  • Kt = Simultaneity factor (from table above)
  • η = Charger efficiency (typically 0.92 for modern DC fast chargers)
  • cos φ = Power factor (0.90 with active PFC)
  • Saux = Auxiliary load kVA (lighting, HVAC, monitoring, typically 10-30 kVA)

After calculating the required capacity, apply a 20% safety margin to account for future expansion, load growth, and thermal derating at elevated ambient temperatures:

Srated = Stransformer × 1.20

Then round up to the nearest standard transformer rating (e.g., 315, 400, 500, 630, 800, 1000, 1250, 1600, 2000, 2500 kVA per IEC 60076 standard).

Step-by-Step Calculation Example: 4×150 kW DC Fast Charging Hub

Let’s work through a real-world scenario: a highway DC fast charging hub with 4×150 kW chargers, supplied by a 10 kV medium-voltage grid connection.

Step 1: Identify Input Parameters

  • Number of chargers: N = 4
  • Charger output power: Pcharger = 150 kW each
  • Simultaneity factor (4 chargers, typical): Kt = 0.80
  • Charger efficiency: η = 0.92
  • Power factor: cos φ = 0.90
  • Auxiliary load (lighting + HVAC + monitoring): Saux = 20 kVA
  • Grid voltage: 10 kV (primary), 400 V (secondary)

Step 2: Calculate Connected Charger Load

Total charger output power:

Ptotal = N × Pcharger = 4 × 150 kW = 600 kW

Step 3: Apply Simultaneity and Efficiency

Accounting for the fact that not all chargers operate at full power simultaneously, and including charger conversion losses:

Pinput = (Ptotal × Kt) ÷ η = (600 × 0.80) ÷ 0.92 = 521.7 kW

Step 4: Convert to kVA

Converting active power (kW) to apparent power (kVA) using the power factor:

Scharger = Pinput ÷ cos φ = 521.7 ÷ 0.90 = 579.7 kVA

Step 5: Add Auxiliary Load

Stransformer = Scharger + Saux = 579.7 + 20 = 599.7 kVA

Step 6: Apply 20% Safety Margin

Srated = 599.7 × 1.20 = 719.6 kVA

Step 7: Select Standard Rating

Round up to the nearest standard IEC 60076 transformer rating:

→ Select: 800 kVA transformer

This 800 kVA rating provides comfortable headroom — the transformer will operate at approximately 75% of rated capacity under the assumed simultaneity conditions, which is within the optimal efficiency band for most distribution transformers (typically 50-80% loading).

💡 Pro Tip: If you plan to add 2 more chargers within 2 years (total 6×150 kW), recalculate with N=6 and K_t=0.70: Stransformer = (900×0.70÷0.92÷0.90) + 20 = 782.9 kVA → Srated = 939.5 kVA → select 1000 kVA. Specifying 1000 kVA upfront avoids a costly transformer replacement later.

Dry-Type vs Oil-Immersed: Which Is Right for EV Charging?

After determining the kVA rating, the next critical decision is the insulation type. Both dry-type and oil-immersed transformers are used in EV charging applications, but they have distinct advantages:

CharacteristicDry-Type (Cast Resin)Oil-Immersed
Fire riskVery low (F1 class, self-extinguishing)Higher (requires fire-rated vault or outdoor installation)
Indoor installation✓ No restrictionsRequires fire-rated vault per NFPA 70/IEC 61936
Outdoor installation✓ With proper enclosure (IP54+)✓ Standard practice
Efficiency at 50% load97.5–98.2%98.5–99.2%
MaintenanceLow (no oil to sample/replace)Regular oil sampling, filtration, eventual replacement
Environmental riskNone (no oil to leak)Oil leak risk, especially in environmentally sensitive areas
Initial cost15–25% higherLower
Noise level55–65 dB50–58 dB (quieter)
Best forIndoor, urban, multi-storey, environmentally sensitive sitesOutdoor, rural, highway corridor, cost-sensitive projects

For most commercial EV charging stations, dry-type transformers are preferred because they can be installed indoors or in compact prefabricated substations without fire-rated vaults, and they eliminate the environmental risk of oil leaks — a critical consideration for sites near waterways or in urban areas with strict environmental regulations.

GOHO manufactures both types: the SCBH15 amorphous dry-type transformer for indoor/urban installations and the S11-M oil-immersed transformer for outdoor/cost-sensitive applications. Both comply with IEC 60076 and are available in ratings from 30 kVA to 2500 kVA.

Harmonic Loading and K-Factor Considerations

DC fast chargers are non-linear loads — they draw current in pulses rather than sinusoidally, generating harmonic currents that flow back through the transformer. These harmonics cause additional heating in the transformer windings and core, reducing effective capacity.

What This Means for Sizing

If your EV charging station uses chargers without active power factor correction (PFC), or if you’re installing a large number of ultra-fast chargers (350 kW+), you need to account for harmonic derating:

  • K-factor rated transformers: Specify K-13 or K-20 rating for sites with heavy harmonic loads. A K-13 transformer can handle 33% harmonic current distortion without derating.
  • Derating factor: If using a standard transformer, apply an additional 10-15% derating for harmonic loading. This means multiplying your calculated Srated by 1.10-1.15.
  • Active harmonic filters: As an alternative to K-factor transformers, active harmonic filters (AHF) can be installed on the low-voltage side to reduce THDi to below 5%, allowing use of standard transformers.

For the 4×150 kW example above, modern chargers with active PFC typically produce THDi of 5-8%, which is within the tolerance of a standard dry-type transformer without derating. However, if you’re planning a 10+ charger hub with 350 kW ultra-fast units, specify at minimum a K-13 rated transformer or plan for harmonic mitigation.

Harmonic mitigation is also critical for the low-voltage switchgear and capacitor compensation cabinets downstream of the transformer — harmonics can cause capacitor failure and breaker nuisance tripping if not properly addressed.

Installation Types: Prefabricated Substation vs Equipment Room

How you house the transformer significantly impacts project cost, timeline, and maintenance access:

Option 1: Prefabricated Substation (Compact Substation)

A prefabricated substation (also called a compact substation or box-type substation) integrates the MV switchgear, transformer, and LV distribution panel into a single weatherproof enclosure. This is the most common choice for EV charging stations because:

  • Fast deployment: Factory-assembled, delivered to site ready to connect
  • Compact footprint: 50-70% smaller than a conventional equipment room
  • Outdoor rated: IP54 enclosure, no building required
  • Cost-effective: Eliminates the need for a dedicated equipment building

Option 2: Dedicated Equipment Room

For large charging hubs (10+ chargers) or indoor urban installations, a dedicated equipment room offers:

  • Better ventilation: Forced air cooling allows higher continuous loading
  • Easier maintenance: Full access to all equipment for inspection and repair
  • Future expansion: Space for additional transformers or switchgear
  • Higher cost: Requires construction, HVAC, fire protection systems

For most highway and commercial EV charging stations with 2-8 chargers, a prefabricated substation with an 800-1250 kVA dry-type transformer is the optimal choice — it minimizes civil works, reduces project timeline by 4-8 weeks, and can be relocated if the site underperforms.

5 Common Sizing Mistakes That Cost Real Money

  1. Sizing for 100% simultaneity: Specifying a transformer sized for all chargers at full power simultaneously (K_t = 1.0) adds 20-40% to transformer cost with zero operational benefit. Real-world utilization data shows peak simultaneity rarely exceeds 0.70-0.75 for sites with 4+ chargers.
  2. Ignoring harmonic loading: Standard transformers derated by harmonics may overheat during sustained fast charging sessions. Always confirm charger THDi with the manufacturer and specify K-factor rating if THDi > 8%.
  3. Forgetting auxiliary loads: Site lighting, security cameras, HVAC for equipment enclosures, DC-DC converters for monitoring systems — these can add 15-30 kVA that is easily overlooked but causes overload when combined with peak charging.
  4. No future expansion margin: EV charging utilization is growing 30%+ annually. A transformer sized exactly for today’s load will need replacement within 2-3 years. The 20% margin is not optional — it’s the minimum.
  5. Mismatched voltage ratios: Some utility grids provide 20 kV or 35 kV, not the standard 10 kV. Confirm the actual grid voltage with the utility before ordering — a transformer with the wrong primary voltage ratio cannot be field-adjusted.

Key Takeaways and Next Steps

Proper transformer sizing for EV charging stations comes down to a structured, formula-driven approach:

  1. Gather all seven input parameters (chargers, K_t, efficiency, PF, auxiliary load, grid voltage)
  2. Calculate Stransformer using the formula: (N × P × K_t) ÷ (η × cos φ) + Saux
  3. Apply 20% safety margin for future expansion
  4. Round up to nearest standard IEC 60076 rating
  5. Choose dry-type for indoor/urban, oil-immersed for outdoor/cost-sensitive
  6. Verify harmonic loading and specify K-factor if needed

The EV charging infrastructure market is projected to grow from $45.78 billion in 2025 to $279.34 billion by 2034 [$TRAE_REF](https://www.fortunebusinessinsights.com/electric-vehicle-charging-infrastructure-market-117438) — every new station needs a properly sized transformer. Getting this calculation right is the foundation of a reliable, cost-effective, and future-proof charging infrastructure.

Need help specifying the right transformer for your EV charging project? GOHO’s engineering team provides complimentary sizing calculations and product selection. Contact us with your site specifications and charger configuration.

Related Articles

About the Author

GOHO Engineering Team — With over 15 years of experience in medium and low-voltage electrical equipment manufacturing, our team designs and produces distribution transformers, dry-type transformers, and prefabricated substations for EV charging infrastructure projects worldwide. All GOHO transformers comply with IEC 60076 and are type-tested for reliability in demanding operational environments. Learn more about GOHO.

Last Updated: September 2026 | This article references data from IEA Global EV Outlook 2026 and Fortune Business Insights EV Charging Infrastructure Market Report.

Scroll to Top