Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

55%
+3 −2
Q&A Why are there more N type than P type MOSFETs?

One reason could be that N type MOSFET can switch loads that are in Drain, meaning that whatever the load voltage, you can turn it on/off directly with any microcontroller, provided that the MOSFET...

posted 2y ago by Kranulis‭  ·  edited 2y ago by Kranulis‭

Answer
#2: Post edited by user avatar Kranulis‭ · 2022-02-10T21:22:36Z (about 2 years ago)
  • One reason could be that N type MOSFET can switch loads that are in Drain, meaning that whatever the load voltage, you can turn it on/off directly with any microcontroller, provided that the MOSFET is 5V or 3.3V logic level. You could invert it and do the same, but N-Channel just feels more natural, since it shares common ground.
  • Furthermore, going into design details, N-Channel MOSFETS have faster switching due to [higher electron-hole mobility](https://www.intechopen.com/chapters/54729).
  • Due to this, P-Channel MOSFETS have a higher resistance when fully on.
  • Presumably these characteristics lead to N-Channel being more common.
  • One reason could be that N type MOSFET can switch loads that are in Drain, meaning that whatever the load voltage, you can turn it on/off directly with any microcontroller, provided that the MOSFET is 5V or 3.3V logic level. You could invert it and do the same with P-Channel, but N-Channel just feels more natural, since it shares common ground.
  • Furthermore, going into design details, N-Channel MOSFETS have faster switching due to [higher electron-hole mobility](https://www.intechopen.com/chapters/54729).
  • Due to this, P-Channel MOSFETS have a higher resistance when fully on.
  • Presumably these characteristics lead to N-Channel being more common.
#1: Initial revision by user avatar Kranulis‭ · 2022-02-10T21:21:53Z (about 2 years ago)
One reason could be that N type MOSFET can switch loads that are in Drain, meaning that whatever the load voltage, you can turn it on/off directly with any microcontroller, provided that the MOSFET is 5V or 3.3V logic level. You could invert it and do the same, but N-Channel just feels more natural, since it shares common ground.
Furthermore, going into design details, N-Channel MOSFETS have faster switching due to [higher electron-hole mobility](https://www.intechopen.com/chapters/54729).
Due to this, P-Channel MOSFETS have a higher resistance when fully on. 

Presumably these characteristics lead to N-Channel being more common.