Home Knowledge Base Power MOSFET

Power MOSFET is the transistor optimized not for logic switching speed but for efficiently conducting large currents (1–1000 A) at high voltages (20–1200 V) with minimal conduction and switching losses — the workhorse of every voltage regulator, motor driver, DC-DC converter, and power delivery circuit in electronics. While logic MOSFETs in a CPU are measured in nanometers and picoamps of leakage, power MOSFETs are measured in milliohms of on-resistance ($R_{DS(on)}$) and amperes of drain current. Every AI server's power supply, every GPU voltage regulator module (VRM), and every battery charger depends on power MOSFETs to convert wall power into the precise voltages that chips consume.

The key figure of merit — $R_{DS(on)} \times Q_g$. A power MOSFET's quality is captured by two opposing metrics: lower on-resistance ($R_{DS(on)}$) means less conduction loss ($P = I^2 \cdot R_{DS(on)}$), but achieving low $R_{DS(on)}$ requires a large die with high gate capacitance ($Q_g$), which increases switching loss ($P_{sw} \propto Q_g \cdot V_{DS} \cdot f_{sw}$). The product $R_{DS(on)} \times Q_g$ (measured in mΩ·nC) is the technology figure of merit — lower is better, and it improves with each generation of trench-gate and charge-balance technology:

$$P_{\text{total}} = I_D^2 \cdot R_{DS(on)} + Q_g \cdot V_{DS} \cdot f_{sw} + \frac{1}{2} C_{oss} \cdot V_{DS}^2 \cdot f_{sw}$$

where the three terms are conduction loss, gate-charge switching loss, and output-capacitance loss respectively.

Vertical vs lateral — why power MOSFETs are different. Logic MOSFETs are lateral devices (current flows parallel to the wafer surface). Power MOSFETs are overwhelmingly vertical: current flows from the source on top, down through the channel, through the drift region (which sustains the blocking voltage), and out the drain on the wafer backside. This vertical topology lets the entire die area conduct current simultaneously — unlike lateral devices where only the channel edge carries current.

ParameterLogic MOSFET (5 nm)Power MOSFET (trench)Power MOSFET (SiC)
Voltage rating0.5–1.2 V20–200 V (Si)600–1700 V
Current rating~µA per fin1–300 A per die10–100 A
$R_{DS(on)}$N/A (digital)0.5–50 mΩ5–80 mΩ at 650V
Gate oxideHfO₂ (high-k), 1–2 nm EOTSiO₂, 30–70 nmSiO₂, 40–50 nm
Channel length5–12 nm0.3–1 µm0.5–1.5 µm
Die size~100 mm² (GPU)2–30 mm² (power)4–36 mm²
Switching freq1–5 GHz (logic clock)100 kHz – 10 MHz50 kHz – 1 MHz
Key metricSpeed (fT)$R_{DS(on)} \times Q_g$$R_{DS(on)} \times$ Area
MaterialSi (strained)Si4H-SiC (wide bandgap)

Trench-gate MOSFET — the dominant structure. In a trench-gate power MOSFET, the gate electrode is buried in a trench etched into the silicon — the channel forms vertically along the trench sidewall. This eliminates the JFET resistance between adjacent cells (which plagues planar power MOSFETs) and allows extreme cell density (millions of parallel cells per mm²), minimizing $R_{DS(on)}$.

Superjunction (SJ) — charge balance for high voltage. For voltage ratings above ~100V, the drift region (which must be thick to block high voltage) dominates $R_{DS(on)}$. The superjunction structure interleaves alternating N and P columns in the drift region. In the off-state, mutual depletion between columns sustains the voltage across a much thinner drift region than a conventional device. The result: $R_{DS(on)}$ scales as $V_{BR}^{1.3}$ instead of the conventional $V_{BR}^{2.5}$ (Baliga limit), a ~10× improvement at 600 V.

The silicon limit and wide-bandgap alternatives. Silicon power MOSFETs face fundamental material limits: breakdown field (~0.3 MV/cm), thermal conductivity (1.5 W/cm·K), and carrier mobility constrain what a silicon device can achieve at high voltage. Wide-bandgap semiconductors push past these limits:

PropertySi4H-SiCGaN
Bandgap (eV)1.123.263.4
Breakdown field (MV/cm)0.32.83.3
Thermal conductivity (W/cm·K)1.54.91.3
Electron mobility (cm²/V·s)14009002000 (2DEG)
Saturated velocity (×10⁷ cm/s)1.02.02.5
Baliga FOM (relative to Si)~600×~2000×

SiC MOSFETs dominate 600–1700V applications (EV traction inverters, solar inverters, datacenter power supplies); GaN HEMTs dominate 20–650V at high frequency (laptop chargers, server VRMs, telecom power). Both are critical for AI datacenter power efficiency — a typical AI server rack consumes 40–80 kW, and every percentage point of conversion efficiency saved by GaN/SiC power stages reduces cooling cost and total energy consumption.

