Learn PLCs free
Programming Guides11 min read4 983 words

Star-Delta Starter Explained: How It Works and Wiring

The star-delta (wye-delta) starter explained — why it reduces starting current, the three contactors and timer, the wiring and sequence, and modern alternatives.

IAE
Senior PLC Programmer
15+ years hands-on experience • 50+ automation projects completed
PLC
Programming Excellence

When a large induction motor starts across-the-line, it draws five to eight times its full-load current for several seconds. On a 75 kW motor that might be 400 A or more — enough to trip upstream breakers, dim plant lighting, and stress windings every start cycle. The star-delta starter is the oldest and most widely deployed solution to that problem, and for many applications it remains the right one.

This guide explains exactly how it works, why it cuts starting current, what the three contactors and timer actually do, how to wire the six motor leads, and when to choose a soft starter or VFD vs soft starter instead. It ends with the controls engineer's view: how to replace the mechanical timer relay with a PLC ladder sequence that is easier to commission, easier to troubleshoot, and safer to operate.

Star-delta starter sequence: KM1 main contactor, KM3 star contactor, timer, KM2 delta contactor closing steps with current reduction Horizontal flow diagram showing the five-step star-delta starting sequence: start command energises KM1 and KM3 simultaneously for star connection at one-third line current, timer counts down, KM3 opens, dead-time elapses, then KM2 closes for delta at full voltage. 1. Start KM1 closes KM3 closes Star config I = 1/3 DOL T = 1/3 DOL 2. Accelerate KM1 + KM3 on Timer runs 5–15 s typical Motor builds to 70–90% speed 3. KM3 Opens Timer expires Star point broken Motor momentarily disconnected Open transition 4. Dead Time 30–100 ms gap Rotor flux decays PLC timer T4:1 Reduces transition current spike 5. Delta Run KM2 closes Full line voltage Full torque Full speed KM2+KM3 interlocked Star: 1/3 I_DOL Delta: Full I_DOL KM2 and KM3 must be mechanically AND electrically interlocked — simultaneous closure destroys the motor
Star-delta starting sequence: star connection limits starting current to 1/3 of DOL; after the timer and dead-time, KM2 closes for full-voltage delta operation.

What Is a Star-Delta Starter?

A star-delta starter (also called a wye-delta starter in North American terminology) is a reduced-voltage motor starting method that connects the stator windings in a star (Y) configuration during starting and then reconnects them in delta (Δ) for normal running. It requires no resistors or autotransformer — the geometry of the winding connection itself limits the voltage applied to each coil.

The technique works only on motors that are designed and wired for delta operation at line voltage. A motor rated 400 V delta / 690 V star on a 400 V system can run star-delta. A motor rated 400 V star only cannot — there are no accessible winding ends to reconnect.

The IEC standard designation is "star-delta starter." North American documentation uses "wye-delta starter." Both mean exactly the same thing.

Why Star-Delta Reduces Starting Current

Understanding the current reduction starts with understanding what changes when you switch from star to delta.

In a delta connection, each winding sees the full line-to-line voltage (V_L). In a star connection, each winding sees line-to-line voltage divided by √3 — approximately 57.7% of line voltage.

Because motor impedance is largely fixed by design, current through each winding is proportional to the voltage across it. In star:

Quantity Star (starting) Delta (running) Ratio
Voltage per winding V_L / √3 V_L 1 / √3 ≈ 0.577
Current per winding I_delta / √3 I_delta 1 / √3
Line current drawn I_delta / 3 I_delta 1/3
Torque produced T_delta / 3 T_delta 1/3

The line current in star is exactly one-third of what it would be in delta at the same speed. Torque is also one-third. That 1/3 reduction is the fundamental mathematical property of the star-delta starter — it is not approximate, it follows directly from the voltage-current relationship and the geometry.

A motor that would draw 600 A starting across-the-line draws approximately 200 A in star. The supply system, cables, and upstream protection only see that reduced demand during the starting period.

