Convert a three-terminal resistor network between wye (Y / T) and delta (Δ / π) — Δ→Y and Y→Δ both directions, exact formulas, one-click copy — browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
Convert a three-terminal resistor network between its wye (Y / T) and delta (Δ / π) forms. Enter three resistances, pick the direction, read the equivalent network.
Use this to collapse a bridge or ladder that has no plain series-parallel path: swap one Y for a Δ (or back) and the rest reduces.
What this tool does
A free wye-delta (star-delta) resistor transformation calculator. Many bridge and ladder circuits have no plain series-parallel reduction: there is always one stubborn triangle (delta) or star (wye) of three resistors in the way. The Y-Δ transform swaps that triangle for an equivalent star, or the star for an equivalent triangle, and suddenly the rest of the network collapses to a single resistance. Enter three resistances in ohms, pick the direction, and the tool applies the standard equations: Δ→Y takes the product of the two adjacent edges over the sum of all three, while Y→Δ takes the sum of pairwise arm products over the opposite arm. A balanced delta of value R maps to a balanced wye of R divided by 3, so a symmetric 9 Ω triangle becomes a 3 Ω star. Every figure stays on the same three terminals A, B, C, so the equivalence holds for any external load. Results copy with one click and the shareable link reopens the exact transform. 100% client-side, nothing uploaded.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Developer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Wye-Delta Resistor Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 2 Percentage Calculator 5 common percentage calculations — "x% of y", "x is what% of y", percentage change, increase/decrease — instant, browser-only Open
- 3 Ohm's Law Calculator Enter any two of voltage, current, resistance, or power — get the other two plus the formula used — with mV/V/kV, µA/mA/A, Ω/kΩ/MΩ, mW/W/kW prefixes — browser-only. Open
Real-world use cases
Solve an unbalanced Wheatstone bridge
You have a four-arm bridge with a galvanometer resistance across the middle and you need the total resistance the source sees. There is no series-parallel path while that middle resistor is in place. Take the three resistors forming the top delta, convert Δ→Y, and the middle arm folds into the new star point. What is left is two parallel branches you can reduce by hand to a single equivalent resistance.
Pick three-phase star vs delta winding values
A motor or heater bank can be wired in star (wye) or delta, and the two give different line behaviour. When you have one configuration's per-phase resistance and need the equivalent in the other connection, enter the three values and read the converted set — the same Δ = 3·Y relation that sets the 1.732 line-voltage ratio shows up directly in the numbers here.
Convert a tee attenuator to its pi equivalent
Resistive tee (T) and pi (π) pads are the wye and delta of signal design under different names. If you laid out a tee attenuator but the board footprint wants a pi, type the three tee resistors as a wye, convert Y→Δ, and you have the pi resistor values that give the same attenuation and impedance match.
Check a homework or exam network reduction
Circuits courses lean on Y-Δ for exactly the meshes that defeat series-parallel rules. Work the transform by hand, then paste your three inputs here to confirm each arm before you carry the equivalent forward. The round-trip property (Δ→Y→Δ returns the original) is a quick way to verify you applied the right direction.
Common pitfalls
Mixing up which delta edge sits opposite which wye arm. In Δ→Y each arm uses the two edges that touch its node; in Y→Δ each edge is divided by the arm opposite to it, not an adjacent one. Label your nodes A, B, C first and the pairing stops being guesswork.
Forgetting that a balanced delta is three times the wye, not one third. Going Y→Δ the resistance goes up (RΔ = 3·RY); going Δ→Y it goes down (RY = RΔ/3). If a 3 Ω star gave you a 1 Ω triangle you ran the formula backwards — the right answer is 9 Ω.
Feeding a zero or negative resistance. A negative resistor is non-physical, and a zero wye arm in Y→Δ pushes a delta edge to infinity (division by that arm). The tool rejects both with a clear message rather than printing a meaningless number.
Privacy
Every step — the Δ→Y and Y→Δ formulas, the validity checks and the formatting — is plain JavaScript that runs inside your browser tab. The resistor values you type never leave the page and nothing is logged. The one caveat: the shareable link encodes your three resistances and the direction in the query string, so a link pasted into chat records those numbers in the recipient server's access log. For a confidential design, use the copy button and paste the text rather than sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Add Line Numbers Number every line of pasted text — set start, step and separator, zero-pad to align, skip blanks, or strip numbers back off — browser-only
- AES Text Encryptor Encrypt & decrypt text with a password — AES-256-GCM + PBKDF2 via WebCrypto — 100% in your browser, nothing uploaded
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- AI Eval Planner Generate eval cases, pass criteria, and edge cases from an AI feature, risks, and user path.