Windows can appear to show the wrong SSD capacity for several reasons, and not all of them indicate a faulty drive. The most common explanation is simply a difference between the decimal capacity printed on the SSD box and the binary units Windows traditionally reports. A “1 TB” SSD may show roughly 931 GB in File Explorer even when it is working exactly as intended.

Other discrepancies are more actionable: unallocated space after cloning, hidden recovery partitions, a small system partition, a Storage Spaces virtual disk, an incorrect partition size, or a drive connected through RAID or vendor management software. The key is to compare the physical disk’s total capacity with the usable capacity of its partitions before deleting or formatting anything. This guide uses the Windows 11 menus current in 2026, but the main checks also apply to Windows 10.

Most Common Causes

Cause Symptom Likelihood
Decimal vs. binary capacity calculation A 1 TB SSD displays about 931 GB; a 2 TB SSD displays about 1.81 TB. Very high
Unallocated disk space Disk Management shows capacity that does not appear in File Explorer. High
Recovery, EFI, or OEM partitions Small portions of the drive are missing from the main C: or game-drive volume. High
Cloned drive retained the old partition size A larger replacement SSD has a partition matching the old drive, plus unused space. High
Storage Spaces, RAID, or mirrored volume Usable capacity is lower than the combined installed-drive capacity. Medium
Disk quota or reserved storage The drive is the correct size, but available space is unexpectedly limited. Medium
Counterfeit, failing, or incorrectly identified SSD Firmware tools and Windows report a capacity far below the purchased model. Low, but important

Diagnose Step by Step

1. Compare the advertised capacity with Windows’ normal conversion

SSD manufacturers generally use decimal units: 1 TB equals 1,000,000,000,000 bytes. Windows often labels binary-sized values as “GB” and “TB,” where 1 GiB equals 1,073,741,824 bytes and 1 TiB equals 1,099,511,627,776 bytes. That is why a marketed 1 TB drive commonly appears as approximately 931 GB and a marketed 2 TB drive appears as approximately 1.81 TB.

Press Windows + E, select This PC, and note the total shown under the drive. If the number is close to the expected converted value, there is no capacity problem to fix. A 500 GB SSD commonly displays about 465 GB; a 4 TB SSD commonly displays about 3.63 TB.

2. Check the physical disk layout in Disk Management

Right-click the Start button and choose Disk Management. Alternatively, press Windows + R, type diskmgmt.msc, and press Enter. Find the correct disk by matching its total size, connection type, and partitions. Do not rely only on “Disk 0” or “Disk 1,” since numbering can change when drives are added or removed.

Look across the disk’s graphical bar. Blue sections are normal primary partitions. A black section marked Unallocated is capacity that exists physically but is not assigned to a usable volume. Small partitions labeled EFI System Partition, Recovery Partition, or OEM Partition are usually intentional.

3. Verify the partition size shown in File Explorer

In File Explorer, right-click the affected drive and select Properties. Compare Capacity with the partition size shown in Disk Management. If File Explorer and Disk Management agree, Windows is reporting that volume correctly. If the disk itself is larger in Disk Management, the missing portion is likely unallocated or assigned to another partition without a drive letter.

4. Check for hidden volumes and missing drive letters

In Disk Management, inspect every large partition on the SSD. A healthy data partition may not appear in File Explorer if it has no drive letter. Right-click the partition and see whether Change Drive Letter and Paths is available. Also check whether the file system is listed as NTFS, exFAT, ReFS, or RAW. A RAW partition may contain data but cannot be read normally by Windows.

5. Review Storage Spaces and RAID configuration

Open Settings > System > Storage > Advanced storage settings > Storage Spaces. If the SSD belongs to a pool, Windows may present a virtual drive whose capacity differs from the physical SSD. For example, a two-drive mirror reserves equivalent capacity on both drives for redundancy.

If Storage Spaces is not listed, search the Start menu for Manage Storage Spaces. Also check your motherboard firmware or storage utility for RAID mode. On systems using Intel Rapid Storage Technology, AMD RAID, or a hardware RAID card, Windows may show the logical array rather than each raw SSD.

6. Check whether the issue is capacity or free space

A drive can have the correct total capacity but little free space. Go to Settings > System > Storage and select the affected drive to view categories such as Installed apps, Temporary files, Other, and System & reserved. For a more detailed local check, open Settings > System > Storage > Cleanup recommendations.

For the system drive, Windows may reserve several gigabytes for updates, restore points, hibernation, and page files. That reduces free space, not the drive’s actual reported capacity.

Fixes by Cause

Decimal vs. binary capacity calculation

What causes it: Manufacturers advertise decimal capacity while Windows commonly displays binary-equivalent capacity using familiar GB and TB labels.

How to check: Compare the Windows number with the expected conversion. Approximately 931 GB for a 1 TB SSD, 465 GB for a 500 GB SSD, and 1.81 TB for a 2 TB SSD are normal.

What to do: No repair is needed. Use Disk Management and the SSD manufacturer’s utility to confirm that the disk’s byte count matches its intended model capacity.

How to undo: Nothing was changed. Windows does not provide a standard setting to make File Explorer use the manufacturer’s decimal labeling.

Unallocated space after installation or cloning

What causes it: A clean installation, partitioning mistake, or clone from a smaller SSD can leave part of the new drive unallocated.

How to check: Open diskmgmt.msc and look for a black bar labeled Unallocated on the same physical disk as the affected volume.