Star vs delta winding connection: voltage per winding, line current ratio, and torque ratio comparison for three-phase induction motor Side-by-side comparison of star and delta winding connections for a 400 V three-phase motor, showing that each winding in star sees 231 V (line voltage divided by root 3) while each winding in delta sees 400 V, resulting in line current at one third and starting torque at one third in star compared to delta. Star (Y) — Starting Star point (N) U2,V2,W2 V per winding = 400 ÷ √3 = 231 V Line current = 1/3 × I_delta Torque = 1/3 × T_delta

Delta (Δ) — Running

L1→U1 L2→V1 L3→W1 V per winding = 400 V (full line) Line current = Full I_delta Torque = Full T_delta
Star connection reduces winding voltage to 231 V (V_line ÷ √3) — cutting line current and starting torque to exactly 1/3 of their across-the-line delta values.

The trade-off is the torque reduction. If the motor must accelerate a high-inertia load or start against significant back-pressure, one-third of normal starting torque may not be enough to accelerate the load to a speed where the transition to delta can be made without excessive current spike.

The Components of a Star-Delta Starter

A conventional star-delta starter contains five main components:

1. Main contactor (KM1) Connects the supply to the motor terminals. It remains closed throughout both the star period and the delta period. It is always the last to open on stop.

2. Star contactor (KM3) Connects the "secondary" motor terminals (U2, V2, W2) together to form the star point. It is closed during starting only. A mechanical interlock — either an auxiliary contact or a physical bar — prevents it from closing simultaneously with the delta contactor.

3. Delta contactor (KM2) Connects U2 to W1, V2 to U1, and W2 to V1, forming the delta loop. It closes after the timer expires and the star contactor has opened.

4. Timer relay (KT) Controls the star-to-delta transition delay. Typical settings range from 5 to 15 seconds depending on motor size and load inertia. The timer is started when the main contactor energises and times out when the motor has accelerated enough to tolerate the transition.

5. Thermal overload relay Monitors motor current and trips the circuit on sustained overcurrent. Sized to the motor's full-load current rating in delta. Note that in star the line current is 1/√3 of the winding current, so the overload relay sees reduced current during starting — this is expected and correct.

The Starting Sequence Step by Step

The complete star-delta starting sequence proceeds as follows:

  1. Start command received — operator presses START or a PLC output energises the starter coil.
  2. KM1 closes (main contactor) — supply is connected to motor terminals U1, V1, W1.
  3. KM3 closes simultaneously (star contactor) — U2, V2, W2 are shorted together. The motor starts in star with 1/3 line current and 1/3 torque.
  4. Timer begins counting — the timer relay (or PLC timer) starts its preset delay.
  5. Motor accelerates — under reduced torque the motor accelerates the load. For most centrifugal pump and fan loads, speed reaches 70–90% of synchronous speed before the timer expires.
  6. Timer times out — the timer output opens the star contactor coil.
  7. KM3 opens (star contactor drops out) — the star point is broken. The motor is momentarily disconnected.
  8. Short dead-time — in open transition starters a brief period (typically 30–100 ms) elapses with no current flowing. This is the "open transition" gap.
  9. KM2 closes (delta contactor) — the winding ends are reconnected in delta at full line voltage. Normal running begins.
  10. Stop command — KM2 drops out, then KM1 drops out. Motor coasts to rest.

The interlock between KM2 and KM3 is critical for safety. If both contactors close simultaneously, two phases are short-circuited through the winding. This produces a fault current that will destroy the motor and trip the supply. The interlock must be both electrical (auxiliary contacts) and mechanical (physical interlock block on the contactor frame).

Open Transition vs Closed Transition

This is the most commonly misunderstood aspect of star-delta starters.

