The Direct Answer: Which Side is Negative and Positive?
The positive side of a diode is the Anode, and the negative side is the Cathode. Conventional current flows from the Anode (+) to the Cathode (-). If you are looking at a schematic symbol, the diode is drawn as a triangle pointing toward a vertical line. The flat base of the triangle represents the Anode (positive), while the vertical line represents the Cathode (negative).
On a physical through-hole component like the ubiquitous 1N4007, the Cathode is marked with a painted band—usually silver, black, or white—wrapped around one end of the cylindrical body. The unbanded end is the Anode. For surface-mount devices (SMDs) like the SMA/SMB packages, the cathode band is typically a thick white or gray line printed on the plastic casing.
Operation Regions and Biasing the Junction
To select and bias a diode for a specific job, you need to understand how the PN junction reacts to applied voltage. A diode is not a simple switch; it has distinct operating regions dictated by the voltage across its terminals and the resulting current.
| Region | Bias Condition | Typical Voltage (Vf / Vr) | Current Flow | Practical State |
|---|---|---|---|---|
| Forward Bias | Anode > Cathode | 0.2V to 0.7V (depending on chemistry) | High (mA to Amps) | Conducting (ON) |
| Reverse Bias | Cathode > Anode | Up to Vrrm (e.g., -50V to -1000V) | Negligible (µA to mA leakage) | Blocking (OFF) |
| Avalanche / Zener Breakdown | Cathode >> Anode | Beyond Vrrm or at specific Vz | High (limited by external circuit) | Breakdown (Destructive unless Zener) |
When biasing a diode for forward conduction, you must account for the forward voltage drop (Vf). A standard silicon diode drops about 0.7V. If you are driving a 3.3V logic line through a silicon protection diode, your load will only see 2.6V, which may cause brownouts. In low-voltage circuits, you must bias a Schottky diode (Vf ≈ 0.3V) instead to preserve headroom.
Safe Default Part Numbers and Ratings
When you are prototyping on the bench and need a diode fast, these are the safe defaults you should keep in your component drawers. Prices reflect typical 2026 bulk reel costs from major distributors like Mouser or Digi-Key.
- 1N4148 (Small Signal): The absolute default for logic-level signal routing, clipping, and switching. Ratings: 100V Peak Reverse Voltage (Vrrm), 300mA continuous forward current (If). Cost: ~$0.02 each.
- 1N4007 (General Rectifier): The workhorse for AC-to-DC rectification, flyback snubbers, and basic reverse polarity protection. Ratings: 1000V Vrrm, 1A If. Cost: ~$0.04 each. (See the Vishay 1N400x datasheet for full thermal derating curves).
- 1N5819 (Schottky Rectifier): Use this when you need a low forward voltage drop for 12V or 5V power paths. Ratings: 40V Vrrm, 1A If, ~0.4V Vf. Cost: ~$0.08 each.
- SS34 (SMD Schottky): The surface-mount equivalent for higher current power rails. Ratings: 40V Vrrm, 3A If. Cost: ~$0.12 each.
Bench Walkthrough: Testing Polarity and Failures with a DMM
Diodes typically fail in two ways: shorted junction (often from thermal runaway or overcurrent, resulting in a dead short in both directions) or open junction (from a cracked die or snapped internal bond wire, showing infinite resistance in both directions). Rarely, they fail as a high-value resistor in reverse bias due to edge leakage.
Here is how to verify the diode negative and positive terminals and check its health using a digital multimeter (DMM). For a detailed visual guide, Fluke's official testing guide is an excellent bench reference.
- Isolate the Component: If the diode is in-circuit, desolder at least one leg. Parallel paths (like resistors or transformer windings) will skew your DMM readings and give false pass/fail results.
- Set the DMM: Turn the dial to the Diode Test mode (usually indicated by a diode symbol and a soundwave icon). The meter will output a small test current (typically 1mA to 2mA) and measure the resulting voltage drop.
- Forward Bias Test: Place the red probe on the suspected Anode (+) and the black probe on the suspected Cathode (-). A healthy silicon diode will display a reading between 0.500V and 0.750V. A Schottky will read 0.150V to 0.400V.
- Reverse Bias Test: Swap the probes (red on Cathode, black on Anode). The meter should display 'OL' (Over Limit) or '1', indicating infinite resistance.
- Diagnose Failures: If both directions read 'OL', the diode is open (dead). If both directions read near 0.00V or emit a continuity beep, the junction is shorted (dead). If reverse bias reads a specific low voltage (e.g., 3.3V) and forward reads 0.6V, you might be measuring a Zener diode or a parallel circuit trace you failed to isolate.
Application Circuit: 12V Reverse Polarity Protection
One of the most common uses for understanding diode polarity is building a reverse polarity protector. If a user plugs a 12V barrel jack in backward, a series diode blocks the reverse current, saving the downstream microcontroller or MOSFETs.
Circuit Topology:
Power Source (+) → Diode Anode → Diode Cathode → Load (+)
Power Source (-) → Load (-)
Component Values: 12V DC Supply, SS34 Schottky Diode (40V, 3A), 100µF 25V electrolytic smoothing capacitor across the load, 10kΩ bleeder resistor parallel to the capacitor.
Real-World Scenario Walkthrough: The Melted Breadboard
The Setup: A hobbyist was building a 12V, 3A LED strip driver. To protect against accidental reverse battery connection on the bench, they grabbed a standard 1N5408 (a 3A, 1000V silicon rectifier in a DO-201AD package) from their parts bin and placed it in series on the positive rail. The load drew a steady 3A.
The Numbers: The 1N5408 has a typical forward voltage drop (Vf) of 0.8V at 3A. Using the power formula (P = V × I), the diode was dissipating 2.4 Watts of heat continuously (0.8V × 3A = 2.4W). The DO-201AD package has a thermal resistance (junction-to-ambient) of roughly 20°C/W without a heatsink.
The Outcome: The diode's internal junction temperature rose by nearly 50°C above ambient. In a warm enclosure, the casing exceeded 100°C. The plastic breadboard contacts softened, the diode leads shifted, and the resulting poor connection caused arcing, ultimately melting the breadboard plastic and destroying the prototype.
What Went Wrong: The builder ignored the thermal derating curve and the high Vf of a standard silicon diode at high currents. A 1N5408 is rated for 3A only with adequate PCB copper pours or airflow to dissipate the heat.
The Fix: They swapped the 1N5408 for an SS34 Schottky diode. The SS34 dropped the Vf to roughly 0.5V at 3A, reducing power dissipation to 1.5W. Better yet, for production, they should have used a P-channel MOSFET (like the SI2301) in a reverse-polarity configuration, which drops the voltage by mere millivolts (I²R losses) and eliminates the thermal issue entirely.






