Updated Sep 25, 2026· 7 min read· Hands-on tested

Key takeaways

  • The screen goes black, but fans and lights remain on: suspect BIOS initialization, RAM training, a graphics-card reset, or a driver problem.
  • The PC powers off but does not start again: suspect the motherboard’s power-control behavior, PSU cabling, or a firmware issue.
  • Nothing happens until you hold the power button: check the front-panel connections and Windows power settings.
  • The system restarts repeatedly before showing an image: suspect memory instability or failed POST training.
  • It restarts correctly after a cold shutdown but not after Windows Restart: focus on Fast Startup, BIOS settings, chipset drivers, and graphics drivers.

After building my gaming PC it won’t let me restart it and I have to shut it down and turn it on manually, the most likely causes are incorrect front-panel wiring, unstable memory training, a BIOS power-management setting, or a power-delivery problem; work through the checks below in that order.

First, identify what “restart” actually does

Click Restart in Windows and observe the exact failure:

  • The screen goes black, but fans and lights remain on: suspect BIOS initialization, RAM training, a graphics-card reset, or a driver problem.
  • The PC powers off but does not start again: suspect the motherboard’s power-control behavior, PSU cabling, or a firmware issue.
  • Nothing happens until you hold the power button: check the front-panel connections and Windows power settings.
  • The system restarts repeatedly before showing an image: suspect memory instability or failed POST training.
  • It restarts correctly after a cold shutdown but not after Windows Restart: focus on Fast Startup, BIOS settings, chipset drivers, and graphics drivers.

Before opening the case, perform one controlled test. Shut Windows down completely, switch the PSU off for 30 seconds, switch it back on, and press the case power button. Then test Windows Restart. If only the warm restart fails, the hardware can probably complete a cold POST and the problem is more likely firmware, memory settings, or a driver.

1. Check the front-panel wiring

Front-panel wires are easy to misplace on a newly assembled PC. Find the motherboard manual’s front-panel header diagram rather than relying on the label printed on the board. The important connections are usually:

  • PWR SW: the case power-button switch. Polarity does not matter.
  • RESET SW: the case reset switch. Polarity normally does not matter.
  • HDD LED and POWER LED: polarity matters, but reversing an LED normally prevents the light from working rather than preventing booting.

Make sure the case’s reset-switch plug is not accidentally connected to the power-switch pins, and check that no connector is shifted by one pin. A reset switch is only a momentary contact, so it cannot directly cause Windows Restart to fail in normal operation, but incorrect wiring can make the button appear to do nothing or create confusing symptoms.

Test without the case switches

Turn off the PSU, unplug its cable, and press the case power button once to discharge the board. Disconnect the PWR SW and RESET SW plugs. Reconnect power, then briefly touch the two power-switch pins with a screwdriver tip to start the PC. Do not touch other pins.

If Windows can now restart normally, the case switch, its cable, or its wiring is the problem. If the fault remains, reconnecting the switch is safe and move to the next check.

2. Reseat every power connection

A new PC may boot with a marginal connection but fail when the motherboard tries to initialize devices again. With the PSU unplugged, firmly reseat:

  • The 24-pin motherboard connector.
  • The 8-pin CPU EPS connector near the processor socket. Some boards also require an additional 4-pin or 8-pin CPU connector for high-power processors.
  • Every graphics-card power connector.
  • Modular PSU-side cables, if the PSU has them.
  • Storage, fan-hub, and powered RGB-controller cables.

Use only cables supplied for that exact PSU model. Modular PSU cables are not universally interchangeable, even when the plugs fit. For newer graphics cards using a compact high-power connector, plug it fully into the card and avoid a sharp bend directly at the connector.

Check the power budget

Add the graphics card’s rated board power, the CPU’s realistic sustained package power, and approximately 100 watts for the motherboard, drives, fans, USB devices, and transient headroom. For example:

350 W graphics card + 170 W CPU + 100 W system load = 620 W. Adding roughly 30 percent transient and aging headroom gives 806 W, so a quality 850 W PSU is a sensible target. A 750 W unit may work in some configurations, but it leaves less margin for power spikes and overclocking.

Approximate combined CPU/GPU load Reasonable PSU class When to choose the next class
Up to 400 W 650 W Choose 750 W for high transient graphics cards or future upgrades
401–550 W 750–850 W Choose 850 W if the GPU has large transient spikes
551–700 W 850–1000 W Choose 1000 W for sustained heavy rendering or a future high-end GPU
701–850 W 1000–1200 W Verify the PSU’s native GPU connector and protection specifications

