30

Does a MOSFET allow current flow in reverse direction (i.e.; from source to drain)?

I made a Google search, but couldn't find a clear statement about this matter. I have found this similar question, but it is about detecting current direction from the schematic symbol of a MOSFET. And under the same question, there is this answer which states that MOSFETs have no intrinsic polarity, thus they can conduct in both directions. However, that answer has no up/down votes or comments, so I can't make sure of it.

I need a clear answer on this. Does a MOSFET conduct in both directions?

enter image description here

hkBattousai
  • 13,913
  • 31
  • 114
  • 190
  • For what it's worth, BJT actually does conduct in either direction. It's just pretty lousy in reverse i.e. current gain is in single digits. That's because the semiconductor elements are hardly symmetrical. – Barleyman May 14 '19 at 10:20

2 Answers2

31

Yes it does conduct in either direction.

Due to the body diode, most discrete MOSFETs cannot block in the reverse direction, but the channel will conduct in either direction when the gate is biased "on".

If you want to conduct and block in both directions you need two MOSFETs in series.

MOSFETs used as near-perfect rectifiers are usually used in the reverse direction for conduction (so they can block in the other direction).

Edit: Your schematic here: enter image description here

Illustrates one example of switching AC with two MOSFETs (one of which will be conducting in reverse at any given time when the switches are on).

Another example is here, from the LT4351 datasheet:

enter image description here

Spehro Pefhany
  • 376,485
  • 21
  • 320
  • 842
  • Using two MOSFETs like [this](http://i.imgur.com/n8pZB6I.png)? You can attach this image to your answer if it is correct. – hkBattousai Apr 06 '14 at 09:48
  • Yes, that's right. Effectively back-to-back. They're easier to drive if the common can be grounded as you've shown. See the LT4351 datasheet for another example. – Spehro Pefhany Apr 06 '14 at 09:53
6

In case anyone else stumbles across this thread, the TLP175A (and plenty of others) is a single component which directly implements the circuit suggested in the above answers. That particular IC features optocoupler isolation and is even suggested use as a relay replacement.TLP175A internal schematic demonstrating use of back-to-back MOSFETs

Ody
  • 61
  • 1
  • 2
  • 2
    Great idea, and it really separates left side from right one. Unfortunately most of them are either high voltage (like enough to support EU 240V) or high current (to power e.g. 100W light bulb) but not both :( – Dominik Szymański Jul 11 '19 at 16:03