What the Error Message Really Means
Windows displays this dialog whenever the operating system detects a drive but cannot find a readable file system on it. The computer knows that a storage device with a certain capacity is connected to the port – it just cannot interpret how the files on it are organised. The error shows up differently depending on where you look:
- In Explorer: opening the drive triggers the format prompt, or the message “E:\ is not accessible. The volume does not contain a recognized file system.”
- In Disk Management: instead of NTFS, FAT32 or exFAT the volume shows “RAW”, sometimes also a wrong capacity or “Unallocated”. What RAW means technically and how recovery without formatting works is covered in depth in our article Repair a RAW file system? Recovering data without formatting.
- In the command prompt: the chkdsk command aborts with the file system error “The type of the file system is RAW. CHKDSK is not available for RAW drives.”
Formatting only appears to solve the problem: it creates a new, empty file system. The message disappears, but at the same time exactly the content that would make data recovery particularly easy is overwritten – file names, folder structure and the mapping of which file is stored where on the partition. Whoever formats turns a very solvable error into a much harder one.
The Most Common Causes at a Glance

Very different fault patterns hide behind this dialog – from harmless to serious. The order roughly reflects how often we see them in the lab:
- Unsafe removal or power loss during a write operation: the write cache was not flushed, the file system is inconsistent. A classic with USB sticks and external hard drives on a laptop.
- Bad sectors in the management area: if even a single unreadable sector sits in the boot sector or the MFT, Windows cannot mount the entire partition – although 99.9 % of the disk is intact.
- Foreign file system: storage media from a Mac (APFS, HFS+), from Linux systems (ext4) or from a NAS/RAID system simply cannot be read by Windows without additional software. This is not a defect – formatting would be particularly tragic here.
- Hard drive removed from its USB enclosure: many external drives use sector emulation in the USB bridge (4K instead of 512 bytes) or even hardware encryption. Connected directly to the PC via SATA, the hard drive then appears unformatted.
- Defective USB or flash controller: with USB sticks and memory cards, a dying controller returns random data or zeros – Windows interprets this as a missing file system. Specifically on SD cards: SD card not recognized.
- Beginning mechanical failure of the hard drive (HDD): clicking or clacking noises, very slow detection and then the format prompt are a clear warning sign. Read more in our article Strange noises: hard drive clicking / clacking.
- Viruses and malware: certain malicious programs alter the boot sector or partition table – after the infection the disk looks unformatted although all files are still there. An up-to-date antivirus program prevents such formatting errors.
Three Things You Should Not Do Now
Do not click “Format disk” – not even with quick format enabled. A quick format overwrites less than a full format, but on SSDs, USB sticks and SD cards even starting the process can cause the controller to release the memory cells internally. After that, the data cannot be recovered even by a lab.
- No repair attempts with Windows built-in tools. The chkdsk /f command is not even available on a RAW drive – and on a damaged NTFS file system it “repairs” by simply discarding inconsistent entries. The same applies to diskpart in the command prompt: commands like “clean” or “format” erase the partition table irreversibly. You should also decline the “Scan and fix” button when plugging in the drive.
- No initialisation, do not create a new partition. Disk Management offers to initialise unknown disks. This writes a new partition table – the old one is gone afterwards, and with it the access to the old partition.
- Do not keep plugging the drive in and out. Every power-up is a risk for a mechanically weakened hard drive; the same applies to flash storage media with controller problems.
Guide: Checking the Drive Safely in Five Steps
The following troubleshooting changes nothing on the disk and helps to narrow down the cause. Stop as soon as you hear noises or the drive responds extremely sluggishly – a hardware defect is then likely.
- Different cable, different port, different computer. Use a USB port directly on the mainboard instead of a hub or the front panel. Defective cables and insufficient power supply – especially on a laptop – produce exactly this message surprisingly often.
- Check the driver in Device Manager. Press the key combination Windows key + X and open Device Manager. If the device is displayed under “Disk drives” with a yellow exclamation mark, update the driver via right-click (right mouse button → “Update driver”). A driver problem is harmless – a RAW drive is unaffected by it.
- Clarify where the storage device comes from. Does the drive originate from a Mac, a NAS or a Linux system? Then connect it to the original operating system – the files should be readable there as normal.
- Only look at Disk Management. Right-click the Start button → select “Disk Management”. Note what is displayed: capacity, file system (RAW?), status, drive letter. Change nothing – do not even assign a drive letter as long as the cause is unclear. If a 1 TB stick suddenly reports 8 MB or a hard drive 0 bytes, there is a controller or firmware problem; further software attempts are pointless then.
- Listen. Clicking, beeping, repeated spin-up attempts: disconnect immediately. How to react correctly in an emergency is described in our first-aid measures for data loss.
| Observation | Likely cause | Solution / recommendation |
|---|---|---|
| File system “RAW”, capacity correct, no noises | Damaged management structures (logical error) | Stop using the drive; data recovery without formatting is possible |
| Wrong capacity or 0 bytes | Controller / firmware defect | No further attempts, lab |
| Clicking or clacking noises | Mechanical defect (read/write head, motor) | Power off immediately, cleanroom data recovery |
| Drive comes from Mac/NAS/Linux | Foreign file system – not a defect | Read it on the original system |
| Message only on one PC/port | Cable, power, driver | Use a different connection, update the driver |
Why Data Recovery Software Is Not the First Choice Here
Countless tips on the web recommend downloading and installing free data recovery software. For the typical case behind this error message, such tools are risky for four reasons:
- Write access to the source drive. Many programs write logs, restore points or “repaired” boot sectors straight back – exactly where your files are located. Anyone who accidentally installs a recovery program onto the affected drive overwrites their own data.
- No distinction between logical and physical faults. With bad sectors or weakening mechanics, every scan worsens the condition. A lab therefore first creates a gentle sector image with specialised hardware and then works exclusively with the copy.
- Controller defects are out of reach for software. If the controller of a USB stick returns zeros, there is simply nothing for a program to find. Here the memory chips have to be read out directly and the data reconstructed afterwards.
- The method does not match the cause. Data recovery software is designed for deleted files on intact drives – not for disks whose file system the computer can no longer read at all.
Special Case: System Drive, RAID and Servers
If the message appears not on a USB drive but on the system drive (SATA or NVMe), a data disk in a RAID array or a server, particular caution is required: automatic repair and recovery attempts by the operating system often overwrite the data during boot. Shut the machine down, do not re-initialise the storage and have it analysed directly – the same rules apply to single HDDs as to complete RAID systems. In companies, it is also worth checking the last backup before anyone experiments on the server.
FAQ: Frequently Asked Questions About the Format Prompt
Can I ignore the message and simply keep using the drive?
No – without a readable file system, Windows does not grant access to the content. The only thing that matters: decline the format and disconnect the device instead of trying solutions at random.
I have already formatted – are my files deleted now?
Not necessarily. After a quick format, a lot can often still be recovered from hard drives; on SSDs and flash storage the chances drop significantly. What is still possible then is described in our article Hard drive data recovery after formatting. From now on: write nothing more to the drive.
Does this also apply to memory cards from a smartphone, tablet or camera?
Yes – microSD cards from a smartphone, SD cards from cameras and tablets show the same message on the PC when the file system is damaged. The troubleshooting steps are identical; the specifics of memory cards are covered in detail in the article linked above.
Does it help to test the disk on a different operating system?
Yes, as a pure read test this is sensible and safe – a Mac or a Linux system reads different file systems than Windows. If the second system also only detects an empty or unformatted drive, that strongly suggests a real error rather than a compatibility problem.
How Professional Data Recovery Without Formatting Works

