Inductor and Transformer Design

Why your power supply runs hot (and how magnetics selection fixes it)

Inductor and Transformer Design: Avoiding Common Pitfalls

Magnetics often set the thermal and efficiency limits of a power converter. A design can look stable on the bench and then run into heating, saturation, or regulation problems once you test at real load, temperature, and airflow conditions.

Datasheet ratings do not always map cleanly to your operating point. Current ratings depend on temperature rise assumptions, core material behavior, and waveform. Saturation current and loss can shift with temperature and frequency, and winding resistance increases as copper heats.

This guide covers core material selection, saturation behavior, winding design, and loss mechanisms, with a focus on the practical checks that help you choose or design magnetics that meet efficiency and reliability goals.

The Fundamental Trade-off

Faraday's law: $V = N \times A_e \times dB/dt$. For a given voltage and frequency, you can use many turns on a small core, or fewer turns on a bigger core. Neither is free: more turns mean more copper loss, larger core means more cost and board space.

This single equation drives everything in magnetics design. Get comfortable with it.

Core Materials: Ferrite vs. Powder Cores vs. Iron

Ferrite (3C90, N87, etc.): Low loss at high frequency, but saturates at only 0.3 to 0.5T at room temperature, and saturation flux density typically drops 20 to 30% by the time you reach 100°C. The go-to for most switched-mode power supplies above 50 kHz. Always design against the hot-core Bsat, not the datasheet's 25°C number.

Powder cores (iron powder, sendust, MPP): Higher saturation than ferrite (roughly 0.7T for MPP, around 1.0T for sendust, 1.5T and up for iron powder and high-flux grades), soft saturation characteristic, but more loss at high frequency. Good for DC bias applications and output inductors.

Laminated steel: Highest saturation (1.5T+), but losses limit you to lower frequencies. Used in line-frequency transformers and some large power applications.

Saturation: The Silent Killer

When a core saturates, inductance collapses. Your buck converter's 10 µH inductor suddenly becomes 1 µH, and the current shoots up. This can happen so fast that overcurrent protection doesn't catch it. I've seen MOSFETs die this way.

Total flux has a DC bias term plus an AC ripple term: $B(t) = B_{DC} + b_{ac}(t)$. In peak terms you often care about something like $B_{peak} \approx B_{DC} + B_{ac,peak}$ (where $B_{ac,peak}$ is half the ripple swing). That "47 µH" inductor might have been characterized with no DC bias. Put 2A DC through it and your actual inductance could be half the rated value. Check the inductance vs. DC bias curve. If the datasheet doesn't show one, treat the part conservatively or verify it yourself.

The area product method gives you a systematic way to pick a core size. The area product $A_p = A_e \times A_w$ is the product of core cross-sectional area and available winding window area. For an inductor, you can estimate the required area product as $A_p \geq (L \times I_{peak} \times I_{rms} \times 10^4) / (B_{max} \times J \times K_u)$, where J is current density (typically 400 to 600 A/cm² for natural-convection cooling, lower if you need bigger temperature margins), and $K_u$ is window utilization factor (typically 0.3 to 0.4). This gives you a starting point, though you'll often end up with a larger core once you account for insulation requirements, thermal management, or manufacturing constraints.

Air gaps do more than just set inductance. The gap linearizes the B-H characteristic, making inductance less dependent on core permeability variations and temperature changes. More importantly, most of the magnetic energy in a gapped inductor is stored in the gap itself, with energy density proportional to $B^2/2\mu_0$ in the gap versus $B^2/2\mu$ in the core material. The effective permeability: $\mu_{eff} = \mu_r / (1 + \mu_r \times l_g / l_e)$, where $l_g$ is gap length and $l_e$ is the magnetic path length. Even small gaps can reduce effective permeability substantially, which is what gives you stable inductance despite wide variations in core material properties.

Transformers add complexity: you have to manage multiple windings, isolation requirements, and parasitic elements. Leakage inductance -- flux that links only one winding -- creates voltage spikes during switching transitions and limits power transfer. The coupling coefficient k, typically 0.95-0.99 for well-designed transformers, quantifies the fraction of flux linking both windings. Getting high coupling requires attention to winding geometry, with techniques like interleaving, sandwich winding, or sectioned bobbins to minimize leakage. But these techniques increase interwinding capacitance, which creates resonances with leakage inductance that cause ringing and EMI problems. The winding strategy is always a balance between leakage inductance, capacitance, and insulation requirements.

