USB flash drive showing less space than actual? Here's a fix!

Is your USB flash drive showing less space than its actual disk space? This step-by-step tutorial will show you how to fix this problem on Windows 10 and 11.

Is your USB flash drive suddenly showing less capacity?

Did your 16 GB or 8 GB USB pen drive suddenly become 3 GB, 0.99 GB, 64 MB, 30 MB, or 4 MB?

Is your USB pen drive showing unallocated space?

This tutorial will show you how to fix this problem without third-party software. You can use two tools already built into Windows 10 and 11.

The steps in this tutorial work for all USB pen drive brands, such as Kingston, SanDisk, Toshiba, Philips, Samsung, Lexar, Buffalo, Transcend, SK Hynix, Freecom, Adata, PNY, and HP.


Restore your USB flash drive to its original capacity

Important! Copy all files (documents, pictures, videos, music, etc.) from the USB flash drive to another USB pen drive or hard drive because this process will delete all files.

Warning! Diskpart is a powerful tool. You must select the correct disk. If you delete the partition on the wrong disk, you might delete the Windows operating system partition or another partition.

Warning! Disk Management is a powerful tool. You must select the correct disk. If you delete the partition on the wrong disk, you might delete the Windows operating system partition or another partition.

  1. Right-click on the Windows start menu button.
    Windows 11 start menu button
  2. Click on Command Prompt (Admin) or Terminal (Admin) (Windows 11).
    Open Windows Terminal as an administrator
  3. If the 'User Account Control' window appears, you click Yes. Depending on your settings, you may need to enter your administrator password first and then click Yes.
  4. In the Command Prompt or Terminal window, you type the following command:
    
    diskpart
    
    
    Diskpart
  5. Press the Enter key on your keyboard.
  6. Type the following command:
    
    list disk
    
    
    Diskpart list disk command
  7. Press Enter.
  8. Type the command below, but replace X with the disk number of your USB flash drive. WARNING!!! Selecting the wrong disk can break your system.
    
    select disk X
    
    
    Diskpart select disk command
  9. Press Enter.
  10. Type the following command:
    
    list partition
    
    
    Diskpart list partition command
  11. Press Enter.
  12. Type the command below, but replace X with the partition number you want to select.
    
    select partition X
    
    
    Diskpart select partition command
  13. Press Enter.
  14. Type the following command:
    
    delete partition
    
    
    Diskpart delete partition command
  15. Press Enter.
  16. If you get the message 'Diskpart successfully deleted the selected partition,' you can close the Command Prompt or Terminal window. But, if you get the 'Cannot delete a protected partition without the force protected parameter set' message, visit this page from HowToGeek.
  17. Right-click on the Windows start menu button.
    Windows 11 start menu button
  18. Click on Disk Management.
    Open Windows Disk Management
  19. If the 'User Account Control' window appears, you click Yes. Depending on your settings, you may need to enter your administrator password first and then click Yes.
  20. Right-click on the USB flash drive. A USB flash drive will usually show as 'Removable' with 'unallocated disk space.'
  21. Click on New Simple Volume.
    Create New Volume in Windows Disk Management
  22. In the 'New Simple Volume Wizard' window, you click Next.
  23. Check if the maximum disk size is selected.
    Check maximum disk space in Windows Disk Management
  24. Click on Next.
  25. You can assign a drive letter to this USB flash drive.
    Assign a drive letter to a USB flash drive in Windows Disk Management
  26. Click on Next.
  27. In the next window, you can select a file system (FAT32 or NTFS).
  28. In the 'Volume label' field, you type a name for the drive or leave it empty.
    Select a file system and name the USB flash drive
  29. Click on Next.
  30. Click on Finish.

The Windows Disk Management tool will now create a new volume.

Hopefully, your USB stick will show its original capacity again.


Windows


Related:

Fix: The file is too large for the destination file system

Fix: Problem Ejecting USB Mass Storage Device on Windows

Fix: 'This folder is empty' on a USB drive on Windows 10 & 11