Transistor Base Resistor Calculator
This transistor biasing calculator works out the base resistor needed to drive a bipolar junction transistor (BJT) as a simple on/off switch, a common job in hobby electronics, Arduino and Raspberry Pi projects, and small control circuits. You enter four figures: the control voltage Vcc feeding the base circuit, the base-emitter voltage drop Vbe (typically 0.7 V for silicon), the collector current Ic you want to switch, and the transistor's current gain, also called hFE or beta, taken from its datasheet. The calculator returns the base resistor value Rb in ohms, plus the base current Ib and the gain used, so you can see how the result was reached. It first finds the minimum base current by dividing the collector current by the gain, then finds the resistor that drops the remaining voltage, Vcc minus Vbe, across that current. In real designs it is normal to over-drive the base by choosing a smaller resistor than the bare minimum, using a factor of two to ten, so the transistor saturates fully and switches cleanly rather than sitting partly on. A worked example below shows the full calculation for a 9 V control line switching 2 mA. As with any simplified model, treat the result as an indicative starting point for prototyping, not a substitute for checking your transistor's datasheet and your circuit's real-world tolerances.
The formula
The base current needed is Ib = Ic / gain. The base resistor is Rb = (Vcc minus Vbe) / Ib, where Vbe is about 0.7 V for silicon. For a hard switch, divide Rb by a factor of 2 to 10 to over-drive the base.
Worked example
To switch 2 mA of collector current with a gain of 100 from a 9 V control line: Ib = 0.002/100 = 20 microamps, and Rb = (9 minus 0.7) / 0.00002 = 415 k ohms. Enter 9, 0.7, 0.002, 100 to confirm.
Frequently asked questions
How do I choose a base resistor?
Work out the base current (collector current over gain), then Rb = (control voltage minus 0.7) divided by that base current.
Why over-drive the base?
To make sure the transistor fully saturates as a switch, designers use a base current several times the minimum, so use a smaller Rb.
What is Vbe?
The base-emitter voltage drop, about 0.7 volts for a silicon BJT when conducting.
Who this calculator is for
This calculator is for electronics students, hobbyists and engineers.
What this calculator assumes
- You enter values in the units shown.
- Ideal components are assumed.
- Results are rounded for display.
Formula and sources
Related calculators
- Ohm’s Law Calculator: V, I, R, P.
- LED Resistor Calculator: series resistor for an LED.
- Resistor Colour Code Calculator: decode resistor bands.