The standard schematic symbol for a fan is a circle containing a propeller or blade graphic, but the exact representation shifts depending on whether you are reading an IEC (international) or ANSI/IEEE (North American) diagram. Furthermore, a mains-powered ceiling fan and a 12V DC electronics cooling fan use entirely different symbology and wiring conventions. Below is the direct reference data you need to interpret these symbols, wire them correctly, and troubleshoot them when the manufacturer's sticker is long gone.
Master Reference Table: Fan Schematic Symbols & Wiring Codes
The table below maps the most common fan types to their respective schematic symbols and standard wire color codes. Use this as your bench or jobsite quick-reference.
| Fan Type | ANSI/IEEE (US) Symbol | IEC 60617 (Intl) Symbol | US NEC Wire Colors (Mains) | IEC / UK Wire Colors (Mains) |
|---|---|---|---|---|
| Ceiling Fan (No Light) | Circle with 3-blade propeller | Circle with 'M' and propeller | Black (Hot), White (Neutral), Green (Ground) | Brown (Line), Blue (Neutral), Green/Yellow (Earth) |
| Ceiling Fan (With Light Kit) | Propeller circle + adjacent circle with 'X' | Propeller/M circle + adjacent lamp circle | Black (Fan Hot), Blue (Light Hot), White (Neutral), Green (Ground) | Brown (Line), Blue (Neutral), Black/Grey (Light Line), Green/Yellow |
| Exhaust / Ventilation Fan | Propeller inside a square housing outline | Propeller/M inside a square housing | Black (Hot), White (Neutral), Bare/Green (Ground) | Brown (Line), Blue (Neutral), Green/Yellow (Earth) |
| Blower / Centrifugal Fan | Circle with a spiral/snail-shell graphic | Circle with 'M' and spiral graphic | Typically 3-phase: Black, Red, Blue (Hots) + Green | Brown, Black, Grey (Lines) + Green/Yellow |
Regional Standards & The 'Rows People Get Wrong' Guide
Knowing which standard applies to your region prevents dangerous miswiring. In North America, the NFPA 70 (National Electrical Code) governs mains wiring colors, while schematic symbols generally follow ANSI/IEEE 315. In Europe, the UK, and most of the world, IEC 60446 dictates colors and IEC 60617 dictates symbols. Never mix these standards on a single board or in a single junction box.
The Rows People Get Wrong
- The US Ceiling Fan Blue Wire: This is the most common trap for DIYers. On a US ceiling fan, the blue wire is not a neutral. It is the switched hot feed for the light kit. If you cap the blue wire to the white neutral wire, you will create a dead short the moment someone flips the wall switch. The blue wire must connect to the second hot leg (often a red wire in the wall) if you want independent wall-switch control of the light and fan.
- Motor vs. Fan Symbol: A plain circle with an "M" in the center is a generic motor symbol. The fan symbol explicitly includes the blade, propeller, or spiral graphic. This distinction matters to an engineer or electrician because a fan implies a specific variable-torque load (air resistance increases with the cube of the speed), which dictates the use of specific variable frequency drive (VFD) parameters or starting capacitors that a generic constant-torque motor symbol would not require.
- Old UK vs. Harmonized IEC Colors: If you are working in a UK home built before 2006, you will encounter the old color code: Red (Live), Black (Neutral), and bare wire with green sleeving (Earth). Do not assume a black wire is a hot line just because it matches modern IEC line colors. Always verify with a non-contact voltage tester and a multimeter before touching conductors.
Electronic Cooling Fan Pinouts (3-Pin & 4-Pin PWM)
When designing custom enclosures or building thermal management systems with an ESP32 or Raspberry Pi, you will use DC brushless cooling fans rather than mains AC fans. The schematic symbol for these on a PCB layout is typically a simple 3-pin or 4-pin header block labeled "FAN1", but the physical pinout is standardized by the Intel 4-Wire PWM Fan specification.
| Pin Number | Wire Color | Function (3-Pin DC Fan) | Function (4-Pin PWM Fan) | Microcontroller Interface Notes |
|---|---|---|---|---|
| Pin 1 | Black | GND (Ground) | GND (Ground) | Connect to common ground with your ESP32/Arduino and power supply. |
| Pin 2 | Red (or Yellow) | +12V VCC (Power) | +12V VCC (Power) | Do NOT feed this from a 5V GPIO pin. Use an external 12V buck converter or PSU. |
| Pin 3 | Green (or Yellow) | Tachometer (Sense) | Tachometer (Sense) | Open-collector output. Requires a 10kΩ pull-up resistor to 3.3V. Outputs 2 pulses per revolution. |
| Pin 4 | Blue | N/A | PWM Control Signal | Accepts 25 kHz PWM (3.3V or 5V logic). Do not use standard 50Hz servo PWM frequencies. |
Safe Interpretation When Markings Are Faded or Missing
When you pull an old AC blower motor or ceiling fan from a unit and the wiring diagram sticker is baked off by years of heat, you cannot guess the wire functions. You must map the internal windings using a digital multimeter (DMM). Most single-phase AC fan motors use a Permanent Split Capacitor (PSC) design with a run winding and a start winding.
The 3-Wire AC Fan Motor Test Procedure:
- De-energize and Isolate: Turn off the breaker, verify zero voltage with a tested meter, and disconnect all wire nuts. Ensure the motor is completely isolated from the circuit.
- Measure All Combinations: Set your DMM to the lowest Ohms (Ω) range. Measure the resistance between all three pairs of wires (e.g., Black-White, Black-Blue, White-Blue).
- Identify the Common Wire: The two wires that show the highest resistance when measured against each other are the ends of the series-connected start and run windings. The third wire—the one that was part of the two lower resistance readings—is your Common (C) wire. This connects directly to the Neutral (White/Blue).
- Identify Run vs. Start: Measure from the Common wire to the remaining two wires. The wire with the lower resistance is the Run (R) winding (connects to the main Hot line). The wire with the higher resistance is the Start (S) winding (connects to the Hot line through the run capacitor).
Worked Numeric Example:
You measure an unmarked 3-wire fan motor (Brown, Black, Purple).
- Brown to Black: 45 Ω
- Brown to Purple: 15 Ω
- Black to Purple: 30 Ω
The highest reading is 45 Ω (Brown to Black). Therefore, Purple is the Common wire. Measuring from Purple to the others: Purple-to-Brown is 15 Ω, and Purple-to-Black is 30 Ω. The lower resistance (15 Ω) is the Run winding (Brown). The higher resistance (30 Ω) is the Start winding (Black). Brown goes to Line, Purple goes to Neutral, and Black goes to the capacitor.
By relying on winding resistance physics rather than faded ink, you ensure the motor starts with the correct torque and avoids burning out the start winding. Always defer to the manufacturer's datasheet if available, and consult a licensed electrician if you are integrating these loads into a new branch circuit where standard schematic symbols must be formally documented on a panel schedule.