Open transition is the standard configuration described above. When the star contactor opens, there is a brief moment with no supply to the motor. During this dead time the motor acts as a generator, with a rotor field spinning at close to synchronous speed. When the delta contactor closes, the motor's residual voltage may be out of phase with the supply, producing a transition current spike that can equal or exceed the original across-the-line starting current. This spike stresses the winding insulation, the contactors, and the driven load coupling on every start.

Closed transition eliminates this spike by inserting resistors (or a small autotransformer) in the circuit during the changeover. The resistors carry current during the brief overlap period, ensuring the motor never loses supply and the transition is smooth. Closed transition starters are larger, more expensive, and less common — but they are the correct choice for high-inertia loads or applications where the transition spike causes mechanical shock.

Feature Open Transition Closed Transition
Transition current spike Yes — can be large Minimal
Component count Lower Higher (transition resistors)
Cost Lower Higher
Suitable for high inertia Marginal Yes
Mechanical stress on coupling Present Minimal

Wiring Overview: The Six Motor Leads

Star-delta starting requires access to all six winding terminals of the motor. A motor with only three external terminals cannot be used.

The six terminals are labelled according to IEC convention: U1, V1, W1 (supply-side winding ends) and U2, V2, W2 (opposite winding ends). North American IEC-style motors use the same labelling; older NEMA motors may use T1–T6 or other designations.

The wiring assignment for a three-phase 400 V system:

Supply L1 ──── KM1 ──── U1 ──────────────────────┐
Supply L2 ──── KM1 ──── V1 ──────────────────────┤  Motor
Supply L3 ──── KM1 ──── W1 ──────────────────────┘  windings
                                                   │
                        U2 ─── KM2 ─── W1 (delta) │
                        V2 ─── KM2 ─── U1 (delta) │
                        W2 ─── KM2 ─── V1 (delta) │
                                                   │
                        U2 ─── KM3 ─── Star point  │
                        V2 ─── KM3 ─── Star point  │
                        W2 ─── KM3 ─── Star point  ┘

The star contactor (KM3) shorts U2, V2, W2 together. The delta contactor (KM2) cross-connects each secondary terminal to a different supply-phase terminal (creating the Δ loop). The main contactor (KM1) simply connects L1/L2/L3 to U1/V1/W1 and stays closed throughout.

Always verify the motor nameplate: it must state a delta voltage equal to your supply voltage (e.g., 400 V Δ / 690 V Y on a 400 V system). Connecting a star-rated motor in delta at line voltage will over-flux the iron and destroy the motor.

Limitations of Star-Delta Starting

Star-delta is not the right solution for every motor. Its limitations are significant:

Low starting torque. One-third of across-the-line torque may not be enough to break loose a loaded conveyor, lift a pump against a closed valve, or start a compressor against residual pressure. Always verify the load's required starting torque against the motor's available torque in star.

Fixed reduction ratio. The 1/3 current / 1/3 torque reduction is mathematically fixed. Unlike a soft starter or VFD, you cannot adjust the starting voltage ramp to match the load characteristics.

Open-transition spike. As described above, the transition current transient stresses equipment on every start. On systems with many starts per hour, this cumulative stress shortens motor and contactor life.

Six-lead motor required. Motors with internally connected windings, single-voltage motors, or motors with fewer than six accessible terminals cannot use this starting method.

Not suitable for high-frequency starts. Contactors have mechanical life ratings measured in operations. A star-delta starter performs two additional contactor operations (open and close of the star, close of the delta) on every start compared to a DOL (direct-on-line) starter. High-cycle applications wear contactors faster.

No controlled deceleration. Like all contactor-based starters, star-delta provides no ramp-down — the motor disconnects and coasts. If soft stopping is required, a VFD vs soft starter comparison is the right next step.

Star-Delta vs Soft Starter vs VFD

Choosing between starting methods comes down to three questions: What does the load need during starting? How often does it start? Does it need speed control during running?

