The standard symbol for micro farad is µF (using the Greek letter mu). In plain text environments, SPICE netlists, and older PCB silkscreens, it is universally substituted as uF. In legacy US and UK electrical systems, particularly HVAC and vintage audio, you will encounter the abbreviation MFD (microfarad). On modern surface-mount components, the symbol is omitted entirely in favor of the EIA 3-digit code, where the base unit is picofarads.
Understanding which symbol applies to your specific region and schematic standard is critical. A misinterpretation between micro (µ) and milli (m) on a European IEC schematic versus an American IEEE schematic is one of the most common causes of catastrophic inrush current failures in DIY power supply builds.
The Complete Microfarad Symbol & Marking Reference Table
Use this table to decode the symbol for micro farad whether you are reading a 1970s motor schematic, a modern LTspice simulation, or inspecting a surface-mount board with a loupe.
| Symbol / Marking | Standard / Context | True Value | Where You Will See It |
|---|---|---|---|
| µF (Mu-F) | IEEE 315 / IEC 60617 | 1 × 10⁻⁶ Farads | Modern schematics, datasheet headers, high-end multimeter dials. |
| uF | ASCII / SPICE / Silkscreen | 1 × 10⁻⁶ Farads | LTspice netlists, Arduino code comments, cheap PCB silkscreens, forum posts. |
| MFD | Legacy US / NEMA | 1 × 10⁻⁶ Farads | HVAC motor run capacitors (e.g., Genteq 105), vintage tube radios, old US wiring diagrams. |
| mF (milli) | IEC 60062 (Strict) | 1 × 10⁻³ Farads | Modern European schematics. DANGER: 1 mF = 1000 µF. Not a microfarad. |
| 105 | EIA 3-Digit Code | 1.0 µF (10⁶ pF) | Surface mount MLCCs (e.g., Samsung CL21 series, Murata GRM). Base unit is always pF. |
| µ (Standalone) | IEC Shorthand | 1 × 10⁻⁶ Farads | Some European schematics where the schematic header defines the base unit as microfarads. |
Regional and Standard Variants in Practice
Capacitor marking standards are heavily dependent on the governing electrical body of the region where the schematic was drafted or the component was manufactured. Assuming a single global standard will lead to incorrect component ordering and potential circuit damage.
IEEE 315 (North America) vs. IEC 60617 (Europe/Global)
In the United States, the IEEE 315 standard governs schematic symbols. Under IEEE rules, the unit must be explicitly written next to the component value (e.g., C1 4.7µF). If a US hobbyist sees "4.7mF" on an American forum, it is almost always a typo for 4.7µF, because milli-farad capacitors were historically rare and expensive in the US market.
Conversely, the European IEC 60062 standard strictly enforces metric prefixes. On a modern European schematic, "m" always means milli (10⁻³) and "µ" always means micro (10⁻⁶). If a German engineer designs a power supply and labels a bulk filter capacitor as 4.7mF, they mean exactly 4,700µF. Substituting a 4.7µF capacitor here will result in massive output voltage ripple and likely destroy the downstream switching regulator.
The HVAC Exception: MFD and Dual Run Capacitors
If you work with residential air conditioners or well pumps in North America, you will rarely see "µF" on the physical component. The industry standard uses MFD. A typical dual run capacitor from a brand like Genteq or Titan Pro will be labeled 45/5 MFD. This indicates two separate internal capacitor banks: one 45µF bank for the compressor motor, and one 5µF bank for the fan motor. Never replace an MFD-rated motor run capacitor with a standard electronics-store electrolytic; motor run caps use non-polarized metallized polypropylene film designed to handle continuous AC line voltage and high reactive currents.
Asian SMD Manufacturers and the EIA Code
Physical space on 0805 and 0603 surface-mount packages precludes printing "µF". Manufacturers like TDK, Yageo, and Samsung use the EIA 3-digit code. The first two digits are the significant figures, and the third digit is the multiplier (number of zeros), always in picofarads (pF). Therefore, a marking of 104 is 100,000pF (0.1µF), and 105 is 1,000,000pF (1.0µF). For a deep dive into SMD coding, reference the All About Circuits capacitor marking guide.
Rows People Get Wrong: Faded Markings and Dangerous Confusions
Even experienced bench technicians fall into specific traps when interpreting microfarad symbols, particularly when dealing with faded silkscreens or switching between measurement tools.
A common beginner mistake is assuming "more capacitance is always better" for decoupling. If a schematic calls for a 10µF ceramic decoupling capacitor, and you substitute a 10mF (10,000µF) low-ESR aluminum electrolytic because it was in your parts bin, you will drastically increase the inrush current. When the circuit powers on, that 10,000µF capacitor acts as a dead short, potentially tripping your bench power supply's Over-Current Protection (OCP), blowing the upstream Schottky diode, or triggering the brownout detector on your microcontroller.
Safe Interpretation of Faded or Missing Markings
Outdoor HVAC condenser units bake in the sun for 15 years, completely fading the MFD silkscreen on the motor run capacitor. Do not guess the value based on the physical size of the can; a 35µF and a 45µF capacitor often share the exact same physical casing dimensions.
- De-energize and Discharge: Turn off the disconnect switch. Use a 20kΩ, 5W wirewound resistor on an insulated probe to safely discharge the terminals. Never short a motor run capacitor with a screwdriver; the instantaneous current spike can weld the screwdriver tip and vaporize internal foil connections.
- Measure Correctly: Use a multimeter with a dedicated capacitance function (like the Fluke 117 or Fieldpiece SC260). Disconnect the wires from the capacitor terminals first, as parallel circuit paths will skew the reading.
- Tolerance Check: Motor run capacitors typically have a ±6% or ±10% tolerance. If the label is gone but the meter reads 42.5µF, it is highly likely a nominal 45µF capacitor that has aged and drifted out of spec, and it should be replaced.
The LCR Meter Frequency Trap
When verifying a microfarad value on the bench using an LCR meter (such as the Keysight U1733C or UNI-T UT612), the test frequency dictates the accuracy of the reading based on the dielectric material.
- Aluminum Electrolytics (µF to mF range): Must be measured at 120Hz. The liquid electrolyte and etched foil structure have high dielectric absorption and Equivalent Series Resistance (ESR). If you measure a 100µF electrolytic at the default 1kHz or 100kHz, the meter will display a falsely low value, sometimes reading as low as 40µF.
- Ceramic MLCCs (pF to low µF range): Should be measured at 1kHz. Class II dielectrics (like X7R and Y5V) exhibit significant DC bias effects, meaning a 10µF X7R capacitor might only provide 3µF of actual capacitance when 12V DC is applied across it. Always check the manufacturer's DC bias curve in the datasheet, not just the nominal silkscreen value.
By anchoring your workflow to the correct standard—whether that is IEEE for US schematics, IEC for European designs, or EIA for SMD assembly—you eliminate the guesswork that leads to blown traces and unstable power rails.






