CMOS inputs on microcontrollers and other ICs can be damaged by ESD discharges. Can the gate of a big discrete MOSFET (2N7000, IRF9530, etc.) be damaged by ESD discharges?
-
2There is no doubt that discrete MOSFETs are **very** sensitive to ESD. However, an interesting question if *big* MOSFETs are a lot less sensitive. I'd guess yes, but I have no figures to prove it. – AndreKR Feb 09 '11 at 21:21
-
2Ordinary BJTs are sensitive to ESD, also, especially high-frequency devices. – Leon Heller Feb 09 '11 at 19:32
-
1The question was about MOSFETs. It's good to know that BJTs are sensitive, but this doesn't answer the question. – Kevin Vermeer Feb 09 '11 at 20:53
-
2I mentioned it in case people thought that MOSFETs were the only discrete devices that could be damaged by ESD. – Leon Heller Feb 09 '11 at 21:26
4 Answers
Yes. I've used MOSFETs which had a conductive rubber band around the pins to protect the gate(s) by shorting the pins, to be removed after soldering. (TO-39, IIRC)

- 145,145
- 21
- 455
- 667
-
5Very true. I've seen many BSS84, BSS123 and the like fail. They are much more sensitive than ICs are because ICs usually have protective diodes at the I/Os and discrete MOSFETs don't. Also, damaged small signal MOSFETs often don't fail in an obvious way but get degraded just a bit (although enough to cause trouble later on). I have no doubt the same is true for big MOSFETs since their structure looks like many small MOSFETs in parallel. However, big MOSFETs have higher parasitic capacitance that acts as a somewhat better protection: More (dis-) charge is required to raise the voltage. – zebonaut Feb 10 '11 at 20:53
Any MOSFET outside of a circuit will be extremely ESD sensitive as one spike on the gate that raises its voltage above the maximum and it will be dead. MOSFETs in circuits very frequently have explicit protection (Zeners on gates or clamping diodes in drivers) and other incidental ESD protections like pulldowns or possibly increased capacitance.
More to the point of "are big (and/or) discrete MOSFETs less sensitive", they are for two reasons:
- The gate oxide is likely to be thicker and take more voltage to breakdown (though the input lines on an IC are probably overengineered in this manner as well), and
- The gate capacitance will be vastly larger, so it will take much more charge to build up a lethal voltage.
In a circuit, the more common failure modes (in my experience) are inductive spikes on the source pin blowing the gate, or those on the drain which can cause a fatal avalanche breakdown. I don't think I've ever positively identified a dV/dt failure, which is where the voltage rise on the MOSFET is so fast, the parasitic capacitances between drain-gate-source are able to turn on the MOSFET causing bad things to happen.
Nevertheless, if you ground your source well and blast the gate right at the package with an ESD gun on 11, you might be able to kill it. Users shouldn't be able to stick their grubby little hands on your gate lines because they could have just shuffled their wool socks along the polyester carpet, but if they can for some reason (???), a Zener should protect nearly everything.

- 12,360
- 2
- 44
- 71
-
Is it just the gate insulator that breaks down, or can the *channel itself* be damaged from ESD on source / drain? – rdtsc Dec 07 '15 at 02:38
-
1It's also the drain source area, see e.g. https://www.google.at/url?sa=t&source=web&rct=j&url=http://www.semtech.com/images/datasheet/transient_voltage_protection_of_mosfets.pdf&ved=0ahUKEwiKjpTu3dHSAhXmIcAKHV2PD3sQFggdMAE&usg=AFQjCNEORbXMfMF75iEhVV-ImlheXtx_UQ&sig2=BE30Zve9_VjxH4_b-R8afg – Junius Mar 12 '17 at 19:50
YES absolutely.
I made the mistake of putting 2N7000 in my designs before and worked on them in environments that were not well ESD protected. I have destroyed literally dozens of 2N7000's doing this.
The key issue for me is "how much" protection is necessary in designs. Especially for production when adding protection costs money.

- 434
- 2
- 12
-
I feel your pain! I think I am currently destroying about 1 in 3 2N7000. I'm not yet fully sure of the ESD source, could very well be my soldering iron. https://electronics.stackexchange.com/questions/323890/2n7000-mosfet-destroyed-during-soldering – svenema Aug 17 '17 at 09:20
There is a second source of 2n7000 whith " KL " at the end of the reference made from VISHAY and is totally protected.
-
2Totally protected? The [datasheet](http://www.vishay.com/docs/72705/2n70000k.pdf) says (very prominently) 2000V, which is quite a lot for a FET, but that's only class 1C under the human body model. – Kevin Vermeer May 04 '11 at 13:30
-
Do you know of any other similarly protected MOSFETs? Both the Vishay 2N7000KL and BS170KL are not available in the Netherlands (Farnell suggests the 2N7000BU as replacement, but that one seems to be a regular 2N7000). I'm looking for a three pin through hole package... – svenema Aug 17 '17 at 09:42