PWM Header

Home/ Glossary/ PWM Header

Motherboards, Ports & Interfaces

Definition

What is a PWM Header?

A PWM Header (Pulse Width Modulation header) is a specialized four-pin connector found on computer motherboards. Its primary purpose is to control and regulate the speed of cooling fans or liquid cooling pumps dynamically based on real-time system temperatures.

Key Takeaways

  • Dynamic Speed Control: Adjusts cooling fan speed automatically based on hardware heat levels.

  • Four-Pin Design: Features a distinct fourth pin dedicated entirely to sending the control signal.

  • Quiet Operation: Reduces system noise by running fans at lower speeds when the PC is idle.

  • Backward Compatibility: Accepts older three-pin DC fans, though they will run at constant maximum speed unless controlled via voltage.

How a PWM Header Works

Traditional cooling control relies on altering the voltage supplied to the fan. Lowering the voltage slows the fan down, but it can cause stalling if the voltage drops too low.

A PWM header resolves this by delivering a constant 12V power supply. Instead of lowering the voltage, the motherboard sends a high-frequency digital signal through the fourth pin. This signal rapidly switches the fan motor on and off thousands of times per second.

The ratio of time the switch is on versus off is called the duty cycle:

  • 100% Duty Cycle: The signal is continuously on, running the fan at maximum RPM.

  • 50% Duty Cycle: The signal is active half the time, running the fan at roughly half speed.

Because the fan always receives 12V pulses, it can spin at incredibly low speeds without stalling.

Types of Motherboard Fan Headers

4-Pin PWM Headers

These are the modern standard. They offer precise RPM control from roughly 20% up to 100% maximum rated speed. They are ideal for CPU coolers, radiators, and case exhaust systems.

3-Pin DC Headers

An older standard that controls fan speed purely by varying the direct current (DC) voltage, typically between 5V and 12V. They lack the fourth control pin and cannot achieve the ultra-low speeds of PWM models.

Technical Specifications and Pinout

Every standard motherboard PWM header follows a strict pin configuration to ensure component safety:

  • Pin 1 (Ground / GND): Completes the electrical circuit.

  • Pin 2 (12V Power): Supplies constant electrical power to the fan motor.

  • Pin 3 (Tachometer / SENSE): Sends speed readouts back to the motherboard BIOS.

  • Pin 4 (PWM Control): Carries the digital speed regulation signal.

PWM Headers vs. DC Headers

  • PWM Header (4-Pin): Utilizes digital pulse modulation with a constant 12V supply. It allows for very low minimum fan speeds (down to 20%), an extremely low stall risk, and a very quiet acoustic profile with smooth transitions.

  • DC Header (3-Pin): Utilizes variable voltage adjustment (varying between 5V and 12V). Minimum fan speeds are medium (usually restricted to 40%), it carries a higher stall risk at its lowest speeds, and it exhibits a more noticeable stepping sound profile.

Common Misconceptions

Running a 3-Pin Fan on a 4-Pin Header Enables PWM

Plugging a three-pin fan into a four-pin PWM header will not magically grant it PWM control. The fan lacks the internal circuitry to read the digital signal. It will simply run at 100% speed unless the motherboard BIOS is manually flipped into DC Voltage mode.

CPU Fan and SYS Fan Headers are Identical

While physically identical, the CPU Fan header has aggressive default fan curves tied directly to the processor's internal temperature sensors. Case fan headers (SYS_FAN or CHA_FAN) use smoother curves and sometimes pull data from motherboard ambient temperature nodes instead.

Related Technology Terms

  • Fan Curve: A customizable profile within the BIOS or OS software that dictates fan speed percentages at specific temperature thresholds.

  • Tachometer Signal: The feedback mechanism that measures how fast a fan is spinning in Revolutions Per Minute.

  • Duty Cycle: The percentage of time a digital signal remains active during a single pulse cycle.

  • RPM: Revolutions Per Minute, the standard unit of measurement for PC fan rotation speeds.

FAQs