Hard Drive Clicking Noise on Boot – Fix It

Hardware – Hard Drives Intermediate 👁 11 views 📅 Jun 20, 2026

A clicking hard drive on boot is bad news. Start with cables, check power, then software. If it won't stop, the drive is dying.

Before You Do Anything – 30 Seconds

That clicking noise from your hard drive? It's a physical sound. The read/write head is either stuck, hitting the platter, or the motor is failing. First rule: don't keep booting if you hear this. Every click can destroy data.

Try this quick check. Shut down the PC. Unplug the power cord from the wall. Open the case. Find your drive (usually a 3.5-inch metal box). Push in the SATA data cable and the power cable firmly. They can wiggle loose. I've seen this a hundred times. Plug them back in – you'll feel them click into place. Now plug the PC back in and boot. If the clicking is gone, you're lucky. That was a loose cable. If not, move on.

Moderate Fix – 5 Minutes: Check Power and SATA Port

Still clicking? The issue might be the power supply. A weak power supply can't spin the drive up. The drive tries, clicks, fails, tries again – it sounds like a metronome of death. I've fixed this by swapping the SATA power cable to a different connector from the power supply. Or, if you have a modular power supply, reseat the cable at the PSU end too.

Here's the step-by-step:

  1. Shut down and unplug the PC.
  2. Swap the SATA power cable to a different plug from your power supply. Use one that's not daisy-chained to other drives.
  3. Also swap the SATA data cable to a different SATA port on the motherboard. Ports can die. I've seen port 0 fail but port 1 works fine.
  4. Boot the PC. Does it still click? If not, you found the fix. If yes, the drive itself is the problem.

One more test: If you have another working PC, plug this drive into it as a secondary drive (not boot drive). If it clicks there too, the drive is bad. If it clicks only in your PC, it's a power or cable issue.

Advanced Fix – 15+ Minutes: Software Diagnostics and Recovery

Okay, the drive still clicks after cable tests. Now we need to see if the drive can even talk to the system. This is for when you can boot into Windows (maybe after a few tries) or get into a recovery environment.

Step 1: Boot into Safe Mode
Restart the PC. As it boots, press F8 repeatedly (Windows 7) or Shift + Restart (Windows 10/11). Choose Safe Mode with Networking. If the drive doesn't click in Safe Mode, a driver or startup program is causing the issue. But honestly, if the clicking is physical, Safe Mode won't help – the noise is mechanical. Skip this if you hear clicks.

Step 2: Run CHKDSK
Open Command Prompt as Administrator (right-click Start, choose Command Prompt Admin). Type:

chkdsk C: /f /r

Press Enter. Say yes to schedule on next restart. Reboot. It will check the disk for bad sectors and file system errors. This can take hours on a large drive. If you hear more clicking or grinding during this, stop immediately. The drive is physically failing – CHKDSK can kill it faster.

Step 3: Check SMART data
Download a free tool like CrystalDiskInfo (for Windows). Install it and run it. Look at the SMART status. If it says "Caution" or "Bad" and shows high values for Reallocated Sectors, Current Pending Sector, or Uncorrectable Sector Count – that drive is dying. The clicking is the head trying to read bad spots. Do not use this drive for anything important.

Step 4: Last hope – freezer trick (yes, really)
This is a desperate move, only if you need to recover files and can't afford a data recovery service. Put the drive in a sealed Ziploc bag, squeeze out all air, put it in the freezer for 2-3 hours. Then quickly plug it in and try to copy off your files. The cold can make the metal parts contract just enough to let the head move for a few minutes. I've saved a few drives this way, but it's a one-shot deal. After that, the drive is dead for good.

Step 5: Replace the drive
If none of this works, buy a new drive. Seriously. A clicking drive will fail completely. Use the old one as a paperweight. Back up your data now if you haven't. I recommend a Samsung 870 EVO SSD for reliability. They don't click because they have no moving parts.

When to Call a Professional

If the clicking is loud and sharp – like a tick-tick-tick every second – that's the head slamming against the stop. Do not try any software. Do not run chkdsk. Do not open the drive (opening it in normal air will destroy the platters). Send it to a data recovery lab. It costs $500-$1500, but that's the price for your photos, documents, and memories. For a boot drive that clicks, you can't fix it yourself. Replace it and restore from backup.

Bottom line: Clicking = mechanical problem. Cables fix 1 in 20 cases. Power fixes 1 in 10. The rest is a dead drive walking. Don't wait – backup now, replace the drive, and move on.

Was this solution helpful?