Home> Common Problem> body text

Fixed: USB drive showing wrong storage size issue in Windows 11,10

PHPz
Release: 2023-04-14 08:13:05
forward
1436 people have browsed it

USB drives or any external storage media have become a part of our lives and are a quick solution for storing photos, videos or just about anything. But what if you see that your USB drive displays an incorrect maximum storage capacity on File Explorer? This mainly happens when the storage device is corrupted or contains some malicious files. If you encounter this problem, formatting the drive in the correct format may help.

Solution——

1. You can unplug the external drive and reinsert it into the system.

2. Try testing the drive with another system. Check if it shows the correct dimensions.

Fix 1 – Format the drive correctly

You must format the USB drive correctly.

1. First, press theWindows key and Ekey at the same time.

2. When File Explorer opens, click "This PC".

3. Then, right-click on the USB drive and click "Format...".

Fixed: USB drive showing wrong storage size issue in Windows 11,10

#4. Now you can select the correct file system from the list.

[Usually any of these formats: NTFS, FAT32, EXT2, EXT3, EXT4, exFAT. ]

5. Then, click "Start" to start formatting.

Fixed: USB drive showing wrong storage size issue in Windows 11,10

This will start the formatting process.

Fix 2 – Use the Command Prompt

If formatting the drive using regular methods doesn’t work, you can use the Command Prompt.

1. Just enter "command" in the search box.

2. Then, right-click "Command Prompt" and click "Run as administrator" to access a terminal with administrative rights.

Fixed: USB drive showing wrong storage size issue in Windows 11,10

3. With the terminal open,enterthis code and pressEnter keyto access Diskpart.

磁盘部分
Copy after login

Fixed: USB drive showing wrong storage size issue in Windows 11,10

4. Once in Diskpart,typethis code and pressEnterto view all disks on the drive.

列出磁盘
Copy after login

Fixed: USB drive showing wrong storage size issue in Windows 11,10

Now you will have several disks. You can identify a specific drive based on its size. Like in our example, it's "Disk 2" and the disk size is28 GB.

5. In the next step, you must select the specific drive that is experiencing this issue.ModifyandRunthis code to select the disk.

select disk
Copy after login

[

NOTE– Simply replace “put the disk number here” with the disk number you noted down earlier.

For example - in our example, the disk is "2". So, the code will be like this -

Select Disk 2

]

Fixed: USB drive showing wrong storage size issue in Windows 11,10

6. After selecting the disk, you can clean the disk .

Executethis command to clean all existing partitions.

干净的
Copy after login

Fixed: USB drive showing wrong storage size issue in Windows 11,10

#7. Finally, you have to format the drive. Justwritethis line in the terminal andpress Enter.*

格式 fs=fat32 快速
Copy after login

Fixed: USB drive showing wrong storage size issue in Windows 11,10

This will take a while. Wait patiently.

When finished, close the command prompt. Open File Explorer and go to the "

This PC" option.

You will find the USB drive with the appropriate storage value on your system again.

*

NOTE-

You can do this in any format you want. It's just that you have to modify the command slightly.

Example – Let’s say you want to format a drive in NTFS format. Then, the command will be -

快速格式化 fs=ntfs
Copy after login
Fix 3 – Using Bootice

There is another option you can use to do the same thing.

1. You must download Bootice.

2. Just click "

Free Download" to download the zip file.

Fixed: USB drive showing wrong storage size issue in Windows 11,10

If this doesn't work, you can download it directly - BOOTICEx64_v1.332.

3. Later, unzip the

compressedzip file.

Fixed: USB drive showing wrong storage size issue in Windows 11,10

4. Once completed,

double-click"BOOTICEx64" to run the utility.

Fixed: USB drive showing wrong storage size issue in Windows 11,10

5. Now, click on "Specify Disk" and select the USB drive from the drop-down list.

6. After that, click "Parts Management".

Fixed: USB drive showing wrong storage size issue in Windows 11,10

7. In the next screen, just click on "Repartition" to repartition the drive.

Fixed: USB drive showing wrong storage size issue in Windows 11,10

8. First select "USB-HDD Mode (Single Partition)".

9. Then, set the "File System" to "FAT32" or whatever you like.

10. You can give the drive any name by simply writing in the "Vol Label:" option.

11. Next, set "Start LBA" to "1" and "Reserved Secs:" to "32".

12. Finally, click "OK".

Fixed: USB drive showing wrong storage size issue in Windows 11,10

13. Just click "OK" again to confirm.

Fixed: USB drive showing wrong storage size issue in Windows 11,10

#This will reset the USB drive partition to a single one and format it back to the default size.

You should be able to use the USB drive.

The above is the detailed content of Fixed: USB drive showing wrong storage size issue in Windows 11,10. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:yundongfang.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!