RAW Drive Recovery: What to Do When Your Drive Shows as RAW

Hard drive with RAW partition undergoing forensic recovery in laboratory

You plug in your external hard drive and Windows tells you “You need to format the disk in drive X: before you can use it.” You open Disk Management and your drive — which had hundreds of gigabytes of files yesterday — now shows up as “RAW.” Maybe Properties shows the drive as 0 bytes used, 0 bytes free. Maybe File Explorer asks if you want to format it. Maybe nothing opens at all.

Your data is almost certainly still on the drive. The drive itself is probably still working. What’s broken is the file system — the index that tells Windows where each file lives on the drive. And the actions Windows is suggesting (format, run chkdsk, initialize) can permanently destroy what’s still recoverable.

This page explains what RAW actually means, why so much of the advice you’ll find online is dangerous, and what the safe path forward looks like.

What “RAW” Actually Means

A file system is a structured index — a kind of table of contents — that tells your operating system where every file is stored on a drive. Windows recognizes several file systems: NTFS, FAT32, exFAT, ReFS. When you plug in a drive, Windows reads the file system’s header (the boot sector and master file table on NTFS, for example) to figure out which file system the drive uses.

“RAW” isn’t actually a file system. It’s what Windows calls a drive when it can’t identify any file system — when the header is missing, corrupted, or unrecognized. The drive itself is fine; the index that organizes the data has gone unreadable.

Critically: the data is still on the drive. All your files, photos, documents, videos — every byte is still physically stored on the platters (or NAND chips, for an SSD). What’s missing is the map that tells Windows where each file begins and ends. Without the map, Windows can’t show you anything, even though everything is still there.

Why Drives Become RAW

A drive transitions to RAW state for one of several reasons:

Bad sectors in critical file system metadata locations

The NTFS Master File Table (MFT) lives at specific physical locations on the drive. If those sectors develop read errors — common as drives age — the file system header becomes unreadable, even though the rest of the drive may be perfectly healthy. Windows sees “unreadable header” and reports the drive as RAW.

Improper disconnection during write operations

Yanking an external drive out of a USB port while Windows was writing to it can corrupt the file system structures. The data on the drive is largely intact; the bookkeeping that tracks where it lives is damaged.

Power events while the drive was mounted

Power outages, surges, or brownouts that hit during a write operation can leave the file system in an inconsistent state. The drive boots fine afterward, but Windows can’t read the partially-written metadata and reports RAW.

File system created by a non-Windows operating system

If a drive was formatted on a Mac (APFS or HFS+) or Linux (ext4, XFS), Windows will show it as RAW because Windows doesn’t natively understand those file systems. This is a software compatibility issue, not actual damage — but it still requires care to handle correctly.

Failing drive hardware

A drive that’s starting to fail mechanically or electronically often makes its file system metadata unreadable as one of the early symptoms. RAW state on an external drive that’s also clicking, beeping, or running unusually hot is a serious warning sign.

Malware or ransomware

Some malware corrupts file system structures as part of an attack. Less common than the other causes, but worth ruling out.

The Dangerous “Fixes” You’ll Find Online

Search “how to fix RAW drive” and you’ll get a flood of articles recommending three approaches. All three can destroy your data.

Don’t run chkdsk

Windows will sometimes tell you “chkdsk is not available for RAW drives” — this is a sign chkdsk recognizes it shouldn’t try. But many online guides recommend running chkdsk /f or chkdsk /r anyway, sometimes with workarounds to bypass the safety check.

Here’s what chkdsk does: it scans the file system for inconsistencies and rewrites the structures it thinks are wrong. On a healthy NTFS volume with minor corruption, this works fine. On a RAW drive — where the file system header is so damaged Windows can’t read it — chkdsk often “repairs” by overwriting still-recoverable data with what it thinks should be there. The original structures are lost permanently.

Don’t run chkdsk on a RAW drive that has important data.

Don’t format the drive

This is the option Windows itself keeps suggesting. “You need to format the disk in drive X: before you can use it.” It’s tempting because it’s a single click.

Formatting destroys whatever was left of the file system index and writes a new, empty one. The actual data on the drive isn’t immediately overwritten — it sits there waiting for new files to be written on top of it — but the structures needed to find that data are gone. Recovery becomes much harder, and writing any new files to the formatted drive overwrites previously-recoverable data permanently.

Don’t format a RAW drive that has important data. Don’t even quick-format it.

Don’t run consumer recovery software on a failing drive

The software-recovery industry markets aggressively for the “RAW drive” query. Products like EaseUS, MiniTool, Disk Drill, iBoysoft, Recuva, and Stellar all advertise RAW partition recovery. Some of them work fine on healthy drives with logical-only damage.

But there’s a catch: these tools scan the entire drive sector by sector, reading every block. If the drive is failing physically (which is one of the most common causes of RAW state), running a hours-long scan can push partial failure into total failure. We’ve received drives where the customer ran consumer recovery software for 30+ hours on a clicking drive, and by the time it arrived at our lab, additional sectors had become unreadable that would have been recoverable earlier.

Consumer recovery software is reasonable when you’re certain the drive is mechanically healthy and you’re recovering from accidental deletion or known logical damage. It’s risky when you don’t know what caused the RAW state.

What You Should Do Instead

The actions that protect your data are mostly about not doing things:

Don’t write to the drive. Don’t save anything to it, don’t run recovery software that writes results back to the same drive, don’t restart the computer with the drive still connected if you can help it.

Don’t run chkdsk, format, or any “repair” utility. Especially don’t try to “convert RAW to NTFS” through any process Windows offers — Windows can’t preserve data while doing that conversion.

Disconnect the drive. If it’s an external drive, unplug it. If it’s an internal drive, power off the computer. Keeping a drive in a problematic state powered on can make things worse, especially if the cause is hardware failure.

Check whether the drive is making unusual sounds. Clicking, beeping, or grinding noises mean mechanical failure — power off immediately and don’t power it back on.

Document what you know. When did the drive last work normally? What was happening when it failed? Was there a power event, a sudden disconnect, a failed Windows update? Any of these details help diagnosis.

Decide whether to attempt DIY recovery or call a professional. If the data is irreplaceable, professional recovery is the safer path. If it’s not — and the drive is mechanically healthy — software recovery may be reasonable.

How Professional RAW Drive Recovery Works

When a RAW drive comes to our lab, the recovery process protects the data at every step:

We image the drive before we touch the data. Every drive is connected through a hardware write-blocker — a device that physically prevents any writes back to the source — and we capture a bit-for-bit forensic image of the entire drive. The original drive is never written to. All subsequent recovery work happens against the image, not the original media.

We analyze what’s actually wrong. Sometimes the file system header is damaged but the rest of the file system is intact. Sometimes the entire MFT is gone but the file data is still readable. Sometimes there’s underlying hardware damage that requires drive-level work before any logical recovery can begin. The diagnosis dictates the approach.

We use proprietary tooling to extract data directly. Our internal tool, Hombre, parses partial file system structures from raw drive images — it doesn’t need a complete, healthy file system to find files. It scans the image for file signatures (the recognizable byte patterns that identify JPGs, DOCX files, PDFs, MP4s, and many other file types), parses whatever NTFS metadata structures are still recoverable, and reconstructs a forensic database of every file that was on the volume. From that database we can extract individual files even when the drive’s file system would have been completely unmountable.

We deliver the recovered data on new media. The original drive is never restored — you get your data on a healthy drive, no longer at risk from whatever caused the RAW state in the first place.

When DIY Recovery Software Is Actually Reasonable

We’ll be honest: not every RAW drive case needs professional recovery. Software can work when:

  • The drive is mechanically healthy (no clicking, beeping, grinding, no SMART warnings, no signs of physical distress)
  • The data is replaceable or non-critical (you’d be annoyed to lose it but not devastated)
  • You’re comfortable with the small risk of making things worse
  • You have a destination drive ready to write recovered files to (never recover files back to the source drive)

