When Disk Management labels a volume RAW, Windows does not recognize a usable file system on it. RAW describes the current state Windows sees; it does not tell you whether the original files are still recoverable.

If the drive previously held needed files: cancel format prompts. Do not initialize the disk, create a new volume, or copy new files to it.

1. Confirm that you are looking at the correct physical drive

Right-click Start and choose Disk Management. Identify the drive by model when available, total capacity, connection type, and the sizes of its partitions. Do not assume “Disk 1” is the external drive; disk numbers can change between boots.

Take a screenshot of the full Disk Management window. Record whether the disk is Online or Offline, whether its partitions show RAW or Unallocated, and whether Windows reports the expected capacity.

2. Separate a file-system problem from a hardware problem

A stable drive that appears at the correct capacity every time may have logical file-system damage. A drive that clicks, disconnects, changes capacity, becomes unusually hot, or repeatedly spins up and down may be physically failing.

Stop for hardware symptoms. Repeated scans, repair commands, and power cycles add reads and can reduce the chance of recovery from a failing drive. If the files are irreplaceable, disconnect it and consider a professional recovery service.

3. Do not format just to make Windows accept it

Formatting creates a new file-system structure. It may make the volume mountable again, but it is not a recovery step for the old files. Initializing a disk is likewise intended for a new, empty disk—not a previously used disk whose data matters.

4. Understand the CHKDSK decision

Running chkdsk without repair parameters can display information for a recognized volume. Parameters such as /f and /r repair file-system errors or search for bad sectors, which means they write changes. A RAW volume may not be accepted by CHKDSK at all.

Do not make chkdsk /f the first experiment on the only copy of important data. Repair is aimed at making a file system consistent, not preserving every recoverable fragment. When the data matters more than the drive, preserve or image the source before a repair attempt.

5. Check the low-risk possibilities

  1. For an external drive, try a known-good cable and a direct USB port without a hub.
  2. Verify the enclosure has stable power.
  3. Check the drive on a second Windows PC only to see whether the same capacity and RAW state appear. Decline every format or initialization prompt.
  4. If the drive came from a Mac, Linux system, NAS, camera, or recorder, confirm whether its file system is one Windows normally supports.

If the drive opens normally on the device that created it, copy the files from that device to a separate destination. Do not convert or format it merely for convenience.

6. Choose the next path based on value

  • Data is already backed up: verify the backup first, then you can erase and recreate the volume if the hardware is healthy.
  • Data is useful but replaceable: use a recovery workflow that reads the source and saves recovered files to a different physical drive.
  • Data is irreplaceable: stop experiments, record the symptoms and actions already taken, and obtain a recovery assessment.

7. Keep recovered data off the source

Never install recovery software on the affected drive and never save recovered files back to it. Use another physical drive with enough free space. Open representative recovered files before declaring the recovery complete.

A useful incident note

Record: drive model and capacity, connection type, last known working time, the event before failure, Disk Management status, noises or disconnects, encryption status, and every command already run. This prevents repeated guesses and makes later help more efficient.

Official references: Microsoft's volume-management explanation of RAW, CHKDSK command documentation, and Microsoft's initialization guidance.