# Transformer Turns Ratio Calculator

Ideal transformer ratio: a = N₁/N₂ = V₁/V₂ = I₂/I₁. Given turns, voltage, or current on either side, compute a and the corresponding voltage/current on the other side; verifies V₁·I₁ = V₂·I₂.

> Canonical page: https://elysiatools.com/en/tools/transformer-turns-ratio

- **Category:** Math & Numbers

- **Keywords:** transformer, turns ratio, voltage ratio, current ratio, ideal transformer, N1/N2, V1/V2, I2/I1, electrical engineering

## Overview

The Transformer Turns Ratio Calculator simplifies electrical engineering tasks by computing the turns ratio, voltages, and currents of an ideal transformer. By utilizing the fundamental relationship where the turns ratio equals the primary-to-secondary voltage ratio and the secondary-to-primary current ratio, this tool quickly solves for missing parameters and verifies power conservation across both windings.

## Inputs

- **Solve From** (select)
- **Primary Turns N₁** (number): Required for Turns mode.
- **Secondary Turns N₂** (number): Required for Turns mode.
- **Primary Voltage V₁ (V)** (number): Required for Voltage mode; optional anchor in other modes.
- **Secondary Voltage V₂ (V)** (number): Required for Voltage mode; optional anchor in other modes.
- **Primary Current I₁ (A)** (number): Required for Current mode; optional anchor in other modes.
- **Secondary Current I₂ (A)** (number): Required for Current mode; optional anchor in other modes.
- **Decimal Places** (number)

## When to use

- When designing winding specifications for step-up or step-down power transformers.
- When calculating secondary voltage output or primary current draw based on known physical turns.
- When validating experimental laboratory measurements against ideal transformer equations.

## How it works

- Select the calculation mode based on your known values: Turns (N1, N2), Voltage (V1, V2), or Current (I1, I2).
- Input the primary and secondary values for your selected mode, along with any optional voltage or current anchors.
- Adjust the decimal places setting to control the precision of the output values.
- Click calculate to generate the turns ratio, compute the corresponding electrical values on the opposite winding, and verify the power balance.

## Use cases

- Determining the required primary and secondary turns for a specific voltage step-down application.
- Calculating the secondary current output when a known load is connected to a transformer with a specified turns ratio.
- Verifying power balance and current scaling in electrical engineering homework or circuit design.

## Frequently asked questions

### What formula does this calculator use?

It uses the ideal transformer formula: a = N1/N2 = V1/V2 = I2/I1, where 'a' is the turns ratio.

### Can I calculate secondary current if I only know the turns and primary current?

Yes. Select the Turns mode, enter N1 and N2, and input your primary current (I1) to calculate the secondary current (I2).

### How is the power conservation check performed?

The calculator multiplies primary voltage by primary current (V1 * I1) and secondary voltage by secondary current (V2 * I2) to verify that input power equals output power.

### Does this calculator account for winding resistance or core losses?

No, this tool calculates parameters for an ideal transformer, assuming zero losses and 100% efficiency.

### What happens if I select Voltage mode?

The calculator determines the turns ratio directly from V1 and V2, and then uses that ratio to scale any provided current values.

## Related tools

- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Bolt Torque Clamp Force Calculator](https://elysiatools.com/en/tools/bolt-torque-clamp-force): Convert between bolt tightening torque and axial clamp force. T = K·F·d, where K is the nut factor (~0.20 for dry steel). Solve torque from force, or force from torque.
- [Cable Ampacity Calculator (IEC 60364-5-52)](https://elysiatools.com/en/tools/cable-ampacity-calculator): Estimate copper cable current-carrying capacity per the simplified IEC 60364-5-52 reference method. Combines cross-section, insulation (PVC 70°C / XLPE 90°C), installation method, and ambient temperature to derive the corrected allowable ampacity (A).
- [Capacitor Reactive Power Calculator (Q_c = 2πfCU²)](https://elysiatools.com/en/tools/capacitor-reactive-power): Compute the reactive power produced by a known capacitor: Q_c = 2π·f·C·U². Supports single-phase, three-phase star (Y) and delta (Δ) connections. Returns Q_c in var/kvar, capacitive reactance Xc, and capacitor current Ic. Complementary to the power-factor-correction tool (which sizes a capacitor for a target cosφ).
- [Chain Sprocket Ratio Calculator](https://elysiatools.com/en/tools/chain-sprocket-ratio): Calculate the ratio, driven speed and chain linear speed of a chain drive. i = z₂/z₁ = n₁/n₂, chain speed v = z₁·p·n₁/60000. Enter the pitch to compute chain speed.
- [Condensing / Evaporating Temperature Calculator](https://elysiatools.com/en/tools/condensing-temperature-calculator): Estimate the saturated condensing temperature (T_cond) and evaporating temperature (T_evap) of a refrigeration circuit. Three modes: (1) from coil approach — T_cond = T_ambient + condenser ΔT approach, T_evap = T_medium − evaporator ΔT approach; (2) from measured saturated pressures — given P_cond and P_evap for a known refrigerant (R-22 / R-134a / R-410A), invert the Antoine fit; (3) from subcooling & superheat — T_cond = T_liquid − SC, T_evap = T_suction − SH. Temperature in °C/K/°F; pressure in bar/MPa/kPa/PSI absolute or gauge (atmospheric default 1.01325 bar). Results reported in °C.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
