Engineering · Electronics

Electronic Schematics

Circuit Diagrams Symbols Current Flow Design

A schematic is the universal language of electronics. Engineers anywhere in the world can read the same diagram and build the same circuit — no photos, no color-coding needed. This lesson covers every common symbol, the rules for reading a schematic, and how to trace current through a real circuit.

← Back to Engineering

What Is a Schematic?

A schematic (also called a circuit diagram or wiring diagram) is a standardized drawing that represents an electronic circuit using abstract symbols instead of pictures of real components. Every component has its own symbol, and wires are shown as straight lines connecting them.

Schematics are the standard because they are unambiguous and compact. A photograph of a circuit can be confusing — wires cross, components are hidden, and scale is misleading. A schematic strips everything back to pure logical relationships: what connects to what, and in what order.

Why not use photos? Photos show physical layout, not electrical connections. Two circuits with completely different physical layouts can be electrically identical — the schematic reveals this; a photo hides it.
Universal language Schematic symbols are standardized internationally (IEC and IEEE/ANSI standards). An engineer in Japan and one in Brazil read the same schematic the same way, even if they don't share a spoken language.
Schematic vs. layout A schematic shows logical connections. A PCB layout shows physical placement. Both come from the same design — the schematic is always drawn first, then the layout is generated from it.
Convention: Current Flows Left to Right, Top to Bottom By convention, schematics are usually drawn with the power supply (positive voltage) at the top-left and ground at the bottom-right. Current flows from positive through the circuit to ground — generally left to right and top to bottom. This is not a rule enforced by the laws of physics, but it is a convention that makes schematics easier to read.

How Real Components Turn Into Schematic Symbols

Electronic parts have bodies, colors, stripes, legs, flat sides, labels, and different package shapes. A schematic ignores most of that. It keeps the electrical identity: what the part does, which pins matter, and how current or signals move through it.

The important habit is translation: look at the real component, find the terminals, then match those terminals to the symbol. The picture below shows the same part in two languages.

Physical Part
Schematic

Resistor

In real life it is often a tiny cylinder with colored bands or a flat surface-mount rectangle. In a schematic it becomes a zigzag or rectangle because only resistance matters.

Reading clue: the label usually starts with R, like R1 or R12, and the value is in ohms.
long + flat - Physical Part
Schematic

LED

The physical LED has polarity: the longer leg is usually the anode and the flat side marks the cathode. The schematic uses a diode symbol plus arrows for light.

Reading clue: the bar side is the cathode. LEDs almost always need a resistor in series.
100uF - Physical Part
+ Schematic

Capacitor

A ceramic capacitor may look like a tiny disk or rectangle. An electrolytic capacitor looks like a small can and has polarity. The schematic shows plates because it stores charge between conductors.

Reading clue: C labels are capacitors. A + mark or curved plate means polarity matters.
2N3904 Physical Part
B C E Schematic

Transistor

A transistor may be a three-legged black package or a tiny surface-mount part. The schematic must name the pins because the order changes between packages.

Reading clue: Q labels are transistors. For NPN, the emitter arrow points out.
ATtiny Physical Part
U1 Schematic

Integrated Circuit

A real chip has a notch or dot for pin 1. In a schematic, the chip becomes a rectangle with named pins. The drawing may rearrange pins so signals are easier to read.

Reading clue: U labels are ICs. Trust pin names and numbers, not the physical side of the symbol.
Physical Part
Schematic

Switch

A switch can be a slide, toggle, key, relay contact, or pushbutton. The schematic only shows whether contacts are open, closed, momentary, or connected to multiple throws.

Reading clue: SW labels are switches. Open contacts mean the circuit path is broken until the switch changes state.
Translation Rule The schematic symbol is not a drawing of the part's body. It is a drawing of the part's electrical behavior. First identify terminals, then polarity, then the label and value.

Power and Ground Symbols

Before you can read any schematic, you need to know how power is indicated. Not all schematics draw the complete wire from battery to ground — instead they use shorthand symbols that mean "this connects to the positive supply" or "this connects to ground."