Criterion Star-Delta Soft Starter VFD
Starting current reduction ~33% of DOL Adjustable (typically 30–70%) Adjustable (typically 20–50%)
Starting torque control Fixed at 33% Adjustable Fully adjustable
Open-transition spike Yes (open type) No No
Soft stop capability No Yes Yes
Running speed control No No Yes
Energy saving at partial load No Minimal Significant (fan/pump loads)
Motor lead requirement 6 leads (delta-rated) 3 leads 3 leads
Relative installed cost Lowest Medium Highest
Suitable for high-inertia loads Limited Yes Yes

For centrifugal pumps and fans that are unloaded at start, star-delta is often the correct and most cost-effective choice. For compressors, conveyors, or any load that requires torque at start, evaluate a soft starter or VFD. For loads that need variable speed during running, only a VFD makes sense.

Star-delta starter vs soft starter vs VFD comparison: starting current, torque control, soft stop, speed control, and cost per axis Side-by-side comparison of three motor starting and control methods across five criteria: starting current reduction, torque control, soft stop capability, running speed control, and relative installed cost, showing trade-offs between star-delta simplicity, soft starter adjustability, and VFD full control. Star-Delta Soft Starter VFD Starting current Torque control Soft stop Speed control Installed cost ~33% of DOL Fixed at 33% None None Lowest $$ Adjustable 30–70% Adjustable ramp Yes None Medium $$$ Adjustable 20–50% Fully adjustable Yes Yes — full range Highest $$$$ Star-delta: correct for centrifugal pumps and fans unloaded at start — lowest installed cost, proven simplicity. Choose VFD when variable running speed matters; soft starter when torque profile or soft-stop is required.
Star-delta vs soft starter vs VFD — star-delta has the lowest cost and fixed 1/3 current reduction; soft starters add adjustability; VFDs add full speed control.

Replacing the Timer Relay with a PLC

This is where the star-delta starter becomes genuinely interesting from a controls perspective. The mechanical timer relay is the most common failure point in any star-delta installation — it drifts, it sticks, and when it fails at the wrong moment the motor either never transitions to delta (runs forever in star and overheats) or transitions too early (stalls the load).

A PLC replaces the timer with a software TON instruction, adds interlocking logic that a relay panel cannot easily implement, and provides diagnostic outputs that maintenance can read from an HMI. If you are already familiar with motor start/stop ladder logic or have worked through the ladder logic tutorial, the star-delta sequence is a natural next step.

PLC I/O Assignment

Inputs:
  I:0/0  — Start pushbutton (NO)
  I:0/1  — Stop pushbutton (NC, wired stop-on-open)
  I:0/2  — Overload relay (NC)
  I:0/3  — KM1 auxiliary (run feedback)
  I:0/4  — KM2 auxiliary (delta feedback)
  I:0/5  — KM3 auxiliary (star feedback)

Outputs:
  O:0/0  — KM1 coil (main contactor)
  O:0/1  — KM2 coil (delta contactor)
  O:0/2  — KM3 coil (star contactor)
  O:0/3  — Running indicator
  O:0/4  — Fault indicator

Internal bits:
  B3:0/0 — Run command (seal-in bit)
  B3:0/1 — Transition complete
  B3:0/2 — Fault latch

Timers:
  T4:0   — Star run timer (TON, preset = 10 s)
  T4:1   — Transition dead-time (TON, preset = 80 ms)

Ladder Sequence

; Rung 0 — Run command with seal-in
; Start button OR seal-in, gated by Stop and Overload NC contacts
[  I:0/0  ]  [  B3:0/0  ]                          [ B3:0/0 ]
[---] [---+---] [----------]  [I:0/1 NC] [I:0/2 NC]---( )----
                                                    [B3:0/2 NC]

; Rung 1 — Main contactor KM1
; Energise KM1 whenever run command is active and no fault
[  B3:0/0  ]  [  B3:0/2 NC  ]
[---] [-------] [--------------]---------------------------( O:0/0 )

