pass transistor
A transistor used as a switch to pass logic levels between nodes of a circuit, instead of as a switch connected directly to a supply voltage.
pass transistor: a switch that relays signal voltage, not ground
A pass transistor is a transistor used to gate or control the flow of a signal voltage between two nodes in a circuit, rather than to switch current to or from a power supply rail. Instead of connecting a load to ground or to the positive rail, the pass transistor sits in series with the signal path itself, opening and closing the connection between two points that are already at some intermediate voltage level. This distinction matters because the transistor does not need to handle the full supply current; it only carries the signal current, and both its source and drain (or collector and emitter) sit at logic levels rather than at supply potentials.
Pass transistors appear commonly in multiplexers, transmission gates, and level-shifting circuits. An N-channel enhancement-mode MOSFET often serves as a pass transistor for passing low logic levels, while a P-channel device passes high logic levels better. For true bidirectional switching, designers pair them as a transmission gate or CMOS switch, where an NMOS and PMOS transistor work in parallel with complementary gate signals. The on-resistance of the transistor determines how quickly the signal settles; modern MOSFETs with gate widths of several micrometers down to tens of micrometers can achieve on-resistances in the range of tens to thousands of ohms.
Common failure modes and design trade-offs
The main limitation of a simple pass transistor is that it exhibits threshold-voltage drops. When an NMOS transistor passes a high signal, the output voltage is pulled down by one threshold voltage (typically 0.4 to 0.7 volts); the transistor cannot pull the output all the way to the supply rail. PMOS transistors pull-down similarly when passing low voltages. This loss degrades logic margins, especially in long chains of pass transistors, and forces designers to use transmission gates or boosted gate drives in precision applications. Leakage current through a non-conducting pass transistor can also corrupt stored charges on capacitive nodes.
The term 'pass transistor' arises from its function: the transistor simply passes a voltage or signal from one side to the other when enabled, without creating a new voltage reference. This contrasts with series-pass regulators or pass-gate diodes, which serve regulatory or protective roles. The pass transistor architecture forms the foundation of static RAM cells, where transmission gates hold data on capacitors, and appears in analog multiplexers and cross-bar switch arrays where the goal is transparent, low-distortion signal routing rather than logic inversion or current amplification.