The symbol for the unit of amperage is an uppercase A (Ampere). In mathematical formulas like Ohm's Law, the variable for current is an uppercase I (representing intensité de courant). On electrical schematics, an ammeter is represented by a circle with an A inside.
The Complete Amperage Symbol & Notation Reference Table
Before wiring a panel or debugging a PCB, you need to know exactly how current is documented across different mediums. The table below covers every context where you will encounter amperage notation.
| Context | Symbol | Meaning in Practice | Example |
|---|---|---|---|
| SI Unit of Measure | A | The base unit of electrical current. 1 Ampere = 1 Coulomb of charge per second. | 20A breaker, 5A fuse |
| Formula Variable | I | Used in equations (Ohm's, Kirchhoff's) to represent current flow. | V = I × R |
| Schematic (DC Ammeter) | ⊗ with A | A circle with an 'A' inside, placed in series with the load. | Panel meter wiring diagram |
| Schematic (AC Ammeter) | ⊗ with A~ | Circle with 'A' and a sine wave, indicating alternating current measurement. | Motor control center one-line |
| Prefix: Milliampere | mA | 1/1,000th of an Amp. Standard for microcontrollers and logic circuits. | ESP32 draws ~240mA peak |
| Prefix: Microampere | µA or uA | 1/1,000,000th of an Amp. Used for leakage current and sensor bias. | CMOS chip standby: 2µA |
| Battery Capacity (Warning) | Ah | Amp-hours. A measure of energy capacity, NOT instantaneous current. | 100Ah LiFePO4 battery |
Rows People Get Wrong (And How to Avoid Costly Mistakes)
Misinterpreting current symbols leads to blown multimeter fuses, tripped mains breakers, and fried logic boards. Here are the most common field and bench mistakes:
1. Confusing 'A' (Amps) with 'Ah' (Amp-Hours)
In solar and off-grid builds, beginners often size their fuses based on battery capacity. A 200Ah battery does not output 200 Amps continuously. 'Ah' is a gas tank size; 'A' is the flow rate through the pipe. Always size your overcurrent protective device (OCPD) based on the maximum continuous A draw of the inverter, plus a 1.25x safety margin per NEC 210.20(A), not the battery's Ah rating.
2. The Multimeter 'mA' vs '10A' Jack Trap
On a standard digital multimeter (DMM), the dial will show A (or A⎓ / A~). However, the physical probe jacks are split. The mA jack is protected by a fast-blow internal fuse (usually 500mA). If you attempt to measure a 2A motor startup surge through the mA jack, you will instantly vaporize the fuse and potentially damage the meter's shunt resistor. Always start high-current measurements in the 10A (unfused or high-rupture) jack, then step down if the resolution is too low.
3. Using 'I' on a Schematic Instead of 'A'
While I is the correct algebraic variable for current in text (e.g., "Calculate I1"), placing an 'I' inside the circle on a schematic is non-standard and will confuse PCB designers and electricians. The meter symbol must always contain an A.
Regional Standards & Faded Markings: NEC vs. IEC Field Interpretation
Amperage markings on physical hardware vary drastically depending on whether you are working under North American NEC (NFPA 70) guidelines or international IEC standards.
Breaker Markings: 20A vs. C20
In the US (NEC), a standard branch circuit breaker is simply stamped with its amperage rating and voltage, such as 20A 120/240V. In Europe, the UK, and regions following IEC 60898 standards, the amperage is paired with a trip curve letter. A breaker stamped C20 is rated for 20 Amps, with a magnetic instantaneous trip threshold between 5 and 10 times the nominal current (100A - 200A). A B16 is 16 Amps with a 3-5x trip curve. Do not substitute a C-curve breaker for a B-curve in residential lighting circuits without verifying the fault loop impedance.
Motor Nameplates: FLA vs. FLC
When wiring a 3-phase motor, you will see amperage listed as FLA (Full Load Amps) or FLC (Full Load Current). Both mean the exact same thing: the current the motor draws at rated torque and voltage. Use this number to size your overload relays, typically setting the dial to 100% of the FLA.
If you are retrofitting an old panel and the amperage stamp on a breaker is faded or painted over, never guess. Mains voltage is lethal. De-energize the panel, verify dead with a tested CAT III/IV meter, and use these NEC correlations to deduce the safe maximum amperage based on the copper wire size (assuming 60°C/75°C THHN/NM-B limits):
- 14 AWG wire: Max 15A breaker (NEC 240.4(D))
- 12 AWG wire: Max 20A breaker
- 10 AWG wire: Max 30A breaker
If the wire is 12 AWG but you find a 30A breaker installed, you have a fire hazard. Replace the breaker with a 20A unit immediately. For authoritative wire ampacity tables, refer to the NIST SI Units Reference and NEC Table 310.16.
Frequently Asked Questions
What is the symbol for amperage on a multimeter dial?
On a multimeter dial, amperage is denoted by an uppercase A. Because multimeters measure both AC and DC, you will usually see two distinct settings: A⎓ (or A with a solid and dashed line underneath) for Direct Current, and A~ (or A with a sine wave) for Alternating Current. Some advanced meters feature a clamp attachment, which will display the same 'A' symbols but measure current magnetically without breaking the circuit.
What is the difference between the amperage symbol (A) and milliamps (mA)?
The difference is purely a decimal shift: 1 A = 1,000 mA. In practice, A is used for high-power loads (heaters, motors, mains wiring) where currents range from 1 to hundreds of amps. mA is used for electronics, microcontrollers (like an Arduino Nano drawing ~19mA), and low-voltage LED strips. Mixing these up in calculations is a primary cause of undersized power supplies; a 5V 500mA (0.5A) USB charger will instantly brownout if connected to a circuit demanding 2A.
Why is the letter 'I' used for current instead of 'A' or 'C' in electrical formulas?
The use of I dates back to the early days of electromagnetism and the French physicist André-Marie Ampère. He referred to current as intensité de courant (intensity of current). When Georg Ohm formulated Ohm's Law, he adopted 'I' for this intensity. 'C' was already heavily utilized for Capacitance and Coulombs, and 'A' was reserved strictly for the unit of measure (Amperes) to prevent algebraic confusion between the variable and the unit.
How do I read amperage symbols on a schematic if the circle is missing?
If a schematic omits the standard circle-and-A ammeter symbol, look for a shunt resistor symbol (a standard zigzag resistor) placed in series with the ground or power path, often labeled with a very low resistance value (e.g., 0.01Ω or 10mΩ) and an I or I_sense net label. In modern PCB design, current is rarely measured with a physical inline meter; it is calculated by measuring the voltage drop across this shunt using an op-amp or a dedicated current-sense IC.