What to do: If the unallocated space sits immediately to the right of the volume you want to enlarge, right-click that volume and choose Extend Volume. Follow the wizard and accept the desired amount of space. If you want a separate game library drive instead, right-click the unallocated area, choose New Simple Volume, assign a drive letter, and format it as NTFS.

How to undo: Extending a volume cannot be reversed without shrinking or deleting partitions. Before changing partition sizes, back up important files. A separate new volume can be deleted later in Disk Management, but deleting it erases its contents.

Recovery, EFI, and OEM partitions

What causes it: Windows creates boot and recovery partitions, while PC makers may add an OEM recovery image. These partitions consume some capacity and often do not have drive letters.

How to check: In Disk Management, look for small partitions, commonly around 100 MB to several GB, labeled EFI System Partition or Recovery Partition. Use an elevated Terminal for more detail: right-click Start, choose Terminal (Admin), type diskpart, then run list disk, select disk X, and list partition.

What to do: Leave EFI and active Windows Recovery partitions in place. Their capacity cost is normal and they are needed for startup, BitLocker recovery, Reset this PC, or Windows repair tools. If a large OEM partition is clearly unnecessary, create a full backup and verify that Windows Recovery Environment works by running reagentc /info in Terminal (Admin) before considering changes.

How to undo: Do not delete boot or recovery partitions as a routine capacity fix. If one is removed accidentally, recovery may require Windows installation media or a full system-image restore.

Clone retained the old SSD’s partition size

What causes it: Some cloning tools copy the old partition layout exactly instead of automatically expanding it to fill the replacement SSD.

How to check: In Disk Management, confirm that the main C: partition is approximately the size of the old SSD and that the remainder of the new disk is unallocated.

What to do: If unallocated space is directly after C:, use Extend Volume. If a Recovery partition sits between C: and the unallocated space, Disk Management cannot extend C: across it. The least disruptive option is to create a separate NTFS volume in the unallocated space for games and large files. Moving partitions requires specialized partition software and a verified backup.

How to undo: A separate data volume can be deleted later after moving its files elsewhere. Do not delete the intervening Recovery partition merely to make extension easier unless you understand the recovery consequences and have installation media.

Storage Spaces, RAID, and mirrored storage

What causes it: Redundancy modes reserve capacity. A two-way mirror stores data twice, so usable capacity is closer to one drive’s capacity than the total of both drives.

How to check: Go to Settings > System > Storage > Advanced storage settings > Storage Spaces and inspect the pool and resiliency type. In RAID systems, check the controller utility or firmware storage page.

What to do: If redundancy is intentional, leave it enabled. If you need maximum usable capacity and have a separate backup plan, create a new simple volume or non-mirrored storage configuration only after copying all data off the existing pool. Changing resiliency can require rebuilding or recreating the virtual disk.

How to undo: Recreate a mirrored Storage Space or RAID volume and restore data from backup. Do not remove a physical drive from a pool until Windows reports that the pool is healthy and data is protected.

Disk quotas, reserved storage, and system files

What causes it: NTFS quotas can restrict a user account, while hibernation, restore points, page files, and Windows Reserved Storage reduce free space.

How to check: Right-click the drive in File Explorer, choose Properties, and open the Quota tab if it exists. For system storage, open Settings > System > Storage. To inspect hibernation, open Terminal (Admin) and run powercfg /a.

What to do: Disable quotas only if they were deliberately configured and are no longer needed. To remove the hibernation file, run powercfg /h off in Terminal (Admin); this also disables Hibernate and Fast Startup. Use System Protection from the Start menu to review restore-point allocation.

How to undo: Re-enable hibernation with powercfg /h on. Re-enable quotas from the drive’s Properties > Quota tab, and restore System Protection settings if you changed them.

When to Replace or Reinstall

Consider a replacement SSD if its reported physical capacity is dramatically below the model’s expected size in Disk Management, the SSD vendor’s utility, and firmware information. This is especially concerning when the discrepancy is not explained by decimal conversion, partitions, RAID, or Storage Spaces. Back up data immediately if Windows reports repeated file-system errors, the drive disappears intermittently, or SMART status is marked caution, warning, or failed by a reputable storage utility.

A clean Windows reinstall is appropriate when partition layouts are severely confused, the system has multiple obsolete boot partitions, or cloning left the computer unable to boot reliably. Before reinstalling, back up personal files, game saves, encryption recovery keys, browser data, and any folders stored outside standard user locations. During Windows Setup, choose Custom: Install Windows only, identify the correct SSD by size, and delete partitions only on that target disk. Never delete partitions on another drive that contains needed files.

FAQ

Why does my 1 TB SSD show only 931 GB in Windows?

This is normal decimal-versus-binary conversion. The SSD contains approximately 1 trillion bytes, but Windows displays that quantity as about 931 binary gigabytes.

Why is my new SSD smaller than the old one in File Explorer?

Check Disk Management first. The new SSD may have unallocated space, a partition without a drive letter, or a cloned partition that retained the old disk’s size. If the physical disk total is correct, the capacity is usually recoverable without replacing the drive.

Can I delete the Recovery partition to gain space?

You can, but it is usually a poor tradeoff. Recovery partitions support Windows repair and reset features, and deleting them may complicate future troubleshooting. Their size is normally small compared with modern SSD capacity.

Does formatting an SSD restore missing capacity?

Formatting restores capacity only within the partition being formatted; it does not automatically absorb unallocated space, hidden partitions, RAID reservations, or Storage Spaces allocations. Check the disk layout before formatting, because formatting erases files on the selected volume.

Related guides

Browse all Troubleshooting guides →