Delta to Wye Conversion Calculator

Convert between Delta (Δ) and Wye (Y) electrical circuit configurations and calculate equivalent resistances instantly.

Select the conversion direction, enter the three resistance values, and get the equivalent resistances for the other configuration.

Delta to Wye Conversion Calculator
Convert between Delta (Δ) and Wye (Y) electrical circuit configurations and calculate equivalent resistances instantly.

About Delta to Wye Conversion

The Delta (Δ) and Wye (Y) configurations are two fundamental ways to connect three resistors (or impedances) in a three-terminal electrical network. Named for their resemblance to the Greek letter delta and the letter Y, these topologies appear throughout electrical engineering, power systems, and circuit analysis. The ability to transform between them is an essential skill for simplifying complex networks that cannot otherwise be analyzed by simple series-parallel combinations. In a Delta configuration, three resistors are connected in a triangular loop between nodes A, B, and C. Each resistor sits directly between two of the three terminals: R12 between A and B, R23 between B and C, and R31 between C and A. The Delta arrangement is common in three-phase power distribution because it provides a path for circulating currents and simplifies the supply of reactive power. However, for circuit analysis purposes it is often easier to convert a Delta network to an equivalent Wye before applying Kirchhoff's laws or node voltage methods. In a Wye (also called Star) configuration, three resistors connect a central neutral node to each of the three outer terminals. Ra links the neutral to terminal A, Rb to terminal B, and Rc to terminal C. Because the neutral point is accessible, Wye networks make voltage measurements straightforward and are standard in balanced three-phase systems where the neutral carries return current. The Delta-to-Wye transformation formulas are derived by equating the resistance measured between every pair of terminals in both networks. For Delta resistances R1 (A-B), R2 (B-C), and R3 (C-A), the equivalent Wye resistances are: Ra = R1·R3 / (R1+R2+R3), Rb = R1·R2 / (R1+R2+R3), and Rc = R2·R3 / (R1+R2+R3). Notice that the sum R1+R2+R3 appears in every denominator — it acts as a normalising factor. The inverse Wye-to-Delta transformation is equally important. Given Wye resistances Ra, Rb, Rc, the equivalent Delta resistances are found using the sum S = Ra·Rb + Rb·Rc + Rc·Ra. Then R12 = S/Rc, R23 = S/Ra, and R31 = S/Rb. In a balanced network where Ra = Rb = Rc = R_Y, the equivalent Delta resistance is R_Δ = 3·R_Y. Conversely, each Wye arm equals one-third of the Delta arm: R_Y = R_Δ/3. These transformations are widely used in power-systems engineering to simplify load-flow calculations, in bridge circuit analysis to eliminate non-series-parallel branches, and in filter design where impedance matching requires shifting between topologies. The same formulas extend to complex impedances — simply replace each resistance R with an impedance Z = R + jX — making the technique equally applicable to AC circuits at any frequency.

Delta to Wye Conversion Examples

Worked examples showing both conversion directions with realistic resistance values.

Input ConfigurationResultNotes
Balanced Delta: R1 = R2 = R3 = 10 Ω → WyeRa = Rb = Rc = 3.33 ΩBalanced Delta converts to a balanced Wye where each arm is one-third of the Delta resistance.
Unbalanced Delta: R1 = 5 Ω, R2 = 10 Ω, R3 = 15 Ω → WyeRa = 2.5 Ω, Rb = 1.67 Ω, Rc = 5.0 ΩSum = 30 Ω. Ra = 5×15/30, Rb = 5×10/30, Rc = 10×15/30.
Wye: Ra = 6 Ω, Rb = 8 Ω, Rc = 12 Ω → DeltaR12 = 18 Ω, R23 = 36 Ω, R31 = 27 ΩS = 6×8 + 8×12 + 12×6 = 216. R12 = 216/12, R23 = 216/6, R31 = 216/8.
Power distribution Delta: R1 = 2.5 Ω, R2 = 3.0 Ω, R3 = 2.8 Ω → WyeRa = 0.843 Ω, Rb = 0.904 Ω, Rc = 1.012 ΩTypical feeder resistances in a small distribution network converted to Wye for load-flow analysis.

How to Use the Delta to Wye Conversion Calculator

  1. Select the conversion direction: choose 'Delta to Wye (Δ → Y)' if your three resistors are in a triangular loop, or 'Wye to Delta (Y → Δ)' if they connect through a central node.
  2. Enter the three resistance values (R1, R2, R3) in ohms. All values must be positive non-zero numbers.
  3. Click Calculate. The calculator displays the three equivalent resistances of the converted configuration.
  4. Read the output: for Delta-to-Wye, you get Ra, Rb, Rc (the three star arms); for Wye-to-Delta, you get R12, R23, R31 (the three triangle sides).
  5. Click Reset to clear all fields and start a new conversion with different values.

Delta to Wye Conversion FAQ

When should I use a Delta-to-Wye transformation?
Use this transformation whenever a circuit contains a Delta sub-network that prevents simple series or parallel reduction. By converting the Delta to its equivalent Wye, the circuit often becomes a straightforward ladder that can be solved with Ohm's Law and Kirchhoff's rules. It is especially common in bridge circuit analysis and three-phase power calculations.
Do the two networks give identical terminal behaviour?
Yes — the equivalent Wye and the original Delta produce exactly the same current and voltage at the three external terminals for any external circuit. The internal current distribution differs, but from outside the network the two are indistinguishable. This equivalence is the mathematical basis for the transformation.
What is the balanced network rule?
When all three Delta resistors are equal (R1 = R2 = R3 = RΔ), each Wye arm equals RΔ/3. Conversely, if all Wye arms are equal (Ra = Rb = Rc = RY), each Delta side equals 3·RY. This shortcut is handy for balanced three-phase loads and symmetrical lattice filters.
Can I use these formulas for AC impedances?
Absolutely. Replace each resistance R with a complex impedance Z = R + jωL − j/(ωC). The transformation formulas remain exactly the same in form — just substitute Z values for R values. This makes the technique applicable to inductive or capacitive networks at any frequency.
Why does my calculator show different labels for Delta resistors?
Different textbooks use different labelling conventions. Some call the Delta arms R12, R23, R31 (indicating which pair of nodes they connect); others use Ra, Rb, Rc for the Wye arms. This calculator labels the three input resistors R1, R2, R3 for simplicity, and maps them to the standard output notation in the result section.
Is the transformation reversible without error?
Yes — converting a network from Delta to Wye and then back to Delta recovers the original values exactly, limited only by floating-point rounding in the calculations. This calculator uses IEEE-754 double precision, so rounding errors are below 10⁻¹⁰ relative to the input values.