user@s3-3:~/s3-3/tools/how-to-fix-a-windows-pc-that-wont-boot $ cat index.md
S3-3 Tech Guides & Tools
~/tools/how-to-fix-a-windows-pc-that-wont-boot
Windows Tips · Jul 2026

How to Diagnose a Windows PC That Won't Boot

"My computer won't turn on" covers a wide range of actual problems, from a loose cable to a failed drive, and each one needs a different fix. Working through the symptoms in order — rather than jumping straight to reinstalling Windows or assuming the worst — usually narrows it down faster than it seems like it should.

Step 1: Is It Actually Getting Power?

  • Check for any lights, fans, or sounds when you press the power button. Nothing at all — no lights, no fan spin, no sound — points to a power supply, power cable, or (on a laptop) a battery and charger problem, not a Windows problem.
  • On a desktop, confirm the power cable is fully seated at both ends and try a different outlet or power strip, since a bad outlet or surge protector is a surprisingly common cause mistaken for a dead PC.
  • On a laptop, try holding the power button for 15-30 seconds with the charger disconnected to fully discharge residual power, then reconnect the charger and try again — this resets some hardware-level lockups that a normal restart won't clear.

Step 2: Power On, But No Display

If fans spin and lights come on but nothing appears on screen, the problem is likely the display path rather than Windows itself:

  1. Confirm the monitor is on and set to the correct input source.
  2. Try a different video cable or a different port if the machine has more than one (especially relevant on desktops with both a dedicated graphics card and motherboard video output — a cable in the wrong port can genuinely produce no signal).
  3. Listen for a beep pattern, if the motherboard has a speaker — beep codes vary by manufacturer but almost always indicate a specific hardware fault, like memory not properly seated, and looking up the pattern against the motherboard's manual will point directly at the failed component.

Step 3: Display Works, But Windows Won't Load

If you see the manufacturer logo or BIOS screen but Windows itself fails to load, or loops back to a black screen or restart, this is where things become more Windows-specific rather than hardware-specific:

  • Boot into Windows Recovery Environment by interrupting the boot process three times in a row (force a shutdown during startup, three times) — Windows automatically detects the repeated failure and offers recovery options on the fourth attempt.
  • Try "Startup Repair" from the recovery menu first — it automatically scans for and fixes common boot configuration problems without touching your files.
  • Use System Restore from the same recovery menu if Startup Repair doesn't resolve it and you suspect a recent update or driver change caused the issue — this rolls the system back to a working state from before the problem started.
  • Boot into Safe Mode (also available from the recovery menu) to check whether the PC starts normally with minimal drivers and services loaded — if it does, a driver or startup program is the likely culprit, and disabling recently added ones is the next step.
Before doing anything destructive: if the PC boots into Safe Mode or the recovery environment at all, your files are very likely still intact and accessible — this rules out the most serious failure (a dead drive) and means the problem is fixable software configuration, not lost data.

Step 4: Suspecting the Hard Drive or SSD

Repeated failures even in Safe Mode, or recovery tools reporting they can't find or access the drive, point toward a failing storage device. From the Windows Recovery Environment, the Command Prompt option lets you run chkdsk against the drive to check for and attempt to repair file system errors, though a drive failing at the hardware level (not just a file system error) needs replacement rather than repair — at that point, prioritize getting the drive's contents backed up from another PC (most drives can be read externally via a USB enclosure) before anything else.

When to Stop Troubleshooting Yourself

If the PC won't power on at all despite confirmed working outlets and cables, or you hear an unusual repeating beep code you can't match to the motherboard manual, that's the point to involve a repair professional rather than continuing to guess — some hardware failures (a dead power supply, a failed motherboard) aren't something a home fix resolves, and further attempts risk making data recovery harder rather than easier.

Working through these steps in order — power, display, boot process, then storage — turns a vague "it's broken" into a specific, addressable problem in most cases, and tells you early on whether you're looking at a quick fix or something that genuinely needs a shop.