If all of those apply, running a reputable recovery tool like Stellar, R-Studio, or PhotoRec (free, open-source) on the drive is a reasonable first attempt.

If any of those don’t apply — especially if the data is irreplaceable — professional recovery is the right call.

What Causes Different Drives to Go RAW

The most common scenarios we see:

External hard drives (WD My Passport, Seagate Backup Plus, LaCie, etc.): Usually file system corruption from improper disconnects, plus underlying drive aging that surfaces as RAW state. The bus-powered nature of external drives makes them particularly vulnerable to corruption during sudden disconnects or power fluctuations through the USB port.

USB flash drives: Controller failures and NAND wear are common causes. Flash drives have more limited internal redundancy than spinning disks, so a partial controller failure often presents as RAW state with the data still recoverable from the NAND chips directly — work that requires specialized tooling.

SD and microSD cards: Similar to USB flash drives, plus the additional failure mode of physical damage to the contacts (very small, easily bent). Camera cards that have been used in multiple devices, especially with hot-swapping, are common RAW recovery scenarios.

Internal SATA hard drives: Usually indicates either age-related bad sector accumulation or a power event that corrupted the file system mid-write. Internal drives showing RAW often need partition-level analysis to determine whether the issue is recoverable in place or requires deeper forensic work.

SSDs: Less common as RAW recoveries, but when SSDs go RAW it’s often more serious — controller-level issues with SSDs can make data inaccessible even with the NAND intact. Professional recovery for SSD RAW cases requires specialized chip-off or controller-level tooling.

Frequently Asked Questions

If my drive shows as RAW, is my data lost?
Almost never permanently lost — but the wrong actions can make it permanently lost. The data is still physically present on the drive. What’s broken is the file system that organizes it. The right tools (forensic imaging plus specialized file system reconstruction) can typically recover the vast majority of files.

Can I convert RAW to NTFS without losing data?
No — not directly. Windows can’t “convert” a RAW drive to NTFS while preserving the data, because Windows can’t read the data on a RAW drive in the first place. Articles claiming this is possible are typically suggesting you recover the data first (with software), then format the drive as NTFS afterward and copy the recovered files back. That’s a reasonable workflow on a healthy drive, but it’s not “converting” — it’s recovering and reformatting.

Why does my external drive keep going RAW after I format and reuse it?
Recurring RAW state usually indicates underlying drive failure. The drive is healthy enough to operate briefly after formatting but degrades back to RAW as bad sectors accumulate in the file system metadata. This is a drive that’s at the end of its useful life — get the data off and replace it.

My drive shows as RAW only on one computer. Is it really RAW?
Possibly not. If the drive works on one computer and shows as RAW on another, the issue may be the second computer’s USB controller, file system support, or operating system version — not the drive itself. Try the drive on multiple machines before assuming it’s failed.

Can professional recovery work on RAW SSDs?
Yes, with the caveat that SSD recovery is more specialized than spinning disk recovery. The NAND chips inside SSDs hold the data, but accessing it when the controller has failed requires chip-off recovery or specialized hardware to read the chips directly. We do this work, but the consultation will scope the specific case.

How much does RAW drive recovery cost?
Every case starts with a free consultation. Pricing depends on the specific drive, the nature of the damage, and the urgency of the recovery. We never charge for the evaluation, and for typical consumer cases we work on a no-recovery-no-fee basis. For complex cases involving extensive engineering work, we provide a clear upfront quote.

The Bottom Line

A RAW drive is almost always recoverable. The data is still there. The challenge is recovering it without making the situation worse — and that means resisting the urge to format, run chkdsk, or aggressively scan with consumer software when the drive may be failing.

If your drive shows as RAW and the data matters, the safest action is to stop, disconnect the drive, and get a professional opinion before doing anything that can’t be undone.

Get a Free Recovery Evaluation

No upfront cost · You only pay if we recover your data

Or call 1-877-624-7206 to speak with a recovery specialist

Joel Taylor
Joel Taylor
Articles: 2