The Direct Answer: 15.5 microamperes (µA) is exactly equal to 0.0000155 Amperes (A).
When you are working with low-power embedded systems, sensor nodes, or precision analog front-ends, you frequently need to translate microamp readings into base SI units for power budget calculations. The conversion from 15.5 uA to amps is a straightforward scalar shift. The formula relies on the standard SI metric prefix for 'micro' (µ), which denotes a factor of 10-6 (one millionth).
The Formula:
A = µA × 10-6 (or A = µA ÷ 1,000,000)
Substituting your value:
15.5 × 10-6 = 0.0000155 A
According to the NIST guide on SI prefixes, the micro prefix is universally fixed, meaning this mathematical relationship holds true regardless of the specific electronic component or system you are testing.
The Voltage and Power Factor Misconception
A frequent point of confusion on electrical forums and automated calculator sites is mixing up current unit scaling with power-to-current calculations. If your goal is strictly converting 15.5 µA to Amps, no assumptions about voltage, power factor (PF), or phase are required. The answer is fixed purely by the metric prefix.
The value does not shift whether you are measuring a 120V AC mains circuit, a 230V European appliance, or a 480V 3-phase industrial motor. 15.5 µA is 0.0000155 A in all of those scenarios because Amperes measure the flow of charge, not the energy consumed.
However, if your underlying question was actually 'How many amps does a 15.5 Watt device draw?', then the conversion becomes entirely dependent on voltage, phase, and PF:
- 120V Single-Phase (PF 1.0): 15.5W ÷ 120V = 0.129 A
- 230V Single-Phase (PF 1.0): 15.5W ÷ 230V = 0.067 A
- 480V 3-Phase (PF 1.0): 15.5W ÷ (480V × √3) = 0.018 A
When is the conversion meaningless? If you are trying to calculate Amperage from Watts on an uncorrected inductive load (like an AC motor or an old magnetic ballast) and the Power Factor is unknown, the calculation is meaningless. Real power (Watts) diverges from apparent power (Volt-Amps), meaning you cannot accurately derive the true current draw without knowing the PF or measuring it directly with a clamp meter.
Reference Table: Microamp to Amp Conversions (±20% Range)
When profiling a circuit on the bench, your current draw will rarely sit at a static 15.5 µA. It will fluctuate based on temperature, silicon leakage, and peripheral states. Below is a quick-reference spec sheet table showing the amp conversion for a ±20% variance window around your target value.
| Microamps (µA) | Amperes (A) | Scientific Notation | Variance from 15.5 µA |
|---|---|---|---|
| 12.4 µA | 0.0000124 A | 1.24 × 10-5 A | -20% |
| 13.5 µA | 0.0000135 A | 1.35 × 10-5 A | -13% |
| 15.5 µA | 0.0000155 A | 1.55 × 10-5 A | Baseline |
| 17.2 µA | 0.0000172 A | 1.72 × 10-5 A | +11% |
| 18.6 µA | 0.0000186 A | 1.86 × 10-5 A | +20% |
Where Do You See ~15.5 µA on the Bench?
In practical electronics, a 15.5 µA draw is a hallmark of ultra-low-power states. You will typically encounter this exact order of magnitude in:
- Microcontroller Deep Sleep: A well-designed ESP32-WROOM-32 node with an efficient external LDO and disabled RTC peripherals can achieve deep sleep currents right around 10 to 15 µA. The Espressif ESP32 datasheet notes that deep sleep current is highly dependent on which internal blocks are left powered.
- Op-Amp Quiescent Current: Micropower CMOS operational amplifiers (like the TLC27L2) draw roughly 10 to 15 µA per channel when idle, making them ideal for battery-operated sensor front-ends.
- MOSFET Gate Leakage: While gate leakage is usually in the nanoamp range for modern FETs, large high-voltage power MOSFETs at elevated junction temperatures can exhibit microamp-level leakage currents that matter in high-impedance sample-and-hold circuits.
Frequently Asked Questions
How do I measure 15.5 uA accurately on a standard multimeter?
To measure 15.5 µA, you must use a multimeter with a dedicated microamp range and move your red test lead to the 'µA/mA' input jack (not the high-current 10A jack). A standard bench DMM like the Fluke 87V resolves down to 0.1 µA on its µA range, making 15.5 µA easily readable. Ensure your meter's burden voltage on the µA range is low enough not to brown out the low-power device you are testing. For ultra-precise profiling, use a dedicated current shunt monitor IC (like the INA219) or a specialized tool like the Nordic Power Profiler Kit.
Is 15.5 microamps a normal deep sleep current for an ESP32?
Yes, 15.5 µA (0.0000155 A) is an excellent, realistic deep sleep current for a custom ESP32 PCB. However, if you are using a off-the-shelf development board (like a standard ESP32 DevKit V1), you will likely measure much higher (often 2mA to 10mA). This is because dev boards include linear regulators (like the AMS1117), USB-to-UART bridge chips (like the CP2102), and power LEDs that draw milliamps of quiescent current even when the ESP32 silicon itself is asleep. To hit 15.5 µA, you must design a custom board with a switching regulator or a low-IQ LDO and no active LEDs.
What happens if I confuse microamps (uA) with milliamps (mA) in my battery life calculations?
Confusing µA with mA will result in a 1,000x error in your battery life projections. If your circuit actually draws 15.5 µA (0.0000155 A) from a 2,000 mAh (2 Ah) CR123A lithium cell, your theoretical battery life is 2 Ah ÷ 0.0000155 A = 129,032 hours (about 14.7 years). If you accidentally log the draw as 15.5 mA (0.0155 A), your calculation will yield just 129 hours (5.3 days). Always double-check your metric prefixes when copying data from sensor datasheets into your power budget spreadsheets.