VCC / VDD Positive supply voltage. Any component connected to this symbol shares the same positive rail. +V · Power
Ground (GND) The reference voltage — 0V. Current flows into ground to complete the circuit. 0V · Return
Chassis Ground Earth or chassis connection — the physical metal frame of an enclosure, for safety bonding. Earth · Safety
+ Battery / Cell A DC voltage source. Long line = positive terminal, short line = negative. Multiple pairs = multiple cells. DC · Volts
+ Voltage Source An ideal DC source maintaining a fixed voltage — used to represent power supplies in a schematic. DC · Source
Net Labels — The Invisible Wire When you see the same label (like "VCC" or "3V3" or "GND") on two separate parts of a schematic with no visible wire joining them, they are still connected. The label is a "net" — shorthand for a wire that would otherwise cross the entire diagram. This is one of the most confusing things for beginners, but it keeps complex schematics readable.

Passive Components

Passive components don't amplify or switch signals — they only store, dissipate, or limit energy. They are the foundation of every circuit.

Resistor (ANSI) Limits current flow. The zigzag is the US/ANSI standard symbol. Ohms (Ω)
Resistor (IEC) The rectangular box is the European/IEC standard. Same component, different symbol style. Ohms (Ω)
Potentiometer A variable resistor with a third terminal (the wiper) that slides along the resistance element. Variable Ω
Capacitor Stores charge in an electric field. Two parallel plates separated by a gap — no DC current flows through it. Farads (F)
+ Capacitor (Polarised) An electrolytic capacitor — must be connected with + to the higher voltage. Reverse it and it can explode. Farads (F) · Polarised
Inductor / Coil Stores energy in a magnetic field. Resists changes in current. Used in filters, power supplies, and transformers. Henrys (H)
Switch (SPST) Single-pole single-throw — the simplest on/off switch. Open = no current; closed = current flows. On / Off
Push Button (NO) Normally Open — contacts are apart by default; pressing bridges them. Used for momentary input. Momentary · NO

Active and Semiconductor Components

Active components can amplify, switch, or control signals. They require a power supply to operate and are the building blocks of everything from simple indicators to microprocessors.

Diode Allows current in one direction only (anode → cathode). The triangle points in the direction of current flow; the bar is the cathode. One-way · 0.7V drop
LED Light-Emitting Diode. Same as a diode but with light-emission arrows added to the symbol. Requires a current-limiting resistor. Light · ~2V drop
Zener Diode Allows current in reverse at a precise voltage (the zener voltage). Used for voltage regulation and protection. Regulation · Vz
B C E NPN Transistor A current-controlled switch or amplifier. Small base current controls large collector-to-emitter current. Arrow points outward on NPN. B · C · E
B C E PNP Transistor Like NPN but opposite polarity. Arrow points inward on PNP — "Points iN Proudly" helps remember which is which. B · C · E
G D S N-ch MOSFET Voltage-controlled switch. The gate voltage controls whether the drain-to-source channel conducts. Used in motor drivers and power switching. G · D · S
+ Op-Amp Operational Amplifier — a triangular symbol with + and − inputs and one output. Amplifies the voltage difference between its two inputs. + · − · Out
IC Integrated Circuit (IC) Any chip is drawn as a rectangle with labeled pins on the sides. Pin names and numbers are always labeled — don't guess what connects where. Chip · Many pins

Wires, Junctions, and Crossings

