Return to Archive

The 'Electrical Coma': How to revive a PC that lights up LEDs but won't spin the fans

If you’ve built a high-performance PC, you’ve probably felt that chill down your spine: you press the Power button, the motherboard LEDs light up, but nothing happens. The fans don’t spin, the water cooler pump shows no signs of life, and the screen remains dark. Your PC has entered a true “electrical coma.”

Recently, I faced this exact scenario on a high-performance project in our lab, the Akhatosh workstation (equipped with an Asus X570 motherboard, Ryzen 9, and RTX 3090). The system worked perfectly. However, after some system updates, the machine began to show instability until it collapsed entirely, triggering the classic Cold Boot Bug.

The first reaction is usually panic, with thoughts like “Did I fry the motherboard?” or “Did the processor die?”. But in hardware engineering, symptoms often lie. Below I detail the two real culprits acting behind the scenes—one physical and one logical—and the definitive protocol we used to resurrect the machine.


1. The Hidden Physical Enemy: The 24-Pin ATX Adapter

Before blaming the software, we recently discovered in the lab that a purely physical villain can cause this exact same symptom: the use of 24-pin ATX adapters or extensions (those customized sleeved cables used to organize and beautify the setup).

When the motherboard lights up the Standby LEDs but refuses to ignite the engines, it is protecting itself from an electrical anomaly by triggering the OCP (Over Current Protection). Our technical theory for the adapter causing this trip is based on the accelerated degradation of the metal contacts:

  • Low-Quality Plating: Many adapters use pins with a low-quality gold plating or inferior metals.
  • Thermal Fatigue and Oxidation: With constant temperature changes inside the case (metal expansion and contraction) and high current passing through (especially with high-TDP CPUs), these pins suffer rapid physical wear and premature oxidation.
  • The Result: This creates a micro-contact failure imperceptible to the naked eye. The motherboard detects a voltage fluctuation or drop at this critical point and, for safety, cuts the ignition immediately.

The Golden Rule: If your PC is in a coma and you use a 24-pin extension, your first action should be to remove it and connect the original power supply cable directly to the motherboard. If the PC turns on, you’ve found the culprit. If it doesn’t, the problem is a software “ghost”. Proceed to the next topic.


2. The Logical Culprit: Deep NVRAM Corruption

If the cables are perfect, the problem lies in the silicon. An unstable BIOS version can inject flawed microcode into the motherboard’s power management (SMU).

The big bottleneck is that, even when downgrading to a previous BIOS version that worked perfectly, the computer can remain in a coma. Why? Because the corrupted power tables and memory training of the faulty BIOS get “stuck” in a deep layer called NVRAM (Non-Volatile Random Access Memory).

Simply flashing the BIOS or doing a standard Clear CMOS is not enough to cleanse this logical poison. We need to force absolute “amnesia” on the hardware.


The Resurrection Protocol

To cure the PC, we have to force the motherboard to forget everything it knew and prove to the sensors that the raw power line is intact. Follow this surgical order:

Step 1: Return to the Safe Vault (BIOS Downgrade)

Revert to the last known stable version.

  • If the PC won’t display video: Use the BIOS Flashback button on the rear I/O panel (using a USB drive formatted in FAT32).
  • If you don’t have Flashback: Perform a BIOS reset via jumper and use only one RAM stick, preferably placed in the B2 channel.

Step 2: The ‘Barebone’ Dismemberment

The key to the solution lies here: remove the mechanical tension and the components that block the drainage. Unplug the power supply from the wall outlet, lay the case horizontally on a safe surface, and remove:

  • The graphics card (GPU).
  • All RAM sticks.
  • The BIOS battery (the round CR2032 battery).
  • Custom Extensions: Remove any sleeved cable adapters, using only the original power supply cables.
  • The crucial step: Disconnect the processor power cables (the 8 or 4-pin EPS cables).

Step 3: The Absolute Drain and the Zombie Test

The goal now is to purge the corrupted power tables. With the motherboard completely empty and without the CMOS battery, plug the power supply’s main cable back into the wall. Your only internally connected power cable will be the 24-pin ATX connector.

  • Press the Power button on the front panel.
  • What should happen: The system should boot up like a “zombie.” The fans will spin, and the water cooler pump will engage. The forced ignition without processor power causes an extreme drain on the capacitors, purging once and for all the old settings that were triggering the false short circuit.

Step 4: The Gradual Rebuild

With the drain complete, reinstall the hardware testing the ignition at each stage to ensure the trip hasn’t returned:

  1. Connect the CPU EPS power cable and turn on the PC. (Did the fans spin? Turn off the PSU and move on).
  2. Insert only one RAM stick, in the slot furthest from the processor, and turn it on.
  3. Insert the rest of the RAM, install the BIOS battery, and place the Graphics Card back in its slot.

The Baseline (The Survival Test)

When the PC finally outputs video and you manage to access the clean BIOS, resist the temptation to enable your maximum memory profile (DOCP/XMP/EXPO), technologies like Resizable BAR (ReBar), or aggressive thermal Overclock profiles.

Let your machine run in its purest and safest state, with factory default voltages and frequencies, for a few days. Observe if it survives cold boots the following mornings. Only when you are absolutely certain that the electrical foundation (and the power cables) are solid, return to re-enabling high-performance features, running rigorous stability tests.

Sometimes, elite hardware isn’t broken. It is just trying to protect itself from an oxidized cable, or it needs to be forced to forget the logical errors of the past to return to operating at the limit. Bizarre? Perhaps. But in the hardware engineering lab, this mathematics of chaos works incredibly well.