ElectronicsInfolineLearnAll schools

Schematic Diagrams & Symbols

Also known as: circuit diagram

11 min read

Before this: What Is a Circuit?

Quick Answer

A schematic diagram is a drawing that shows how the parts of a circuit are electrically connected, using a standard symbol for each component. It records connectivity, not physical position or size, and it is the working document from which circuits are built, tested and repaired.

Intuition

A map, not a photograph

An aerial photograph of a city shows exactly where everything is. A metro map shows almost nothing that is geographically true — lines are straightened, distances invented — and people use it anyway, because it answers the only question a passenger has: what connects to what, and in what order.

A schematic is the metro map of a circuit. It will not tell you that the capacitor is the tall silver cylinder near the edge of the board, or that the two resistors sit a centimetre apart. What it gives you instead is this pin joined to that pin through this component, and that connectivity is where a circuit's behaviour comes from.

Every component gets a symbol: a small stylised drawing that says what kind of part it is. A resistor is a rectangle, or a zigzag in older and American drawings; a capacitor is two parallel lines; a battery is a stack of long and short lines. The lines running between the symbols are wires. Where two of them meet at a solid dot they are joined, and where they simply cross with no dot, they are not.

Each symbol carries labels of its own. A reference designator names that particular part — R1, C3, U2 — so that the schematic, the board, the parts list and the person on the phone are all talking about the same object. The value printed beside it says what that part is: 470 Ω, 100 nF, a part number.

Learning to read one means picking up a modest vocabulary of symbols and then a handful of conventions about how diagrams are laid out — neither of which takes long. Datasheets, repair manuals and open-source projects all open up once you can do it.

Practitioner

Reading one

Schematics follow conventions rather than rules, but the conventions are followed widely enough to rely on. Positive supplies go towards the top of the page and ground towards the bottom; signals run left to right, input to output. Wires are drawn horizontally and vertically rather than diagonally, and kept as untangled as the layout allows.

The symbols themselves are standardised. IEC 60617 is the international collection and IEEE 315 the North American one, which is why a resistor appears as a zigzag in some drawings and a plain rectangle in others. Neither is wrong. Any one schematic will be internally consistent, even when it disagrees with the drawing next to it.

Take the connectivity and the values off a drawing and the behaviour follows from the relation between voltage, current and resistance:

Worked example — Taking numbers off a diagram

A schematic shows a supply of 8 V feeding two resistors in a single loop, labelled R1 at 330 Ω and R2 at 470 Ω.

Because the drawing shows one loop, the two resistances add: 800 Ω. Dividing the supply voltage by that total gives the loop current, 10 mA.

Multiplying that current by each resistance in turn gives what appears across each part — 3.3 V across R1 and 4.7 V across R2. Every step of that came off the drawing: which parts sit in the loop, and what each one is worth. The board could be any size and laid out any way round, and the answers would not move.

Reading a schematic you have not seen before

  1. Start with the supplies. Locate every power symbol and note the voltages. Everything else is easier once you know what the rails are.
  2. Establish the ground. Work out which symbol means circuit common. If more than one ground symbol appears, the drawing is telling you there is more than one reference — see ground and reference points.
  3. Trace the signal path. Follow it from the input connector to the output connector; the drawing is usually laid out so that this is a left-to-right walk.
  4. Break it into functional blocks. Power supply, input conditioning, processing, output drive. Most circuits come down to a handful of recognisable blocks, and naming them shrinks the drawing enormously.
  5. Read every dot and every crossing. A junction dot means connected, and a plain crossing means the wires pass without joining. Where the drawing is ambiguous, treat it as suspect and check against the board or the netlist.
  6. Follow the net labels. A wire that ends in a name rather than a symbol continues at every other point carrying that name, possibly on another sheet. A label of that kind is a connection in its own right.
  7. Check the designators against the parts list. R1 on the drawing is R1 in the bill of materials and R1 silkscreened on the board. If they disagree, one of the three documents has fallen out of date, and you need to know which.
  8. Note polarity and pin 1. Electrolytic capacitors, diodes, transistors and integrated circuits all care which way round they go, and the symbol tells you which way that is.
  9. Read the notes. Values marked "select on test" or "do not fit", the tolerances, and the small print about what gets factory-adjusted are usually where the real design decisions are recorded.
  10. Leave the board until last. Physical layout answers a different set of questions — heat, spacing, mechanical fit — and it reads far more easily once you know what the circuit does.

What a schematic leaves out, it leaves out on purpose. Track width, component size, thermal paths, mechanical clearance, the physical area a current loop encloses: none of that appears anywhere on the drawing. Those are properties of the board, and they matter — a circuit that is correct on the diagram can still fail once built, as breadboarding demonstrates quickly and painfully.

People are not the only readers, either. The same connectivity becomes a netlist that drives board layout and circuit simulation, which is the practical argument for neat, conventional drafting: tools and people get confused by the same things.

Going deeper

Conventions, designators and the errors they catch

A reference designator is built from a class letter and a number. The letter says what kind of part it is — R for resistors, C for capacitors, L for inductors, D for diodes, Q for transistors, U for integrated circuits, J for connectors, SW or S for switches, TP for test points — and the number distinguishes parts within that class. Those particular letters are the ANSI/IEEE convention, carried down from IEEE Std 200 and now maintained as ASME Y14.44. IEC 81346 covers the same ground for international and plant documentation but assigns a different set of letters, so a drawing prepared to the international standard will not necessarily call a resistor R. Numbering usually follows the sheet order rather than the board, which is why R47 and R48 can be at opposite corners.

