Forum Discussion
Why I am unable to format a usb stick after using rufus
If you can't format usb drive after using rufus on Windows 10 PC? and the drive seems to be stuck or inaccessible, using Storage Spaces Reset can sometimes help resolve the problem. This method essentially resets the storage configuration on your drive, allowing you to reformat it from scratch.
Important: Before proceeding, please note that using Storage Spaces Reset will erase all data on the USB drive. Make sure you have backed up any important files.
Steps to use Storage Spaces Reset when you can't format USB drive after using Rufus on Windows PC:
1. Open PowerShell as Administrator
- Press Windows + X and select Windows Terminal (Admin) or PowerShell (Admin).
2. Identify the USB Drive
- Type the following command and press Enter:
- Get-PhysicalDisk
- Note the FriendlyName or UniqueId corresponding to your USB drive.
3. Reset the Storage Space for the USB Drive
Run this command:
Reset-PhysicalDisk -UniqueId "Your-Device-UniqueId"
- Replace "Your-Device-UniqueId" with the actual UniqueId or FriendlyName of your USB drive.
- If you prefer, you can list all disks with:
Get-PhysicalDisk
and identify your drive accordingly.
4. Reinitialize and Format the Drive
- After the reset, you should be able to reformat the USB drive normally:
- Open Disk Management (diskmgmt.msc).
- Locate your USB drive.
- Right-click and choose Format.