“USB flash drive not showing full capacity”
Why doesn’t a USB drive show full capacity in Windows?
Before proceeding to how to format USB to full capacity, it is better to figure out what might cause USB drive not to display full capacity:
> The USB drive has been made to a bootable disk. If you have used the USB drive to make bootable media before, it might also show the wrong capacity now. That’s because some systems probably change their partition when writing booting data.
> The USB drive comes with unallocated space. We all know that only allocated space can be used while the unallocated disk space cannot. In this case, you can add the unallocated space to an existing partition.
> The USB drive is larger than 32GB but formatted to be FAT32, which is known to be compatible with 32GB disk at most.
> The USB drive is formatted on different computers frequently. For example, it has been formatted on a Mac computer recently, but now reformatted back to Windows FAT32, then its capacity might get shrunk.
> The USB drive gets damaged. When this occurs, the entire disk size in Disk Management might shrink, or the USB drive shows 0 media.
2 Methods to format USB to full capacity in Windows 10/8/7
Step 1. Run Command Prompt as Administrator: Click the “Start” button and enter “cmd” in the search box; then right-click “Command Prompt” to select “Run as Administrator”.
Step 2. Type the following commands in the Command Prompt window and hit the “Enter” key.
diskpart
list disk
select disk 1 (Caution: please be very careful to select the correct disk number before cleaning or formatting operations, or you might wipe the wrong disk by mistake.)
clean
create partition primary
format fs=ntfs quick
- Now you can open Windows Explorer to check if the USB drive is restored back to full capacity.
Method 2. Restore USB drive to full capacity via free partition software
- If you feel this first method is difficult for you, you can utilize a free third-party disk formatting tool-AOMEI Partition Assistant Standard. It can format USB storage devices like external hard drives, SD cards, pen drives to NTFS, FAT32, Ext 2, Ext3, Ext4, and exFAT in Windows 10/8/7 as easily as possible. Besides, it is also able to copy partition, resize partition, delete a hidden partition on the USB drive, and more.
Both Command Prompt tool and AOMEI Partition Assistant Standard can help you format USB to full capacity. The latter software is more powerful to manage disk partitions. For example, it can wipe a USB drive completely, format 0 bytes USB drive, convert data disk between MBR and GPT without losing data.

0 Comments