Unlocking the Secrets of MOSFETs on Electric Bikes
MOSFETs are the high‑speed switches inside your e‑bike controller. When one fails, the motor may run erratically, refuse to turn, or the controller can overheat in seconds. With a digital multimeter and careful soldering, you can test and replace a blown MOSFET yourself — but you also need to know when swapping a single part makes sense versus buying a whole new controller.
What this means for your next move: If the controller is a generic $30–$60 unit, a full replacement is often the fastest route. But for a premium controller like a Grin Phaserunner or Baserunner, a MOSFET swap can save you $100–$200. Your decision hinges on the damage type, your soldering skill, and whether the root cause is still present.
What a MOSFET Does Inside the Controller
A typical e‑bike controller uses six or more N‑channel MOSFETs arranged in three phase pairs. Each MOSFET acts like a high‑speed on/off valve. When the microcontroller sends a low‑voltage signal to the gate, the MOSFET connects battery power to one motor winding, then disconnects it thousands of times per second. This pulsed power — controlled by pulse‑width modulation (PWM) — determines the motor’s speed and torque.
How the Phase Pairs Work
High‑side and low‑side MOSFETs work together for each phase. One connects the battery positive, the other connects to ground. By switching these pairs in a carefully timed sequence, the controller creates a rotating magnetic field that spins the motor. A shorted MOSFET (stuck on) causes the motor to run full speed uncontrollably. An open MOSFET (stuck off) leaves one phase dead, making the motor stutter or refuse to start.
PWM and Duty Cycle
The microcontroller varies the duty cycle — the ratio of on‑time to off‑time — to adjust the effective voltage reaching the motor. A higher duty cycle delivers more power. If the PWM frequency changes after a firmware update, the MOSFETs may overheat due to increased switching losses. Always match the original MOSFET’s gate charge rating to prevent overheating.
Common Signs of a Failed MOSFET
You don’t need special tools to spot trouble. Watch for these symptoms:
- Motor runs in only one direction – One phase pair is dead.
- Sudden loss of power under load – Climbing a hill or accelerating stresses a weak MOSFET until it fails.
- Controller gets hot too fast – A shorted MOSFET draws continuous current, turning the controller into a heater.
- Battery drains with the bike off – A stuck low‑side MOSFET creates a path to ground.
- Smoke or burnt smell – Catastrophic failure vaporizes the MOSFET package and often nearby PCB traces.
Testing MOSFETs With a Multimeter
Testing requires a digital multimeter with a diode‑check function. Disconnect the battery and discharge the controller’s capacitors — wait 10 minutes or short the battery leads through a resistor.
1. Remove the controller and open its shell. Expose the PCB. Note the heatsink orientation and any thermal paste.
2. Locate the MOSFETs. They are three‑legged components (gate, drain, source) labeled like IRFB4110, 3077, or STP75NF75. Usually six in a row.
3. Set the multimeter to diode mode (symbol looks like a diode). Keep the board unpowered and wires disconnected.
4. Test each N‑channel MOSFET: Place red probe on the drain (center or tab) and black probe on source. You should see 0.2–0.4 V (forward bias of the internal diode). Reverse the probes: red on source, black on drain. You should see OL (open line). Any voltage reading in reverse means the MOSFET is shorted.
5. Quick gate test: Touch the red probe briefly to the gate pin, then repeat the drain‑source diode test. The forward voltage should drop (indicating the gate turned on) and then return to normal after a few seconds. No change means a dead gate driver or failed MOSFET.
6. Check all six. If even one fails the reverse‑bias test, replace it. Often multiple MOSFETs blow together, especially in the same phase pair.
BLOCKQUOTE_0
Replacing a Blown MOSFET — Realistic Trade-offs
You can replace a single MOSFET, but a few common mistakes lead to repeat failure.
- Exact matching is critical. Use the same part number or a known compatible substitute with equal or higher voltage/current ratings. A common upgrade is IRFB4110 (100 V, 120 A) or IRFB3077 (75 V, 210 A). Check the datasheet for gate threshold voltage (Vgs(th)) — a mismatch of more than 1 V can prevent the MOSFET from fully turning on, causing it to overheat.
- One realistic mismatch: Substituting a MOSFET with a higher gate charge than the original. The controller’s gate driver may not switch it fast enough, increasing switching losses and heat. Within a few ride cycles, the new MOSFET blows. Always compare the total gate charge (Qg) in the datasheets — keep it within 20% of the original.
- Soldering skill matters. Many e‑bike controllers use surface‑mount TO‑220 or D²‑PAK packages. Removing them without lifting PCB pads requires a desoldering gun or hot‑air station. A cheap iron often damages the board.
- Heatsink and thermal compound. Reinstall with fresh thermal paste and an intact insulating pad. A misaligned pad shorts the drain to the heatsink, destroying the new part instantly.
- Root cause must be fixed. If the MOSFET blew from overheating, a stalled motor, a chafed phase wire, or a failing gate driver, the replacement will fail too. Inspect motor wires for damage and check the controller’s solder joints around the gate resistors.
Trade-off to know: Even a perfect MOSFET replacement won’t fix a controller whose gate‑driver chip is also damaged. If more than one phase pair has dead MOSFETs, the driver chip may be the real problem. In that case, replacing it requires surface‑mount soldering and a schematic — often more trouble than a new controller.
When to Replace the Whole Controller Instead
A full controller swap is the smarter choice in these situations:
- Burnt PCB traces – Damaged copper around the MOSFETs can arc even after a part swap.
- Multiple dead MOSFETs in different phase pairs – This often means the gate‑driver chip failed, which is harder to diagnose and replace.
- Cheap generic controller – A 48 V 25 A unit costs $30–$60. Compare that to the time and risk of a partial repair.
- No schematic available – Without knowing the gate drive topology, you may swap parts only to have them blow again on the first test ride.
- Visible burn marks on the board – Clear sign of catastrophic failure; replace it.
For high‑end controllers like the Grin Phaserunner or Baserunner, a MOSFET replacement is practical because the controller costs $200–$300 and the PCB traces are usually robust. Even then, confirm the root cause first.
Frequently Asked Questions
Can I use any MOSFET with the same package size?
No. The voltage rating must meet or exceed the battery’s full‑charge voltage (e.g., 75 V for a 48 V nominal battery, which charges to ~54.6 V). The current rating should be at least the controller’s rated phase current. Also match the gate threshold voltage — a mismatch prevents the MOSFET from fully turning on and causes overheating.
How do I know if a MOSFET is blown without removing it?
You can test in‑circuit, but parallel components may give false readings. A shorted MOSFET will still show near‑zero voltage when reverse‑biased. If unsure, lift one leg from the board and retest.
Why do MOSFETs fail more often after a firmware update?
A firmware change can alter PWM frequency, dead‑time settings, or current limits. Reduced dead‑time allows shoot‑through — both MOSFETs in a pair briefly conduct, creating a short across the battery that kills them in milliseconds.
Can a blown MOSFET damage the motor?
Rarely. A shorted MOSFET usually blows the battery fuse or trips the BMS before the motor windings overheat. However, a motor running with two phases shorted together — from a failed low‑side MOSFET — can generate high regenerative braking torque and potentially damage motor bearings or controller capacitors.
Testing and replacing MOSFETs is a direct path to fixing the most common controller failure. If the damage is limited to one phase pair and the board is intact, a careful swap will keep your bike on the road. When the traces are burnt or multiple pairs are dead, a new controller saves time and eliminates the risk of repeat failure.