One of the most common mistakes beginners make when reading schematics is misreading wire connections. The rules for when wires connect (and when they don't) are critical.

Junction (Node) A filled dot where wires cross means they ARE connected. All wires meeting at a dot share the same electrical node. Connected
No Connection (crossing) When wires cross WITHOUT a dot, they do NOT connect. Some schematics use a small bridge/hop arc to make this extra clear. Not Connected
No-Connect (NC) An X or open circle on a pin means it is intentionally left unconnected — not an error, not forgotten. Often seen on IC pins that aren't used in a design. Intentionally NC
SDA Net Label A named flag on a wire. Any two nets with the same name are connected, even across different pages of the schematic. Named wire
The Dot Is Everything If you are ever unsure whether two crossing wires are connected, look for the dot. No dot = no connection. This rule is absolute. Many beginners (and even professionals in a hurry) make mistakes here — always check the dot before assuming wires are joined.

How to Read a Schematic: Step by Step

A schematic is read by tracing the path current takes from the power source through each component back to ground. Here is a systematic method that works for any circuit.

Find the power supply. Look for VCC, V+, VDD, or a battery symbol at the top or left edge. This is where current originates. Note the voltage (e.g., 5V, 12V, 3.3V).
Find ground. Look for GND symbols at the bottom or right edge. Current always flows toward ground to complete the circuit.
Identify all components by their symbols. Don't try to understand the circuit yet — just label everything: resistors, capacitors, ICs, LEDs, transistors.
Trace each current path from power to ground. Follow the wire from VCC, through components in series, until you reach GND. If the wire splits, trace each branch separately.
Look for control signals. Transistors, MOSFETs, and ICs have control inputs (base, gate, enable pins). Trace where those signals come from — they usually determine when a path is active.
Check net labels. If a wire ends in a named label, search the rest of the schematic for the same label — that wire continues there, even if not shown physically connected.
Apply Ohm's Law. Once you understand the topology, calculate currents and voltages using V=IR to confirm the circuit makes electrical sense.

Annotated Example: LED with Switch and Transistor

This schematic shows a pushbutton controlling an LED through an NPN transistor. Trace through it using the steps above.

VCC (5V) R1 470Ω D1 LED Q1 NPN R2 10kΩ SW1 VCC (5V) GND ① R1 limits current to the LED. Without it, the LED burns instantly. ② D1 is the LED. Current enters at the anode (triangle point), exits cathode (bar). ③ R2 limits base current to Q1. Protects the transistor base pin. ④ Q1 NPN is the switch. When SW1 is pressed, base current flows → Q1 turns on → collector-emitter path closes → LED lights up.

Common Mistakes When Reading Schematics

Assuming crossing wires connect Two wires crossing with no dot are NOT connected. Always look for the filled junction dot before assuming an electrical connection exists.
Missing net labels If a wire ends in a named label (like VCC or SDA), there is a matching label elsewhere on the schematic. Missing this makes the circuit look incomplete when it isn't.
Confusing anode and cathode on diodes/LEDs The triangle points in the direction of conventional current flow. The flat bar at the tip is the cathode (negative side). Reverse a polarised component and it either blocks current or fails.
Ignoring component values and labels The symbol tells you the type of component. The label (R1, C3, U2) and value (10kΩ, 100nF, LM358) tell you exactly which component. Both are needed to build or understand the circuit.
Assuming physical layout from schematic position A schematic shows electrical relationships, not physical position. A component drawn on the left of the schematic might be physically on the right of the PCB. They are independent.
Forgetting NC pins An NC (no-connect) mark on a pin is intentional — do not connect it. On some ICs, connecting an NC pin can damage the device, as it may be internally connected to a sensitive node.

Symbol Quick Reference

Symbol Name Unit What It Does
Resistor Ω (Ohms) Limits current, drops voltage
Capacitor F (Farads) Stores charge, blocks DC
Inductor H (Henrys) Stores magnetic energy, resists AC
Diode V (forward drop) One-way current valve
LED ~2V drop Diode that emits light
NPN Transistor B / C / E Current-controlled switch/amplifier
No Connect (NC) Intentionally left unconnected
Junction (node) Wires ARE connected here

Quick Check

1. Two wires cross on a schematic with no filled dot at the intersection. What does this mean?

2. On a diode symbol, which direction does current flow relative to the triangle?

3. You see a wire ending in a label that says "SDA" and elsewhere on the schematic another wire with the same "SDA" label but no physical wire joining them. What does this mean?

4. What does an NC marking on an IC pin mean, and should you connect it?

5. A resistor appears on the left side of a schematic. Where is it physically located on the PCB?

6. In the annotated transistor switch schematic, what happens when SW1 is pressed?