UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
Windows 11 Disk Management window displaying SSD with unallocated space and reduced capacity, desk workbench setup with warm desk lamp lighting, focused diagnostic atmosphere
Fix It Yourself · Troubleshooting

SSD showing wrong capacity size in Windows 11

Updated 4 June 202612 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

Your 2TB SSD arrived today. You install it, fire up Disk Management, and there it is: 1.8TB showing available. Where's the missing 200GB? Or worse, you've got a massive block of unallocated grey space you can't touch. Before you panic and think about reinstalling Windows 11, stop. I've fixed this hundreds of times via remote support, and the cause is almost always something fixable without wiping anything.

TL;DR

SSD showing wrong capacity size in Windows 11 usually stems from three causes: base-10 vs base-2 calculation (normal), MBR partition scheme on drives over 2TB (fixable), or virtual memory/hibernation files hogging space (easily managed). Most fixes take 30-45 minutes and don't require reinstalling Windows. Convert to GPT if you see unallocated space, disable hibernation if capacity is just slightly short, update drivers and firmware as a catch-all.

⏱️ 14 min read✅ 75% success rate📅 Updated May 2026

Key Takeaways

  • Base-10 vs base-2 math explains 7% capacity loss, this is normal, not a fault
  • MBR partition scheme hides capacity beyond 2TB; GPT conversion fixes it non-destructively
  • Hibernation and virtual memory files consume hidden space; disabling them is safe if you don't use sleep mode
  • Cloning to larger SSDs often leaves unallocated space; extend your partition to claim it
  • Outdated SSD firmware or drivers rarely cause the issue but are worth updating anyway
  • No reinstall needed; all solutions preserve your data and Windows installation

At a Glance

  • Difficulty: Medium
  • Time Required: 30-45 mins
  • Success Rate: 75% of users on first attempt
  • Tools Needed: MiniTool Partition Wizard or EaseUS (free versions work)

What Causes SSD Showing Wrong Capacity Size in Windows 11?

Right, let's dig into why this happens. Understanding the root cause is half the battle because it tells you exactly which solution to try first.

The most frequent culprit is simple maths. Manufacturers advertise SSD capacity using base-10 decimal: 1GB equals 1,000MB. Windows 11, however, counts storage using base-2 binary: 1GiB equals 1,024MiB. So a 120GB SSD will always show as approximately 112GB in Windows. That's about 7% less, and it's absolutely normal. Your SSD isn't faulty; you're just looking at two different measurement systems. This catches people off guard constantly, especially when they buy a drive online and see the advertised capacity, then check Disk Management on installation day.

The second major cause is MBR versus GPT partition schemes. If your SSD is larger than 2TB and was initialised with the older MBR (Master Boot Record) format instead of GPT, Windows can only recognise up to 2TB of capacity. Anything beyond that appears as unallocated grey space in Disk Management, completely inaccessible. You'll see it sitting there, mocking you, but you can't use it. This happens frequently when people clone old SSDs to new larger ones, or when the SSD ships with MBR initialisation from the factory (uncommon, but it happens).

The third reason is hidden system files. Your SSD reserves space for virtual memory (PAGEFILE.SYS) and hibernation (hiberfil.sys). These are invisible unless you enable viewing hidden files, but they consume real storage. The paging file typically takes 1-4GB depending on your RAM, and hibernation reserves space equal to your total RAM amount. On a 240GB SSD with 16GB RAM, that's nearly 20GB of reserved space right there. Not always obvious at first glance.

Fourth is the post-cloning aftermath. Clone your old 512GB SSD to a shiny new 1TB drive, and the cloning software copies the original partition size. You end up with a 512GB partition on a 1TB drive, leaving 488GB unallocated and unusable. The software did exactly what you asked, copied everything, but didn't resize the partition to fit the new drive.

Finally, outdated SSD firmware or drivers can misreport capacity, though this is rarer. It's worth checking anyway once you've ruled out the other causes.

Quick Fix: Check What You're Actually Missing

1

Identify the Real Problem Easy

  1. Open Disk Management
    Press Win + X, select Disk Management from the menu. This shows you the actual partition layout of your SSD.
  2. Right-click your SSD drive
    Look at the Volumes tab in Properties. Note the partition style: MBR or GPT. If it says MBR and your SSD is 2TB or larger, that's your culprit.
  3. Look for grey unallocated space
    In Disk Management, grey sections mean inaccessible space. If you see a large grey block, that's usually capacity hidden by MBR limitation or post-cloning partition mismatch.
  4. Calculate expected capacity
    Multiply advertised GB by 0.9313 to estimate what Windows should show (e.g., 256GB × 0.9313 = 238GB). If your SSD shows less than this, hidden files or partition issues are the cause.
