Yeah, sort of. I wouldn’t try to 'convert' a RAW USB drive straight back to NTFS, because once Windows labels it RAW, it’s no longer seeing a valid NTFS structure. So there’s nothing normal to convert. What I’d do instead is pull the files off first, then rebuild the file system after.
If I had the drive in front of me, I’d handle it like this.
1. Stop touching the drive
First thing, don’t write anything new to it. Don’t click the Windows format prompt. Don’t run CHKDSK either. I’ve seen people do one of those three things and make recovery worse. If the file system data gets overwritten or changed, your odds drop.
2. See if Windows still shows the device
Open Disk Management and check whether the USB stick appears with about the right size. If it shows up there, even as RAW, I’d still consider it recoverable in a lot of cases. If it keeps dropping off, reconnecting, or shows random capacity numbers, I’d start worrying about the hardware instead of the file system.
3. Recover your files before doing anything else
I’d usually begin with Disk Drill. It’s easier than some of the other tools, and from what I’ve seen, it handles RAW volumes decently.
The steps are pretty plain:
- Install Disk Drill on your PC, not on the damaged USB drive.
- Plug in the USB drive.
- Select the drive inside Disk Drill and press Search for Lost Data.
- Let the scan run to the end.
- Go through the results by folder view or file type.
- Preview anything important.
- Recover the files to a different drive.
On Windows, the free limit is 100 MB of actual recovery. Scanning and previewing aren’t capped, which helps a lot because you get to see what’s there before spending money. In my case, previews matter more than the marketing page. If a tool shows my PDFs correctly, opens photos, and reads video headers, I trust it more. Disk Drill usually previews common stuff fine, documents, PDFs, images, video files, archives, and a bunch of RAW photo formats too.
If the results look incomplete, I wouldn’t stop there. I’d run a second pass with UFS Explorer or DiskGenius. Different recovery tools pick up different leftovers. I’ve had one tool miss an old folder tree, then another one found it on the same drive five minutes later. Annoying, but true.
4. Reformat the USB drive as NTFS after recovery
Only after your files are copied somewhere safe:
- Open Disk Management.
- Right-click the RAW partition.
- Pick Format.
- Choose NTFS.
- Keep Quick Format turned on.
- Finish it.
If Windows won’t format it, I’d delete the RAW partition, create a new one, then format the new partition as NTFS. I’ve had to do it thta way on a couple old flash drives.
I’ve seen RAW happen after somebody yanked a USB stick mid-transfer, after a crash, and after power cutoffs. Sometimes it’s plain file system damage. If the flash memory itself isn’t dying, file recovery first and formatting second tends to work best. 

