Portable Power Bank Symbol
Definition: The Portable Power Bank symbol represents a rechargeable lithium-ion battery pack with a built-in USB charge controller, depicted in circuit and system diagrams as a labelled rectangular block with a USB Out pin, indicating a self-contained 5 V DC energy-storage device that supplies power to USB-connected loads such as smartphones, microcontrollers, and portable electronics.
Also known as: battery pack, portable charger, USB battery bank, mobile power pack, external battery.
What the Portable Power Bank symbol means
The Portable Power Bank symbol represents a self-contained portable energy-storage module that integrates lithium-ion or lithium-polymer battery cells, a boost converter (to regulate cell voltage to 5 V USB output), and a charging circuit (typically USB Micro-B or USB-C input). In a system or wiring diagram the symbol identifies the power source for battery-powered projects, field equipment, and portable prototypes.
In hobbyist and maker circuit diagrams — particularly those involving Arduino, Raspberry Pi, or ESP32 — the power bank symbol marks the primary supply node. It communicates that the system operates from a portable 5 V USB source with a defined capacity in milliamp-hours (mAh), allowing the designer to estimate runtime. The USB Out pin represents the 5 V / 1–3 A output that feeds the load.
How to identify the Portable Power Bank symbol
The Portable Power Bank symbol is drawn as a labelled rectangle marked 'POWER BANK' or 'BATT PACK', with a single USB Out pin exiting from one side. The body may include a capacity annotation (e.g. '10000 mAh') and voltage annotation ('5 V USB'). In system block diagrams it may be represented as a battery symbol (parallel short and long lines per IEC 60617-06) with an additional USB connector symbol or a box labelled with the capacity. The single USB output distinguishes it from a multi-cell battery pack with separate cell terminals.
Function in a circuit
A portable power bank stores energy in lithium-ion or lithium-polymer cells (nominal 3.6–3.7 V per cell) and uses an internal boost converter to regulate the output to 5 V DC at the USB connector (typically USB-A or USB-C, 1–3 A output). The charging input (USB Micro-B or USB-C) accepts 5 V from a wall charger or another USB source. Modern power banks with USB Power Delivery (USB PD) can output 9 V, 12 V, 15 V, or 20 V at up to 100 W for charging laptops and fast-charging smartphones. Battery capacity is rated in mAh at 3.7 V; the actual USB (5 V) output energy is approximately 70–85% of the rated cell energy due to boost-converter losses.
Standards: IEC vs ANSI
| IEC 60617 | IEC 60617 does not define a dedicated symbol for power bank modules. Battery cells within the power bank follow IEC 60617-06 (single-cell: short line + long line; multi-cell: multiple pairs). The USB connector follows IEC 62680-1 (USB interface standard). |
|---|---|
| ANSI/IEEE 315 | ANSI Y32.2 / IEEE 315-1975 defines the battery symbol (multiple parallel lines for multi-cell) used to represent the internal cells; no dedicated power-bank block symbol exists. USB interfaces follow USB-IF specifications (USB 2.0, USB 3.x, USB PD). |
| Key difference | Both IEC and ANSI use the same underlying battery symbol for the internal cells. The power bank block as a system-level module is drawn as a labelled rectangle in both conventions, with no standard-specific glyph difference. |
Terminals / pins
| Pin | Name |
|---|---|
| usb_out | USB Out |
Typical values
Capacity: 2000–50000 mAh (at 3.7 V cell nominal); USB output: 5 V / 1–3 A standard; USB PD output: 5–20 V / up to 5 A (100 W); charging input: 5 V / 2 A (standard), up to 20 V / 5 A (USB PD); efficiency (boost converter): 85–92%; self-discharge: <2%/month (lithium-ion); typical runtime for a 10000 mAh bank charging a 3000 mAh smartphone: approximately 2–3 full charges.
Where the Portable Power Bank symbol is used
- Powering Arduino, Raspberry Pi, and ESP32 prototypes in portable and field applications
- Emergency phone-charging supplies during power outages
- Powering Raspberry Pi-based portable consoles and educational kits
- Field data-logger power supply for IoT sensors with USB-powered microcontrollers
- Temporary power supply for LED lighting and wearables at events
- Drone and robotics projects where a regulated 5 V USB source simplifies power distribution
Example
In a portable environmental sensor project, the system block diagram shows a 10000 mAh power bank symbol with its USB Out pin connected through a USB cable to the 5 V input of a Raspberry Pi Zero W. The Pi powers a BME280 temperature/humidity sensor and logs data to an SD card; the power bank's capacity supports approximately 15–20 hours of continuous operation before recharging is needed.
Key facts
- The Portable Power Bank symbol represents a lithium-ion battery pack with integrated boost converter, providing a regulated 5 V USB output from internal cells rated at 3.6–3.7 V nominal.
- Capacity is rated in milliamp-hours (mAh) at 3.7 V; due to boost-converter losses (~85% efficiency), the effective energy delivered at 5 V is approximately 70–80% of the rated mAh value.
- The symbol has a single USB Out pin representing the 5 V / 1–3 A output; IEC and ANSI diagrams both use labelled rectangular blocks for this module as no dedicated standard symbol exists.
- Modern USB Power Delivery (USB PD) power banks output 5–20 V at up to 100 W, enabling laptop charging in addition to phone and microcontroller charging.
- Self-discharge rate for lithium-ion power banks is less than 2% per month, making them practical for infrequent field deployments.
- Power banks automatically shut off output when load current falls below a threshold (~50 mA typical) to prevent battery drain from phantom loads — a consideration for low-power microcontroller designs.
- Runtime estimation: divide battery capacity (mAh) by load current (mA) and multiply by boost efficiency (0.85) to get approximate hours of operation.
Frequently asked questions
What does the power bank symbol look like in a circuit diagram?
The power bank symbol is a labelled rectangle marked 'POWER BANK' or 'BATT PACK' with a single USB Out pin. It may include a capacity label (e.g. '10000 mAh') and voltage annotation ('5 V'). In system block diagrams it may also be shown as a battery symbol (parallel lines) with a USB connector indicator.
What does the portable power bank symbol mean on a schematic?
The symbol indicates that the circuit is powered by a self-contained rechargeable lithium-ion battery module with a regulated 5 V USB output. It tells the reader that no external power supply or wall outlet is needed; the system is portable and runs on stored battery energy.
What voltage does a power bank output?
Standard power banks output 5 V DC at the USB port (USB-A or USB-C), with current ratings of 1–3 A. USB Power Delivery (USB PD) models additionally output 9 V, 12 V, 15 V, or 20 V for fast charging, selectable by the connected device during the USB PD negotiation handshake.
How is power bank capacity measured?
Power bank capacity is rated in milliamp-hours (mAh) referenced to the internal cell voltage (3.7 V). The effective energy at the 5 V USB output is approximately 70–85% of the rated mAh because the internal boost converter is not 100% efficient. A 10000 mAh rated bank delivers roughly 7000–8500 mAh at 5 V.
Why do some power banks turn off automatically when connected to low-power devices?
Power banks include an auto-shutoff circuit that cuts the output when the load current drops below a minimum threshold (typically 50–100 mA) to prevent the battery from slowly discharging into a phantom load. Low-power microcontrollers drawing less than 50 mA may trigger this shutoff; a keep-alive resistor or periodic load pulse can prevent it.
Is the power bank symbol standardised in IEC 60617 or IEEE 315?
No dedicated power bank symbol exists in IEC 60617 or IEEE 315. Power banks are represented as labelled rectangular module blocks in system diagrams, using the generic IEC 60617-06 battery symbol for the internal cells if detail is needed. The USB connector follows IEC 62680-1 and USB-IF specifications.
Place the Portable Power Bank symbol on a wiring diagram or schematic in the free online circuit diagram maker — no download required.