Before anything else

If your computer offers to format the drive, or says "You need to format the disk before you can use it" — click Cancel. That message does not mean the drive is empty or broken beyond repair. It means the computer can't read the filesystem, which is often recoverable. Formatting makes it far less so. Work through this page first.

The four layers

For a drive to appear in your file manager, four things must succeed in order:

  1. Power and connection — the drive is receiving enough power and the data path works.
  2. Detection — the operating system sees a storage device exists.
  3. Partition — the drive has a readable partition table describing how it's divided.
  4. Filesystem — the partition is formatted in a way this computer understands, and gets mounted.

"Doesn't show up" is what all four failures look like from the desktop. But layer 1 means a cable; layer 4 means your data is probably fine and just needs the right handling. Guessing between them is how people format drives they could have recovered.

The four layers a drive has to pass A stack of four layers — power and connection, detection, partition, and filesystem — each with what a failure at that layer looks like. 1 · Power and connection enough power, working data path Not listed in the disk tool at all 2 · Detection the system sees a device exists Listed, correct size, but no drive letter 3 · Partition a readable map of how it is divided Shows as RAW or unallocated 4 · Filesystem formatted in a way this computer reads Works on one computer, not another
"Doesn't show up" looks the same from the desktop at every layer. Layer 1 means a cable; layer 3 usually means your data is still there.

Open the disk tool — it answers the question

Skip the file manager. Open the tool that shows raw disks, not mounted volumes.

Now find your drive and read what it says:

What you seeLayerMeaning
Drive isn't listed at all1Not detected — cable, port, or power
Listed, correct size, but no drive letter2Detected and readable, just not mounted
Listed as "RAW", "Unknown", or "Not initialized"4Partition or filesystem damage — don't format
Listed as "Unallocated" across the whole drive4Partition table lost — data likely still there
Listed with a filesystem you don't recognise3Formatted for a different operating system
Listed at the wrong size (e.g. 8 GB on a 128 GB card)Very likely a counterfeit card — see below
Illustration of Disk Management showing three different drive states A simplified drawing of the disk list: a healthy drive, a drive with no letter assigned, and a drive shown as unallocated. Illustration, not a screenshot. Right-click Start → Disk Management. Volume Layout File System Status Windows (C:) Simple NTFS Healthy (Boot) your system drive — nothing to do here (no letter) Simple exFAT Healthy (Primary) Layer 2 — detected and readable. Just assign a drive letter. Your data is fine. Disk 2 — 119.24 GB Unallocated Not initialized Layer 4 — partition table lost. Do NOT initialize or format. Recover first.
The file manager shows you none of this. A drive listed here at the correct size has already survived layers 1 and 2 — which tells you the cable and the port are fine.

Layer 1: not detected at all

Nothing in the disk tool. The computer has no idea anything is plugged in.

Layer 2: detected, no drive letter

The drive is listed at the right size with a healthy partition, but doesn't appear in your file manager. This is a mounting problem and your data is fine.

Windows: in Disk Management, right-click the partition → Change Drive Letter and Paths → Add → pick a letter. This happens when the letter it wants is already taken by a mapped network drive or a card reader.

macOS: select the volume in Disk Utility and click Mount. If mounting fails, run First Aid on it — that repairs minor filesystem damage and is safe to try.

Also worth checking on Windows: Device Manager for a device with a warning triangle. If the USB controller or the drive shows an error, uninstall that device entry and unplug/replug — Windows reinstalls the driver cleanly. Stale or corrupt USB entries accumulate over years and cause exactly this.

Layer 3: wrong filesystem for this computer

Operating systems don't all speak the same filesystem, and this catches people constantly — especially anyone moving a drive between a Mac and a PC.

FilesystemWindowsmacOSNotes
exFATRead + writeRead + writeThe right choice for a drive shared between both
FAT32Read + writeRead + writeUniversal, but no single file over 4 GB
NTFSRead + writeRead onlyMac can open files but not save to it
APFS / HFS+Not readableRead + writeWindows won't see it at all without extra software
ext4Not readableNot readableLinux drives need third-party tools on both

If a drive works on one machine and not another, this is almost certainly why — and the drive is completely healthy. To make a drive work everywhere, back its contents up and reformat as exFAT. Don't reformat before copying the data off from the machine that can read it.

Layer 4: corrupted or missing partition

The drive shows as RAW, Unknown, unallocated, or triggers the "you need to format this disk" prompt. This usually follows being unplugged mid-write, a power cut, or removal without ejecting.

Your data is very likely still there. What's damaged is the index describing where things are, not the things themselves. Handle it in this order:

  1. Do not format. Do not "initialize" the disk in Disk Management. Both write new structures over the ones you need recovered.
  2. Try a filesystem repair first. Windows: open Command Prompt as administrator and run chkdsk X: /f (replace X with the drive letter). macOS: Disk Utility → First Aid. These fix minor damage and often bring the drive straight back.
  3. If repair fails, use recovery software — and read our file recovery guide first, because the rules matter: never install the software onto the affected drive, and never save recovered files back to it.
  4. Only format once you've recovered what you need, or accepted the loss. A drive that formats cleanly afterwards is usually fine to keep using; one that fails to format is failing hardware.

SD card specifics

Signs the drive is actually dying

Stop troubleshooting and prioritise getting data off if you see:

In each case: copy your most important files first, in small batches, starting with the ones you'd most regret losing. Don't run repair tools or full-disk scans before you've got the critical data off — those put the drive under exactly the sustained load that finishes off a failing one.

The short version

Open Disk Management (Windows) or Disk Utility with "Show All Devices" (Mac). Not listed → cable, port, or power; try a rear port and a known-data cable. Listed but no letter → assign one, or Mount; your data is fine. Listed as RAW or unallocated → do not format; run a repair, then recovery software. Works on one computer only → filesystem mismatch, and the drive is healthy.

Sources