28

What is the difference between 3-Wire and 4-Wire CPU cooling fans?

Of course, the obvious answer is “1 Wire!” :-)

4
  • 2
    The one wire is a control wire, allows the fan, to be set to a certain RPM. What did your research say was the difference?
    – Ramhound
    Commented Sep 20, 2016 at 1:20
  • @Ramhound Thanks. So that would mean that all 3-Wire fans would be unispeed? I'll have to double check, but I think I've seen some laptops with variable speed fans that only have 3 wires. Commented Sep 20, 2016 at 1:23
  • I came here just to see the bonus answer :D
    – jiggunjer
    Commented Sep 20, 2016 at 1:37
  • @RockPaperLizard It does not mean that. That fan likely was connected to a fan controller or tomshardware.com/answers/id-2205716/…
    – Ramhound
    Commented Sep 20, 2016 at 2:03

4 Answers 4

32

Basic Differences

A three pin connector is basically power (5/12 volt), ground, and signal. The signal wire measures how fast the fan is moving without any controls for the fan speed. With this type, fan speed is typically controlled by increasing or decreasing the voltage over the power wire.

A four pin connector is a little different than the three pin connector as it has the extra [fourth] wire for control to send a signal to the fan which likely has a chip on it that tells it to slow down or speed up in addition to the other wires just as the three pin connector has.

Three Wire and Four Wire Fan Connectors

Chassis and processor fans use either a three-wire or four-wire connector. The three-wire connectors are for small chassis fans with lower power consumption. The four-wire connectors are for processor fans with higher power consumption.

Three-wire fan connecting to a four-pin fan header

enter image description here

Fan header pinouts

  • Pin: 1

    • Three-wire fan support: Ground
  • Pin: 2

    • Three-wire fan support: 12 V
  • Pin: 3

    • Three-wire fan support: FAN_TACH
  • Pin: N/A

    • Three-wire fan support: N/A

Note: When connecting a three-wire fan to a four-pin fan header, the fan is always on; there is no fan control

Four-wire fan connecting to a four-pin fan header

enter image description here

Four-wire fan connecting to a three-pin fan header

enter image description here

  • Pin: 1

    • Three-wire fan support: Ground
  • Pin: 2

    • Three-wire fan support: 12 V
  • Pin: 3

    • Three-wire fan support: FAN_TACH
  • Pin: 4

    • Three-wire fan support: FAN_CONTROL

source

1
  • 4
    Just a remark on the post you are quoting, for the casual reader, because the colors of the wires are misleading. Black is universally used for ground and red for positive supply, so the colors are swapped (although the pinout is reported correctly: +12V is the center pin in the 3-pin connector, for example). Commented Apr 20, 2019 at 9:19
20

A three wire fan reports its speed. Add a fourth wire, and the fan's speed can be varied by the motherboard.

The simplest PC fan requires two wires. The red wire provides power (+12 VDC), the black wire is ground (0 V). Applying power to will start the fan running full speed. If a modern fan's blades are stopped, the fan's drive circuitry interrupts power to the fan motor, then retries starting the fan periodically. This prevents the fan from overheating, resulting in a burned out fan (and a potential fire - and keeps the manufacturer from achieving CE/UL/CSA/TUV certification). You can try this by stopping a running fan, then letting it go. If, after you free the fan blades, the fan doesn't start for a moment, you have this modern kind of fan.

A three wire fan adds a tachometer output to the two wire fan. The yellow wire pulses an output voltage twice per fan revolution. With the fan spinning at 6000 RPM, you would measure a 200 Hz pulse rate (6000 rev/min / 60 s * 2 pulses/rev = 200 pulses/sec). Some PC motherboards monitor this input. In the case of fan failure, the motherboard can send an alert (beeper, message to the OS, etc.), or take action directly, like slow the CPU or even shut down the system.

Add a fourth wire to control the fan's speed. The fourth wire operates similarly to the third wire, but in reverse: this wire controls the fan speed. Intel created a wiring standard for this fan, including the connector type, pin positions, and wire color code. I haven't cited the Intel standard here, but it is widely reported to be: Black - 0 V, Yellow 12 V, Green - Tachometer output, Blue - PWM speed control input.

The fan's speed is controlled by pulsing the voltage on the fourth wire. This wire does not power the fan. The pulsed signal changes the speed of the fan. This method of varying the output of devices (i.e. a fan, light, or heater) with a digital control is called pulse width modulation, or PWM.

1
  • 1
    You've provided an outstanding answer! Thank you! Commented Nov 13, 2018 at 22:31
5

Minor correction to ndeMarco and Lukic Mike. PWM does not control speed by frequency it actually uses the duty cycle, ie. the ratio between the on-time to off-time and can be expressed as a percentage.

In crude terms: if on-time is at 100%, you get full speed; 50% - half speed; 25% - quarter speed.

I say crude terms because it actually depends on the circuit implementing the power control and type of loads.

Wikipedia PWM Computer Fan Control

Wikipedia PWM Power Delivery

1
  • 1
    I stand corrected. PWM is a fixed frequency, variable duty cycle protocol. I encourage you to edit answers to improve them.
    – ndemarco
    Commented Jan 7, 2020 at 2:57
4

What author failed to mention is how speed is controlled with 4pin fans. They are also called PWM (Pulse Width Modulation) and require compatible control from motherboard and it's BIOS and not all the 4 pin MB connectors are true PWM. Just knowing what PWM stands for should say everything about the way it works. Basically, pulses of power are sent to the fan at various frequencies and so average power it receives determine amount of power they can produce and air resistance slows it down. Signal wire tells BIOS exact RPM and so it "knows" how fast pulses are sent to the fan.

1
  • 1
    Who's "author"?
    – isherwood
    Commented Mar 18, 2020 at 13:56

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .