Windows RAW drive recovery
A RAW drive usually still holds the files; the index is what broke. What RAW means, why the format prompt is a trap, and how recovery reads around the damage.

Do not click Format. Do not initialise the disk, do not run DiskPart clean, and do not run chkdsk. Every one of those writes to the drive, and on a RAW drive the files usually survive only until something writes.[1]
RAW means Windows cannot recognise the file system on the drive: the files are usually still there, but the index that describes them is damaged or missing. Microsoft documents exactly this state, a partition listed as RAW because it has no file system the system can read, and warns against formatting a disk you are trying to recover files from, because formatting erases all data on it. Recovery on a RAW drive does not repair anything; it reads the raw contents and reassembles files somewhere safe.[1]
This guide covers a Windows PC reporting a drive as RAW in Disk Management, or repeatedly prompting to format a drive that holds files. It does not cover a drive that is not detected at all, a drive making new noises, or BitLocker-encrypted volumes, where the recovery key, not a scan, is the route.
Not sure which situation you are in? Guided help walks you through it.
How a healthy drive becomes RAW
File systems are bookkeeping, and the bookkeeping is what breaks. NTFS carries a transaction log that restores consistency after failures and remaps weak sectors, which is why most corruption never becomes visible; damage beyond what the log can absorb is what shows up as RAW or an Unknown volume status, which Microsoft attributes to a corrupted boot sector. Unsafe ejection, power loss mid-write and interrupted formats are the usual beginnings; SanDisk's support documentation lists corrupted file systems, power loss and unsafe ejection among the causes of the format prompt.[2][3][1]
Why the format prompt is a trap
Windows offers to format because formatting would give it a file system it can read; it does not know, or check, that you wanted the old one. Accepting starts a quick format by default, and Microsoft's own initialisation and DiskPart documentation describe steps that erase everything, with Seagate warning that clean carries no confirmation prompt at all. Formatting is also, in SanDisk's words, data destructive and cannot be undone. Seagate's guidance for a RAW or Unallocated drive is the correct shape: formatting is only for when you do not need the data.[4][5][6][7][8][9]
Drive detected but not accessible: parameter errors, access denied and safe checks.
How recovery actually works on RAW
The recovery-first order
- Connect the drive directly to the computer with a known-good cable; rule out hubs and power before blaming the drive.
- Install recovery software on the computer's own drive, never on the RAW drive.
- If whole folders are missing but the drive partly reads, TestDisk works at the partition level: its documentation lists fixing partition tables, recovering deleted partitions and rebuilding boot sectors.
- For file contents, PhotoRec's documentation says it works even when the file system is severely damaged or reformatted, reading the drive without writing to it.
- Save recovered files to a different drive and open a sample before trusting the result.
- Only after everything is recovered should you format the drive for reuse.
What recovery cannot do here
A RAW state is a file system problem, so software has a real chance; the boundaries are the hardware around it. A drive with new clicking or grinding noises is a physical case, and scans only stress it; Microsoft treats repeated failure to initialise as a sign the disk itself is failing. Repair commands have their own trap: chkdsk's fixes rewrite file system structures, which on FAT can cost data outright. If the volume was BitLocker encrypted, scanning finds ciphertext; the recovery key is the route, not software.[12][1]
Clicking hard drive: what to do, and what never to do.
After the files are safe
Once everything recoverable is copied elsewhere, formatting the drive is the right way to give it a clean file system, and it is safe for exactly one reason: nothing left on it is needed. The order is the whole difference between a format that fixes a drive and a format that ends a career of family photos.
Choosing a data recovery service: quotes, privacy and honest guarantees.
Sources
Facts on this page are cited to the publishers’ own documentation.
- [1] Microsoft — Troubleshoot Disk Management. captured 2026-09-12.
- [2] Microsoft — NTFS overview. captured 2026-09-12.
- [3] SanDisk — Steps to resolve the 'you need to format the disk in drive' error message. captured 2026-09-12.
- [4] Microsoft — Format-Volume (PowerShell storage module). captured 2026-09-12.
- [5] Seagate — USB external troubleshooter. captured 2026-09-12.
- [6] Microsoft — Initialize new disks. captured 2026-09-12.
- [7] SanDisk — Steps to format a drive for use with Windows or macOS. captured 2026-09-12.
- [8] Microsoft — clean (Windows command reference). captured 2026-09-12.
- [9] Seagate — How to DiskPart erase/clean a drive through the command prompt. captured 2026-09-12.
- [10] CGSecurity — TestDisk. captured 2026-09-12.
- [11] CGSecurity — PhotoRec. captured 2026-09-12.
- [12] Microsoft — chkdsk (Windows command reference). captured 2026-09-12.