FET Operating Regions
FETs control current flow using an electric field at the gate, and they behave very differently depending on the voltages applied to their terminals. The three operating regions describe these different behaviors. Getting comfortable with these regions is essential because DC biasing is all about placing the FET in the right one.
Saturation Region and Drain Current Equation
A FET operates in the saturation region when the channel is pinched off near the drain. The condition for this is:
Once in saturation, the drain current becomes largely independent of and is controlled almost entirely by . That's what makes this region useful for amplification: small changes in gate voltage produce proportional changes in drain current.
The saturation drain current equation is:
where:
- = electron mobility (how easily carriers move through the channel)
- = oxide capacitance per unit area (depends on the gate insulator thickness)
- = channel width, = channel length
- = threshold voltage (the minimum needed to form a conducting channel)
The ratio is a design parameter. A wider or shorter channel means more current for the same gate voltage. You'll sometimes see grouped together as the transconductance parameter, which simplifies the equation to .
Notice the squared term: drain current has a nonlinear (quadratic) relationship with gate voltage in saturation. This matters for amplifier design and distortion analysis.
Linear Region and Cutoff Region
Linear (Triode) Region: When , the channel isn't pinched off, and the FET behaves somewhat like a voltage-controlled resistor. Drain current depends on both and :
For very small , the term becomes negligible, and the FET acts nearly like a linear resistor. This is why the region is called "linear" (or sometimes "ohmic"). It's the region used when a MOSFET operates as an analog switch or a pass transistor.
Cutoff Region: When , no conducting channel forms. The drain current is essentially zero, and the FET acts as an open switch. This is the "off" state used in digital logic gates and switching applications.
Quick summary of conditions (for an enhancement-mode NMOS):
- Cutoff: →
- Linear: and → depends on both and
- Saturation: and → depends mainly on

DC Biasing Techniques
The goal of DC biasing is to set a stable operating point (Q-point) so the FET sits in the correct region under no-signal conditions. A well-chosen Q-point keeps the transistor in saturation for amplifiers or ensures reliable switching between cutoff and linear for digital circuits.
Load Line Analysis and Q-Point
Load line analysis is a graphical method for finding the Q-point. Here's how it works:
-
Write the KVL equation around the drain-source loop. For a basic common-source circuit with a drain resistor and supply , this gives:
-
Plot this equation on the FET's vs. output characteristic curves. It's a straight line (the "load line") with:
- -intercept at (when )
- -intercept at (when )
-
Find the intersection of the load line with the output curve corresponding to your gate bias voltage. That intersection is the Q-point, giving you the DC values of and .
The Q-point should sit in the middle of the saturation region for a Class A amplifier, giving maximum symmetric signal swing before clipping. For switching applications, you'd bias the FET to toggle between cutoff and the linear region.

Self-Bias and Voltage-Divider Bias
Self-Bias is the simplest biasing approach. A resistor is placed between the source terminal and ground, with the gate connected to ground through a large resistor (which draws negligible current).
- As flows through , it creates a voltage at the source.
- Since the gate is at 0 V (through ), the gate-to-source voltage becomes .
- This negative feedback is self-correcting: if tries to increase, becomes more negative, which reduces back toward the design value.
Self-bias works well for JFETs and depletion-mode MOSFETs (which conduct at ). It won't work for enhancement-mode MOSFETs, which need a positive to turn on.
Voltage-Divider Bias uses two resistors ( and ) to set a specific DC voltage at the gate:
Combined with a source resistor , the gate-to-source voltage is:
This configuration works for enhancement-mode MOSFETs because you can set above the threshold voltage. It also provides better Q-point stability than self-bias because the gate voltage is fixed by the resistor ratio and is relatively independent of FET parameter variations (like shifts in due to temperature or manufacturing tolerances).
Constant-Current Bias
Constant-current bias replaces the source or drain resistor with an active current source, which forces to a fixed value regardless of FET parameter variations.
- The current source can be built from a BJT current mirror or another FET configured as a current source.
- Because is held constant, the Q-point is extremely stable. Variations in or simply shift slightly rather than changing the operating current.
- This technique is common in high-performance and integrated circuit designs (such as RF amplifiers and op-amp input stages) where Q-point drift would degrade performance.
The tradeoff is added complexity: you need extra transistors and possibly a reference voltage to build the current source. For many discrete-component circuits, voltage-divider bias is "good enough," but constant-current bias is the go-to choice when stability and linearity really matter.