; Rung 2 — Star timer: start counting when KM1 energises
[  O:0/0  ]  [  B3:0/1 NC  ]
[---] [-------] [--------------]---------------------------( TON T4:0 PRE:10000 )

; Rung 3 — Star contactor KM3: close when KM1 is on, open when timer done
;           Interlock: O:0/1 NC prevents KM3 and KM2 from both being on
[  O:0/0  ]  [  T4:0/DN NC  ]  [  O:0/1 NC  ]
[---] [-------] [----------] ----] [-----------]----------( O:0/2 )

; Rung 4 — Dead-time timer: start when star opens (T4:0 done, O:0/2 off)
[  T4:0/DN  ]  [  O:0/2 NC  ]
[---] [-------] [-------------- ]-------------------------( TON T4:1 PRE:80 )

; Rung 5 — Transition complete bit: set when dead-time expires
[  T4:1/DN  ]
[---] [---------]--------------------------------------------( B3:0/1 )

; Rung 6 — Delta contactor KM2: close after transition complete
;           Interlock: O:0/2 NC prevents KM2 and KM3 from both being on
[  B3:0/0  ]  [  B3:0/1  ]  [  O:0/2 NC  ]
[---] [-------] [----------] --] [----------]---------------( O:0/1 )

; Rung 7 — Fault detection: overload or contactor conflict
; Flag fault if overload trips or if KM2 and KM3 are both on (weld detection)
[  I:0/2  ]
[---] [/]-------------------------------------------------------+--( B3:0/2 )
[  O:0/1  ]  [  O:0/2  ]                                        |
[---] [-------] [---------]--------------------------------------+

; Rung 8 — Fault indicator output
[  B3:0/2  ]
[---] [---------]--------------------------------------------( O:0/4 )

; Rung 9 — Running indicator: on in delta, off in star and stopped
[  O:0/1  ]
[---] [---------]--------------------------------------------( O:0/3 )

Key Points About This Ladder Program

The dead-time timer (T4:1) enforces the open-transition gap in software. Rather than relying on the mechanical dropout time of the star contactor alone, the PLC waits a defined period after T4:0 times out before permitting the delta contactor to close. This makes the transition delay consistent regardless of contactor age or coil voltage variation.

The dual interlock on KM2 and KM3 (auxiliary NC contacts in hardware, NC output bits in software) provides defence-in-depth. Even if the program logic has a latent bug, the hardware interlock prevents simultaneous closure. Never rely on software interlocks alone for protection against high-fault-energy events — this principle applies to all contactor-based motor control. See the PLC programming basics guide for the broader principles behind safe I/O design.

Star-delta PLC control ladder logic structure: TON star timer, dead-time timer, KM3 star contactor rung, KM2 delta contactor rung, and contactor weld detection fault latch Block diagram showing the five key ladder logic rungs for PLC-controlled star-delta starting: run seal-in rung, main contactor KM1, TON star timer T4 colon 0, KM3 star contactor with timer done contact and delta interlock, dead-time TON T4 colon 1, KM2 delta contactor with star interlock, and fault latch for overload and contactor weld detection. R0: [Start PB] OR [Seal-in B3:0/0] AND [Stop NC] AND [OL NC] AND [Fault NC] → B3:0/0 R1: [Run B3:0/0] AND [Fault NC B3:0/2] → KM1 (O:0/0) R2: [KM1 on O:0/0] AND [Transition NC B3:0/1] → TON T4:0 (preset 10 s) R3: [KM1 on] AND [T4:0 not done NC] AND [KM2 NC — interlock] → KM3 Star (O:0/2) R4: [Run B3:0/0] AND [Transition B3:0/1] AND [KM3 NC — interlock] → KM2 Delta (O:0/1) R5: [OL trip NC] OR [KM2 AND KM3 both on — weld detect] → Fault latch B3:0/2
PLC ladder logic structure for star-delta control — dual TON timers enforce star duration and dead-time; software interlock on KM2/KM3 plus hardware auxiliary contacts provide defence-in-depth.

