What is MOSFET threshold voltage and why does it matter?+
The threshold voltage (Vth) is the minimum gate-to-source voltage at which the MOSFET begins to conduct. Below Vth the device is in cutoff and Id = 0. Above Vth current flows. In switching circuits the gate driver voltage must significantly exceed Vth to turn the device on fully and minimise on-resistance. Typical N-channel enhancement MOSFETs have Vth between 1 and 5 V. Datasheets list it as Vgs(th) at a specified test drain current.
What is the square-law drain current formula for a MOSFET?+
In saturation (Vds >= Vov): Id = (Kp / 2) times (Vgs - Vth) squared. In the linear region (Vds < Vov): Id = Kp times [(Vgs - Vth) times Vds - Vds squared divided by 2]. Kp = mu_n times Cox times W/L. The saturation formula applies to amplifier biasing; the linear formula applies when the MOSFET is used as a low-resistance switch with a small Vds.
What is overdrive voltage and how does it affect drain current?+
Overdrive voltage is Vov = Vgs - Vth. In saturation, Id = (Kp / 2) times Vov squared. Because drain current scales with Vov squared, small changes in gate voltage produce large changes in current near threshold. At Vov = 3 V and Kp = 100 mA per volt squared: Id = 450 mA. At Vov = 2 V (same Kp): Id = 200 mA. In switching designs, maximise Vov (use a gate driver with adequate output voltage) to minimise Rds_on and conduction losses.
What are the three operating regions of a MOSFET?+
Cutoff: Vgs less than Vth, Id = 0, device is off. Saturation: Vgs greater than Vth and Vds greater than or equal to Vov, Id depends only on Vgs and is nearly constant with Vds. This region is used for amplification and current sourcing. Linear (triode): Vgs greater than Vth and Vds less than Vov, Id depends on both Vgs and Vds. The device acts as a small resistance proportional to 1 divided by (Kp times Vov). Switching circuits use the linear region for the fully-on state.
How do I find Kp for my MOSFET?+
Kp is rarely stated directly on datasheets. Estimate it from the transfer characteristic curve: pick two points (Vgs1, Id1) and (Vgs2, Id2) in saturation, then Kp = 2 times Id divided by (Vgs - Vth) squared. Alternatively, read the SPICE model KP parameter. Typical values are 50 to 200 mA per volt squared for power MOSFETs and 100 to 500 mA per volt squared for logic-level MOSFETs. These are effective Kp values that account for the actual device geometry.
What is a logic-level MOSFET?+
A logic-level MOSFET has a low Vth (1 to 2 V) and reaches minimum Rds_on at Vgs of 4 to 5 V, enabling direct drive from a 3.3 V or 5 V microcontroller GPIO pin. Standard power MOSFETs require Vgs of 10 V for full enhancement and need a dedicated gate driver IC. Always check the Rds_on specification at the actual Vgs you plan to use. An Rds_on of 10 milliohms at Vgs = 10 V may be 50 milliohms at Vgs = 4.5 V.
How does temperature affect MOSFET threshold voltage?+
Threshold voltage decreases by about 2 to 4 mV per degree Celsius for silicon MOSFETs. A device with Vth = 3 V at 25 C may have Vth = 2.4 V at 175 C. This is rarely a problem for switching designs (the gate driver voltage far exceeds Vth in both cases), but it can be significant for circuits that use Vth as a precision voltage reference. The positive temperature coefficient of Rds_on (more resistance when hot) is more commonly the limiting factor in power designs.
How do I calculate the required Vgs for a target drain current?+
Rearrange the saturation formula: Vgs = Vth plus square root of (2 times Id divided by Kp). For Id = 100 mA, Vth = 1.5 V, Kp = 50 mA per volt squared: Vgs = 1.5 plus sqrt(2 times 0.1 / 0.05) = 1.5 plus sqrt(4) = 3.5 V. Note that this assumes the device is in saturation, which requires Vds to be at least Vov = Vgs - Vth = 2 V. Use the Find Required Vgs mode of this calculator to compute this directly.
What is transconductance gm and how is it related to Vth?+
Transconductance is gm = dId/dVgs = Kp times Vov = sqrt(2 times Kp times Id). It measures how effectively the gate controls the drain current. Higher gm means more voltage gain in an amplifier stage. At Vov = 1 V and Kp = 100 mA per volt squared: gm = 100 mA per volt. At Vov = 3 V: gm = 300 mA per volt. In analog design, gm is set by choosing the bias current and overdrive voltage to meet a gain or bandwidth target.
What is channel-length modulation in a MOSFET?+
In reality, drain current in saturation increases slightly with Vds: Id = (Kp / 2) times Vov squared times (1 plus lambda times Vds), where lambda is the channel-length modulation coefficient (typically 0.01 to 0.1 per volt for discrete MOSFETs). This makes the device look like a current source with a finite output resistance Ro = 1 divided by (lambda times Id). This calculator uses the ideal model (lambda = 0), which is accurate for most initial design work and educational purposes.
What is the difference between enhancement-mode and depletion-mode MOSFETs?+
An enhancement-mode MOSFET (the most common type) is off at Vgs = 0 and requires a gate voltage above Vth to turn on. A depletion-mode MOSFET has a channel at Vgs = 0 and can be turned off by applying a negative gate voltage. Depletion-mode N-channel MOSFETs have negative Vth (typically -1 to -3 V), meaning they conduct at zero gate bias. They appear in current-source loads, normally-on power switches, and some RF designs. This calculator applies to enhancement-mode devices.
How does W/L ratio affect drain current in a MOSFET?+
Drain current scales proportionally with W/L because Kp = mu_n times Cox times W/L. Doubling W/L doubles Kp and doubles the drain current at the same Vgs and Vds. In IC design, W/L is chosen to set the current-carrying capacity of each transistor. For discrete power MOSFETs, the effective W/L is set in manufacturing; its effect is captured in the overall Kp value that can be extracted from the transfer characteristic.