Windows 10 detects my hard drive, but I can’t open it in File Explorer. It may be a corrupted HDD, and I’m worried about losing the files on it. What are the safest steps to repair the drive or recover the data without making the damage worse?
I’d treat this as a data recovery situation first, not a “fix the drive” situation. If Windows 10 still sees the HDD in Disk Management and the capacity looks right, that’s a decent sign. It may just be file system or partition corruption, especially if it happened after a bad shutdown.
The main thing is not to make the damage worse before you’ve copied off the files you care about.
What not to do right away
- Don’t format it because Windows asks you to.
- Don’t run CHKDSK as the first step.
- Don’t write anything new to that drive.
- Don’t install recovery software onto the problem HDD.
Tools like CHKDSK can be useful later, but they change the file system. If the file system is already damaged, that can make recovery harder. Get the important stuff off first, then worry about repairing it.
Check whether the drive is physically healthy
Before doing a long scan, check the drive’s SMART status. SMART data can give you a clue whether this is just logical corruption or whether the disk is actually starting to fail.
Common tools for this are:
- CrystalDiskInfo
- Disk Drill
- Victoria
If the drive shows as Good, that’s a good sign. If you see a bunch of Reallocated Sectors, Pending Sectors, or Uncorrectable Sectors, be careful. That points more toward physical failure, and repeated scans can make things worse.
Recover the files before repairing anything
In a similar case, this was the part that mattered most for me. I used Disk Drill because it let me make a full image of the bad drive first. Then I could scan the image instead of hammering the original HDD over and over.
The basic order would be:
- Install Disk Drill on a different drive.
- Create an image of the corrupted HDD.
- Open that image in Disk Drill.
- Run Universal Scan.
- Preview the files.
- Recover the files to another drive.
The preview part is useful because you can check whether your photos, documents, and other files actually open before spending time recovering everything. The Windows version also gives you up to 100 MB of free recovery, so you can test whether it’s finding usable files before paying for anything.
Then try fixing the drive
Once the important data is safely copied somewhere else, then it makes sense to try repairs.
For Windows 10, I’d usually go in this order:
- CHKDSK, if the drive still has a normal file system. It can fix logical file system errors, but again, I wouldn’t run it before recovery.
- TestDisk, if the partition shows as RAW or Windows seems to have lost the partition info. Sometimes it can restore access without formatting.
- Format the drive, if nothing else works and your files are already recovered. A quick format will create a new file system and usually clears logical corruption. If the same problems come back, I’d stop trusting the drive.
When DIY recovery is a bad idea
I’d stop messing with it if the drive:
- clicks or grinds,
- vanishes from Disk Management,
- shows the wrong capacity,
- disconnects during scans,
- or has lots of bad SMART warnings.
Those are usually signs of hardware failure, not a simple Windows issue.
At that point, a professional recovery lab is the safer route. They can deal with bad electronics or internal damage, image the drive with specialized hardware, and recover files from the copy instead of beating up the failing disk directly.
It does cost a lot more than software recovery. Logical recovery often starts around $300–600, while physically damaged drives are commonly more like $800 to over $2,000, depending on what failed. Many labs do offer a “no data, no fee” policy, so you usually only pay if they get useful data back.
So if the HDD is still detected and the size is correct, I’d take that as a hopeful sign. Check SMART first, recover the files to another drive, then try CHKDSK, TestDisk, or formatting after the data is safe. That order gives you a much better shot at saving the files instead of accidentally making the situation worse.
Try a different USB cable, port, or enclosure before you assume the HDD itself is corrupt. I agree with not running CHKDSK first, but a flaky adapter can make Windows show the drive while File Explorer can’t open it, and recovery scans through a bad connection are a waste of time.
If File Explorer says “Access is denied” instead of “You need to format this drive,” I wouldn’t assume the HDD is corrupted yet. Check Disk Management for the file system first: NTFS with a normal size can be permissions, BitLocker, or a weird Windows ownership issue, while RAW points more toward file system damage. I agree with the earlier advice about not running CHKDSK blindly, but the exact error matters. If it’s RAW or Windows wants to format it, recover/image first. If it’s NTFS and healthy, try it on another PC or boot a Linux live USB and see if the files are readable there before you start “repairing” anything. Sometimes Windows is the thing being awkward, not the drive.


