What is a MOSFET and How Does Threshold Voltage Matter?
A metal-oxide-semiconductor field-effect transistor (MOSFET) is a voltage-controlled semiconductor switch. Unlike bipolar transistors, which respond to input current, MOSFETs rely on an electric field to modulate conductivity in a channel between source and drain. The gate electrode, insulated by a thin oxide layer, creates this field when biased appropriately.
Threshold voltage (V_T) is the critical boundary: when gate-source voltage exceeds V_T, the channel inverts and charge carriers (electrons in n-channel devices, holes in p-channel) accumulate in sufficient density to conduct current. Below V_T, the channel remains depleted and the device blocks current. This binary switching behaviour underpins modern digital and analog electronics.
Operating Regions and the Role of Threshold Voltage
MOSFET behaviour divides into three regimes, all defined relative to V_T:
- Cutoff: V_GS < V_T. Channel is fully depleted; only leakage current flows (typically nanoamperes).
- Triode (Ohmic): V_GS ≥ V_T and V_DS is small. The channel acts as a voltage-controlled resistor, with on-resistance inversely proportional to (V_GS − V_T).
- Saturation: V_GS ≥ V_T and V_DS is large. Channel pinches off near the drain; current depends on (V_GS − V_T)² and is nearly independent of V_DS.
Accurate V_T prediction ensures correct biasing, prevents unexpected leakage, and optimizes switching speed and power efficiency.
Calculating Threshold Voltage
Threshold voltage depends on fabrication geometry and doping profile. The unperturbed threshold voltage V_T0 (gate voltage relative to substrate) is derived from oxide capacitance, silicon permittivity, substrate doping, and surface potential:
V_T0 = (√(2·ε_Si·q·N_A·(2·φ_F))) / C_ox − 2·φ_F
γ = √(2·ε_Si·q·N_A) / C_ox
V_T = V_T0 + γ·(√(2·φ_F + V_SB) − √(2·φ_F))
ε_Si— Absolute permittivity of silicon (product of relative permittivity and vacuum permittivity).q— Elementary charge (1.602 × 10⁻¹⁹ C).N_A— Substrate doping concentration (cm⁻³).C_ox— Oxide capacitance per unit area (F/cm²).φ_F— Fermi surface potential, derived from intrinsic carrier concentration and temperature.γ— Body effect coefficient; determines how V_SB shifts V_T.V_SB— Source-body voltage; zero for conventional substrate connection, non-zero when source and substrate are separated.
Key Considerations for Threshold Voltage Design
Accurate V_T prediction requires careful attention to several physical and environmental effects.
- Temperature Dependence — Threshold voltage decreases approximately 2 mV/°C for typical CMOS processes. In high-temperature operation or automotive environments, account for V_T reduction to prevent unexpected channel leakage or delayed switching response.
- Body Effect Shifts — When source and substrate potentials differ, the body effect coefficient γ modulates V_T upward. In modern integrated circuits, multiple substrate bias domains create distinct V_T values for different cells. Overlooking body effect can cause timing violations or excessive standby current.
- Oxide Thickness Variation — Ultrathin oxides (≤2 nm) exhibit quantum mechanical effects and direct tunnelling that classical oxide capacitance models may underestimate. For advanced nodes, include oxide-layer physical modelling or consult SPICE parameters from your foundry.
- Doping Profile Gradients — Simple calculations assume uniform doping; realistic substrates feature channel doping implants and retrograde profiles. Non-uniform doping shifts the effective surface potential and V_T, especially in short-channel devices where source-drain fields penetrate deeper into the bulk.
Understanding the Body Effect
In typical circuit layouts, source and substrate are not at the same potential. When V_SB > 0 (source voltage above substrate), the substrate-channel junction reverse-biases, reducing inversion charge density and raising V_T. This is the body effect.
The body effect is captured by the coefficient γ (gamma), which depends on oxide capacitance and doping. As V_SB increases, the term √(2·φ_F + V_SB) grows faster than √(2·φ_F), causing V_T to increase. Typical γ values range from 0.3 to 0.7 V^{0.5} in modern CMOS.
Understanding body effect is essential for multi-threshold-voltage cell libraries (HVT, SVT, LVT), where different substrate potentials yield different operating points for the same device geometry.