The positive side of a diode is the anode, and the negative side is the cathode. Conventional current flows into the anode and out of the cathode. If you are holding a standard through-hole 1N4007 rectifier, the end with the painted ring is the negative cathode. Getting this backward in a power circuit will either block your device from turning on or, in the case of reverse-bias breakdown, cause the component to short, overheat, and potentially catch fire.

This guide skips the abstract semiconductor physics and goes straight to the bench: how to read the symbols, select the right part for your voltage and current, test a suspect component, and wire it into a real circuit.

Identifying Diode Positive and Negative Terminals

Before you solder anything, you need to map the physical component to the schematic symbol. The standard diode symbol is a triangle pointing toward a vertical line.

  • The Triangle (Anode / Positive): The flat base of the triangle is the positive terminal. Current enters here.
  • The Vertical Line (Cathode / Negative): The line acts as a 'wall' or 'stop' that current hits after passing through the junction. This is the negative terminal.
Bench Tip: On physical through-hole packages like the DO-41 (used for 1N400x series), the cathode is marked by a painted band or stripe. On surface-mount devices (SMD) like SMA or SOD-123 packages, look for a white band, a printed line, or sometimes a small dot near the cathode pad. Never rely on lead length for LEDs; once trimmed, the long-lead (anode) indicator is gone.

Operation Regions and Biasing the Diode

A diode's behavior changes entirely based on how you apply voltage across its positive and negative terminals. Selecting the right diode means ensuring your circuit operates safely within the intended region while avoiding the destructive ones.

Operation Region Bias Condition Typical Voltage ($V_f$ / $V_r$) Current Flow
Forward Bias Anode (+) is higher than Cathode (-) 0.7V (Silicon)
0.3V (Schottky)
mA to tens of Amps (Limited by external circuit)
Reverse Bias Cathode (-) is higher than Anode (+) 0V up to Peak Inverse Voltage (PIV) Microamps ($\mu$A) of leakage current
Breakdown Reverse voltage exceeds PIV rating > PIV (e.g., > 1000V for 1N4007) Rapid, uncontrolled avalanche (Destroys standard diodes)

How to bias and select it: To bias a diode in the forward region safely, you must limit the current. If you connect a 5V source directly across a silicon diode, the diode will clamp at ~0.7V and draw maximum current until it vaporizes. Always use a series resistor. Calculate it using Ohm's law: $R = (V_{source} - V_f) / I_{target}$. For a 5V source driving an indicator LED at 20mA: $R = (5V - 2.0V) / 0.02A = 150\Omega$.

Safe Default Part Numbers and Ratings

When you are prototyping on a breadboard or repairing a board and don't have the exact schematic, these three part numbers cover 95% of general-purpose hobby and bench work. As of 2026, these remain the industry-standard workhorses and cost pennies per unit in bulk.

  • 1N4007 (Standard Rectifier): Rated for 1A continuous forward current and 1000V Peak Inverse Voltage (PIV). Forward voltage drop ($V_f$) is ~1.1V at 1A. Use this for AC-to-DC bridge rectifiers, flyback diodes across relay coils, and general power supply blocking.
  • 1N4148 (Small Signal / Switching): Rated for 300mA continuous (up to 500mA peak) and 100V PIV. $V_f$ is ~1.0V. It has a very fast reverse recovery time ($t_{rr}$ of 4ns). Use this for logic gates, signal clamping, and high-frequency switching. Do not use this for power rectification; it will overheat and fail.
  • 1N5819 (Schottky Rectifier): Rated for 1A and 40V PIV. The key advantage is a low $V_f$ of ~0.6V (dropping to 0.2V at lower currents). Use this in low-voltage DC circuits, solar charge controller bypasses, and reverse-polarity protection where you cannot afford to lose 0.7V to heat.

For authoritative datasheet specifications on the 1N400x series, refer to the Vishay 1N4001-1N4007 datasheet, which outlines the exact surge current capabilities and thermal derating curves.

How Diodes Fail and How to Test Them

Diodes typically fail in one of two ways:

  1. Short Circuit (Thermal Runaway): If a diode is pushed past its current rating without adequate heatsinking, the junction temperature rises. As silicon heats up, its forward voltage drop decreases, which causes it to draw more current, generating more heat. This positive feedback loop melts the internal junction, leaving a dead short between anode and cathode.
  2. Open Circuit (Bond Wire Melt): A massive, instantaneous overcurrent spike (like a shorted load downstream) can act like a fuse, melting the microscopic wire bond connecting the silicon die to the external lead. The diode reads as an open circuit in both directions.

Testing Diode Positive and Negative with a Multimeter

