PCB vs Schematic
A schematic and a PCB layout describe the same circuit in two completely different ways. The schematic is a logical diagram — it shows what connects to what, with components arranged for clarity of understanding. The PCB layout is a physical diagram — it shows where each component actually sits on the board and how copper tracks run between them. Neither document alone is enough to build or repair a circuit; you need both.
The Schematic as a Logical Document
The schematic is a map of electrical connections. It tells you which pins are connected to which pins, what component values are required, and how signal flows through the circuit. It deliberately ignores physical reality — components on a schematic can be placed anywhere on the page, rotated any direction, and connected by lines of any length without affecting the meaning.
A well-drawn schematic is optimized for human understanding. Related components are grouped together; signals flow left to right; power flows downward. The designer rearranges the diagram until it is as clear as possible, even if that means placing two resistors far apart on the page even though they sit right next to each other on the physical board.
The PCB Layout as a Physical Document
The PCB layout is a map of physical space. It shows exactly where each component footprint (the metal pads where a component is soldered) sits on the board, and exactly how the copper traces (the equivalent of wires) run between them. Every dimension on a PCB layout is real and to scale.
The PCB layout is constrained by physics. Traces must be a minimum width to carry current. High-frequency signals are affected by the length and routing of traces. Components must fit within the board outline. Certain components (high-power resistors, crystals, RF components) may need to be placed in specific locations or orientations to work correctly. These physical constraints mean the PCB layout looks nothing like the schematic, even though they represent identical electrical connections.
Fig 1 — The same transistor amplifier shown as a schematic (left) and as a PCB layout (right). The connections are identical; only the physical arrangement differs.
View LargerKey Differences at a Glance
| Feature | Schematic | PCB Layout |
|---|---|---|
| Purpose | Shows electrical connections | Shows physical placement and routing |
| Scale | Not to scale — symbolic | Exact scale — dimensions matter |
| Component position | Arranged for readability | Arranged for electrical performance and manufacturability |
| Wires / connections | Lines with no physical width | Copper traces with defined width |
| Component orientation | Arbitrary (clarity only) | Physical — matches the actual PCB |
| Layers | Single logical layer | Multiple copper layers (top, bottom, inner) |
| What it omits | Physical size and position | Logic of how the circuit works |
From Schematic to PCB
The process of converting a schematic into a PCB layout involves three steps:
- Assign footprints: Each component symbol in the schematic is linked to a physical footprint — a pattern of copper pads that matches the component's physical package (DIP-8, SOT-23, 0805 SMD, etc.). A 1/4 W resistor and a 1 W resistor have different footprints even if their electrical symbol is identical.
- Place components: The footprints are arranged on the board. At this stage the layout tool draws thin lines called ratsnest lines between pads that need to be connected, showing the unrouted connections from the schematic.
- Route traces: The ratsnest lines are replaced with actual copper traces. The designer routes each trace to avoid crossing other traces on the same layer, maintain appropriate track widths, and meet any special routing rules (for example, keeping RF traces short and straight, or keeping differential pairs equal in length).
Reading a PCB Layout
When you look at a PCB layout (in a design tool or from a manufacturer's file), you will see several visual layers:
- Top copper (red): The traces and pads on the top surface of the board
- Bottom copper (blue): The traces and pads on the bottom surface
- Top silkscreen (yellow): The white printed text and component outlines that appear on the top surface of a real PCB
- Board outline (yellow/green): The edge of the PCB
- Drill holes: Circles marking where the PCB manufacturer drills holes for through-hole component leads and vias
To find a specific component on a PCB layout, search for its reference designator (R1, C3, U2) in the silkscreen layer. The text will be near the component's footprint.
Silkscreen, Copper and Solder Mask
A finished PCB has several physical layers beyond the copper:
- Solder mask: A green (or other color) coating over the copper that prevents solder from sticking to traces and causing short circuits. Only the pads remain exposed through windows in the solder mask.
- Silkscreen: White ink printed on top of the solder mask. It carries reference designators (R1, C3), polarity markers (+ for electrolytic capacitor positive), pin 1 markers (a dot or notch for ICs), and any other helpful assembly markings.
- Copper fills (pours): Large areas of copper filling gaps in the copper layer, usually connected to ground. These provide a low-impedance ground plane that improves RF performance and provides mechanical rigidity.
Using Both Documents Together
When building from scratch: read the schematic to understand the circuit, then use the PCB layout to place and solder components in the correct positions and orientations.
When troubleshooting a fault: use the schematic to understand which component should be at fault and what measurements to take. Then use the PCB layout to find the physical location of that component on the board so you can probe it with a multimeter or oscilloscope.
Frequently Asked Questions
Why does the PCB layout look nothing like the schematic?
The schematic is arranged for human readability — components are placed to make the circuit logic clear. The PCB layout is arranged for physical performance — components are placed to minimize trace length, avoid interference, meet mechanical constraints, and enable manufacture. The two diagrams contain the same electrical information but serve completely different purposes.
What is a footprint in PCB design?
A footprint is the physical pattern of copper pads (and drill holes for through-hole components) that matches a specific component package. It defines the exact size and spacing of the pads where the component will be soldered. The same electrical component (a 100 nF capacitor) can have many different footprints depending on its physical package — 0402, 0603, 0805 SMD, or axial through-hole.
What is a via on a PCB?
A via is a small drilled and copper-plated hole that connects a trace on one copper layer to a trace on another layer. It is the PCB equivalent of a wire going through the board. Vias appear on PCB layouts as small circles, usually with a drill symbol in the center. Unlike component holes, they are not used for soldering components — they are purely for making electrical connections between layers.
Why is solder mask usually green?
Green was the original color chosen for solder mask because it provides good contrast with the white silkscreen and the gold or silver pads, making assembly inspection easier. It also has good environmental durability. Other colors (red, blue, black, white) are available and increasingly popular for aesthetic reasons, but green remains the default in most PCB manufacturing processes.
Test Your Knowledge
Answer the questions below to check your understanding of this lesson. Every answer can be found in the lesson above.