Struggling With Magnetics Performance?

If your power supply is running hot, has efficiency issues, or you're designing custom magnetics for a demanding application, I can help evaluate your design and identify improvements.

Get In Touch

Core losses come from two sources: hysteresis (the energy needed to reverse magnetic domains each cycle) and eddy currents (circulating currents induced in the conductive core material). The Steinmetz equation captures this empirically: $P_{core} = k \times f^{\alpha} \times B^{\beta} \times V_e$, where the exponents depend on the material and frequency range. For modern ferrites, alpha is typically 1.2-1.7 and beta is 2.0-2.7. The strong dependence on both frequency and flux density is the fundamental trade-off in magnetics design: higher frequency allows smaller components but increases core losses, while higher flux density reduces size but increases losses exponentially.

Winding losses include both DC resistance and AC effects that can increase effective resistance dramatically at high frequencies. Skin effect confines current to a thin layer at the conductor surface, with skin depth given by $\delta = \sqrt{\rho / (\pi \times f \times \mu)}$. For copper at room temperature, that simplifies to $\delta \approx 66 / \sqrt{f}$ millimeters. When wire diameter exceeds twice the skin depth, current crowds near the surface and effective resistance climbs. Proximity effect makes it worse in multi-layer windings, where magnetic fields from adjacent turns force current into even thinner regions. Dowell's curves or finite element analysis can predict these effects, and it's not unusual to find AC resistance many times higher than DC resistance in a poorly designed winding.

Thermal management means balancing heat generation against heat removal. Total dissipation is core losses plus copper losses: $P_{total} = P_{core} + P_{copper}$, where $P_{copper} = I_{rms}^2 \times R_{AC}$. That heat has to flow from internal hot spots through various thermal resistances to ambient. Temperature rise can be estimated as $\Delta T = P_{total} \times R_{th}$, where thermal resistance depends on surface area, orientation, and cooling method. For natural convection, $R_{th} \approx 800 / A_s$ °C/W (with $A_s$ the total exposed surface area of the wound component in cm²) gives a rough estimate; an ETD34 transformer at around 40 cm² works out to roughly 20 °C/W, which matches the datasheet figure. Many designs limit temperature rise to 40°C to maintain acceptable component life and avoid thermal runaway in temperature-dependent loss mechanisms.

How you build the magnetic affects both performance and cost. Bobbin-based construction dominates automated production because it gives consistent winding geometry and simplified assembly. But bobbin walls eat into valuable window area and increase leakage inductance by forcing separation between windings. Toroidal construction eliminates the bobbin and gives excellent magnetic shielding but complicates winding, particularly for multiple isolated windings. Planar magnetics using PCB windings offer exceptional repeatability and thermal performance but limit the number of turns and increase capacitance. The construction method often determines feasibility before electrical optimization even begins.

Safety considerations go beyond basic isolation to include failure modes and regulatory compliance. International safety standards like IEC 61558 or UL 5085-1 specify minimum creepage and clearance distances based on working voltage and pollution degree. These requirements often force larger core sizes or reduce available winding window beyond what electrical design alone would need. Triple-insulated wire simplifies meeting isolation requirements but increases cost and reduces window utilization. Margin tape or physical barriers between primary and secondary windings provide defined creepage paths but again eat into precious window area. The final design often looks worse on paper than the electrical optimum because safety compliance takes its share of the space.

Testing magnetic components properly goes beyond simple inductance measurement. Saturation current testing involves gradually increasing DC bias while monitoring inductance roll-off to find the current at which inductance drops by a specified percentage (typically 10-20%). Watch for self-heating at high currents, which shifts saturation characteristics during the test. Core loss measurement using a B-H analyzer or calorimetric methods validates your design calculations and material properties. Hipot testing verifies isolation integrity, while partial discharge testing catches insulation weaknesses before they progress to failure. Thermal testing under worst-case conditions confirms that temperature rises stay within acceptable limits across the operating range.

