How to Recover a USB Drive After Writing an Image with Rufus

When you no longer need a bootable flash drive, you can restore its data storage functions. In this article, you’ll learn how to recover a flash drive after creating a Rufus image, as well as the risks of damaging your storage device.

Restoring a flash drive (SD) with a simple format

To create a new file system:

  1. Right-click the device in the “This PC” folder.
  2. Select “Format”.

    форматирование flash
    Starting the process via the context menu.

  3. Uncheck the “Quick…” option.
  4. For “File system”, NTFS is recommended; the other settings don’t need to be changed.начало форматирования
  5. Click “Start” and confirm erasing the files from the device.How to Recover a USB Drive After Writing an Image with Rufus

Repairing a flash drive after Rufus

A USB flash drive with a damaged logical structure sometimes doesn’t appear in Windows Explorer or file managers.

  1. Open the Disk Management tool by right-clicking the Start button.

    How to Recover a USB Drive After Writing an Image with Rufus
    Disk Management in Windows.

  2. In the context menu of the removable device, run the format command.

    форматирование флешки
    Formatting the problematic drive.

  3. Confirm that you agree to lose the contents.

    How to Recover a USB Drive After Writing an Image with Rufus
    The final step.

Restoring a flash drive with Rufus

The Rufus utility can reset flash drives – erase files from them, delete partitions, leaving the drive without any layout. In other words, it returns flash drives to their “out-of-the-box” state:

  1. Insert the drive into a USB port and launch Rufus.
  2. Press Alt + Z.
  3. Confirm the device reset.

    How to Recover a USB Drive After Writing an Image with Rufus
    Resetting a flash drive with Rufus.

  4. Format it using “Disk Management via Rufus”: select “Non-bootable image” and click “Start”.

How to restore a flash drive with the built-in diskpart utility

The built-in diskpart.exe utility is a tool for managing disks in Windows.

Be careful and follow the steps precisely, otherwise it’s easy to lose files on your HDD or SSD.

  1. Launch Command Prompt as Administrator via Win + X.

    How to Recover a USB Drive After Writing an Image with Rufus
    Launching Command Prompt.

  2. Run the following commands in sequence:
  • diskpart – launches the utility;
  • list disk – gets the list of storage devices.diskpart
  1. Run “select disk 1”, where 1 is the number of your flash drive from the previous command.командная строка
  2. Run the following in sequence:
  • clean – wipes the device;
  • create partition primary – creates a new partition;
  • active – makes the flash drive active;
  • format fs=fat32 quick – quick format to FAT32 (replace with NTFS); without the “quick” attribute, a full format will run;
  • assign – assigns a free drive letter.
команды в консоли windows
The sequence of steps.

Other ways to convert a bootable flash drive back to a regular one

For more complex cases, use these programs:

  • HDD LLF Low Level Format Tool;
  • AOMEI Partition Assistant Standard;
  • HP USB Disk Storage Format Tool;
  • Paragon Partition Manager;
  • Acronis Disk Director;
  • Macrorit Partition.

Some flash drive manufacturers release their own branded applications for formatting and reviving storage devices. Try downloading such an application from the manufacturer’s official website.

Questions and Answers

What are the risks of damaging a flash drive during recovery?
Minimal, as long as the memory and controller are not damaged.
Will the flash drive's capacity change after these operations?
On a working device, no. If it has many damaged memory cells, the available capacity may decrease.
How does a quick format differ from a regular one?
In the first case, the main file table, which lists the volume’s contents, is erased. The files aren’t physically touched but are marked as deleted. In the second case, every sector is overwritten with zeros at the physical level.
Rating
( 11 assessment, average 3.45 from 5 )
Mikhail Strogunov/ author of the article
rufus-win.com
Leave a Reply