The standard symbol for a diode is a triangle pointing toward a vertical line. The triangle represents the anode (positive side), and the vertical line represents the cathode (negative side). Conventional current flows in the direction the triangle points—from anode to cathode. While this basic shape is universal, variations in the cathode bar denote specific diode types like Zeners, Schottkys, and LEDs, and regional standards dictate minor visual differences.
The Complete Diode Symbol & Schematic Reference Table
Before tracing a circuit or ordering parts, use this reference table to match the schematic symbol to its physical component and real-world application. This table covers the standard IEEE/ANSI symbols most commonly found in modern EDA tools like KiCad and Altium.
| Diode Type | Schematic Symbol Description | Common Part Number | Forward Voltage (Vf) | Primary Practical Use |
|---|---|---|---|---|
| Standard Rectifier | Triangle + straight vertical bar | 1N4007 | ~0.7V to 1.1V | AC to DC conversion, reverse polarity protection |
| Signal / Switching | Triangle + straight vertical bar (often smaller) | 1N4148 | ~0.6V to 1.0V | High-speed logic routing, RF mixing, snubber circuits |
| Schottky | Triangle + bar with inward S-shaped hooks | 1N5819 | ~0.2V to 0.4V | Low-voltage DC power supplies, solar panel bypass |
| Zener | Triangle + bar with outward bent ends (Z-shape) | BZX55C5V1 | N/A (Operates in reverse breakdown) | Voltage clamping, basic regulation, overvoltage protection |
| LED (Light Emitting) | Triangle + straight bar + two outward arrows | Standard 5mm T-1¾ | 1.8V (Red) to 3.3V (Blue/White) | Visual indication, optocoupler inputs |
| Photodiode | Triangle + straight bar + two inward arrows | BPW34 | N/A (Generates current when illuminated) | Optical encoders, light meters, IR receivers |
| TVS (Unidirectional) | Triangle + thick bar + Zener-like bent ends | P6KE15A | ~0.9V (Forward) | Transient voltage suppression, ESD protection on I/O lines |
Rows People Get Wrong (and How to Read Faded Markings)
Even experienced builders misread specific schematic symbols or misidentify physical components when the silkscreen or paint has degraded. Here are the most common pitfalls and how to resolve them.
Zener vs. Schottky Symbols
The cathode bar modifications for Zener and Schottky diodes are notoriously easy to confuse at a glance. A Zener diode has a bar with ends bent away from the triangle, resembling the letter "Z". A Schottky diode has a bar with ends that hook inward toward the triangle before curling out, resembling an "S" or a pair of shepherd's crooks. Putting a 5V Zener in a power rectification path meant for a Schottky will result in a dead short and a blown fuse.
LED vs. Photodiode Arrows
Follow the arrows. If the arrows point away from the diode symbol, it is emitting light (LED). If the arrows point toward the diode symbol, it is receiving light (Photodiode).
If the physical cathode stripe on a DO-41 glass or epoxy diode package is burned off or faded, do not guess the orientation based on lead length. Set your multimeter to Diode Test mode (usually indicated by a diode symbol on the dial). Place the red probe on one lead and the black on the other. A healthy silicon diode will read between 0.500V and 0.700V when forward-biased (red on anode, black on cathode) and display "OL" or "1" when reverse-biased. The lead that makes the red probe read ~0.6V is your anode. For a deeper dive on multimeter diagnostics, refer to the Fluke guide on testing diodes.
Regional Standards: IEEE 315 vs. IEC 60617
While the core triangle-and-bar concept is globally recognized, schematic standards introduce minor variations depending on your region and the legacy of the CAD software you are using.
- IEEE/ANSI 315 (US Standard): Typically uses an unfilled (outline) triangle for standard diodes and a solid filled triangle for specific semiconductor junctions or older legacy representations. The reference designator on the schematic is almost universally D (e.g., D1, D2).
- IEC 60617 (International/European Standard): The visual symbol is virtually identical to IEEE for basic diodes, but IEC standards historically permit the reference designator V for semiconductors in older European schematics, though D has largely won out in modern global designs. IEC also strictly defines the enclosure box around the symbol for certain multi-junction packages.
- Older UK/Military Variants: You may occasionally see a rectangle with a triangle inside it, or a simple arrowhead touching a line without the full triangle body. Treat these as standard rectifiers unless a specific part number (like a BZY88) indicates a Zener.
Decision Tree: Pick the Exact Diode for Your Circuit
Stop guessing which bin to pull from. Use this decision matrix to select the exact part number based on your circuit's electrical requirements. All part numbers listed are through-hole, widely available, and cost under $0.15 each in bulk.
| If your circuit needs... | And the constraints are... | Then choose this exact part: | Why this part wins: |
|---|---|---|---|
| General AC/DC rectification or reverse polarity protection | Voltage < 1000V, Current < 1A, speed is irrelevant | 1N4007 | Ubiquitous, cheap, handles massive voltage spikes. The 1000V rating covers almost all hobbyist mains-adjacent work. |
| High-speed logic routing, RF, or microcontroller GPIO protection | Current < 100mA, requires nanosecond switching speeds | 1N4148 | 4ns reverse recovery time. The 1N4007 is too slow and will cause signal distortion or logic errors at high frequencies. |
| Low-voltage DC power supply (e.g., 5V or 12V buck converter output) | Must minimize voltage drop and heat dissipation | 1N5819 (Schottky) | Only ~0.3V forward drop compared to 0.7V for silicon. Keeps your 5V rail closer to 4.7V instead of 4.3V under load. |
| Clamping a 5V logic line or creating a crude voltage reference | Needs to conduct in reverse bias at a specific threshold | BZX55C5V1 (5.1V Zener) | Shunts excess voltage to ground once the reverse voltage hits 5.1V, protecting sensitive 5V microcontroller pins. |
Real-World Failure Modes and Safe Interpretation
When debugging a board, understanding how a diode fails physically helps you interpret the schematic and the multimeter readings. According to semiconductor failure analysis data from manufacturers like Vishay, diodes generally fail in one of two ways:
- Fail-Short (Overcurrent/Thermal Runaway): If a diode is pushed past its maximum forward current (e.g., pulling 2A through a 1A 1N4007), the silicon junction melts and fuses. The multimeter will read ~0.00V in both directions. In a power supply, this usually results in a blown upstream fuse or a tripped breaker.
- Fail-Open (Overvoltage/Transient Spike): If a reverse voltage spike exceeds the Peak Inverse Voltage (PIV) rating, the dielectric breakdown physically cracks the silicon die. The multimeter will read "OL" in both directions. The circuit simply stops working, acting as an open switch.
When testing diodes in offline SMPS (Switch Mode Power Supplies) or AC rectifier bridges connected to 120V/240V mains, always de-energize the circuit, unplug the device, and safely bleed the bulk filter capacitors using a high-wattage bleeder resistor before touching the board. Capacitors in these circuits can hold lethal charges for hours after power is removed. Never rely solely on a schematic symbol to assume a node is safe; verify dead with a CAT III or CAT IV rated meter.
By mastering the visual language of diode symbols and knowing the exact electrical thresholds of the 1N4007, 1N4148, and 1N5819, you eliminate the guesswork from both schematic capture and physical bench troubleshooting. For a deeper theoretical breakdown of semiconductor junctions and forward-bias physics, the All About Circuits semiconductor textbook remains the definitive free reference.