This calculation is not a substitute for the graphics card and CPU manufacturers’ recommendations, but it helps identify a PSU that is obviously undersized.

3. Return BIOS settings to a known-good state

Enter UEFI/BIOS by pressing Delete or F2 during startup. Record any custom settings first, then load Optimized Defaults or Load Setup Defaults and save.

Test Restart with memory overclocking disabled. Temporarily turn off:

  • XMP, EXPO, or other memory profiles.
  • CPU overclocking, undervolting, and motherboard auto-enhancement modes.
  • Manual CPU or SoC voltage settings.
  • Fast Boot in firmware, if enabled.

Memory profiles are a frequent cause because a restart can require the board to retrain RAM at its advertised speed. If the PC works at default memory speed, update the BIOS to a stable release, install the matching chipset driver, and then retest the memory profile. If the failure returns, select a lower memory speed such as DDR5-5600 or DDR5-6000 instead of the profile’s higher setting, or test one DIMM at a time.

Clear CMOS if the board is stuck

Power down, unplug the PSU, and use the motherboard’s Clear CMOS button or jumper according to its manual. If neither is available, remove the coin-cell battery only after disconnecting power and waiting several minutes. Clearing CMOS removes unstable settings; it does not erase Windows or personal files.

After clearing it, allow several minutes for the first DDR5 memory training cycle. Do not repeatedly force power off during this period unless the manual specifically says the board is stuck.

4. Inspect memory and POST behavior

Install the RAM in the motherboard’s recommended two-stick slots, commonly A2 and B2, counting away from the CPU socket. Reseat each module until both latches click. Test with one module in the recommended slot, then test the other module separately.

Use the board’s diagnostic LEDs or two-digit POST display if available. A DRAM light points toward memory seating, profile settings, or CPU socket contact; a VGA light points toward graphics-card seating, power, or display output; a CPU light points toward EPS power, BIOS support, or socket issues.

If the system only restarts after a long power removal, disconnect unnecessary USB devices, RGB hubs, extra drives, and expansion cards. A minimal configuration—CPU, cooler, one RAM module, graphics output, and system drive—can reveal whether a peripheral is preventing proper reinitialization.

5. Repair Windows, chipset, and graphics drivers

Once BIOS restart works reliably, boot Windows and install the latest chipset driver for the motherboard platform from the motherboard or processor manufacturer. Then update the graphics driver using a clean installation option if available. Also install motherboard firmware updates only when the system is stable and the manufacturer’s instructions are followed exactly.

Disable Windows Fast Startup for testing: open Control Panel, choose Power Options, select Choose what the power buttons do, choose Change settings that are currently unavailable, clear Turn on fast startup, and save. Fast Startup mainly affects shutdown, not Restart, but disabling it removes a hybrid-power variable.

Open an administrator Command Prompt and run:

  • sfc /scannow
  • DISM /Online /Cleanup-Image /RestoreHealth

These commands repair Windows component and system-file corruption that can interfere with shutdown and restart services. Check Event Viewer under Windows Logs > System for Kernel-Power, WHEA-Logger, display-driver, or ACPI errors around the failed restart.

6. Separate motherboard, PSU, and software faults

Use this decision path:

Result Most likely direction Next action
Restart fails even inside BIOS Hardware, firmware, RAM, or power Defaults, one RAM module, reseat power, update BIOS
BIOS restarts, Windows does not Driver, Windows, or power-management software Chipset/GPU drivers, Fast Startup, repair commands
Only XMP/EXPO causes failure Memory-controller or RAM stability Lower RAM speed, update BIOS, test modules individually
Restart works with another PSU PSU capacity, cable, or protection behavior Use a correctly sized, quality replacement PSU
Restart fails with minimal hardware and defaults Motherboard, CPU socket, or PSU Inspect socket pins and contact motherboard support or warranty service

When to stop troubleshooting

Stop immediately if you smell burning, see discoloration, hear repeated electrical clicking, or find a melted connector. Do not bypass PSU protections or repeatedly short random motherboard pins. If the PC fails to restart in BIOS with default settings, one RAM module, correctly seated power cables, and a known-good PSU, the motherboard or CPU becomes the leading suspect. At that point, document the diagnostic LEDs, BIOS version, memory kit, and exact restart behavior before requesting warranty support.

C
Caleb Foster
Our team buys and bench-tests every product for 40h+ before it earns a spot. Rankings are never paid.
Affiliate disclosure. As an Amazon Associate we earn from qualifying purchases at no extra cost to you. Prices accurate as of the date shown.