Pinout Diagram: Reading and Drawing IC & Connector Pinouts
This is a free printable pinout diagram: download the diagram as SVG or open it and print to paper or PDF.
A pinout diagram maps every pin on an electronic component to its electrical function, helping engineers and hobbyists connect ICs, connectors, and modules correctly.
A pinout diagram is a visual reference that identifies every physical pin, lead, or terminal on an electronic component and states what electrical signal or supply that pin carries. Without an accurate pinout, even a simple connection between a microcontroller and a sensor can destroy both devices.
Pinout diagrams appear in several standard formats. The most common is the top-down package view, which draws the component as seen from above and labels each pin around its perimeter, following the anti-clockwise numbering convention that applies to DIP, SOIC, and most through-hole ICs when the index mark (notch or dot) is at the top-left. A second format is the functional block diagram, which groups pins by purpose — power, ground, inputs, outputs, control — rather than physical position, making it easier to understand signal flow. Connector pinouts often use a face view (the mating face as seen by the inserting plug) or a solder-side view, and the diagram must state which perspective is shown to avoid mirror-image wiring errors.
Key elements every pinout diagram must include: pin number or identifier, pin name or function label, direction indicator (input, output, bidirectional, power), electrical type (digital, analogue, open-drain, push-pull), and maximum voltage or current rating where space allows. For multi-row connectors such as IDC headers or D-sub connectors, a numbered grid or two-column table is clearer than a purely graphical layout.
Pinout accuracy is safety-critical. Swapping VBUS and GND on a USB connector, or transposing the collector and emitter on a transistor footprint, causes immediate component failure or, in power circuits, fire risk. Always cross-reference the pinout you draw against the manufacturer's datasheet, checking both the package drawing and the electrical characteristics table. When creating pinout diagrams for proprietary connectors, clearly mark any pin that is no-connect (NC), reserved, or conditionally assigned, and add a note explaining the conditions.
How to wire pinout diagram
- Identify the component package type Determine whether the component is a DIP, SOIC, QFP, BGA, TO-92, or connector type. The package determines how pins are physically arranged and which numbering convention applies.
- Locate the index mark on the component Find the notch, dot, chamfer, or stripe that indicates pin 1. On ICs this is typically a moulded notch at one end or a small dot in one corner. Connectors use a key, latch, or printed marker.
- Draw the package outline to scale or proportion Sketch or place the component body rectangle or polygon, positioned with the index mark at the top-left for horizontal orientation. Use consistent proportions — do not squash a 28-pin DIP to the same height as an 8-pin one.
- Number pins anti-clockwise from pin 1 Starting at the index mark, assign pin numbers anti-clockwise around the package perimeter when viewed from the top. Verify the total pin count matches the datasheet before proceeding.
- Label each pin with its function Add the function label from the datasheet beside each pin number — for example, VCC, GND, IN, OUT, CLK, SDA, SCL, RESET. Use the exact abbreviations the datasheet uses to avoid ambiguity.
- Add electrical type and direction indicators Mark each pin as Input (I), Output (O), Bidirectional (I/O), Power (PWR), or Ground (GND). Include voltage and current maxima where the diagram has space, or add a separate table.
- Cross-reference against the datasheet and validate Compare every pin number and label against the manufacturer's datasheet package drawing and the pin description table. Correct any discrepancies before using the diagram in a schematic or PCB layout.
Specifications
| Standard DIP pin pitch | 2.54 mm (0.1 inch) |
|---|---|
| Standard SOIC pin pitch | 1.27 mm (0.05 inch) |
| Standard QFP pin pitch (common) | 0.5 mm or 0.8 mm |
| Pin numbering direction (DIP/SOIC top view) | Anti-clockwise from pin 1 (index mark at top-left) |
| Index mark types | Moulded notch, printed dot, chamfered corner, or colour stripe |
Safety warnings
- Always power down and verify the circuit is de-energised before inserting or removing any IC or connector. Inserting components into a live circuit with pins misidentified can instantly destroy the component and may damage other circuit elements.
- Do not rely solely on community-published pinouts. Errors in online pinout diagrams are common. Always verify against the official manufacturer datasheet before assembling or powering a circuit.
- Observe ESD precautions when handling CMOS, MOSFET-input, and other static-sensitive devices. Use an anti-static wrist strap and mat. Damage from ESD may not be immediately apparent but will cause premature failure.
- In mains-voltage circuits, incorrect pin identification is a shock and fire hazard. All work on mains-connected equipment must comply with applicable wiring regulations (NEC/NFPA 70, BS 7671, IEC 60364, AS/NZS 3000) and be carried out by a licensed electrician.
Tools needed
- Manufacturer datasheet (mandatory reference)
- Digital multimeter with continuity and diode-test modes
- ESD-safe workspace (anti-static mat and wrist strap)
- IC extraction tool or pin-straightening tool
- Circuit diagram drawing software or graph paper
- Magnifying glass or loupe for fine-pitch packages
- Logic analyser (optional, for verifying active signal pins)
Common mistakes
- Mirroring the pinout by reading it from the solder side rather than the component top side, causing a left-right reversal of all pin assignments.
- Assuming pin 1 is at the top-right because the component was placed upside down on the bench.
- Confusing the physical pin number with the functional signal name — for example, treating pin 4 and VCC as interchangeable identifiers when they are not the same thing.
- Ignoring the difference between a connector's mating-face view and its solder-side view, which are mirror images of each other.
- Using a generic pinout diagram for a module without verifying it against the specific revision fitted to the board, since manufacturers sometimes change pin assignments between hardware revisions.
Troubleshooting
- Component gets hot immediately after power-on
- Cause: Power supply or ground pins are transposed, causing reverse-biased internal protection diodes to conduct heavily. Fix: Power down immediately. Verify pin 1 orientation on the physical component against the datasheet. Confirm VCC and GND connections before re-applying power.
- Output signal appears on wrong pin
- Cause: Pinout diagram was read from the solder side, mirroring all pin positions left-to-right. Fix: Re-read the pinout from the top (component) side with the index mark at top-left and renumber anti-clockwise. Re-route the affected connections.
- Continuity check shows unexpected shorts between adjacent pins
- Cause: Solder bridges on fine-pitch components, or internal connections that are normal for the device (e.g., multiple GND pins bonded internally). Fix: Inspect under magnification for solder bridges. Consult the datasheet pin description table to confirm which pins are expected to be internally connected.
Frequently asked questions
What is the difference between a pinout diagram and a schematic?
A schematic shows how components connect electrically using standardised symbols regardless of physical layout. A pinout diagram focuses on one component, identifying each physical pin by number and function. You use the pinout to interpret the schematic correctly during assembly or PCB design.
How are IC pins numbered?
For DIP and SOIC packages, pin 1 is at the top-left when the index notch or dot faces upward. Numbering proceeds anti-clockwise around the package when viewed from the top. Always verify with the manufacturer's datasheet because some specialised packages deviate from this convention.
What does NC mean on a pinout diagram?
NC stands for No Connect. The pin is not internally bonded to any circuit within the component. Do not connect NC pins to any signal or supply rail unless the datasheet explicitly permits it, because some NC pins are used for testing at the factory and unexpected connections may cause damage.
Can I trust a pinout diagram I find online?
Not without verification. Community-published pinouts frequently contain errors, especially for clone modules and Chinese-market breakout boards that re-label pins. Always cross-reference against the official manufacturer datasheet and, where possible, perform a continuity check before powering the circuit.
What is a functional pinout versus a physical pinout?
A physical pinout maps pin numbers to their position on the package body. A functional pinout groups pins by their role — power, ground, inputs, outputs — often rearranging them for readability. Datasheets provide both; use the physical pinout for PCB layout and the functional pinout for schematic design.
Related diagrams
- 12v relay pinout
- 3.5 jack pinout
- 3.5 mm audio jack pinout
- 3.5 mm jack pinout
- 3.5 mm pinout
- 4 pin headphone jack pinout