The standard cell circuit symbol features one long, thin line representing the positive terminal (cathode) and one short, thick line representing the negative terminal (anode). When you see two or more of these stacked together, it represents a battery (multiple cells). If you are designing a schematic or troubleshooting a board, confusing a single cell with a multi-cell battery, or misidentifying the polarity standard, will result in reversed power rails and fried silicon.
The Complete Cell and Battery Symbol Reference Table
Before routing traces or probing a board, confirm exactly what the power source symbol dictates. The table below maps the standard schematic representations to their physical realities.
| Symbol Name | Visual Representation | Practical Meaning & Physical Equivalent | CAD Library Reference (KiCad/Altium) |
|---|---|---|---|
| Single Cell | One long thin line ( + ), one short thick line ( - ) | A single electrochemical unit. Physical examples: 1x AA (1.5V), 1x 18650 Li-ion (3.7V), 1x CR2032 coin cell (3.0V). | Device:Battery_Cell_Single |
| Battery (Multi-Cell) | Two or more stacked cell symbols, often with ellipses (...) | Multiple cells in series. Physical examples: 9V alkaline (6 cells), 3S LiPo (11.1V), 12V lead-acid (6 cells). | Device:Battery or Device:Battery_Multi |
| Tapped Battery | Multi-cell symbol with a wire branching from the middle junction | A series pack with a balance tap or center-tap voltage divider. Common in 2S/3S BMS balance leads or split-rail analog supplies. | Custom symbol required; use Battery_Multi and add pin 3. |
| Variable / Adjustable Cell | Cell symbol with a diagonal arrow crossing through it | Represents a variable voltage source or a bench power supply acting as a cell during testing. Rarely used for physical chemical cells. | Device:DC_Power (preferred over variable cell for bench supplies) |
Rows People Get Wrong (and How to Fix Them)
Even experienced hobbyists and junior engineers trip over specific symbol nuances. Here are the most common schematic misinterpretations and how to correct them.
A non-polarized capacitor symbol features two lines of equal length spaced closely together. An electrolytic capacitor has one straight line and one curved line. A cell circuit symbol has one distinctly longer and thinner line paired with a shorter and thicker line, spaced further apart. If you place a 100µF electrolytic capacitor footprint where a cell symbol was intended, your board will short the power rail upon first charge.
Cell vs. Battery Terminology
In casual conversation, we call a single AA a 'battery.' In electrical engineering, that is incorrect. A single AA is a cell. A 9V rectangular block is a battery because it contains six AAAA cells wired in series inside the casing. If a schematic shows a single cell symbol but the BOM calls for a 12V lead-acid battery, the designer made an error. Always verify the voltage annotation next to the symbol.
Assuming Polarity Without Markers
By universal convention, the long line is positive. However, in legacy schematics or hastily drawn whiteboard diagrams, the length difference might be subtle. Never assume polarity based solely on line length if the explicit + and - annotations are missing. Always cross-reference the net labels (e.g., VCC vs GND) to confirm.
Regional and CAD Standard Variants
Schematic symbols are governed by two primary standards bodies. Which one you use depends on your region and your target manufacturing audience.
- IEC 60617 (International / Europe / Global): The International Electrotechnical Commission standard is dominant globally. In IEC schematics, the positive terminal of the cell is almost always explicitly marked with a
+sign next to the long line. The lines are strictly parallel and horizontal. You can verify official IEC graphical symbols via the IEC Symbols Portal. - IEEE 315 / ANSI Y32.2 (North America): The US standard relies heavily on the physical geometry of the symbol (long/thin vs short/thick) without strictly requiring the
+annotation, though modern CAD tools add it by default. For a deep dive into US-standardized electrical symbols, refer to the All About Circuits reference guide.
If you are using KiCad, the default Device.lib uses a hybrid approach that satisfies both IEC and IEEE reviewers. In Altium Designer, ensure you are pulling from the Miscellaneous Devices.IntLib rather than custom user libraries, as the built-in symbols strictly adhere to IEEE 315 line-weight ratios.
Safe Interpretation When Markings Are Faded or Missing
Schematic symbols are clean; physical cells on a workbench are not. When dealing with salvaged 18650 lithium cells, torn AA shrink-wraps, or unmarked coin cells, the physical 'cell symbol' (the printed wrapper) is often faded, scraped off, or applied backwards by cheap overseas manufacturers.
Never rely on the physical 'nipple' (positive button) on cylindrical cells to determine polarity. While standard consumer AAs use the button for positive, many 18650 Li-ion cells are 'flat-top' (used in spot-welded battery packs), and reversed shrink-wraps on counterfeit cells are a known hazard that can cause a dead short if placed in a standard holder.
The Multimeter Verification Protocol
- Set your digital multimeter (DMM) to DC Voltage (V⎓) in the 20V range.
- Place the Red probe on the suspected positive terminal and the Black probe on the suspected negative terminal.
- Read the display: If you see a positive voltage (e.g.,
+3.7Vto+4.2Vfor Li-ion, or+1.2Vto+1.5Vfor Alkaline/NiMH), your probe placement matches the true cell polarity. - If the display reads a negative voltage (e.g.,
-3.8V), the cell is reversed relative to your probes. Swap them and mark the true positive terminal immediately with a silver paint pen or Kapton tape. - Edge Case: If the reading is
0.00V, the cell is either completely dead (below the BMS low-voltage cutoff, typically <2.5V for Li-ion) or the internal fuse has blown. Do not attempt to charge a 0V Li-ion cell without first verifying it hasn't internally shorted.
Decision Path: Which Symbol and Footprint to Pick
Use this decision tree to select the exact schematic symbol and physical footprint for your next PCB design. Do not default to a generic 'Battery' symbol if a more specific one applies.
| Your Design Scenario | If This Is True... | Then Pick This Schematic Symbol | Assign This Physical Footprint |
|---|---|---|---|
| Single-cell Li-ion wearable or IoT node | Using one 18650, 21700, or pouch cell (3.7V nominal). | Battery_Cell_Single (2 pins: VBAT, GND) |
Match exact holder (e.g., Keystone 1042 for 18650) or 2-pad JST-PH connector for pouch cells. |
| Multi-cell series pack with BMS | Using 2S, 3S, or 4S Li-ion/LiFePO4 requiring balance charging. | Battery_Multi with added tap pins (e.g., 4 pins for 3S: GND, B1, B2, V+) |
Standard JST-XH or Molex Picoblade matching the BMS balance lead pitch (usually 2.54mm or 2.0mm). |
| Low-power RTC backup | Using a CR2032 or BR1225 to keep an RTC alive during main power loss. | Battery_Cell_Single (Annotate as 3.0V) |
Through-hole or SMD coin cell holder (e.g., Linx BAT-HLD-012-SMD). |
| Bench testing / Simulation | Powering the circuit via a bench supply or simulating in SPICE. | DC_Power or Voltage_Source (Do NOT use cell symbol) |
2-pin header, terminal block, or virtual SPICE source node. |
By strictly matching the schematic symbol to the physical electrochemical reality, you prevent BOM errors, ensure correct PCB silkscreen polarity markings, and eliminate the risk of reverse-polarity damage to downstream LDOs and microcontrollers.






