A BJT, or bipolar junction transistor, is a three-terminal semiconductor device that uses a small electric current to control a much larger one. It’s one of the fundamental building blocks of electronics, found in amplifiers, switches, and countless circuit designs. The “bipolar” in its name refers to the fact that it relies on two types of charge carriers (electrons and holes) to operate, unlike some other transistors that use only one.
How a BJT Is Built
A BJT is made from three layers of semiconductor material sandwiched together. Each layer is “doped,” meaning it has been chemically treated to carry either a positive or negative charge. The arrangement of these layers determines the transistor type: an NPN transistor has a thin positive layer between two negative layers, while a PNP transistor has a thin negative layer between two positive layers. NPN is far more common in practice.
The three layers correspond to three terminals. The emitter sends charge carriers into the device. The base is a very thin middle layer that acts as the control gate. The collector gathers the charge carriers that make it through the base. Where these layers meet, they form two junctions: the base-emitter junction and the base-collector junction. The behavior of these two junctions is what makes the transistor work.
Why a Small Current Controls a Big One
In an NPN transistor, when you apply a small voltage (roughly 0.6 to 0.7 volts) across the base-emitter junction, electrons from the emitter flood into the base. Here’s the key: the base layer is intentionally made extremely thin. If it were thick, all those electrons would simply recombine with holes in the base and flow out the base terminal, like water draining through a thick sponge. But because the base is so thin, most electrons pass straight through it.
Once they reach the base-collector junction, a strong electric field sweeps them into the collector. The result is a large current flowing from collector to emitter, triggered and controlled by a tiny current flowing into the base. This is the core principle of transistor amplification: a weak input signal at the base produces a proportionally larger output signal at the collector.
Current Gain: Beta and Alpha
The ratio of collector current to base current is called beta (β), and it’s the number most people look at when evaluating a BJT’s amplification ability. If a transistor has a beta of 100, a 1 milliamp base current produces a 100 milliamp collector current. Beta typically ranges from 10 to 500, with values near 100 being the most common for general-purpose transistors.
There’s a related value called alpha (α), which is the ratio of collector current to emitter current. Since the emitter current equals the base current plus the collector current, alpha is always slightly less than 1. Alpha is more relevant in certain circuit configurations, but beta is the number you’ll encounter most often on datasheets and in circuit calculations.
Three Operating Regions
A BJT operates in one of three states depending on how much voltage and current you apply to it.
- Cutoff: When the base-emitter voltage is below about 0.7 volts, no current flows through any terminal. The transistor is effectively an open switch. The full supply voltage appears between the collector and emitter.
- Active region: The base-emitter junction is forward biased (around 0.7 V) and the base-collector junction is reverse biased. This is where the transistor works as an amplifier, with collector current proportional to base current (Ic = β × Ib). The output voltage swings in proportion to the input signal.
- Saturation: Both junctions are forward biased. The transistor is fully “on,” acting like a closed switch with only about 0.2 volts between collector and emitter. Increasing the base current further won’t increase the collector current because it has already reached its maximum for that circuit.
Digital circuits use cutoff and saturation (off and on). Analog circuits like audio amplifiers keep the transistor in the active region, where the output faithfully tracks the input.
Three Circuit Configurations
You can wire a BJT into a circuit in three basic ways, each sharing one terminal between the input and output sides.
The common emitter configuration is the most widely used. It amplifies both voltage and current, producing a large overall gain. This makes it a go-to choice for general-purpose amplification stages.
The common collector configuration, often called an emitter follower, boosts current without amplifying voltage. Its output voltage closely tracks the input, which makes it useful as a buffer between circuit stages that have mismatched impedances.
The common base configuration sacrifices current gain but works well at high frequencies. It shows up in radio-frequency circuits where signals move too fast for other configurations to handle cleanly.
Temperature Sensitivity
BJTs are sensitive to heat. The base-emitter voltage drops by about 2 millivolts for every degree Celsius the temperature rises. That might sound small, but it creates a feedback loop: as the transistor warms up, it conducts more current, which generates more heat, which makes it conduct even more. This is called thermal runaway, and it can destroy a transistor if the circuit doesn’t include some form of stabilization, like a resistor in the emitter path that automatically pushes back against rising current.
BJTs Compared to MOSFETs
The other major transistor family is the MOSFET, which is voltage-controlled rather than current-controlled. A MOSFET’s gate draws essentially zero current at low frequencies, giving it nearly infinite input resistance. A BJT’s base always draws current proportional to the collector current, resulting in a much lower input resistance (on the order of tens of kilohms for a typical small-signal transistor). This means MOSFETs are easier to drive and waste less power at the input stage.
BJTs fight back with higher transconductance, meaning they convert a given change in input into a larger change in output current at the same operating point. This advantage makes BJTs the preferred choice in low-noise amplifiers, particularly in radio-frequency front ends where squeezing out every bit of signal sensitivity matters. Wireless sensor networks and wake-up receivers, for instance, still rely on BJT-based low-noise amplifiers to detect very weak radio signals without adding unwanted noise.
Where BJTs Are Still Used
MOSFETs dominate digital electronics and power switching, but BJTs remain firmly relevant. Audio amplifier output stages, precision voltage references, current mirrors inside integrated circuits, and RF amplifiers all benefit from the BJT’s high transconductance and predictable analog behavior. Many integrated circuits combine both transistor types on the same chip, using each where it performs best. Understanding how a BJT works gives you a foundation for reading schematics, designing analog circuits, and grasping how more complex semiconductor devices build on the same principles.