Contactor weld detection (Rung 7) monitors auxiliary feedback contacts from both KM2 and KM3. If both feedbacks are simultaneously active, the contactor that should be open has welded shut — a dangerous condition the program immediately flags as a fault and latches the starter off.

The fault latch (B3:0/2) requires a deliberate reset action (not shown, typically a keyed reset or HMI acknowledgement) before the motor can restart. This prevents automatic restarts after overload trips, which can mask a mechanical problem or make a process hazard worse.

Timer Preset Selection

The star-run timer preset (T4:0) is the commissioning parameter that most affects motor and load performance. Set it too short and the motor transitions to delta before it has accelerated sufficiently — producing a large transition spike and possible stall. Set it too long and the motor runs in star for longer than necessary, with winding temperature rising because the cooling fan is also running at reduced speed.

A practical commissioning procedure:

  1. Install a clamp meter on the supply cable monitoring line current.
  2. Start the motor in star with the T4:0 preset at maximum (20 s).
  3. Watch the current trace. Starting current peaks, then decays as the motor accelerates. When the current levels off (motor near synchronous speed), note the elapsed time.
  4. Set T4:0 to that elapsed time plus 1–2 seconds margin.
  5. Observe the transition current spike. If it is larger than expected, increase the dead-time timer T4:1 preset slightly — a longer dead time allows the rotor flux to decay further, reducing the out-of-phase voltage at delta closure.

Frequently Asked Questions

How does a star-delta starter work? A star-delta starter connects the motor windings in star (Y) at startup, applying reduced voltage (1/√3 of line voltage) to each winding. After a timed delay, it reconnects the windings in delta (Δ) at full line voltage. The star connection reduces starting line current to one-third of across-the-line current and starting torque to one-third, then full voltage and full torque are restored in delta for normal running.

Why does star-delta reduce starting current? In a star connection each winding receives only 57.7% of line voltage (V_line / √3). Since motor winding impedance is approximately constant at any given speed, lower voltage means proportionally lower winding current. When winding current is 1/√3 of its delta value, the line current drawn from the supply is 1/3 of what direct-on-line starting would draw. The reduction is exact, not approximate, and follows from basic three-phase circuit geometry.

What is open vs closed transition in star-delta starting? Open transition means there is a brief moment during the star-to-delta changeover when the motor is disconnected from the supply. The spinning rotor maintains a residual voltage that may be out of phase with the supply when the delta contactor closes, causing a current transient. Closed transition uses resistors to bridge the changeover gap, keeping the motor connected throughout and eliminating the transient. Most standard star-delta starters use open transition; closed transition is specified for sensitive or high-inertia applications.

Can a PLC control a star-delta starter? Yes. A PLC replaces the mechanical timer relay with a software TON instruction, enforces the interlock between the star and delta contactors in both software and hardware, and adds features the relay panel cannot provide: transition current monitoring, contactor weld detection, fault logging with timestamps, and remote start/stop from an HMI. The ladder sequence is straightforward for anyone with basic ladder logic skills — it is a practical next step after mastering the motor start/stop circuit.

What size motors is star-delta suitable for? Star-delta is typically applied to motors from around 11 kW upward where the starting current reduction delivers a meaningful benefit to the supply system. Below that range, direct-on-line starting is usually acceptable. There is no strict upper limit, but above 200–315 kW, soft starters and VFDs often become more cost-effective when their additional features (soft stop, energy saving, adjustable torque profile) are factored in.


The star-delta starter has been in industrial use for over a century because it is simple, reliable, and effective for the right applications. Understanding its mathematics, its wiring, and its sequence logic puts you in a position to commission it correctly, troubleshoot it quickly, and make an informed decision when a more capable starting method is genuinely needed.

#stardelta starter#wyedelta#motorstarting#reducedvoltage#contactor#motorcontrol
Share this article:

Related Articles