What Is a MOSFET Threshold Voltage Calculator?
Our MOSFET threshold voltage calculator helps you determine the critical gate voltage at which a MOSFET transitions from the "off" state to the "on" state — the threshold voltage (Vth). Whether you're a student studying semiconductor physics, an electrical engineer designing integrated circuits, or a researcher modeling transistor behavior, this tool provides fast, accurate results.
What Is a MOSFET?
A MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor) is the most fundamental building block of modern electronics. Nearly every digital circuit — from microprocessors to smartphones — relies on billions of MOSFETs switching on and off billions of times per second.
Unlike bipolar junction transistors (BJTs), a MOSFET is controlled by a voltage applied to its gate terminal rather than a base current. This makes MOSFETs highly efficient. The three main terminals are:
- Gate (G) — controls the channel conductivity via electric field
- Source (S) — the terminal where carriers enter the channel
- Drain (D) — the terminal where carriers exit the channel
- Body/Substrate (B) — the bulk semiconductor material
A thin insulating layer of silicon dioxide (SiO₂) separates the gate metal from the semiconductor — hence "metal-oxide-semiconductor."
The Types of MOSFETs
There are two main types based on the doping of the substrate:
- N-channel MOSFET (NMOS) — The substrate is p-type (doped with acceptors, NA). Current flows through electrons. The source and drain are n⁺-doped. Threshold voltage is typically positive (enhancement mode) or negative (depletion mode).
- P-channel MOSFET (PMOS) — The substrate is n-type (doped with donors, ND). Current flows through holes. The source and drain are p⁺-doped. Threshold voltage is typically negative.
MOSFETs can also be classified as:
- Enhancement-mode — No channel exists at VGS = 0; the device is normally OFF
- Depletion-mode — A channel exists at VGS = 0; the device is normally ON
How Does a MOSFET Operate?
In an NMOS transistor, applying a positive gate voltage (VGS) creates an electric field through the oxide layer. This field repels holes from the p-type substrate directly beneath the gate, creating a depletion region. As VGS increases, the surface potential increases until a thin layer of electrons — an inversion layer — forms at the oxide–semiconductor interface. This inversion layer is the channel that allows current to flow between source and drain.
What Is the MOSFET Threshold Voltage?
The threshold voltage (Vth) is the minimum gate-to-source voltage required to create a conducting channel between the source and drain. At VGS = Vth, the surface potential equals 2φF (strong inversion condition).
The threshold voltage formula for an NMOS is:
Vth0 = Vfb + 2φF + √(2εSi·q·NA·2φF) / Cox
Where:
- Vfb — Flat-band voltage (accounts for work function differences and oxide charges)
- φF — Fermi potential = VT · ln(NA/ni)
- εSi — Silicon permittivity = 11.7 × ε₀
- NA — Acceptor doping concentration (cm⁻³)
- Cox — Oxide capacitance = εox/tox
- q — Elementary charge = 1.602 × 10⁻¹⁹ C
The Body Effect in MOSFETs
When the source-body voltage VSB ≠ 0 (the source is not connected to the substrate), the threshold voltage changes. This is called the body effect. The modified threshold voltage is:
Vth = Vth0 + γ · (√(2φF + VSB) − √(2φF))
Where γ (body effect coefficient) = √(2εSi·q·NA) / Cox
For NMOS, increasing VSB (reverse body bias) increases Vth, requiring a higher gate voltage to turn on the device.
Regimes of Operation: Above and Below Threshold Voltage
- VGS < Vth — Subthreshold (weak inversion): The channel is not fully formed. A small exponentially-dependent current still flows (subthreshold leakage).
- VGS = Vth — Strong inversion begins: channel is just formed.
- VGS > Vth, VDS < VGS−Vth — Linear (triode) region: MOSFET acts like a voltage-controlled resistor.
- VGS > Vth, VDS ≥ VGS−Vth — Saturation region: current is relatively independent of VDS, used for amplification.
How to Use Our MOSFET Threshold Voltage Calculator
- Select MOSFET type — Choose N-channel (NMOS) or P-channel (PMOS)
- Choose unit system — Metric (nm for oxide thickness) or American (Å for oxide thickness)
- Enter doping concentration — Substrate doping NA (NMOS) or ND (PMOS) in cm⁻³. Typical values: 10¹⁶ to 10¹⁸ cm⁻³.
- Enter gate oxide thickness — tox in nm or Å. Typical modern values: 2–20 nm.
- Enter flat-band voltage — Vfb in volts. For n⁺ polysilicon gate on p-type Si, typical value is about −1 V.
- Enter source-body voltage — VSB = 0 for no body effect, or a positive value to see the body effect on Vth.
- Enter temperature — Default is 300 K (room temperature). Affects the thermal voltage VT and Fermi potential.
- Click Calculate Threshold Voltage to see all results instantly.
What About Depletion-Mode MOSFETs?
In a depletion-mode MOSFET, a channel is implanted during fabrication, so the device conducts current even at VGS = 0. For NMOS depletion-mode, the threshold voltage is negative — meaning you need to apply a negative gate voltage to turn it off. Our calculator automatically detects this: if Vth0 < 0 for NMOS (or Vth0 > 0 for PMOS), it is labeled "Depletion-Mode."
Frequently Asked Questions
- What is a typical MOSFET threshold voltage?
- For enhancement-mode NMOS in CMOS technology, Vth is typically 0.3–0.7 V. For PMOS, it is typically −0.3 to −0.7 V. Older technologies had higher thresholds (~1 V).
- Why does threshold voltage decrease with temperature?
- As temperature increases, the Fermi potential φF decreases (because thermal voltage VT = kT/q increases and ni increases with temperature), which lowers Vth. This is why hot chips can malfunction — transistors may turn on unintentionally.
- What is the flat-band voltage?
- The flat-band voltage Vfb = φms − Qox/Cox, where φms is the work function difference between gate metal and semiconductor, and Qox is the oxide charge density. It represents the gate voltage at which there is no band bending at the surface.
- What is the difference between Vth and VGS(th)?
- These are the same quantity — the threshold voltage. VGS(th) is the notation commonly used in datasheets, while Vth or VT is used in textbook analysis.
- Does threshold voltage affect power consumption?
- Yes. A lower Vth allows faster switching and lower supply voltages, but increases leakage current (subthreshold current), raising static power consumption. Modern low-power design involves careful threshold voltage optimization.