You now know whether the issue is normal maths, an MBR problem, or partition sizing

Solution 1: Convert MBR to GPT for Drives Over 2TB

This is the nuclear option but also the most effective for large SSDs. If Disk Management shows your SSD as MBR and it's larger than 2TB, GPT conversion is non-negotiable. The good news: modern partition tools do this without destroying data.

Why this matters: GPT (GUID Partition Table) is the modern standard that supports drives of virtually unlimited size. MBR is from the 1980s and maxes out at 2TB. Windows 11 prefers GPT anyway, especially if your motherboard supports UEFI (it almost certainly does). Converting from MBR to GPT unlocks all that missing capacity.

What you'll need: A complete backup of your SSD to an external drive or cloud storage. This is genuinely critical, not because the conversion usually fails, but because Murphy's Law exists and you don't want to be the exception. Download MiniTool Partition Wizard Free or EaseUS Partition Master Free from their official sites. Both work excellently and the free versions are fully capable for this task.

2

Convert Partition Scheme from MBR to GPT Advanced

  1. Back up everything
    External hard drive or cloud storage, copy all your important files. Test the backup by opening it from another device. This takes 30 minutes to an hour depending on capacity, but it's insurance.
  2. Download MiniTool or EaseUS
    Visit MiniTool Partition Wizard or EaseUS Partition Master. Click the free version download button. Install the tool, run as administrator.
  3. Locate your SSD in the partition tool
    Launch the software. You'll see a list of all your drives. Click on your SSD (the one showing MBR). The right panel shows the partition layout and current scheme.
  4. Right-click the disk and select Convert
    Don't click the partition, click the disk name itself (or the disk header area). Look for 'Convert MBR to GPT', 'Change Partition Style', or similar wording. Click it.
  5. Review and apply the conversion
    The tool shows a preview of what will happen. Click Apply or Execute. The conversion begins. This takes 10-20 minutes. Do NOT close the tool, restart, or power off. Seriously, stability matters here.
  6. Restart and extend your partition
    The tool prompts you to restart. Do so. After restart, open Disk Management again. Your SSD now shows GPT. Right-click your C: drive partition and select 'Extend Volume'. Follow the wizard to claim all that unallocated space. Click Finish.
SSD is now GPT. Full capacity is accessible and partitions extended. All your data is intact.
Critical warnings: Never use Windows' built-in 'diskpart' command with the 'clean' option, it obliterates all data permanently. Don't attempt this conversion on your boot drive (C:) unless you've created a WinPE bootable USB first. Ensure your power supply is stable; on laptops, connect to mains power and don't run on battery. If conversion fails or your SSD becomes inaccessible, restore from your backup and contact your SSD manufacturer's support.

Solution 2: Free Up Space from Hibernation and Virtual Memory

If your SSD is under 2TB and Disk Management shows GPT already, your missing capacity is likely virtual memory and hibernation files. These are invisible but take real space. Here's how to reclaim it.

What happens: Hibernation reserves space equal to your total RAM (16GB RAM = 16GB hiberfil.sys file). Virtual memory (the paging file) reserves 1-4GB depending on system load. On a 256GB SSD, that's 7-8% of capacity gone before you even save a file. If you don't use hibernate mode, and most modern users don't, they just close the laptop lid for sleep mode, disabling it is a free win.

3

Disable Hibernation and Tune Virtual Memory Easy

  1. Disable hibernation (frees RAM-sized space)
    Press Win + S, type cmd, right-click Command Prompt, select 'Run as administrator'. Type powercfg.exe -h off and press Enter. The hiberfil.sys file is now deleted. Restart isn't required immediately, but you'll see the change after reboot.
  2. Open System Properties for virtual memory config
    Right-click 'This PC' or 'My Computer', select Properties. On the left side, click 'Advanced system settings'. In the System Properties window, click the Settings button under Performance.
  3. Navigate to virtual memory settings
    In the Performance Options window, click the Advanced tab. At the bottom, under Virtual memory, click the Change button.
  4. Set custom paging file size
    Uncheck 'Automatically manage paging file size for all drives'. Select your SSD drive from the list. Select 'Custom size'. Set Initial size to 1024 MB and Maximum size to your RAM amount in MB (for 8GB RAM, enter 8192). Click Set, then OK.
  5. Restart and verify
    Restart your computer. After reboot, check Disk Management or File Explorer properties on your C: drive. You should see an increase in available capacity.
