Flash Drive Showing Wrong Size: Causes and Step-by-Step Fixes
A USB flash drive is one of the most convenient storage devices for transferring files between computers. However, many users are surprised when their flash drive suddenly starts showing the wrong storage size. For example, a 64 GB flash drive may appear as only 32 MB, 8 MB, or even a few hundred megabytes. In some cases, Windows may report that the drive has no media, unallocated space, or much less capacity than expected.
This issue can happen for several reasons. Incorrect partition information, damaged file systems, accidental formatting, failed bootable USB creation, malware, or even hardware failure can cause Windows to display the wrong capacity. Fortunately, many of these problems can be fixed using the tools already included in Windows.
Let’s find out the situations where a flash drive is showing the wrong size, what causes the problem, and how to restore your USB drive to its original capacity using simple methods.
Flash Drive Showing Wrong Size [Reasons & Fixes]

When a flash drive displays the wrong size, it does not always mean the drive is permanently damaged. In many situations, Windows is simply reading incorrect partition information or only detecting one small partition instead of the entire storage capacity.
For example, if you previously used the flash drive to create a bootable Windows installation USB, only a small partition may remain visible after the process is complete. Likewise, formatting errors, interrupted write operations, or corrupted partition tables can make most of the storage inaccessible.
Before attempting any repair, remember that some methods erase everything on the drive. If Windows still allows access to your files, copy important data to another storage device before continuing.
Step 1: Confirm the Flash Drive’s Actual Capacity
The first thing you should do is verify whether Windows is truly detecting the incorrect size. Connect the USB flash drive directly to your computer instead of using a USB hub. Open File Explorer, right-click the flash drive, and select Properties. Compare the reported capacity with the size printed on the flash drive or listed by the manufacturer.
Next, press Windows + X and choose Disk Management. Locate your USB drive carefully by checking its capacity and drive letter. If Disk Management shows Unallocated Space, multiple small partitions, or a partition much smaller than the total disk size, the problem is most likely related to the partition layout rather than the storage hardware.
Step 2: Safely Remove and Reconnect the Flash Drive
Sometimes Windows fails to initialize a USB drive correctly after an unexpected removal or interrupted data transfer.
Close every application currently using the flash drive. Click the Safely Remove Hardware icon in the notification area and eject the drive properly. Wait several seconds before plugging it back into a different USB port.
If your computer has both USB 2.0 and USB 3.0 ports, test both types. You should also avoid using extension cables or inexpensive USB hubs during troubleshooting.
Reconnecting the drive allows Windows to reload the USB controller and storage driver, which occasionally resolves incorrect capacity reporting without additional repairs.
Step 3: Check the Flash Drive for File System Errors
A damaged file system can prevent Windows from reading the storage correctly.
Open File Explorer, right-click the flash drive, and select Properties. Open the Tools tab and click Check under Error Checking. If Windows finds problems, allow it to scan and repair the drive.
You can also use Command Prompt as an administrator and run the CHKDSK utility. Type the appropriate command using your USB drive letter.
For example:
chkdsk E: /f
Replace E with the actual drive letter assigned to your flash drive.
After the scan finishes, safely remove the drive and reconnect it. In many cases, repairing the file system restores the correct storage information.
Step 4: Delete All Partitions Using Disk Management
If your flash drive contains multiple small partitions or leftover partitions from creating a bootable USB, deleting them may restore the full capacity.
Open Disk Management by pressing Windows + X and selecting Disk Management.
Locate your USB flash drive carefully. If you see several partitions, right-click each partition individually and choose Delete Volume until the entire drive becomes Unallocated Space.
Once the drive shows only unallocated space, right-click it and select New Simple Volume. Follow the wizard to use the entire available capacity, assign a drive letter, and format the drive.
After formatting completes, check whether the full storage capacity has returned.
Step 5: Restore the Flash Drive Using DiskPart
If Disk Management cannot restore the full capacity, DiskPart is often the most effective Windows tool.
- Open Command Prompt as an administrator.
- Type: diskpart
- Press Enter.
- Next, type: list disk
- Locate your USB flash drive carefully by comparing the storage size.
- Type: select disk X
- Replace X with the correct disk number.
- Now type: clean
- This removes the existing partition information.
- Then enter: create partition primary
- Press Enter.
- Next, type: format fs=exfat quick
- If the flash drive is smaller than 32 GB, you may also choose FAT32.
- Finally, type: assign
- Then type: exit
Close Command Prompt and open File Explorer. Your flash drive should now display its complete storage capacity.
Be extremely careful while using DiskPart because selecting the wrong disk could erase another storage device.
Step 6: Remove Bootable USB Partitions
Many users experience this problem after creating a Windows, Linux, or recovery installation USB.
Bootable USB creation software often replaces the original partition structure with specialized partitions that Windows cannot fully recognize afterward.
If this applies to your situation, restoring the drive with DiskPart or deleting every partition through Disk Management usually solves the issue completely.
Once the new partition occupies the entire drive, Windows should display the original storage size again.
Step 7: Update the USB Storage Driver
Occasionally, an outdated or corrupted USB storage driver causes Windows to communicate incorrectly with removable devices.
Press Windows + X and open Device Manager.
Expand Disk Drives and locate your flash drive. Right-click it and choose Update Driver. Allow Windows to search automatically for updated drivers.
You can also expand Universal Serial Bus Controllers, right-click USB Mass Storage Device, and select Uninstall Device. Restart your computer. Windows automatically reinstalls the required drivers during startup.
Once Windows reloads the drivers, reconnect the flash drive and check whether its capacity is displayed correctly.
Step 8: Test the Flash Drive on Another Computer
Before assuming the USB drive is defective, connect it to another Windows computer.
If the flash drive displays the correct capacity on another PC, the issue is likely related to your computer’s USB drivers or Windows configuration.
If it shows the same incorrect size on multiple computers, the flash drive itself probably has corrupted partition information or internal hardware damage.
Testing on another computer helps identify where the actual problem exists.
Step 9: Check for Counterfeit Flash Drives
Unfortunately, counterfeit USB flash drives remain common online.
Some fake drives report a much larger capacity than they physically contain. For example, a drive advertised as 256 GB may actually contain only 16 GB of memory.
As data fills beyond the real capacity, corruption occurs, and the drive may begin reporting incorrect sizes or become unreadable.
If your flash drive was purchased from an unreliable seller and repeatedly reports inconsistent capacities, it may be counterfeit rather than damaged.
Purchasing storage devices from trusted manufacturers and authorized retailers greatly reduces this risk.
Step 10: Replace the Flash Drive if Hardware Failure Is Confirmed
If none of the previous solutions restore the correct capacity, the flash drive may have suffered permanent hardware failure.
Flash memory cells wear out over time. Electrical damage, excessive heat, physical impacts, and manufacturing defects can all cause the storage controller to fail.
When hardware failure occurs, software repairs are usually ineffective.
If the drive still contains important files, avoid repeated formatting attempts because they may reduce the chances of successful professional data recovery.
Replacing the drive with a new, high-quality USB flash drive is often the safest long-term solution.
FAQs
Why is my 64 GB flash drive showing only 32 MB?
This usually happens because the partition table has become corrupted or the drive still contains partitions created by bootable USB software. Recreating the partition using DiskPart often restores the original capacity.
Does formatting restore the full storage size?
A standard format does not always fix partition problems. If the partition layout is damaged, you may first need to delete the existing partitions before formatting the drive again.
Will DiskPart erase my files?
Yes. The clean command removes the partition information from the flash drive. Back up any accessible files before using DiskPart.
Can a virus make a flash drive show the wrong size?
Although uncommon, malware can corrupt partitions or hide data. Running a trusted antivirus scan is recommended if you suspect an infection.
Why did my flash drive show the wrong size after creating a bootable USB?
Bootable USB creation tools frequently modify the partition structure. Restoring the drive by deleting all partitions and creating a new primary partition usually fixes the problem.
How do I know if my flash drive is permanently damaged?
If multiple computers report the same incorrect size even after partition repairs and formatting, the flash drive likely has hardware failure or is counterfeit.
Summary
A flash drive showing the wrong size is usually caused by damaged partitions, file system corruption, leftover bootable USB partitions, outdated drivers, or hardware problems. Fortunately, Windows provides several built-in tools that can restore the original storage capacity in many situations.
Start by checking the drive in Disk Management, then repair file system errors, recreate the partition, or use DiskPart if necessary.
If the drive continues reporting the wrong size across multiple computers, hardware failure or a counterfeit device becomes the most likely explanation.