<svg viewBox="0 0 760 470" xmlns="http://www.w3.org/2000/svg" font-family="-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif">
  <rect x="0" y="0" width="760" height="470" fill="#0d1117"/>
  <text x="380" y="28" fill="#e6edf3" font-size="21" font-weight="700" text-anchor="middle">Power Mosfet Fabrication Technical Microarchitecture</text>
  <text x="380" y="48" fill="#8b98a5" font-size="12" text-anchor="middle">Detailed Domain Pipeline, Architectural Blocks &amp; Engineering Performance Optimization (ID 12506)</text>
  
  
    <!-- FAB CROSS SECTION (2 Main Panels) -->
    <g transform="translate(25, 75)">
      <rect width="345" height="325" fill="#161b22" stroke="#30363d" stroke-width="1.5" rx="8"/>
      <text x="172.5" y="25" fill="#f59e0b" font-size="13" font-weight="700" text-anchor="middle">1. Physical Layer Cross-Section</text>
      <rect x="20" y="240" width="305" height="60" fill="#0d1117" stroke="#30363d" rx="4"/>
      <text x="172.5" y="275" fill="#8b98a5" font-size="11" font-weight="600" text-anchor="middle">Silicon Substrate / Base Crystal Wafers</text>
      <rect x="20" y="170" width="305" height="60" fill="#1f2937" stroke="#b45309" rx="4"/>
      <text x="172.5" y="205" fill="#fbbf24" font-size="11" font-weight="600" text-anchor="middle">Dielectric Oxide &amp; Isolation Barriers</text>
      <rect x="20" y="100" width="305" height="60" fill="#0f172a" stroke="#f59e0b" stroke-width="1.5" rx="4"/>
      <text x="172.5" y="135" fill="#e6edf3" font-size="12" font-weight="700" text-anchor="middle">Active Junctions &amp; Nanometer Channel</text>
      <rect x="40" y="45" width="70" height="45" fill="#d97706" rx="3"/>
      <text x="75" y="72" fill="#ffffff" font-size="10" font-weight="700" text-anchor="middle">Source</text>
      <rect x="137.5" y="45" width="70" height="45" fill="#fbbf24" rx="3"/>
      <text x="172.5" y="72" fill="#0d1117" font-size="10" font-weight="700" text-anchor="middle">Gate</text>
      <rect x="235" y="45" width="70" height="45" fill="#d97706" rx="3"/>
      <text x="270" y="72" fill="#ffffff" font-size="10" font-weight="700" text-anchor="middle">Drain</text>
    </g>
    <g transform="translate(390, 75)">
      <rect width="345" height="325" fill="#161b22" stroke="#30363d" stroke-width="1.5" rx="8"/>
      <text x="172.5" y="25" fill="#f59e0b" font-size="13" font-weight="700" text-anchor="middle">2. Process &amp; Materials Specs</text>
      <rect x="15" y="45" width="315" height="75" fill="#0d1117" stroke="#30363d" rx="5"/>
      <text x="30" y="70" fill="#fbbf24" font-size="11" font-weight="700">Deposition &amp; Etch Selectivity:</text>
      <text x="30" y="95" fill="#8b98a5" font-size="10">&gt; 50:1 Target Selectivity, Sub-nm Uniformity Control</text>
      <rect x="15" y="135" width="315" height="75" fill="#0d1117" stroke="#30363d" rx="5"/>
      <text x="30" y="160" fill="#fbbf24" font-size="11" font-weight="700">Thermal &amp; Stress Budget:</text>
      <text x="30" y="185" fill="#8b98a5" font-size="10">Rapid Thermal Anneal (RTA) &lt; 1050°C, Stress Migration Low</text>
      <rect x="15" y="225" width="315" height="80" fill="#0d1117" stroke="#b45309" rx="5"/>
      <text x="30" y="250" fill="#3fb950" font-size="11" font-weight="700">Yield &amp; Defect Metric:</text>
      <text x="30" y="275" fill="#e6edf3" font-size="10">Critical Dimension (CD) Variation &lt; 1.2%, D0 Defect &lt; 0.05/cm²</text>
    </g>
  
  <!-- Key insight bar -->
  <rect x="25" y="415" width="710" height="22" rx="3" fill="#0b1220" stroke="#233043" stroke-width="0.8"/>
  <text x="380" y="430" fill="#fbbf24" font-size="9" font-weight="700" text-anchor="middle">Key Insight: Optimal Power Mosfet Fabrication architecture balances performance throughput, systemic latency, and physical constraints.</text>
  
  <text x="380" y="460" fill="#6b7684" font-size="11" text-anchor="middle">Technical specification &amp; verification reference for Power Mosfet Fabrication (Row ID 12506)</text>
</svg>

GaN power transistors for AI server VRMs. The latest AI GPU power delivery uses 48V direct-to-chip architectures with GaN-based voltage regulators that convert 48V bus to ~0.75V core supply at 1–5 MHz switching frequency. GaN's zero reverse-recovery charge and low $Q_g$ enable these frequencies with >95% efficiency — impossible with silicon MOSFETs at the same voltage and current. Companies like EPC, GaN Systems (now Infineon), and Navitas supply the GaN FETs that power every H100/B200 training server's VRM.

What power MOSFETs mean for the AI hardware stack. A single 8-GPU AI training node consumes 5–10 kW. The power conversion chain (grid AC → 48V DC → 12V → 0.75V GPU core) passes through 6–10 power MOSFET stages per GPU. Each stage's efficiency compounds: 97% × 97% × 97% = 91% overall — meaning 500–900W is lost as heat in the power delivery alone. Moving from silicon to GaN/SiC at key stages recovers 2–5 percentage points, saving tens of thousands of dollars per rack per year in electricity at datacenter scale. Power MOSFETs are invisible to software engineers but are the physical bottleneck between the grid and the tensor cores.

power mosfet fabricationtrench gate mosfet processbody region power mosdrift region dopingpower device threshold voltage

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.