BJT Gain Calculator

BJT Gain Calculator
β = IC/IB
α = IC/IE
α = β/(β+1)
BJT Gain Calculator
β (hFE) Current Gain
IB Base Current (mA)
IC (enter to find β, optional)
Enter values
BJT Gain Calculator Results
IC (Collector)
A
IE (Emitter)
A
α (IC/IE)
 
β (hFE)
 
IB
A
Power Gain Ap
dB
BJT Gain Calculator Input Output

Figure 1: BJT Gain Calculator — enter values to calculate the result with step-by-step workings.

Table of Contents
Fundamentals
  1. Understanding BJT Current Gain
  2. α vs β
Worked Examples
  1. β=100, IB=1 mA
  2. Finding β from Measured Currents
Reference
  1. Frequently Asked Questions
  2. Related Calculators

Understanding BJT Current Gain

The BJT’s current gain (β or hFE) is the ratio of collector current to base current: β = IC/IB. It is the transistor’s core amplification parameter — a small base current controls a much larger collector current. Typical values range from 50 to 300 for small-signal BJTs, with some Darlington types reaching 10,000+.

β = IC / IB (common-emitter current gain)
α = IC / IE = β/(β+1) (common-base current gain)
IE = IC + IB (KCL at the transistor)

The calculator above computes all three currents plus α, β, and power gain in dB. The Transistor Base Resistor Calculator uses β directly to find the base resistor for switching circuits. The Transistor Biasing Calculator designs bias circuits that are independent of β.

α vs β

α is always slightly less than 1 (typically 0.98–0.999). It represents the fraction of emitter current that makes it to the collector — the rest is base current. β = α/(1−α), so a small change in α produces a large change in β. If α goes from 0.990 to 0.995, β doubles from 99 to 199. This is why β varies so widely between devices while α is relatively stable.

Example: β=100, IB=1 mA

β = 100, IB = 1 mA

IC = 100 × 1m = 100 mA

IE = 100m + 1m = 101 mA

α = 100/101 = 0.990

Power gain = 20 log(100) = 40 dB

Example: Finding β from Measured Currents

Measured: IC = 15 mA, IB = 0.05 mA

β = 15 / 0.05 = 300

IE = 15 + 0.05 = 15.05 mA

α = 15/15.05 = 0.9967

Enter IC in the optional field and IB in the base current field — the calculator solves for β. The Emitter Resistor Calculator uses IC and β to find IE for the RE calculation.

Frequently Asked Questions

What is β (hFE)?
DC current gain: IC/IB. Typical: 50–300 for small-signal BJTs. Varies with temperature (+2%/°C), collector current (peaks mid-range), and VCE. Never design assuming a specific β — use it as a minimum guarantee.
What is α?
α = IC/IE = β/(β+1). Always < 1 (typically 0.98–0.999). More stable than β across devices. A small α change causes a large β change. The Shockley Diode Calculator models the junction physics that determines α.
Why does β vary so much?
β depends on base width, doping profiles, and recombination rates — all affected by manufacturing tolerances. A 2N2222 datasheet lists β = 100–300: a 3:1 spread. The Op-Amp Gain Calculator shows how op-amps eliminate this variability via feedback.
What is power gain?
For common-emitter: Ap ≈ β², or 20 log(β) dB. β=100 gives 40 dB. The MOSFET Calculator calculates gm instead — MOSFETs are voltage-controlled, so power gain depends on gm and load resistance.
How do I measure β?
Apply a known IB and measure IC: β = IC/IB. Many multimeters have an hFE socket. Or measure both currents with the transistor biased in the active region (not saturated). The 555 Timer Calculator can generate a test signal if you need to measure β at a specific frequency.

Browse all Electronics Calculators →

Last updated: March 2026