2.4.11

Threshold voltage (Vth)

1,770 words8 min readdifficulty · medium6 backlinks

WHAT is VthV_{th}?

The quantity that actually drives current is the overdrive voltage: Vov=VGSVthV_{ov} = V_{GS} - V_{th}


WHY does a channel need a threshold at all?

Think about an NMOS on a p-type body (holes are the majority carriers).

  1. To make electrons conduct, you must first push all the holes away from the surface (deplete it). That costs some gate voltage.
  2. Then you must pull enough electrons in so that the surface behaves like n-type. That costs more.

So there is a definite "budget" of gate voltage you must spend before any electron channel appears. That budget is VthV_{th}. Below it, you're just clearing holes; above it, you're stacking electrons.


HOW to derive VthV_{th} from first principles

We build VthV_{th} as a sum of the voltages needed at each physical stage.

Step 1 — Flat-band voltage VFBV_{FB}. Why this step? Even with VGS=0V_{GS}=0, the different work functions of gate metal and semiconductor plus trapped oxide charge bend the bands. VFBV_{FB} is the voltage that "undoes" this and makes the bands flat: VFB=ϕmsQoxCoxV_{FB} = \phi_{ms} - \frac{Q_{ox}}{C_{ox}} where ϕms\phi_{ms} is the metal–semiconductor work-function difference and QoxQ_{ox} is fixed oxide charge.

Step 2 — Band bending to strong inversion, ϕs=2ϕF\phi_s = 2\phi_F. Why 2ϕF2\phi_F? Strong inversion is defined as: surface electron density = bulk hole density. The bulk Fermi level sits ϕF\phi_F below intrinsic; to invert, we must bend the surface by ϕF\phi_F to reach intrinsic and another ϕF\phi_F past it to become as n-type as the bulk was p-type. Hence: ϕs=2ϕF,ϕF=kTqln ⁣NAni\phi_s = 2\phi_F, \qquad \phi_F = \frac{kT}{q}\ln\!\frac{N_A}{n_i}

Step 3 — Voltage across the oxide to hold the depletion charge, VoxV_{ox}. Why this step? Pushing holes away exposes a depletion region of ionized acceptors with total charge QdepQ_{dep}. The gate must supply an equal opposite charge across the oxide capacitor CoxC_{ox}: Vox=QdepCox,Qdep=2qεsNA(2ϕF)V_{ox} = \frac{Q_{dep}}{C_{ox}}, \qquad Q_{dep} = \sqrt{2\,q\,\varepsilon_s N_A\,(2\phi_F)} QdepQ_{dep} comes from solving Poisson's equation for a fully depleted region of width WW: charge =qNAW= qN_A W and 2ϕF=qNAW22εs2\phi_F = \tfrac{qN_A W^2}{2\varepsilon_s} → eliminate WW.

Step 4 — Add them.

Figure — Threshold voltage (Vth)

Body effect (why VthV_{th} can change)

If the source is not tied to the body, a reverse body-source bias VSBV_{SB} widens the depletion region, so more charge must be supported → VthV_{th} rises: Vth=Vth0+γ(2ϕF+VSB2ϕF),γ=2qεsNACoxV_{th} = V_{th0} + \gamma\left(\sqrt{2\phi_F + V_{SB}} - \sqrt{2\phi_F}\right), \qquad \gamma = \frac{\sqrt{2q\varepsilon_s N_A}}{C_{ox}} γ\gamma is the body-effect coefficient. Why the square-root? Because Qdepband bendingQ_{dep}\propto\sqrt{\text{band bending}} from Step 3.


Worked examples


Common mistakes


80/20 — the essentials

  • VthV_{th} = gate voltage to reach strong inversion; Vov=VGSVthV_{ov}=V_{GS}-V_{th} drives current.
  • Three physical costs: flat-band, 2ϕF2\phi_F band bending, depletion charge over CoxC_{ox}.
  • Thinner oxide → lower VthV_{th}, higher doping → higher VthV_{th}, body bias → higher VthV_{th}.

Recall Feynman: explain to a 12-year-old

Imagine a garden hose with a kink that blocks the water. The metal gate is your thumb pressing on a plastic cover over the kink. You have to press hard enough to first push the mud out of the way, then open a clean path for water. The exact amount of press where water just starts flowing is the threshold. Press less: nothing (well, a tiny drip). Press more: strong flow.


Active-recall flashcards