According to Fluke's official testing guidelines, you should never use the standard resistance ($\Omega$) mode to test a diode, as the test voltage is often too low to forward-bias the junction. Use the dedicated Diode Test mode.

Safety Warning: Always remove the diode from the circuit before testing. Parallel components (like resistors or capacitors) will create alternate current paths and give you false multimeter readings. If testing in-circuit is mandatory, ensure all power is removed and large capacitors are safely discharged.
  1. Set your DMM: Turn the dial to the Diode Test symbol (a triangle with a line, resembling the diode schematic symbol).
  2. Forward Bias Test: Touch the Red probe to the suspected Anode (+) and the Black probe to the suspected Cathode (-). A healthy silicon diode will display a voltage drop between 0.500V and 0.750V. A Schottky will read 0.150V to 0.300V.
  3. Reverse Bias Test: Swap the probes. Black to Anode, Red to Cathode. The meter should display OL (Over Limit) or a '1' on the left side of the display, indicating infinite resistance.
  4. Diagnose the Result:
    • If you read ~0.000V or a very low number in both directions, the diode is shorted.
    • If you read OL in both directions, the diode is open.
    • If the forward voltage reads significantly higher than 0.7V, the internal bond wire is partially degraded.

Complete Application Circuit: Reverse Polarity Protection

One of the most common practical uses for understanding diode polarity is building a reverse-polarity protector. If a user accidentally swaps the red and black wires on a 12V DC input, the diode blocks the current, saving the downstream electronics.

Circuit Scenario: Protecting a 12V, 2A DIY LED lighting array powered by a bench supply or battery.

Components Required

  • D1: MBR340 Schottky Diode (3A continuous, 40V PIV, $V_f$ ~0.5V). We choose a Schottky over a 1N5408 to minimize voltage drop and heat generation at 2A.
  • R1: 10kΩ, 1/4W resistor (Bleeder resistor).
  • LED1: Standard 5mm Red LED ($V_f$ 2.0V, 20mA).
  • R2: 2.2kΩ, 1/4W resistor (Current limiter for LED1).

Wiring and Node Connections

  1. Input Connection: Connect the 12V DC Positive supply wire to the Anode (the end without the band) of the MBR340 diode.
  2. Output Connection: Connect the Cathode (the banded end) of the MBR340 to the Positive input terminal of your 12V LED array load.
  3. Ground Common: Connect the 12V DC Negative supply wire directly to the Negative input terminal of the LED array.
  4. Indicator Branch: At the Cathode (protected 12V side), solder the anode of the Red LED. Connect the cathode of the Red LED to one leg of the 2.2kΩ resistor (R2). Connect the other leg of R2 to Ground.
  5. Bleeder Branch: Solder the 10kΩ resistor (R1) directly across the protected 12V output (Cathode of D1 to Ground). This safely discharges any downstream capacitors when the main power is disconnected.

How it works: If wired correctly, the MBR340 is forward-biased. 12V enters the anode, drops ~0.5V across the junction, and delivers ~11.5V to the load. The indicator LED lights up. If the user reverses the input polarity, the MBR340 becomes reverse-biased. It blocks the current flow entirely. The load sees 0V, the LED stays dark, and the downstream circuit survives. For deeper theory on semiconductor junction behavior in these circuits, All About Circuits provides excellent foundational reading.

Frequently Asked Questions

Which side of a diode is positive and negative on a schematic?

On a schematic, the positive side (anode) is the flat back of the triangle, and the negative side (cathode) is the vertical line the triangle points toward. The triangle acts as an arrow showing the permitted direction of conventional current flow. If you see a schematic with multiple diodes, trace the triangles: current can only flow in the direction the arrows are pointing.

What happens if you wire a diode positive and negative backward?

If wired backward (reverse-biased), the diode will block current flow, and your circuit will simply not turn on—provided the reverse voltage is lower than the diode's Peak Inverse Voltage (PIV) rating. However, if the reverse voltage exceeds the PIV (e.g., applying 50V backward across a 40V Schottky diode), the junction will experience avalanche breakdown. This usually results in a catastrophic short circuit, causing the diode to overheat, crack, or vent smoke, and potentially damaging the power supply or downstream components.

How do I test diode positive and negative without a multimeter?

If you don't have a DMM with a diode test function, you can build a simple test rig using a 9V battery, a 1kΩ resistor, and a standard LED. Connect the battery's positive terminal to the 1kΩ resistor. Connect the other end of the resistor to the suspected Anode of the test diode. Connect the test diode's suspected Cathode to the Anode of the indicator LED, and the LED's Cathode to the battery's negative terminal. If the indicator LED lights up, your test diode is forward-biased, confirming the terminal connected to the resistor is the positive Anode. If it stays dark, swap the test diode leads.