30-Second Fix: Check the Power Connection
More often than not, the fan isn't spinning because it's not getting power. I've seen this a hundred times — someone built a PC or swapped a fan and forgot the last step.
- Shut down the PC and unplug the power cord. Don't skip this — you don't want to short something while poking around.
- Open the side panel and trace the fan's cable. It ends in either a 3-pin or 4-pin connector. That plugs into a header on the motherboard labeled
SYS_FAN,CHA_FAN, or similar. - Is it fully seated? Push it in until the plastic clip clicks. I've seen connectors half-off — the fan gets just enough power to twitch but not spin.
- If using a fan hub or molex adapter, check that the hub itself is getting power from a SATA or molex cable from the PSU. A hub with no power = dead fans.
If the fan still doesn't spin, try plugging it into a different header. If it works there, the original header is dead. That's rare but happens — especially on older boards where someone yanked a fan out.
5-Minute Fix: BIOS Fan Control Settings
Okay, power's fine but the fan stays still. What's actually happening here is the motherboard's fan controller is set to stop the fan at low temperatures. This is common on modern boards — the "silent" or "zero RPM" mode lets the fan sit idle until the CPU or case temp hits 40–50°C.
The fix is in the BIOS or UEFI:
- Reboot and hammer
DelorF2(varies by motherboard) to enter BIOS. - Look for a section called Hardware Monitor, PC Health, Fan Control, or Q-Fan (Asus). On Gigabyte boards it's under M.I.T. → Advanced Voltage Settings. On MSI, it's Hardware Monitor.
- Find the fan header you're using (SYS_FAN1, etc.) and change its mode from Silent or Standard to PWM Mode or Full Speed at least temporarily. For a permanent fix, set a custom fan curve that starts at 30% speed from 30°C.
- Save and exit. Listen — the fan should spin up immediately.
The reason step 3 works: many boards default to DC mode (voltage control) for 3-pin fans, which can't handle the stop signals properly. Forcing PWM mode or setting a minimum duty cycle keeps the fan alive.
If you're running software like FanControl, SpeedFan, or your motherboard's own utility (Asus AI Suite, MSI Dragon Center), they can override BIOS settings. Uninstall them temporarily to rule out a software conflict.
15-Minute Fix: Hardware Failure — Dead Fan or Bad Header
If the fan still won't spin after checking power and BIOS, it's almost certainly a dead fan or a dead motherboard header. Let's narrow it down.
Test the fan directly
- Unplug the suspect fan from the motherboard.
- Take a known-working fan from another slot (or a spare). Plug that into the suspect header. If it spins, your original fan is dead. If it doesn't, the header is the problem.
To confirm a dead fan: connect it directly to a PSU molex adapter (the big 4-pin connector). Use a molex-to-3-pin adapter if needed. If the fan still doesn't spin with 12V from the PSU, it's physically dead — replace it. A working fan will run at full speed when powered this way.
Dead motherboard header
If the header is dead, you have options:
- Use a different header if you have a spare. Prioritize the CPU fan header for the CPU cooler; case fans can go anywhere.
- Buy a fan hub or splitters. A hub draws power from SATA or molex, so the fans get power even if the motherboard header is weak. The hub's control wire just reads the PWM signal.
- For advanced users: you can sometimes repair a header if the plastic shroud is broken but pins are intact — just plug the fan directly onto the pins. This is janky but works in a pinch.
When to just replace the fan
Case fans are cheap. A decent Arctic P12 costs $8. If your fan is older than 3 years and doesn't spin, don't waste an hour troubleshooting — replace it. The bearing is probably shot. A fan that grinds or clicks before stopping is definitely dead.
TL;DR — The Three Causes and What to Do
| Symptom | Likely Cause | Fix |
|---|---|---|
| Fan doesn't spin at all | Loose power cable | Reseat connector on motherboard header |
| Fan spins then stops | BIOS zero-RPM mode | Set fan curve to start at 30% speed |
| Fan never moves, even on different header | Dead fan bearing | Replace fan (under $10) |
One last thing: if you just built a PC and all fans are dead, check your PSU. A loose 24-pin ATX power connector can leave everything powered except the fan headers. I once spent an hour chasing a "dead fan" that was actually a loose CPU power cable. Don't be me.