You plug in a drive — or boot your computer — and the hard drive simply does not appear. No icon in File Explorer, no listing in Disk Management, complete silence in BIOS. This is one of the most anxiety-inducing computer problems, especially when years of photos, documents, and work files are stored on that drive. The good news: in the majority of cases, the drive is still perfectly intact and the fix is entirely software-based.
This guide walks through every common cause — from the trivially simple (a missing drive letter) to the more serious (drive failure) — and gives you a clear diagnostic path for both Windows and Mac. Work through the steps in order, starting with the easiest.
Do not format or run CHKDSK on a failing drive
If you suspect the drive may be physically failing (clicking sounds, drive gets very hot, SMART errors), do not run any repair tools on it. Repair tools attempt to write to the drive, which can permanently overwrite sectors that still contain recoverable data. Recover your files first, then repair or replace the drive.
Why Is My Hard Drive Not Being Detected?
There is not a single reason a hard drive goes missing — there are at least six distinct causes, each requiring a different fix. Understanding which category you are in determines everything:
| Symptom | Most Likely Cause | Data at Risk? |
|---|---|---|
| Missing in Windows but visible in BIOS | No drive letter, uninitialized disk, or partition issue | No — software fix |
| Missing in both BIOS and Windows | Loose cable, power failure, or dead drive | Possibly |
| External drive not recognized | Faulty USB cable, insufficient power, wrong format | Rarely |
| Visible in Disk Management as RAW | Corrupted file system or partition table | Yes — recover first |
| Clicking or grinding sounds | Physical drive failure (head crash) | Yes — stop using immediately |
| Drive appears then disappears | Loose connection, overheating, or failing PCB | Yes — intermittent failure |
Before You Start: Check These Two Things
1. Listen to the Drive
A healthy hard drive (HDD) makes a soft, steady spinning sound with occasional quiet seek sounds during reads and writes. What you should never hear: repeated clicking (the "click of death" — the read head is failing to find its home position), grinding (head crash — platters being physically damaged), or complete silence where there used to be sound (motor failure). If you hear any of these, stop immediately and do not attempt any software fix. Call a data recovery specialist.
2. Try a Different USB Port or Cable First (External Drives)
Before spending an hour in Disk Management, test these 30-second checks for external drives: plug into a different USB port directly on your computer (not through a hub), swap the USB cable for a known-good one, and try the drive on a second computer. A surprising percentage of "drive failures" are actually faulty cables or underpowered USB hubs.
8 Fixes: Hard Drive Not Detected in Windows
Check BIOS / UEFI First
Restart your computer and press the BIOS key on startup (usually Del, F2, F10, or F12 — the key is briefly shown on screen). Look for sections labeled Boot Order, Storage Configuration, or SATA/NVMe Devices. Your drive should be listed by model name (e.g. "Samsung 870 EVO 500GB"). If it is completely absent from BIOS, Windows can never see it — this means a physical connection issue or dead drive. If it appears in BIOS but not in Windows, the problem is partition/driver-related and almost certainly fixable.
Check Physical Cables (Desktop PCs)
Power off and unplug the computer. Open the case. Locate the drive and check both connections: the SATA data cable (thin, L-shaped) running to the motherboard, and the SATA power cable (wider, with multiple pins) from the power supply. Disconnect both cables, wait 10 seconds, and firmly reconnect them. SATA connectors are notorious for working loose, especially if the computer has been moved. Also inspect the cables for physical damage — a bent pin or cracked plastic is a common cause. Try swapping the SATA data cable with a spare — these cables fail more often than people expect.
Open Disk Management and Initialize / Assign a Drive Letter
Press Win + X and select Disk Management. Look at the bottom section — drives appear here even if they have no letter. If you see your drive labeled "Not Initialized": right-click it and choose Initialize Disk, then select MBR (for drives under 2TB) or GPT (for drives over 2TB or for use with modern Windows). If the drive shows as Unallocated (black bar): right-click and choose New Simple Volume — this creates a partition. If it shows with a partition but no letter: right-click the partition and choose Change Drive Letter and Paths > Add. Brand new drives always require initialization before they work.
Use Diskpart to Assign a Drive Letter (Command Line)
Open Command Prompt as Administrator (Win + X > Terminal Admin). Type these commands in sequence:
diskpart
list disk
Note the disk number (e.g. Disk 1). Then:
select disk 1
list volume
Find the volume without a letter and note its number. Then:
select volume 2
assign letter=E
exit
Open File Explorer — the drive should now appear. Warning: double-check the disk number before selecting. The clean command in diskpart erases everything — never use it unless you want to wipe the drive.
Update or Reinstall the Disk Driver
Press Win + X > Device Manager. Expand Disk drives. If your drive shows with a yellow exclamation mark, the driver is the problem. Right-click the drive > Update driver > Search automatically. Also check under Storage controllers — your SATA or NVMe controller needs the correct driver. For NVMe SSDs, visit your motherboard manufacturer's website (ASUS, MSI, Gigabyte, ASRock) or the SSD manufacturer's site (Samsung, WD, Crucial) and download the latest NVMe driver. After updating, restart and check again.
Fix a RAW or Corrupted Partition with TestDisk
If Disk Management shows your drive as RAW (meaning Windows cannot read the file system), the partition table or file system is corrupted. Do not format it — your files are likely still there. Download TestDisk (free, open-source from cgsecurity.org). Run it, select your disk, choose the partition table type (usually Intel/MBR or EFI GPT), and run Analyse > Quick Search. TestDisk will find the original partition structure. Press Write to restore it. After a reboot, the drive should be accessible again. This fixes the majority of RAW drive situations without any data loss.
Check SMART Status and Run a Diagnostic
Download CrystalDiskInfo (free, from crystalmark.info) for Windows. It reads the drive's built-in SMART data — hundreds of internal health metrics the drive itself records. Look for any attributes shown in yellow (Caution) or red (Bad), especially: Reallocated Sectors Count (bad sectors being redirected), Pending Sector Count (sectors waiting to be reallocated), and Uncorrectable Sector Count. Any non-zero value in these three means the drive has physical defects. A "Caution" status means the drive is deteriorating — back up your data and plan for replacement. "Bad" means it could fail at any moment.
Recover Data Before the Drive Fails Completely
If the drive shows up at all — even briefly, even as RAW — use that window to recover files. Recuva (free from Piriform) can recover deleted or inaccessible files from a corrupted drive. R-Studio and Stellar Data Recovery are more powerful paid options for serious corruption. The key principle: always recover to a different drive — never recover files back onto the same failing drive. If the drive is completely unresponsive (not appearing anywhere), professional recovery services like DriveSavers or local specialists (IT Cares offers data recovery in Montreal) can recover data from drives with electronic failures, firmware corruption, or even physical damage through clean room procedures.
How to Fix Hard Drive Not Detected on Mac
Check Disk Utility First
Open Finder > Applications > Utilities > Disk Utility. Even if a drive does not appear on your desktop or in Finder, it may appear in Disk Utility in a greyed-out or unmounted state. Select the drive and click Mount — this is often all that is needed. If it appears but greyed out and Mount does nothing, click First Aid to run macOS's built-in disk repair. First Aid can fix many partition and file system errors on the spot.
Check System Information
Hold the Option key and click the Apple menu > System Information. Under Hardware > Storage, you will see all drives detected at the hardware level — even drives that are not mounting. If your drive appears here, the issue is a mount/format problem. If it is absent entirely, the issue is physical (cable, power, or drive failure).
NTFS Drives on Mac
If you moved an external drive from a Windows PC to a Mac, it is almost certainly formatted as NTFS. macOS can read NTFS drives but often refuses to mount them automatically. Install NTFS for Mac (Paragon or Tuxera, both have free trials) to enable full NTFS support. Alternatively, format the drive as exFAT — it works natively on both Windows and macOS without any additional software.
Reset NVRAM and SMC
For persistent external drive detection issues on Mac: reset NVRAM (shut down, then start up while holding Option + Command + P + R for 20 seconds) and reset the SMC (for Intel Macs: shut down, hold Shift + Control + Option and the power button for 10 seconds). These resets clear hardware detection states that can get stuck after a software update or improper shutdown.
The 3-2-1 backup rule — apply it now
A drive that has disappeared once will disappear again. The only protection against data loss is the 3-2-1 backup rule: 3 copies of your data, on 2 different media types, with 1 copy off-site (cloud backup counts). Set up automatic backups in Windows Backup (Settings > Update & Security > Backup) or Time Machine on Mac. The best time to set this up is before a failure, not after.
Hard Drive Failure vs. Software Problem: How to Tell
The distinction matters enormously — a software problem means your data is safe and a fix is straightforward. A hardware failure means your data is at immediate risk regardless of what software you run.
- Software/partition problem indicators: Drive visible in BIOS, drive appears in Disk Management as RAW or Unallocated, drive was working yesterday, problem started after a power outage or improper shutdown
- Hardware failure indicators: Drive not visible anywhere (BIOS, Disk Management, Mac System Information), clicking or grinding sounds, drive gets unusually hot, drive works intermittently (appears and disappears), SMART shows Reallocated Sectors or Uncorrectable Errors, very old drive (HDDs typically last 3-5 years under normal use)
When to Call a Professional
Some hard drive situations are beyond DIY tools:
- Drive makes clicking or grinding sounds — physical head failure, requires a clean room environment
- Drive was dropped or exposed to water — never attempt to power it on again; bring it to a specialist immediately
- CrystalDiskInfo shows multiple bad sectors and the drive is intermittently accessible — the window for recovery is closing fast
- Drive is not appearing in BIOS at all and cable swap does not fix it — PCB or motor failure
- Files are irreplaceable — professional data recovery labs have a 90%+ success rate on drives that consumer tools cannot touch
IT Cares provides hard drive diagnostics, data recovery, and drive replacement services in Montreal and remotely across Canada. We can often tell you within 30 minutes whether your data is recoverable and at what cost — call (581) 398-1270 before attempting anything that might make the situation worse.
Hard Drive Not Showing Up? We Can Help.
IT Cares diagnoses hard drive failures in Montreal and remotely. We recover data from drives that other tools can't read — with a no-data-no-fee policy.
Frequently Asked Questions
Why is my hard drive not showing up in Windows?
The most common causes are: no drive letter assigned, the drive is uninitialized (new drives require initialization in Disk Management), a loose SATA or power cable, a corrupted partition table, an outdated driver, or physical drive failure. Open Disk Management first — if the drive appears there in any state, you can almost certainly fix it without data loss.
Can I fix a drive that shows as RAW without losing my files?
Yes. A RAW drive means Windows cannot read the file system, not that the files are gone. TestDisk can restore the original partition structure in most cases without erasing any data. Do not format the drive when prompted — choose to repair the partition instead. If TestDisk does not work, recovery software like Recuva or R-Studio can extract files from RAW drives directly.
Why does my external hard drive work on one computer but not another?
The most common reason is file system incompatibility: an NTFS drive may not mount on a Mac, an HFS+ drive will not mount on Windows, and exFAT is the only universal format. Also check that you are connecting directly to the computer's USB port — not through a hub or dock — as those can fail to provide adequate power for larger drives.
How long does professional data recovery take?
For logical failures (corrupted file system, deleted partitions), recovery typically takes a few hours. For physical failures requiring clean room work (head replacement, platter swap), it usually takes 3–10 business days. Emergency services are available at higher cost. IT Cares handles logical recovery on-site in Montreal; for clean room cases, we work with certified partner labs. Call (581) 398-1270 for a free assessment.
Is it worth paying for professional data recovery?
That depends entirely on what is on the drive. For irreplaceable photos, business documents, or client data — yes, absolutely. Professional recovery labs have a 85–95% success rate on drives that consumer tools cannot read. For casual data you have backed up elsewhere — probably not worth the cost. Most reputable services offer a free evaluation and only charge if they successfully recover your files.
Comments (3)
Fix 3 worked immediately for me. My 2TB drive was showing as "Not Initialized" in Disk Management after a power outage. Initialized it as GPT, created a new volume, and all my files came back. Was almost going to buy a new drive. This guide saved me $150.
TestDisk recovered my external drive that was showing as RAW. I had 5 years of travel photos on there and was in a panic. The guide was very clear about not formatting when prompted — that's exactly what I almost did. Thank you for including that warning.
CrystalDiskInfo showed 47 reallocated sectors on my HDD. Called IT Cares and they cloned the drive to a new SSD before it failed completely. Every file transferred. The SMART check advice is gold — I had no idea drives reported their own health status like that.
Leave a Comment