Professional data recovery always follows the same method, regardless of whether it is an external hard drive, a USB stick or a memory card:
- Diagnosis: electronics, mechanics and firmware are checked before the drive has to deliver any data at all.
- Creating a sector image: the entire disk is read out write-protected – if necessary with imaging hardware that skips defective areas and re-reads them selectively later.
- File system reconstruction: folder structure and file names are restored from backup copies of the boot sector and from MFT or FAT entries. If that does not succeed completely, signature-based methods that recognise files by their content take over.
- Delivery: the recovered files are copied to a new storage medium and can be checked in advance as a file list.
And once the files are back: create a backup following the 3-2-1 rule so that the next format prompt holds no terror. You will find the right tips under Preventing data loss.
Conclusion: Stay Calm, Write Nothing, Have the Cause Fixed
The prompt to format is not a command, but an indication that Windows cannot make sense of the drive's file system. Check cable, port, driver and origin of the disk, take a look at Disk Management – and from this point on keep your hands off formatting, chkdsk, diskpart and recovery tools. If the files matter, the safest way is to hand over the storage medium exactly as it is.
You can reach our data recovery specialists around the clock on 0800-881 12 25 (free of charge from all German networks). Alternatively, you can obtain an initial assessment in advance via the online cost estimate.
Lars Müller