What does VthV_{th} physically mark in a MOSFET?
The VGSV_{GS} at which the surface reaches strong inversion, forming a conducting channel.
Define overdrive voltage.
Vov=VGSVthV_{ov}=V_{GS}-V_{th}; it is what actually controls drain current.
Why is the band bending at threshold equal to 2ϕF2\phi_F?
Because strong inversion means surface electron density equals bulk hole density — need ϕF\phi_F to reach intrinsic and another ϕF\phi_F to mirror the bulk.
Write the NMOS VthV_{th} formula.
Vth=VFB+2ϕF+2qεsNA(2ϕF)/CoxV_{th}=V_{FB}+2\phi_F+\sqrt{2q\varepsilon_s N_A(2\phi_F)}/C_{ox}.
How does thinner oxide affect VthV_{th}?
CoxC_{ox} increases, so the depletion-charge term shrinks → VthV_{th} decreases.
How does higher substrate doping NAN_A affect VthV_{th}?
Increases it (both 2ϕF2\phi_F and the NA\sqrt{N_A} term grow).
What is the body effect?
Reverse VSBV_{SB} widens depletion → more charge → VthV_{th} rises: Vth=Vth0+γ(2ϕF+VSB2ϕF)V_{th}=V_{th0}+\gamma(\sqrt{2\phi_F+V_{SB}}-\sqrt{2\phi_F}).
Is drain current exactly zero below VthV_{th}?
No — small exponential subthreshold current still flows.
What is the flat-band voltage?
VFB=ϕmsQox/CoxV_{FB}=\phi_{ms}-Q_{ox}/C_{ox}; the gate voltage that makes semiconductor bands flat at zero applied field.
Formula for CoxC_{ox} per unit area?
Cox=εox/toxC_{ox}=\varepsilon_{ox}/t_{ox}.

Connections

  • MOSFET operating regions — cut-off vs triode vs saturation split at VthV_{th}.
  • Overdrive voltage and drain currentIDVov2I_D\propto V_{ov}^2 in saturation.
  • CMOS scaling — why thin oxides & low VthV_{th} enabled low-power chips.
  • Depletion region and Poisson's equation — source of the NA\sqrt{N_A} term.
  • Work function and flat-band voltage — origin of VFBV_{FB}.
  • Subthreshold conduction — leakage below VthV_{th}.

Concept Map

when exceeds

switches ON/OFF

gate repels majority, attracts minority

connects

defines

drives

derived from sum

term 1

term 2

term 3

from work-function diff and oxide charge

reaches

surface electrons = bulk holes

Gate-source voltage VGS

Threshold voltage Vth

MOSFET voltage-controlled switch

Inversion channel

Source to drain conduction

Overdrive Vov = VGS - Vth

Drain current

VGS = VFB + phi_s + Vox

Flat-band VFB

Band bending phi_s = 2 phi_F

Oxide drop Vox holds Qdep

phi_ms and Qox

Strong inversion

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, MOSFET basically ek voltage se control hone wala switch hai. Gate ke niche ek insulating oxide hota hai, aur uske niche semiconductor body. Jab tum gate pe voltage badhate ho, to body ke surface se majority carriers (NMOS mein holes) hat jaate hain aur minority carriers (electrons) khinch aate hain. Jis exact gate voltage pe electrons itne ho jaate hain ki ek proper conducting channel ban jaaye — usko hum threshold voltage VthV_{th} kehte hain. Iske niche transistor OFF, iske upar ON.

VthV_{th} ka formula hum first principles se banate hain — teen kharche jodke: (1) flat-band voltage VFBV_{FB} jo work-function aur oxide charge ka effect handle karta hai, (2) 2ϕF2\phi_F jitna band bending strong inversion ke liye chahiye, aur (3) Qdep/CoxQ_{dep}/C_{ox} — yaani depletion charge ko sambhaalne ke liye oxide pe jitna voltage giraana padta hai. Yaad rakho: 2ϕF2\phi_F isliye kyunki surface ko intrinsic tak (ek ϕF\phi_F) aur fir bulk jitna n-type banane tak (aur ek ϕF\phi_F) bend karna padta hai.

Practical baat: thin oxide matlab CoxC_{ox} bada, matlab VthV_{th} chhota — isiliye modern chips patli oxide use karte hain. Zyada doping NAN_A matlab VthV_{th} bada. Aur body effect — agar source aur body alag bias ho (VSBV_{SB}), to depletion widen hota hai aur VthV_{th} badh jaata hai (square-root wala relation).

Ek common galti: log sochte hain VthV_{th} ke niche current bilkul zero hai. Nahi bhai — subthreshold current exponentially chhota hota hai par exist karta hai (leakage). VthV_{th} sirf strong inversion ka reference point hai, koi hard zero-current wall nahi. Yeh baat exam aur real low-power design dono mein important hai.

Connections