When reading a schematic or reverse-engineering a PCB, identifying the correct symbol for voltage regulator components is the first step to understanding the power tree. Schematic symbols vary between US and international standards, and physical pinouts shift drastically based on the semiconductor package. Below is the definitive reference for identifying these symbols and mapping them to physical silicon.

Voltage Regulator Schematic Symbols & Pinout Reference Table

The table below maps the most common regulator topologies to their schematic symbols and physical pinouts. Note on reading this table: Pinouts are listed from left to right (Pin 1, 2, 3) when viewing the component from the front (text facing you, pins pointing down) in a standard TO-220 through-hole package.

Regulator Type IEEE 315 (US) Symbol IEC 60617 (Intl) Symbol Common Part Numbers TO-220 Pinout (1-2-3) Typical Dropout
Fixed Positive Linear Rectangle with "REG" or series-pass transistor diagram Rectangle with ">REG" or ">U" function code LM7805, LM340, L7812 Input - Output - Ground ~2.0V
Adjustable Positive Linear Rectangle with "REG" and an arrow on the output line Rectangle with ">REG" and an adjustment arrow LM317, LM350, TL783 Adjust - Output - Input ~2.0V
Low Dropout (LDO) Standard REG symbol, sometimes with "LDO" text Rectangle with ">LDO" or ">REG" AMS1117, MCP1700, LM2940 Varies by package (see notes) 0.2V - 1.1V
Buck Switching Regulator Block diagram showing PWM, switch, and inductor Rectangle with ">DC/DC" or ">SW" LM2596, MC34063, TPS5430 Varies (typically 4+ pins) N/A (Duty cycle dependent)
Shunt / Zener Reference Zener diode symbol with a third gate/reference pin Diode symbol with ">REF" box TL431, LM385, MAX6006 Ref - Cathode - Anode (TO-92) N/A (Shunt topology)

Standard Variants and Practical Symbol Interpretation

The symbol for voltage regulator ICs on a schematic depends heavily on the drafting standard used by the engineer. In the US, IEEE 315 (and the older MIL-STD-806) is prevalent. Internationally, and in modern professional EDA tools like Altium or KiCad, IEC 60617 is the governing standard.

IEEE 315 vs. IEC 60617: What Each Row Means

  • Fixed Linear (Row 1): Under IEEE 315, you will often see a literal block diagram inside the symbol showing a Zener diode feeding the base of a series pass transistor. IEC 60617 strips this away, preferring a simple rectangular outline with the function code >REG inside. In practice, both mean the output voltage is hardcoded at the factory (e.g., the "05" in LM7805 means 5.0V).
  • Adjustable Linear (Row 2): The defining feature on schematics is the adjustment arrow pointing at the output line or a dedicated "Adj" pin. This tells you the IC requires an external resistor divider network to set the output voltage. The classic LM317 maintains a 1.25V reference between its Output and Adjust pins.
  • Low Dropout / LDO (Row 3): Schematics rarely have a unique symbol for LDOs; they usually share the standard linear regulator symbol. The distinction is found in the BOM or the dropout voltage. While a standard LM7805 requires at least 7.0V input to maintain a 5.0V output (2.0V dropout), an LDO like the AMS1117-3.3 can regulate 3.3V from a 3.6V input (0.3V dropout).
  • Shunt Regulators (Row 5): The TL431 is technically a programmable shunt regulator, not a series pass regulator. Its symbol looks like a Zener diode with a third "Reference" terminal. It sinks current to ground to regulate voltage, meaning it always requires a series current-limiting resistor on the input side.
Regional Package Variant Warning: While the TO-220 pinout is standard for through-hole parts, surface-mount LDOs in SOT-223 packages (like the AMS1117) frequently swap Pin 1 and Pin 3. Always verify the specific package datasheet. The large thermal pad on the bottom of a SOT-223 is almost always tied to the Ground or Output pin, depending on the manufacturer.

The "Rows People Get Wrong" & Faded Marking Recovery

Even experienced makers make catastrophic wiring errors when assuming all 3-pin regulators share the same pinout. The most common bench mistake involves confusing the LM78xx series with the LM79xx (negative voltage) series, or miswiring an LM317.

The Pinout Traps (Rows People Get Wrong)

  1. The LM79xx Trap: A standard LM7805 is Input-Output-Ground. A negative regulator like the LM7905 is Ground-Input-Output. Swapping them instantly destroys the IC and can send raw input voltage to your sensitive 5V logic.
  2. The LM317 Heatsink Short: On an LM7805, the metal mounting tab (Pin 2) is tied to Ground. On an LM317, the metal tab is tied to the Output. If you bolt an LM317 directly to a grounded aluminum chassis or a shared grounded heatsink without a mica insulator and insulating shoulder washer, you will dead-short the output to ground.
  3. The TO-92 Shunt Confusion: The TL431 in a TO-92 package looks exactly like a standard 2N2222 transistor. However, its pinout is Reference-Cathode-Anode, not Base-Collector-Emitter. Wiring it like a BJT will result in immediate failure.

Safe Interpretation When Markings are Faded or Missing

If you are salvaging components or reverse-engineering a board where the silkscreen is scraped off or the IC text is faded, do not guess the pinout. Use this systematic multimeter recovery method:

  1. Identify the Tab Connection: Set your multimeter to continuity mode. Probe the metal tab on the back of the TO-220 package against each of the three front pins. The pin that shows continuity (near 0 ohms) to the tab is Pin 2.
    • If Pin 2 is tied to the circuit's ground plane, it is highly likely an LM78xx.
    • If Pin 2 is tied to the output capacitor/rail, it is likely an LM317.
  2. The Diode Test Trick: Set your multimeter to Diode Test mode. Place the red probe on the suspected Ground pin and the black probe on the Input pin. Linear regulators have internal reverse-bias protection diodes. You should read a standard silicon diode drop (0.5V to 0.7V). If you read "OL" (open loop) in both directions between two pins, one of those pins is likely the Adjust pin on an LM317, which is high-impedance relative to the other terminals.
  3. Current-Limited Bench Test: Never apply full power to an unidentified regulator. Set a bench power supply to 10V with a strict 50mA current limit. Apply it to your suspected Input and Ground pins. Measure the third pin. If it reads a stable 5.0V or 3.3V, you have identified a fixed regulator. If it reads near 10V (pass-through) or 1.25V, you have an adjustable regulator or a wiring fault.
Safety Callout: When probing voltage regulators on a live board, ensure the circuit is completely isolated from mains AC. Linear regulators tied to offline transformerless power supplies (like capacitive dropper circuits) can expose you to lethal line voltage even on the low-voltage DC side. Always verify the board is de-energized and capacitors are discharged with a bleed resistor before performing continuity checks.