One component is not always drawn in one place. A quad op-amp appears as four separate triangles labelled U1A to U1D, with a power symbol somewhere else entirely carrying U1's supply pins. Reading each triangle as a separate chip is the standard beginner's misreading, and it puts the parts count out by a factor of four.

Past a certain density, drawing every connection as a line produces a diagram nobody can follow, so drawings substitute names for wires. A wire ending in a label named SCL joins every other SCL in the design, across sheets. What that costs is visibility: the connection no longer exists anywhere the eye can trace it. Labelling conventions are strict for that reason, and a typo in a label is one of the more expensive mistakes available.

Large designs go hierarchical. The top sheet holds blocks, each of which expands into its own sheet with defined ports, and the blocks are chosen to match functional boundaries — so the top sheet doubles as documentation of the architecture.

Design software also runs its own electrical rule check over the drawing, flagging an output that drives another output, an input left floating, a power pin with nothing connected, or a net with only one connection. The eye slides straight past faults of that kind. The rule check does not.

Which conventions a particular drawing follows is recorded in the title block. Symbol standard, units convention (whether 4k7 means 4.7 kΩ, and it does), revision, sheet number and date all live there. Where the value convention goes unstated, a decimal point lost in a photocopy is exactly the ambiguity that letter-in-place-of-decimal notation was invented to prevent.

Drawing, board and hardware drift apart over time. A field modification made with a wire link, a resistor changed during bring-up, a part marked "do not fit" and then fitted — each leaves the drawing describing a circuit that no longer exists. When the board disagrees with the schematic, treat the schematic as evidence rather than truth, and update it once you have won the argument. For the matching skill on the component side, see reading datasheets.

Common mistakes

  • Reading crossings as connections — a solid dot means joined, and wires that merely cross are separate. Where a drawing is unclear, check against the board instead of guessing.
  • Treating each section of a multi-part symbol as a separate chip — the four triangles of a quad op-amp are one package, with its supply pins drawn elsewhere.
  • Ignoring net labels — a wire that looks unconnected but carries a name joins every other wire with that name, including on other sheets.
  • Expecting physical information from a schematic — it says nothing about size, position, track width or thermal paths, and a circuit that is right on paper can still fail once built.
  • Assuming the drawing matches the board — modifications, substitutions and do-not-fit parts leave schematics out of date, so check before you trust one.
  • Losing the decimal point — values are often written 4k7 or 2R2 precisely because a decimal point survives neither a photocopier nor a bad scan.

Frequently asked questions

What is a schematic diagram?

A drawing that shows how a circuit's components are electrically connected, using standard symbols. It records connectivity and values, not physical layout, size or position.

What does a dot on a schematic mean?

That the wires crossing at that point are joined. Lines that cross without a dot are not connected — they simply pass over each other on the page.

Why is a resistor sometimes a zigzag and sometimes a rectangle?

The zigzag comes from the North American tradition codified in IEEE 315, and the plain rectangle from the international IEC 60617 set. Both standards are in common use, and both symbols mean the same component.

What does R1 or C3 mean on a diagram?

It is a reference designator: a letter for the class of part and a number for the individual one. The same designator identifies that part on the schematic, in the parts list and on the board.

What does 4k7 mean?

4.7 kΩ. The prefix letter is written where the decimal point would go, so that a faint or lost decimal point cannot change the value by a factor of ten.

Knowledge check

A schematic shows an 8 V supply feeding R1 at 330 Ω and R2 at 470 Ω in one loop. What is the current, and what appears across each resistor? (Show answer)
The resistances add to 800 Ω, so the loop current is 10 mA. That gives 3.3 V across R1 and 4.7 V across R2.
Two lines cross on a schematic with no dot at the crossing. Are they connected? (Show answer)
No. A junction is marked with a solid dot; a plain crossing means the two wires pass without joining.
A wire ends at a label reading VBUS and goes nowhere else on the sheet. Where does it connect? (Show answer)
To every other point in the design labelled VBUS, including on other sheets. Net labels are connections drawn as names rather than as lines.
What does a schematic deliberately not tell you? (Show answer)
Anything physical: where parts sit, how big they are, track widths, thermal paths and loop areas. Those belong to the board layout and can still decide whether the circuit works.
You see U1A, U1B, U1C and U1D on a drawing. How many chips is that? (Show answer)
One. They are four sections of a single multi-part package, whose supply pins are usually drawn as a separate symbol elsewhere on the sheet.

References

  • IEC 60617, Graphical symbols for diagrams — the international symbol set referred to throughout.
  • IEEE Std 315, Graphic Symbols for Electrical and Electronics Diagrams — the North American symbol set, source of the zigzag resistor.
  • ASME Y14.44, Reference Designations for Electrical and Electronics Parts and Equipment — the ANSI/IEEE class letters (R, C, L, D, Q, U) used in this lesson, continuing the scheme of the withdrawn IEEE Std 200.
  • IEC 81346, Industrial systems, installations and equipment and industrial products — Structuring principles and reference designations — the international structuring standard, which defines its own, different letter scheme.