N-Channel MOSFET

A voltage-controlled switch that conducts between drain and source once its gate voltage passes a threshold.

How it works

An N-Channel MOSFET is a voltage-controlled semiconductor switch, making it fundamentally different from current-controlled bipolar transistors (like the NPN). To turn a MOSFET on, you simply apply a voltage to its Gate relative to its Source.

Because the Gate is electrically isolated from the rest of the transistor by a microscopic layer of glass (silicon dioxide), it draws virtually zero continuous current. This makes MOSFETs incredibly easy to drive directly from microcontrollers. Once turned fully on, the path between Drain and Source acts like a very low-value resistor (Rds_on), allowing them to switch massive currents (often 10A to 50A) with minimal heat.

They are the backbone of modern power electronics, dominating motor drivers, 3D printer heated beds, and high-speed switching power supplies.

Key Formulas

Power Dissipation (Conduction Loss)P = I_drain² × R_ds(on)

Common Mistakes

Using a "standard" MOSFET instead of a "logic-level" MOSFET with a 3.3V or 5V microcontroller. Standard MOSFETs require 10V at the gate to fully turn on; driving them with 5V leaves them partially resistive, causing them to severely overheat and fail under load.

Common Variants

Variants for this component will be listed here soon.