Newer magnetic materials expand the design space for power conversion. Nanocrystalline materials offer exceptional permeability and low losses but at premium prices that limit them to specialized applications. Metal powder cores bridge the gap between ferrites and laminated steel, with moderate saturation flux density and distributed air gaps that give inherent energy storage capability. Advanced ferrite formulations extend temperature ranges and reduce losses, enabling higher frequency operation. The point isn't to always use the most advanced material -- it's to match material characteristics to what your application actually needs.

The trend in magnetics is toward integrating multiple functions into fewer parts. Integrated magnetics combine multiple magnetic functions into single structures, reducing part count and potentially improving efficiency. Matrix transformers distribute the transformation across multiple smaller cores, improving thermal performance and reducing proximity effect losses. Coupled inductors in multiphase converters can reduce ripple current or improve transient response compared to discrete inductors. These techniques require sophisticated modeling tools and deep understanding of electromagnetic interactions, but they offer real improvements in power density and performance.

Need Custom Magnetics Design?

From selecting the right core material to optimizing winding geometry for your specific application, I can help you design magnetics that meet your efficiency and thermal requirements.

Let's Discuss

If you're dealing with magnetic component challenges, whether that's an inductor that's saturating under load, a transformer with excessive leakage inductance, or a power supply that runs hotter than expected, I'd be happy to take a look. I've designed and optimized magnetics for applications ranging from micro-power energy harvesting to multi-kilowatt motor drives.

Sometimes the solution is a different core material or geometry. Sometimes it's a winding technique that reduces losses. Either way, reach out if you'd like to discuss your situation. Magnetic design is one of those areas where a bit of experience can save significant development time.

Custom magnetic design and power converter development are part of my power electronics design services, from initial simulation through prototype validation.

Disclaimer: This article is provided for educational purposes only and does not constitute professional engineering advice. While I strive for accuracy, the information may contain errors and may not be applicable to all situations. Always consult with qualified professionals for your specific application. Salitronic assumes no liability for the use of this information.

Frequently Asked Questions

How do you select the optimal core material for a specific switching frequency?

Core material selection balances loss characteristics against saturation flux density and cost. For frequencies below 100 kHz, silicon steel or powdered iron may be suitable despite higher losses. Ferrites dominate the 100 kHz to 2 MHz range, with different formulations optimized for specific frequency bands: MnZn ferrites for lower frequencies, NiZn for higher. Above 2 MHz, consider air-core designs or specialized RF ferrites. Compare core loss curves at your operating frequency and flux density. Losses typically follow the Steinmetz equation: Pv = k × f^α × B^β.

Why do ferrite cores saturate at lower flux densities than iron cores?

Ferrite materials typically saturate at 0.3-0.5 Tesla compared to 1.5-2.0 Tesla for silicon steel. This limitation stems from the crystalline structure of ferrite materials. However, ferrites offer high resistivity that minimizes eddy current losses at high frequencies, making them the preferred choice for switching power supplies and high-frequency transformers despite their lower saturation flux density.

How do I calculate the required air gap for an inductor?

The air gap length can be calculated from the desired inductance and core parameters. For a gapped inductor, the effective permeability is μeff = μr / (1 + μr × lg / le), where lg is gap length and le is the magnetic path length. The gap stores most of the magnetic energy and linearizes the B-H characteristic, making inductance less dependent on core permeability variations and temperature changes.

What causes transformer leakage inductance and how can it be minimized?

Leakage inductance arises from magnetic flux that links only one winding rather than coupling between windings. It can be minimized through careful winding geometry using techniques like interleaving windings, sandwich winding configurations, or sectioned bobbins. However, these techniques increase interwinding capacitance, so the optimal winding strategy balances leakage inductance, capacitance, and insulation requirements.

How does skin effect impact high-frequency transformer design?

Skin effect confines current flow to a thin layer at the conductor surface, with skin depth δ ≈ 66 / √f millimeters for copper. When wire diameter exceeds twice the skin depth, effective resistance increases significantly. Proximity effect in multi-layer windings compounds this problem. For high-frequency applications, using Litz wire, foil windings, or limiting wire diameter to less than two skin depths helps manage AC resistance increases.

Have more questions about inductor and transformer design? Get in touch for expert assistance.