How Does a Transistor Amplify Current or Voltage?

A transistor amplifies by using a small input signal to control a much larger current flowing from an external power supply. The transistor itself doesn’t create energy. Instead, it acts like a valve: a tiny electrical signal at the input adjusts how much current from a battery or power supply reaches the output. The result is a bigger copy of the original signal, powered entirely by that external supply.

The Valve Analogy

Think of a large water pipe with a valve in the middle. A reservoir above provides high pressure, ready to push water through the pipe. You can’t open the valve with your bare hands, but you can turn a small lever that does the job for you. A gentle twist of the lever (small effort) swings the valve wide open, releasing a powerful rush of water (large output). Your small effort didn’t create that water pressure. It was already there, waiting. You just controlled it.

A transistor works the same way. A DC power supply (the reservoir) provides energy. The input signal (your hand on the lever) determines how much of that energy reaches the output. The relationship between your small control signal and the large output current is what we call gain.

How a Bipolar Transistor Works Inside

The most common type used to explain amplification is the bipolar junction transistor, or BJT. It has three layers of semiconductor material forming three terminals: the emitter, the base, and the collector. In an NPN transistor (the most widely used type, because electrons move through it more easily than holes), the base sits as a very thin middle layer between the emitter and collector.

When you apply a small voltage to the base-emitter junction, you forward-bias it, which lets electrons flow from the emitter into the base. Here’s the key: the base layer is intentionally made extremely thin. Most of those electrons don’t have time to recombine in the base. Instead, the reverse-biased collector junction sweeps them up immediately. The collector physically surrounds the emitter region, making it nearly impossible for injected electrons to escape without being collected.

The result is that a small current flowing into the base controls a much larger current flowing from the collector to the emitter. The ratio between these two currents is called beta (β), also known as hFE. A common small-signal transistor like the 2N2222 has a beta ranging from about 75 to 300, depending on operating conditions. That means for every microamp of base current, 75 to 300 microamps flow through the collector. The collector current equals beta times the base current: Ic = β × Ib.

How a MOSFET Amplifies Differently

A MOSFET achieves the same goal through a different physical process. Instead of a small current controlling a large one, a small voltage does the controlling, drawing almost no current at all.

When you apply a positive voltage to the gate terminal of an N-channel MOSFET, it repels the positive charge carriers in the semiconductor beneath it and attracts electrons from the source and drain regions. Those electrons form a thin conducting channel (called an inversion layer) that connects the source to the drain. The higher the gate voltage, the denser this electron channel becomes, and the more current flows between source and drain. Any change in the gate voltage alters the electron density in that channel, giving you precise control over a large output current with a tiny input voltage. Under saturation conditions, the device current is controlled solely by the gate voltage.

Where the Extra Energy Comes From

This is the part that confuses most people. Amplification seems to violate conservation of energy: how can you get a bigger signal out than you put in? The answer is that you don’t, not really. Every transistor amplifier circuit includes a DC power supply. That supply is the actual source of the energy in the amplified signal. The input signal just shapes how that energy is delivered to the output.

A basic amplifier has three elements: the transistor, a resistor, and a DC power supply. The supply drives a steady current through the resistor and transistor. When you feed a small varying signal to the base (or gate), it adds variations to that steady current. Those variations create a varying voltage drop across the resistor. Because the resistor value is large (typically 4,000 to 10,000 ohms in a common-emitter circuit), even modest current swings produce substantial voltage swings at the output. The output voltage swing is a larger copy of the input voltage swing, and every bit of that extra energy came from the DC supply.

The Common-Emitter Circuit

The most widely taught amplifier configuration is the common-emitter circuit, where the input signal goes to the base and the amplified output is taken from the collector. During the positive half of an input signal, the forward bias on the base-emitter junction increases. More electrons flow from emitter to collector, collector current rises, and the voltage drop across the collector resistor grows. During the negative half, the opposite happens: less forward bias, less collector current, smaller voltage drop.

The output waveform ends up being an inverted, amplified copy of the input. Additional resistors in the circuit set the “bias point,” which is the steady-state current flowing through the transistor when no signal is present. Getting this bias point right is critical. If it’s set incorrectly, the transistor can clip part of the signal, cutting off the negative or positive half of the waveform and distorting the output.

The Operating Region That Allows Amplification

A transistor can only amplify when it’s operating in its active region. This requires the base-emitter junction to be forward-biased (turned on) while the collector-base junction is reverse-biased. In this state, the collector current responds proportionally to the base current, and the relationship Ic = β × Ib holds true.

Two other regions exist but don’t produce amplification. In saturation, both junctions are forward-biased, and the transistor is fully “on,” acting like a closed switch. In cutoff, both junctions are reverse-biased, and no current flows at all. These modes are useful for digital circuits and switching, but amplification happens only in the active region, where the transistor sits between those two extremes.

Amplifier Classes and Signal Quality

How you bias the transistor determines the amplifier’s class, which trades off between signal quality and power efficiency.

  • Class A: The transistor conducts current 100% of the time. The entire input waveform is faithfully reproduced with minimal distortion. The tradeoff is that the transistor constantly dissipates heat, even when there’s no signal, making it inefficient. Class A designs are common in low-power applications where sound or signal quality matters most.
  • Class B: The transistor conducts for only half the waveform, spending the other half in cutoff. A single Class B transistor produces severe distortion because half the signal is simply missing. The practical solution is a “push-pull” design, where two transistors each handle one half of the waveform. Combining both halves produces a faithful reproduction of the full wave, with much better efficiency since each transistor dissipates zero power during its off half.
  • Class AB: A compromise where the transistor conducts for more than half but less than the full waveform. This smooths out the crossover point between the two transistors in a push-pull design, reducing distortion while keeping efficiency reasonably high.
  • Class D: The transistor switches rapidly between fully on and fully off, never lingering in the active region. This produces very high efficiency with minimal heat, which is why Class D amplifiers are popular in portable speakers and subwoofers. The output is rich in harmonics and requires filtering to recover a clean signal.

Gain Isn’t Fixed

One practical detail worth knowing: a transistor’s gain isn’t a single number. It shifts with temperature, current level, and manufacturing variation. The 2N2222, for instance, has a minimum beta of 35 at very low currents but a minimum of 100 at moderate currents. Even two transistors from the same production batch can have noticeably different gain values. That’s why real amplifier circuits use feedback networks and careful biasing to stabilize the gain rather than relying on the transistor’s raw beta. The transistor provides the muscle; the surrounding circuit keeps it predictable.