Hard Drive Not Detected on Windows 11? Complete Fix
Short answer: Three fastest checks for a drive Windows 11 won't detect: (1) right-click Start, click Disk Management — if the drive shows here but has no letter, right-click the partition, Change Drive Letter and Paths, Add, pick a letter; (2) reboot into BIOS (F2 or Del during startup) and check if BIOS sees the drive — if BIOS sees it but Windows doesn't, it's a software-side fix; if BIOS doesn't see it either, the connection or drive itself has failed; (3) for newly installed drives, open Disk Management and look for 'Not Initialized' status — initialize as GPT then create a New Simple Volume. About 60% of cases resolve in this sequence.
A photographer in Atlanta called us in panic last March. Her main desktop had been backing up to a 4TB Seagate external drive for three years — about 280,000 photos including a year of paid client work that hadn’t been uploaded to her cloud archive yet. The drive was plugged in like always when she woke up that morning, but the drive icon was gone from File Explorer. The status LED on the drive was solid blue (powered, not active). She’d already tried unplugging and replugging, switching USB ports, and restarting the computer.
We screen-shared. Disk Management showed the drive — 3.6TB, but the status was “RAW” instead of NTFS, and there was no drive letter. The partition table had corrupted overnight. The drive itself was fine; Windows just couldn’t read its file system structure anymore.
We ran TestDisk on a USB stick (downloaded fresh from cgsecurity.org so we knew it wasn’t tampered with). TestDisk found the original NTFS partition by scanning the drive sector-by-sector. We let it rebuild the partition table. The drive came back as NTFS with the original drive letter and all 280,000 files intact. Total recovery time: 90 minutes.
The lesson: “drive not detected” rarely means the drive is dead. If Disk Management can see it at all — even as RAW or Unknown — the data is usually recoverable. The corrupted partition table is the most common cause and the most fixable. Don’t format the drive when Windows offers to (it warns you the drive needs to be formatted before use). Formatting destroys the data you’re trying to recover.
How Do You Check Disk Management?
This is the first place to look for any “drive missing” issue. Disk Management shows every drive Windows can see, including ones that don’t show up in File Explorer because they’re missing drive letters or have unreadable file systems.
Right-click the Start button, click Disk Management. The window opens with two panels — the top lists volumes (drives with letters), the bottom shows physical disks visually as horizontal bars.
What you might see for a problem drive:
- Drive appears with size but no letter — partition exists, just hasn’t been assigned a letter. Right-click the partition → Change Drive Letter and Paths → Add → pick a letter. Drive should appear in File Explorer instantly.
- “RAW” status — the partition exists but Windows can’t read its file system. Data is likely intact but the partition table is corrupted. Don’t format. Use TestDisk to attempt recovery first.
- “Not Initialized” — drive hardware is detected but has no partition table at all. New drives ship this way; old drives in this state had their partition wiped. If old, your data is at risk — try TestDisk before initializing.
- “Unallocated” — drive is initialized but has no partitions. New drives or drives that had their partitions deleted.
- “Offline” — drive is detected but disabled. Right-click → Online to enable.
- Drive doesn’t appear at all — Windows can’t see the drive. Move to checking BIOS, cables, or hardware.
The visual at the bottom is more informative than the volume list at the top — even drives with serious problems show up there if Windows can detect them at any level.
Is the Drive Visible in BIOS?
If Disk Management doesn’t show your drive, the next test is checking BIOS. This determines whether the issue is software (Windows-level) or hardware (cable/drive/motherboard).
Restart the PC. During the boot logo, press the BIOS key — F2 on most Dell, HP, and Lenovo; Del on most desktop motherboards; Esc on some. The key varies; the boot screen usually shows it briefly.
Once in BIOS, look for sections like:
- Boot Order / Boot Sequence
- Drive Information / Storage Configuration
- SATA Configuration
- NVMe Configuration
Your drive should be listed. If you see the model number (e.g., “Samsung 970 EVO 1TB” or “WDC WD10EZEX”), BIOS detects the drive and you have a software-level problem in Windows. If the drive isn’t listed, the connection or hardware itself is dead.
If BIOS sees it but Windows doesn’t: Windows-side issue. Continue with this guide.
If BIOS doesn’t see it: physical problem. Continue to the cable/seating section below.
"BIOS visibility is the single most useful diagnostic data point for drive issues. It cleanly separates 'Windows is being dumb' from 'the drive is actually broken' in 30 seconds. We always check BIOS before doing anything else on drive-detection calls. Saves time over poking around in Windows when the drive isn't even reaching the OS."
How Do You Reseat a Loose Connection?
If BIOS doesn’t see the drive but you’ve recently opened the case, a loose connection is the most likely cause. Reseating cables and drives fixes more “dead drive” cases than any other physical operation.
For desktops with SATA drives:
- Power off completely. Unplug power cable from wall.
- Open the side panel.
- Unplug both the SATA data cable (thin, 7-pin) and SATA power cable (wider, 15-pin) from the drive.
- Plug them back in firmly — you should hear and feel a small click.
- Also unplug and replug the SATA data cable at the motherboard end.
- Close the case, power on.
For desktops or laptops with M.2 NVMe:
- Power off, unplug power.
- Remove the bottom panel (laptop) or open side panel and locate the M.2 slot.
- The drive is held by a single screw at the far end. Loosen it.
- The drive pops up at about a 30-degree angle. Pull it out gently.
- Push it back in firmly at the 30-degree angle until it seats.
- Press the drive down flat and retighten the screw.
- Power on.
M.2 NVMe drives are particularly prone to looseness because the single mounting screw is often left under-torqued by builders. They work fine for months, then a thermal cycle causes the drive to slip out of contact slightly and “disappear” from BIOS. Reseating fixes them.
Is the Drive Letter Missing?
This is the most common Windows-side cause and the fastest fix. Sometimes Windows detects a drive correctly but doesn’t assign it a drive letter, especially after Windows Updates or after the drive was disconnected during a session.
In Disk Management, find your drive in the bottom panel. Right-click on the partition (the colored bar, not the gray box with the drive name) → Change Drive Letter and Paths → Add → choose a letter from the dropdown → OK.
The drive should appear in File Explorer immediately. If File Explorer doesn’t refresh automatically, press F5.
If you can’t add a letter because none are available (rare unless you have many drives), remove an unused letter from another drive first — go to that drive’s Change Drive Letter and Paths → Remove → confirm.
This is the fix for about 15% of “drive missing” complaints we handle. Five-minute job once you know where to look.
What If the Drive Shows as “RAW” or “Unknown”?
This means the drive’s partition table or file system is corrupted. The drive hardware is fine; Windows just can’t make sense of the data layout. Do not format the drive — Windows will offer to “format the drive before you can use it.” Formatting destroys recoverable data.
The right tool is TestDisk. Free, open-source, runs from a USB stick without installation:
- On a different working computer, go to cgsecurity.org/wiki/TestDisk_Download → download the Windows version.
- Extract the ZIP to a USB stick.
- Plug the USB into the computer with the corrupted drive.
- Run testdisk_win.exe as Administrator.
- Follow the on-screen prompts: select the affected drive → Proceed → choose partition table type (usually Intel for old drives, EFI GPT for newer) → Analyse → Quick Search.
- TestDisk scans the drive for the original partition signature. When it finds your old partition, press P to list files (verify it’s the right partition by seeing your real folder names).
- If the files look right, press Enter then Write to commit the recovered partition table.
After TestDisk writes, eject the USB stick and reboot. The drive should appear normally with all files intact.
We’ve used TestDisk to recover dozens of customer drives that Windows said were dead. Success rate is roughly 80% if you catch the drive before any failed reformatting or repartitioning attempts.
If TestDisk can’t find a valid partition, the data is more deeply corrupted. PhotoRec (bundled with TestDisk) can carve out individual files by signature even when the partition is destroyed — slower (hours) and produces files with generic names, but recovers content when nothing else can.
For broader file-recovery scenarios beyond drive detection, see our recover deleted files on Windows 11 guide — covers Recuva, PhotoRec, and the principles of safe recovery without overwriting data.
How Do You Initialize a Brand-New Drive?
Brand-new drives ship unformatted. Windows detects the hardware but won’t show the drive in File Explorer until you create a partition. This trips up first-time PC builders constantly.
In Disk Management, look for a “Not Initialized” status on a drive matching the size of your new SSD. The drive shows as a black bar with no partition.
Steps:
- Right-click the drive name (left side of the visual) → Initialize Disk.
- Choose GPT (works for any drive 2TB+ and all modern systems). MBR is legacy.
- OK. The drive becomes “Online” with “Unallocated” space.
- Right-click the unallocated space (now shown as a black bar) → New Simple Volume.
- Through the wizard: accept default size (uses entire drive) → assign a drive letter → choose NTFS file system → quick format checked → label the volume → Finish.
After the wizard completes (10-30 seconds for quick format), the drive shows in File Explorer with the letter you assigned. Ready to use.
If the drive will primarily store large media files and you have a use case for compatibility with macOS, choose exFAT instead of NTFS. For everyday Windows use, NTFS is the right choice.
Drive shows in BIOS but Disk Management is confusing? Send us a screenshot of Disk Management's bottom panel (the visual one) on WhatsApp. We can identify whether your drive needs a letter, initialization, or partition repair in under a minute.
Send Screenshot on WhatsAppHow Do You Check SMART Health?
If your drive is detected but behaving strangely (slow, occasional disappearances, file corruption), SMART (Self-Monitoring, Analysis and Reporting Technology) data tells you whether the drive is healthy or dying.
CrystalDiskInfo is the standard free tool. Download from crystalmark.info → Standard Edition → install.
The app shows every drive with a colored status:
- Blue / Good — drive is healthy.
- Yellow / Caution — drive has reported errors but is still functional. Back up your data soon and consider replacing.
- Red / Bad — drive is failing. Back up immediately if you haven’t already. Replace within days.
The key attributes to watch:
- Reallocated Sectors Count — sectors that the drive has marked as bad and replaced with spare sectors. Any non-zero value is a concern; rising values mean active failure.
- Pending Sectors Count — sectors the drive can’t read but hasn’t marked bad yet. Indicator of impending failure.
- Power-On Hours — how long the drive has been powered. Consumer drives are rated for ~5,000-10,000 hours; enterprise drives for 50,000+.
- Temperature — drives over 50°C have shorter lifespans. Consistently above 60°C is bad.
SMART warnings typically precede actual failure by hours to days. If you catch a Yellow or Red status, you have time to back up — but use it quickly. We’ve seen drives go from Caution to dead in under 24 hours.
What If the Drive Causes BSODs?
If your drive is detected but using it crashes Windows with stop codes like NTFS_FILE_SYSTEM, CRITICAL_PROCESS_DIED, or DPC_WATCHDOG_VIOLATION, the file system has serious corruption.
Run chkdsk with repair flags:
- Right-click Start → Terminal (Admin).
- Run:
chkdsk X: /f /r(replace X with your drive letter; /f fixes errors, /r locates bad sectors and recovers readable info). - If the drive is currently in use, chkdsk schedules itself for the next boot. Restart to let it run.
- Wait. /r flag makes chkdsk thorough — can take 1-8 hours on large drives.
After chkdsk completes, the drive should be stable enough for normal use. If BSODs continue after chkdsk, the drive hardware itself is failing — replace it.
For deeper BSOD diagnosis including driver-level causes, see our fix blue screen errors on Windows 11 guide — covers WinDbg analysis for identifying which specific driver or file system is responsible.
How Do You Recover From a Drive Windows Won’t Even See?
The hardest scenario: BIOS sees the drive, but Windows doesn’t show it anywhere, even Disk Management. This usually means a partition table so corrupted Windows refuses to read the drive at all.
The cleanest recovery path is a Linux live USB. Linux’s file system handling is more permissive than Windows’ — it’ll mount drives with partition issues that Windows refuses to touch.
- Download Ubuntu (free from ubuntu.com → Get Ubuntu → 64-bit desktop) — about a 5GB ISO.
- Use Rufus (free from rufus.ie) to write the ISO to a USB stick (8GB+ recommended).
- Boot the affected PC from the USB stick. BIOS boot menu key is usually F12 (or whatever key your motherboard uses).
- Choose “Try Ubuntu” — runs Ubuntu from the USB without installing.
- Open the Files application. Linux usually mounts the affected drive automatically; check the sidebar for any drives matching your size.
- If Linux can read the drive, copy your important files to another USB or external drive.
- After the data is safe, you can either let Windows try chkdsk on the drive (now safely backed up) or wipe and reinitialize the drive.
We’ve recovered data from dozens of “dead” drives this way. Success rate is around 60% on drives that BIOS sees but Windows doesn’t — Linux’s tolerance for partition weirdness catches a lot of cases.
If neither Windows nor Linux can see the drive, you’re looking at professional data recovery services ($300-1500+ depending on drive size and damage type). Don’t continue trying DIY methods at this stage — additional power cycles can worsen mechanical damage.
What If the Drive Is an External USB?
USB drive detection failures are often a port or hub issue rather than the drive itself:
- Try a different USB port. Front-panel ports on desktops often have less reliable connections than rear motherboard ports.
- Try a different cable. USB cables fail silently, especially the thicker ones on 3.5” external drives.
- Skip USB hubs. Some hubs don’t pass enough power for spinning drives.
- Listen for spin-up. A 2.5” or 3.5” drive should make a soft whirring sound when first plugged in. Silence usually means the drive isn’t getting enough power — try a powered hub or different port.
For deeper USB-specific issues (drives that Windows recognizes as “Unknown USB device”), see our USB device not recognized on Windows 11 guide — covers controller-level issues that affect all USB devices including external drives.
What If Nothing Worked?
You’ve checked Disk Management, verified BIOS, reseated connections, tried Linux live USB, run TestDisk, and the drive still won’t cooperate. At that point you have either deeper hardware failure or a corruption pattern beyond DIY recovery.
For drives with important data: stop trying DIY recovery and consult a professional data recovery service. Every additional power cycle on a failing mechanical drive risks worsening the damage. Services like DriveSavers, Ontrack, and Secure Data Recovery cost $300-1500 but have clean-room capabilities that DIY tools can’t match.
For drives without important data: a new drive is cheaper than recovery. SSDs at 1TB run $50-80, mechanical drives at 2TB run $40-60.
Our remote drive diagnostic runs $9.90 and takes about 20-30 minutes. We pull SMART data via screen-share, examine Disk Management state, walk through BIOS settings, and tell you within high confidence whether the fix is software (we handle it during the session), DIY hardware (we guide you through cable reseat or M.2 reseat), or professional recovery (we tell you which service makes sense for your specific failure type).
Message us on WhatsApp — include the drive type (internal SSD, NVMe, external USB, etc.), what symptoms you’re seeing (missing entirely, RAW, Not Initialized), and what you’ve already tried. We’ll come back with a five-minute assessment.
If your drive is detected but you’ve also been seeing random freezes during normal use, the combination often means a dying drive — see our computer freezes randomly guide for the deeper drive-health diagnostic.
Last verified: May 2026 against Windows 10 22H2 and Windows 11 24H2.
Frequently Asked Questions
Why is my hard drive not showing up in Windows 11? ▼
Four most common causes: (1) the drive is detected by BIOS but has no drive letter assigned in Windows; (2) the drive partition table is corrupted and Disk Management shows the drive but can't access it; (3) the SATA/NVMe cable or M.2 slot has a poor connection (especially after recent disassembly); (4) the drive has physically failed. About 60% of 'drive not detected' tickets fix in 15 minutes by either assigning a drive letter in Disk Management or reseating the connection.
How do I check if Windows 11 sees my drive in Disk Management? ▼
Right-click Start, click Disk Management. The window shows every drive Windows can detect. If your drive appears here with a size but no letter, it just needs a drive letter assigned (right-click the partition → Change Drive Letter and Paths → Add → pick a letter). If it appears with 'Unknown' or 'Not Initialized' status, the partition table is missing — initializing it will wipe data, so only do that on a drive you don't need to recover.
Will BIOS detection mean my drive isn't physically dead? ▼
Yes — if BIOS sees the drive (shown in Boot Order or Drive Information sections), the drive's controller and platters/cells are responding to power. That rules out total hardware failure. The remaining problem is software-level: missing drivers, corrupted partition, or Windows configuration. If BIOS doesn't see the drive at all, the drive itself or its connection is dead.
Can I recover data from a drive that won't show up? ▼
Sometimes. If Disk Management sees the drive but it shows 'RAW' or 'Unknown', the partition table is corrupted but the data is intact — use a tool like TestDisk (free) to rebuild the partition without losing files. If Disk Management doesn't see the drive at all but BIOS does, a Linux live USB sometimes reads the drive when Windows can't, giving you a way to copy files off. If neither BIOS nor Windows sees the drive, professional data recovery services are the only realistic option ($300-1500+).
Why do new SSDs sometimes not show up in Windows? ▼
Brand-new drives ship unformatted. Windows recognizes the hardware but doesn't show it in File Explorer until you create a partition and format the drive. Open Disk Management — the new SSD shows as 'Not Initialized' or with a black bar (Unallocated). Right-click → Initialize Disk → choose GPT → OK. Then right-click the unallocated space → New Simple Volume → wizard creates the partition and formats it. After this it shows in File Explorer normally.