A USB drive showing “unknown capacity” might be suffering from file system corruption, partition issues, or even firmware damage. Hereās a step-by-step approach to diagnose and potentially fix it:
Step 1: Basic Checks
-
Try a Different Port or Computer: Rule out port-specific issues.
-
Scan for Malware: Sometimes malicious software corrupts the driveās structure.
Step 2: Use Disk Management (Windows)
-
Press
Win + X
ā choose Disk Management. -
Locate the USB drive (check for “Unallocated” or missing size).
-
If shown as “Unallocated”:
-
Right-click ā New Simple Volume.
-
Format as exFAT or NTFS, depending on use case.
-
Step 3: Use Command Prompt Tools
-
Open
cmd
as Administrator. -
Run:
Ādiskpart list disk select disk [your disk number] clean create partition primary format fs=exfat quick assign
Note: ācleanā will erase all data on the drive.
Step 4: Try Third-Party Recovery Tools
If Windows can’t fix it, try:
-
MiniTool Partition Wizard
-
EaseUS Partition Master
-
HP USB Disk Storage Format Tool
These can repair partition tables or reinitialize the disk.
Ā
If It Still Doesnāt Work:
-
The USB might be physically damaged or counterfeit (some fake drives report massive capacity but canāt store data correctly).
-
You could try checking it with H2testw (tool to verify real capacity).
-
Or consider replacing itāespecially if critical errors keep appearing.
No Responses