Completely Format a USB Flash Drive [Guide]
A USB flash drive is a convenient way to store, transfer, and back up files. However, there are times when simply deleting files is not enough. If you want to remove the existing file structure, fix certain storage problems, or prepare the drive for a completely fresh start, you may want to format the USB flash drive.
Formatting removes the files and creates a new file system on the drive. Windows provides several ways to do this, including the standard Format option in File Explorer and more advanced tools such as Disk Management and DiskPart.
In this guide, you will learn how to completely format a USB flash drive in Windows 11 and Windows 10.
Important: Before starting, make sure you have copied anything important from the USB drive. Formatting permanently removes the files stored on the selected drive. Pay close attention to the drive letter and capacity so that you do not accidentally format another storage device.
Completely Format a USB Flash Drive [Guide]

Step 1: Connect the USB Flash Drive to Your PC
Start by connecting the USB flash drive to an available USB port on your computer. If you are using a desktop PC, you can use either a front or rear USB port. On a laptop, connect the drive directly to one of the available USB ports.
Give Windows a few seconds to recognize the device. You may hear a notification sound, or Windows may display a notification indicating that the USB device is ready.
If File Explorer does not open automatically, do not worry. You can manually open it later.
Step 2: Check the USB Drive Before Formatting
Before formatting, identify the correct USB drive. This is one of the most important steps because formatting the wrong drive can result in unwanted data loss.
Press Windows + E to open File Explorer. Select This PC from the navigation pane. Under Devices and drives, look for your USB flash drive.
Check its drive letter, name, and storage capacity. For example, Windows may show a removable drive as USB Drive (E:) with a capacity of 32 GB.
Do not rely only on the drive name. Compare the displayed capacity with the actual capacity of your USB flash drive. This helps you distinguish it from your internal hard drive, SSD, or another external storage device.
Step 3: Back Up Important Files
Formatting will remove the files stored on the USB drive, so copy anything you want to keep before continuing.
Open the USB drive in File Explorer and look through its contents. If you find important documents, photos, videos, installers, or other files, copy them to your computer or another storage device.
You can select the files and press Ctrl + C, open the destination folder, and press Ctrl + V.
Once you are certain that you no longer need the files on the USB drive, you can continue with the formatting process.
Step 4: Open the USB Drive’s Format Window
In File Explorer, right-click the USB flash drive. A context menu will appear.
Select Format. Windows will open the Format Removable Disk window.
This window contains several options, including the drive’s capacity, file system, allocation unit size, volume label, and formatting options.
Do not start the format yet. First, review these settings carefully.
Step 5: Choose the File System
The File system determines how Windows and other devices organize and access files on the USB drive.
You may see options such as NTFS, exFAT, and FAT32.
exFAT is often a practical choice when you want to use the USB drive with Windows and other modern devices. It also supports large files.
NTFS is useful when the drive will mainly be used with Windows computers and you need NTFS-specific features.
FAT32 offers broad compatibility with older devices, but it has a significant limitation: an individual file cannot normally be larger than 4 GB.
For a general-purpose USB flash drive, exFAT is often a convenient choice. However, choose the file system based on the devices with which you plan to use the drive.
Step 6: Enter a New Drive Name
The Volume label field lets you give the USB drive a recognizable name.
For example, you could enter My USB, Backup Drive, or Files.
This step is optional, but a descriptive name can make it easier to identify the USB drive later.
Avoid using a name that could confuse you with another drive on your computer.
Step 7: Choose the Formatting Method
The Format window normally includes a Quick Format option.
When Quick Format is selected, Windows quickly creates a new file system and prepares the drive for use. This is generally sufficient when you simply want to erase the existing file structure and start using the USB drive again.
If you select the Quick Format option, Windows performs a more extensive formatting operation that takes considerably longer.
For most everyday situations, Quick Format is sufficient. If you are troubleshooting a problematic USB drive, a more thorough formatting process may be worth considering, although formatting does not repair physical hardware damage.
It is important to understand that formatting is not the same as secure data destruction. If sensitive information was stored on the drive and you need to prevent recovery, ordinary formatting may not be sufficient.
Step 8: Start Formatting the USB Drive
After reviewing the settings, click Start.
Windows will display a warning that formatting will erase all data on the drive.
Read the warning carefully and confirm that you have selected the correct USB flash drive. If you are certain, click OK to continue.
Windows will begin formatting the drive.
The amount of time required depends on the drive, its capacity, and the formatting method. Do not disconnect the USB flash drive while the process is running.
Step 9: Confirm That Formatting Is Complete
When Windows finishes formatting the USB drive, it should display a message indicating that the format is complete.
Click OK to close the message and then close the Format window.
Open This PC again and double-click the USB drive. It should now appear empty, except for any system-related information Windows may create.
You can also right-click the drive and select Properties to check the file system and available storage space.
Step 10: Safely Eject the USB Drive
Once formatting is complete, you can use the USB drive normally. If you want to disconnect it, use Windows’ Safely Remove feature.
Click the USB or removable-device icon in the taskbar notification area and select the option to eject your USB drive.
Wait for Windows to confirm that it is safe to remove the device before physically unplugging it.
Safely ejecting the drive helps prevent problems caused by removing a storage device while Windows is still accessing it.
How to Completely Format a USB Flash Drive Using Disk Management
If the normal File Explorer format option does not work, Disk Management provides another method.
Step 11: Open Disk Management
Press Windows + X and select Disk Management.
You will see a list of storage devices connected to your computer. Locate the USB flash drive by checking its capacity and existing partition.
Be extremely careful here. Do not select your Windows system disk.
Step 12: Delete the USB Partition
Right-click the partition belonging to your USB flash drive and select Delete Volume.
Windows will warn you that deleting the volume will remove the data stored on it. Confirm the action only after verifying that you selected the correct USB drive.
The space will then appear as Unallocated.
Step 13: Create a New USB Volume
Right-click the unallocated space and select New Simple Volume.
The New Simple Volume Wizard will open. Follow the on-screen instructions and select the desired volume size.
When prompted, assign a drive letter and choose a file system such as exFAT, NTFS, or FAT32, depending on how you intend to use the drive.
Complete the wizard to create a fresh partition and format the USB drive.
How to Completely Format a USB Flash Drive Using DiskPart
Advanced users can also use DiskPart, a command-line storage management tool included with Windows. This method is powerful, so beginners should use it carefully.
Step 14: Open Windows Terminal as Administrator
Press the Windows key, type Terminal, right-click Windows Terminal, and select Run as administrator.
You may receive a User Account Control prompt. Select Yes if you want to continue.
Step 15: Start DiskPart
Type the following command and press Enter:
diskpart
DiskPart will open inside the Terminal window.
Step 16: List Connected Disks
Type:
list disk
Press Enter.
Windows will display the disks connected to your computer. Identify the USB flash drive by comparing its size with the capacity of your USB device.
This is the most important part of using DiskPart. Selecting the wrong disk can cause serious data loss.
Step 17: Select the USB Drive
After identifying the correct disk number, enter:
select disk X
Replace X with the number assigned to your USB flash drive.
For example, if the USB is Disk 2, you would enter:
select disk 2
Press Enter and make sure DiskPart confirms that the selected disk is the correct one.
Step 18: Remove the Existing Partition Information
For a complete reset of the USB’s partition structure, you can use:
clean
Press Enter.
The clean command removes the partition and volume information from the selected disk. This makes the disk appear as unallocated space.
Because this command can destroy the existing partition structure, verify the selected disk one more time before running it.
Step 19: Create and Format a New Partition
Type:
create partition primary
Press Enter.
Then format the new partition. For example, to use exFAT, enter:
format fs=exfat quick
You can replace exfat with ntfs if NTFS is more appropriate for your needs.
After formatting finishes, assign a drive letter by entering:
assign
Finally, type:
exit
and press Enter.
Your USB flash drive should now have a new partition and file system.
FAQs
Does formatting a USB drive delete everything?
Yes. Formatting removes the existing file system information and makes the stored files inaccessible through normal file browsing. Always back up important files before formatting.
Which file system should I use for a USB flash drive?
exFAT is a good general-purpose option for many modern devices. NTFS is useful when the drive is primarily intended for Windows. FAT32 provides wider compatibility with older devices but has a 4 GB per-file limitation.
Is Quick Format enough?
For normal use, Quick Format is usually enough. It quickly prepares the USB drive with a new file system. A full format takes longer and may be useful when troubleshooting certain drive issues.
Can formatting fix a corrupted USB drive?
Formatting can resolve some file system problems, but it cannot fix physical damage to the USB flash drive. If Windows repeatedly reports errors, the drive disconnects unexpectedly, or files become corrupted after formatting, the hardware may be failing.
Why does my USB drive still show less storage after formatting?
This is normal. Manufacturers typically advertise storage using decimal units, while Windows may display capacity differently. The file system and partition structure also use a small amount of space.
Can I format a USB drive without File Explorer?
Yes. You can use Disk Management or DiskPart. DiskPart is particularly powerful, but you must carefully identify the correct disk before executing commands.
Does formatting permanently erase sensitive files?
Not necessarily. Standard formatting is primarily intended to recreate the file system rather than guarantee secure destruction of every previous data sector. If the USB contained highly sensitive information, use an appropriate secure-erasure method rather than relying solely on ordinary formatting.
