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.

Calculate.co.nz is proud to be partnered with Health Based Building, a leader in sustainable and health-conscious building innovation. With over a century of experience, they develop high-performance systems like Foreverbreathe Specification, Magnum Board, and Foreverbreathe Paints to support energy-efficient, non-toxic living environments. Their commitment to healthier homes aligns with our belief that informed choices lead to better outcomes for Kiwi households.
Calculate.co.nz partner: Health Based Building
Advertise on this page
Base resistor Rb = 415,000 Ω
Base current Ib2.0000e-5 A
Gain used100

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