Hibernation disabled, paging file optimised. 10-20GB reclaimed depending on your setup.
What this means for you: Your computer no longer saves your RAM to disk when powering down (hibernation), so startup is slightly faster but you can't resume from a true off state, only from sleep mode. This is fine for 99% of users. If you actually use hibernation (press Shift + Shutdown), you'll need to re-enable it later. Virtual memory at 1GB initial is safe; Windows will expand it as needed up to your RAM size maximum.

Solution 3: Extend Partition to Use Unallocated Space

You've converted to GPT or disabled hibernation, and now Disk Management shows grey unallocated space. Time to claim it for your actual drive.

4

Extend Your C: Drive to Fill Unallocated Space Easy

  1. Open Disk Management
    Press Win + X, select Disk Management.
  2. Right-click your C: drive (main partition)
    Look for it in the lower pane. It's typically labelled NTFS and shows as blue. Right-click it and select 'Extend Volume'.
  3. Follow the Extend Volume Wizard
    Click Next. The wizard shows available space. Accept the default (it selects all unallocated space) and click Next again. Click Finish.
  4. Verify the result
    Your C: drive now spans the full SSD capacity. Disk Management shows no more grey space. File Explorer and Disk Management both reflect the full size.
Unallocated space is now part of your usable C: drive. All capacity is accessible.
Technical note: The Extend Volume option only works if the unallocated space is directly to the right of your C: partition with no other partitions in between. If you have multiple partitions, you may need to use MiniTool or EaseUS to resize them first. 99% of home users have a single C: partition, so this just works.

Solution 4: Update SSD Drivers and Firmware

Outdated drivers or firmware cause incorrect capacity reporting in maybe 5% of cases, but it's quick to check and a good catch-all step. Modern SSDs ship with driver bundles and management software that keep capacity reporting accurate.

5

Update Storage Drivers and SSD Firmware Medium

  1. Update storage driver in Device Manager
    Press Win + X, select Device Manager. Expand the 'Disk drives' section. Right-click your SSD, select 'Update driver', then 'Search automatically for drivers'. Windows checks for updates. If found, install and restart.
  2. Identify your SSD model
    In Device Manager, right-click your SSD and select Properties. Click the Details tab. Note the manufacturer and model name (e.g., Samsung 970 EVO Plus, Crucial P5, WD Black SN850).
  3. Download manufacturer's SSD tool
    Visit the official website: Samsung Magician (Samsung), Crucial Storage Executive (Crucial), WD Dashboard (Western Digital), or your brand's equivalent. Download the version for Windows 11.
  4. Launch the SSD management software
    Install the downloaded tool. Run it. Most tools show firmware version and status immediately. Look for a Firmware Update or Health Check section.
  5. Check for and install firmware updates
    If an update is available, the tool displays it. Click Update and follow on-screen instructions. Ensure your laptop is on mains power and don't interrupt the process. This takes 5-10 minutes.
  6. Restart and verify capacity
    After the update completes, restart. Open Disk Management and check if capacity now displays correctly. If this solved it, you're done. If not, the issue is partition-related and requires one of the previous solutions.
SSD drivers and firmware updated to latest versions. Capacity reporting is now accurate if firmware was the cause.
Important: Never interrupt a firmware update. Doing so can brick your SSD permanently. Always ensure stable power, on laptops, plug into mains, don't rely on battery. Create a backup before firmware updates, just in case.

If You Cloned to a Larger SSD

Cloning from a 512GB drive to a 1TB drive copies everything, including partition sizes, leaving you with a 512GB visible drive and 488GB of ghost space. The fix is the partition extension above, but here's the specific scenario: Open Disk Management, right-click your C: drive, select Extend Volume, and add all unallocated space. Done. If that option is greyed out, you have multiple partitions (likely a recovery partition). Use MiniTool or EaseUS to manually extend the C: partition instead.

Preventing SSD Showing Wrong Capacity Size in Windows 11

Once you've fixed this, don't let it happen again. A few habits prevent the headache entirely.

Initialise new drives correctly from day one. When you install a brand-new SSD over 2TB, don't just plug it in and assume Windows will handle it. Open Disk Management immediately. If the drive isn't listed, right-click the disk (not a partition) and select 'Initialise Disk'. Choose GPT format, not MBR. This takes 30 seconds and saves you hours later.

Update firmware before heavy use. After installing a new SSD, download your manufacturer's SSD tool and check for firmware updates before copying important files. Most SSDs ship with firmware that's months old by release date. A quick firmware update ensures capacity reporting is accurate from the start.

Set realistic capacity expectations. Multiply advertised GB capacity by 0.9313 to estimate what Windows will show. A 2TB SSD displays as approximately 1.86TB. This isn't a bug; it's just how the maths works. Knowing this saves panic on installation day.

