Forum Discussion
CharlesMr
Feb 05, 2026Copper Contributor
Why I am unable to format a usb stick after using rufus
I used Rufus to create a bootable USB, but now I cannot format the drive back to normal. Windows Disk Management and the regular format tool both fail. They either give an access denied error, show t...
LouisianaBayou
Feb 05, 2026Iron Contributor
If you can't format USB drive after using Rufus on Windows PC, using GParted is an excellent solution. GParted is a powerful, free partition editor that runs from a bootable live environment, allowing you to manage and format drives that Windows might struggle with.
How to use GParted if you can't format USB drive after using Rufus:
1. Download GParted Live
- Visit the official GParted website and download the GParted Live ISO file.
2. Create a Bootable GParted USB Drive
- Use Rufus or another tool to create a bootable USB with the GParted ISO.
- Insert a different USB drive (not the one you're trying to format) and use Rufus to make it bootable with GParted.
3. Boot from the GParted USB
- Restart your computer and boot from the GParted USB. You may need to change the boot order in BIOS/UEFI settings.
- Once GParted loads, you'll see a graphical interface similar to Windows.
4. Locate Your USB Drive
- In GParted, find your USB drive in the dropdown menu or the drive list. Be very careful to select the correct drive to avoid data loss on other drives.
5. Delete Existing Partitions
- Right-click on each partition of the USB drive and select Delete.
- Apply the changes by clicking the Apply button (checkmark icon).
6. Create a New Partition Table and Format
- With the drive now empty, go to Device > Create Partition Table.
- Choose the desired partition table type (e.g., MS-DOS or GPT).
- After creating the partition table, right-click on the unallocated space and select New.
- Choose the file system (e.g., FAT32, NTFS), then click Add.
- Click the Apply button to execute all changes.
7. Reboot into Windows
- Once the process is complete, shut down your PC.
- Remove the GParted USB and restart your Windows PC.
- Your USB drive should now be properly formatted and usable.