Device Parameters
BJTs and FETs are the two main transistor families, and they differ in almost every electrical characteristic. BJTs are current-controlled devices: a small base current controls a larger collector current. FETs are voltage-controlled devices: a gate voltage controls the drain current, drawing almost no current itself. That single distinction drives most of the differences below.
Impedance Characteristics
Input impedance is the effective resistance (and reactance) that the input signal "sees" at the device's input terminals.
- BJTs have low input impedance (typically a few kΩ) because the base-emitter junction is forward-biased, so current flows into the base.
- FETs have high input impedance (typically several MΩ, sometimes into the GΩ range for MOSFETs) because the gate is electrically insulated from the channel by an oxide layer (MOSFET) or a reverse-biased junction (JFET). Almost no DC current enters the gate.
Output impedance is the effective resistance seen by whatever load you connect to the output.
- BJTs have relatively low output impedance (hundreds of Ω), set by the collector-emitter path.
- FETs have high output impedance (tens to hundreds of kΩ) because the drain-source path behaves more like a current source in saturation.
Transconductance () measures how much the output current changes per unit change in input voltage. It tells you how "sensitive" the device is to its input.
- BJTs have higher for a given bias current. For a BJT, , where at room temperature, so even a small collector current gives substantial transconductance.
- FETs have lower at comparable currents, but their transconductance tends to be more stable across a wider range of operating conditions.

Key Parameters Comparison
| Parameter | BJT | FET |
|---|---|---|
| Control method | Current-controlled (base current) | Voltage-controlled (gate voltage) |
| Current gain | High ( typically 50–200+) | Not directly comparable; voltage gain is high due to high input impedance |
| Input resistance | Low (kΩ range) | Very high (MΩ to GΩ) |
| Input capacitance | Higher | Lower |
Because FETs combine high input resistance with low input capacitance, they're well suited for high-frequency applications like RF and microwave circuits, where you don't want the transistor loading down the signal source.

Performance Characteristics
Noise and Power Considerations
Noise performance describes how much unwanted random signal the device adds.
- BJTs tend to have lower noise at low frequencies (below about 1 MHz). Their noise is dominated by shot noise in the junctions, which is relatively predictable and manageable.
- FETs tend to have better noise performance at higher frequencies (above 1 MHz), which is another reason they're preferred in RF front-end stages.
Power consumption matters a lot for portable and battery-powered designs.
- BJTs generally consume more power because the base must continuously draw current to keep the transistor on.
- FETs consume less power because the gate draws essentially zero steady-state current (only tiny leakage). This is the main reason CMOS (complementary MOSFET) technology dominates digital ICs: millions of transistors can sit idle without burning power.
Environmental and Speed Factors
Temperature sensitivity affects how stable your circuit stays as it heats up or cools down.
- BJTs are more temperature-sensitive. Their operation depends on minority carrier injection, and parameters like and shift noticeably with temperature. This can cause thermal runaway if the circuit isn't designed carefully.
- FETs are more temperature-stable overall and work across a wider temperature range. MOSFETs even have a built-in negative temperature coefficient at certain bias points, which makes them naturally resist thermal runaway.
Switching speed is how fast the device toggles between ON and OFF.
- BJTs can switch very fast in many applications because of their high and strong current drive.
- FETs have an advantage in high-frequency circuits despite sometimes slower raw switching, because their high input impedance means the driving stage doesn't need to supply large currents to charge and discharge the input. In digital CMOS logic, switching speeds are extremely fast at modern process nodes.
Quick rule of thumb for choosing: If you need high transconductance and strong current drive at low frequencies, reach for a BJT. If you need high input impedance, low power consumption, or good high-frequency behavior, a FET is usually the better choice.