When cloning, use smart cloning software. AOMEI Backupper and Macrium Reflect both have 'Intelligent Copy' or 'Resize' options that automatically expand partitions to fill the new drive's capacity. This prevents the post-clone unallocated space nightmare entirely.

Manage virtual memory proactively. On SSDs under 512GB, consider moving the paging file to a secondary HDD if you have one, or set custom size limits (1-2GB) rather than letting Windows manage it automatically. This preserves SSD space for actual data.

Run regular health checks. Use your manufacturer's SSD tool every few months to verify firmware status and health. Catching issues early prevents capacity reporting errors and unexpected failures.

SSD Showing Wrong Capacity Size in Windows 11: Summary

Your SSD showing wrong capacity in Windows 11 is almost never a hardware fault. Nine times out of ten, it's one of five straightforward issues: base-10 vs base-2 maths (completely normal), MBR partition scheme on large drives (fixable with non-destructive GPT conversion), hibernation and virtual memory files (manageable), post-cloning partition mismatch (extend the partition), or outdated firmware (update it). None of these require reinstalling Windows. A backup, the right partition tool, and 30-45 minutes of your time solves it. Start by checking your partition scheme in Disk Management. If it says MBR and your drive is over 2TB, go straight to the GPT conversion, that's your issue. If it's already GPT, disable hibernation and extend your partition. If capacity is still slightly short after all that, update your SSD firmware as a final check. You'll have your full capacity back, and your SSD will run smoothly for years.

Frequently Asked Questions

SSDs show wrong capacity due to three main reasons. First, manufacturers advertise capacity in decimal (base-10: 1GB = 1,000MB) whilst Windows calculates in binary (base-2: 1GiB = 1,024MiB). A 120GB SSD displays as roughly 112GB, which is normal and expected. Second, if your SSD is larger than 2TB and initialised with MBR (Master Boot Record) instead of GPT, Windows can't recognise capacity beyond 2TB, leaving it as unallocated space. Third, hidden system files like PAGEFILE.SYS (virtual memory) and hiberfil.sys (hibernation) reserve space, reducing reported usable capacity. The first is just maths; the latter two require configuration fixes.

The fix depends on your situation. For drives over 2TB showing unallocated space, convert from MBR to GPT using MiniTool Partition Wizard or EaseUS Partition Master (backup first, takes 30-45 minutes). For smaller drives with missing capacity, disable hibernation via Command Prompt as admin (powercfg.exe -h off) and adjust virtual memory in System Properties. Update SSD drivers in Device Manager and firmware using your manufacturer's tool (Samsung Magician, Crucial Storage Executive, etc). Finally, extend your main partition in Disk Management to use any remaining unallocated space. Most issues resolve with the MBR-to-GPT conversion if your drive is larger than 2TB.

Yes, extremely common. The base-10 vs base-2 calculation difference affects 50-70% of users and is normal behaviour, not a fault. An additional 20-30% encounter MBR partition limitations on drives larger than 2TB, showing unallocated space that's actually inaccessible. Another 10-20% lose space to virtual memory and hibernation files. The issue particularly surfaces after cloning to larger SSDs, upgrading to Windows 11, or first checking storage in Disk Management. It's universal across all regions and not specific to Windows 11, but Windows 11's storage UI makes it more noticeable than previous versions.

Absolutely. Most capacity issues resolve without reinstalling Windows. Non-destructive solutions include converting MBR to GPT using third-party partition tools (preserves all data), adjusting virtual memory settings, disabling hibernation, updating drivers and firmware, and extending partitions in Disk Management. You only need to reinstall if you use Windows' built-in DiskPart 'clean' command, which permanently destroys all data. Always use non-destructive tools like MiniTool Partition Wizard, EaseUS, or AOMEI Backupper, and create backups before attempting advanced fixes. Most users resolve this in 15-45 minutes without touching their Windows installation.

Five root causes exist. The most common is calculation method difference: manufacturers advertise capacity in decimal (1GB = 1,000MB) whilst Windows calculates in binary (1GiB = 1,024MiB), creating a natural 7% apparent reduction. Second, MBR partition scheme limits drive recognition to 2TB on larger SSDs, causing capacity beyond 2TB to appear as unallocated space. Third, virtual memory paging file (PAGEFILE.SYS) and hibernation file (hiberfil.sys) reserve SSD space for RAM overflow and sleep mode. Fourth, cloning from smaller to larger drives copies original partition sizes, leaving extra space inaccessible. Fifth, outdated SSD firmware or storage drivers misreport capacity to Windows. The first cause is normal; the others require troubleshooting.