Before you start, recall the load-bearing symbols, in plain words:
VGS ::: the gate-to-source voltage — the "hand squeezing the hose", the control knob.
VDS ::: the drain-to-source voltage — the voltage the closed switch drops, not a control.
VTH ::: the threshold — the minimum VGS that creates a channel at all.
RDS(on) ::: the small resistance a fully-ON MOSFET presents between drain and source.
k ::: a device constant, k=μnCoxW/L — mobility μn times oxide capacitance per area Cox times the channel shape ratio W/L. Bigger k = stronger transistor.
The figure below is the anatomy every answer refers to: gate (G) sitting on a thin oxide insulator, with source (S) and drain (D) on either side. When VGS exceeds VTH, a thin red conducting channel appears under the oxide, bridging source to drain. Notice the body diode drawn in red between the body/source and the drain — it is always physically present.
This is the plot the words "triode" and "saturation" actually mean. Each curve is ID versus VDS for a fixed VGS. Near the origin the curves rise almost straight — that near-linear slice is the triode (ohmic) region where the MOSFET is a resistor, and its slope is 1/RDS(on). To the right the curves flatten into saturation, where current is nearly constant. The red dashed boundary VDS=VGS−VTH separates them. A switch lives in the red-boxed deep-triode corner near the origin, never out in saturation.
The ON-resistance formula is not magic — it is the slope of the triode curve at the origin. Start from the triode current, zoom into small VDS, and the resistance falls right out.
A MOSFET does not flip instantly. The gate–drain capacitance CGD (the Miller capacitance) must be charged before the drain voltage can move. During that flat "Miller plateau" the device is stuck in the resistive middle — VDS and ID are both large at once, so it dissipates a burst of energy Eon (and Eoff on the way back). The figure overlays VGS, VDS and ID against time; the red shaded overlap is the switching-loss energy.
True or false: A MOSFET's ON/OFF state is decided by the voltage across drain and source.
False. It is decided by VGS relative to VTH; VDS is merely the drop that results once the switch is closed. See Threshold voltage VTH.
True or false: A closed (ON) MOSFET behaves like a perfect 0Ω short.
False. It behaves like a small but real resistor RDS(on) (milliohms to ohms) that dissipates ID2RDS(on) as heat.
True or false: To use a MOSFET as a switch we bias it in the saturation region.
False. Saturation is for amplifiers (constant current). A switch wants either cut-off (OFF) or deep triode (ON, tiny VDS). See Triode vs Saturation regions.
True or false: Raising VGS well above VTH lowers the ON-resistance.
True. RDS(on)=1/[k(VGS−VTH)], so a larger overdrive VGS−VTH shrinks the denominator and the resistance.
True or false: Because the gate is insulated, controlling a MOSFET switch costs essentially zero steady current.
True in steady state — the oxide blocks DC gate current. But switching the gate charges/discharges its capacitance (including CGD), which does draw pulses of current.
True or false: In a low-side switch, when the MOSFET is OFF the output sits near VDD.
True. With no channel, no current flows through the load resistor, so there is no voltage drop across it and the drain node floats up to VDD (HIGH).
True or false: Doubling the channel width-to-length ratio W/L makes a better (lower-resistance) switch.
True. k=μnCoxW/L, and larger k lowers RDS(on) — a wider, shorter channel carries current more easily.
True or false: An N-channel MOSFET with its gate tied to VDD makes a reliable high-side switch.
False. When ON the source rises toward VDD, so VGS=VG−VS→0<VTH and it turns itself OFF. See Low-side vs High-side switching.
True or false: A MOSFET is current-controlled, like a BJT.
False. A MOSFET is voltage-controlled (VGS); a BJT is current-controlled (IB). Compare with BJT as a switch.
True or false: If VGS=VTH exactly, the switch is solidly ON.
False. At exactly threshold the channel is only just forming — barely conducting, huge RDS(on), effectively neither a good ON nor a clean OFF.
True or false: An OFF MOSFET (VGS<VTH) conducts exactly zero current.
False. A small subthreshold leakage current still flows and rises exponentially as VGS nears VTH — negligible for a power switch but important for low-power/standby design.
"VTH=2 V and I applied VDS=10 V with the gate grounded, so plenty of current flows."
Error: gate is grounded, so VGS=0<VTH → cut-off, no channel, no conduction (only tiny leakage). Drain voltage alone cannot open the switch — and excess VDS risks breakdown.
"For minimum loss I'll drive the gate to just 0.1 V above VTH."
Error: barely above threshold gives a hugeRDS(on) and possibly saturation, so lots of heat. Drive the gate hard (full enhancement) to sit deep in triode.
"The datasheet lists RDS(on), so a closed switch drops zero volts."
Error: a finite RDS(on) means a finite drop VDS=IDRDS(on). At 3 A through 0.05Ω that is 0.15 V, not zero.
"Low-side switch: output is HIGH when the transistor is ON because it's conducting."
Error: ON means RDS(on)≪RL, so the drain node is pulled almost to ground → output LOW. The topology inverts.
"To make the switch conduct more current I should increase VDS."
Error: in deep triode raising VDS just moves you toward saturation where current saturates; and it doesn't change the ON/OFF state. To carry more current cleanly, lower RDS(on) (more overdrive, bigger device).
"Pcond=VDD×ID is the conduction loss in the ON MOSFET."
Error: the MOSFET only dissipates over its own drop, so Pcond=ID2RDS(on)=VDSID, using the tiny VDS — not the full supply VDD.
"I picked a fast gate driver, so switching losses don't matter."
Error: even a fast driver must still charge CGD (Miller); the Miller plateau and the finite transition time cost Eon+Eoff each cycle, and that loss scales with switching frequency.
Why do datasheets obsess over RDS(on) if a switch is "just on or off"?
Because ON is not ideal: the real device dissipates ID2RDS(on), so a smaller RDS(on) means less heat and higher efficiency. See R_DS(on) and switching losses.
Why is VGS, not VDS, the deciding variable for switch state?
The channel forms by inverting the surface under the gate, which depends on the field from gate to source. Drain voltage only shapes the channel once it exists; it cannot create one.
Why do we neglect the VDS2/2 term when the switch is closed?
A good closed switch drops only millivolts, so VDS is small and VDS2/2 is a second-order term — dropping it gives the clean linear ID≈k(VGS−VTH)VDS that reads out RDS(on).
Why does a P-channel device make high-side switching easier than N-channel?
A P-channel turns on with the gate below its source, and its source is already at VDD, so no gate voltage above the supply (bootstrap/charge pump) is needed. See Low-side vs High-side switching.
Why does more overdrive physically lower RDS(on)?
More overdrive VGS−VTH pulls more mobile charge into the channel, making it denser and more conductive — like squeezing the hose valve wider open.
Why is the gate's near-zero steady current the whole selling point of a MOSFET switch?
It lets a tiny, gentle control signal command large drain currents, because the insulated gate needs voltage (pressure), not sustained current (pumping). See Enhancement vs Depletion MOSFET.
Why can rapid switching still cause loss even if RDS(on) is tiny?
During each transition the gate capacitance (especially the Miller CGD) must be charged/discharged, and the device briefly passes through the resistive middle where VDS and ID are both large — these switching losses grow with frequency, on top of conduction loss.
Why does the Miller capacitance CGD slow the turn-on more than the plain gate–source capacitance?
Because as the drain voltage swings, CGD demands extra charge from the driver at a nearly constant gate voltage (the Miller plateau), stalling VGS and stretching the transition.
Edge case: VGS exactly at VTH — is the switch ON or OFF?
Neither cleanly — the channel is right at the onset of forming, so it conducts weakly with enormous RDS(on). Real switches must stay well above or below threshold.
Edge case: VGS far above VTH but VDS also large (heavy load, weak drive).
The device may leave triode and enter saturation, where current is limited and the drop VDS is large → big heating. The "closed switch" model only holds while VDS stays small.
Edge case: gate left floating (not driven).
Undefined state — stray charge/leakage can drift VGS anywhere, so the switch may partially turn on unpredictably. Real designs add a pull-down resistor to force a definite OFF.
Edge case: N-channel high-side switch, source pulled up to VDD when conducting.
As the source rises, VGS=VG−VS collapses toward 0 and the switch shuts off — you need a gate voltage boosted above VDD to keep it ON.
Edge case: load current ID→0 with the switch ON.
Then VDS=IDRDS(on)→0 and conduction loss ID2RDS(on)→0 — an unloaded closed switch dissipates essentially nothing (switching losses aside).
Edge case: RDS(on) compared with RL in a low-side switch when RL is also very small.
If RL approaches RDS(on), the ON output no longer reaches ~0 V; the divider Vout=VDDRDS(on)/(RDS(on)+RL) leaves a noticeable residual voltage. Clean logic needs RDS(on)≪RL.
Edge case: VDS goes negative (drain below source), e.g. an inductive load kicks back.
The intrinsic body diode forward-conducts and clamps the reverse voltage, carrying current around the channel. Useful for freewheeling, but the body diode is slow and lossy, so a Schottky is often added in parallel.
Edge case: the MOSFET heats up during heavy conduction — what happens to RDS(on) and VTH?
RDS(on)rises with temperature (mobility drops), which raises loss — but this is self-limiting and lets MOSFETs current-share. VTHfalls slightly with temperature, and subthreshold leakage grows, worsening OFF-state losses in hot conditions.
Edge case: VGS just below VTH — is there truly zero drain current?
No — subthreshold conduction gives a small current that increases roughly exponentially as VGS approaches VTH. Negligible for a power switch, but it sets standby leakage in low-power CMOS. See Logic gates from MOSFETs (CMOS).