After formatting an SSD on Windows 11, some users are surprised to see the drive showing 0 bytes free or 0 bytes capacity, even though the format process completed successfully. In some cases, the SSD may appear in File Explorer but cannot store data, while in others it shows incorrect size information in Disk Management.
This issue can be worrying, but in most situations it is caused by partition table errors, incorrect formatting, unallocated space, file system issues, or controller/driver problems, not a permanently damaged SSD. In this guide, we’ll walk you through all the effective ways to fix an SSD showing 0 bytes free after formatting in Windows 11.
Fix SSD Showing 0 Bytes Free After Formatting in Windows 11
Follow the solutions below in order. One of these methods should restore the correct storage capacity of your SSD.
1. Check the SSD in Disk Management
The first step is to confirm how Windows is detecting the SSD. This helps determine whether the drive is being recognized properly or if there is a detection issue within Windows.
1. Press Windows + X
2. Select Disk Management

3. Locate your SSD in the list
- Drive shows as RAW
- Drive shows Unallocated space
- Partition exists but shows incorrect size
- Drive is marked Offline
If the space is unallocated, Windows cannot use it until a proper partition is created.
2. Create a New Partition on the SSD
If the SSD shows unallocated space, you need to create a new volume so Windows can properly use the drive.
1. In Disk Management, right-click the Unallocated space
2. Select New Simple Volume
3. Follow the on-screen wizard
4. Assign a drive letter
5. Format the drive as NTFS or exFAT
6. Complete the process
Once done, check File Explorer to confirm the correct capacity is displayed.
3. Delete and Recreate the Partition (If It Exists but Shows 0 Bytes)
Sometimes a corrupted partition can remain even after formatting the drive, which may prevent Windows from recognizing the SSD correctly.
1. Open Disk Management
2. Right-click the SSD partition
3. Select Delete Volume
4. Confirm the deletion
5. Right-click the now Unallocated space
6. Create a new simple volume
7. Format it again
This will erase all data on the SSD.
4. Use DiskPart to Clean and Reinitialize the SSD
If Disk Management does not fix the issue, DiskPart can help reset the disk structure by removing corrupted partition information and rebuilding the drive configuration.
1. Press Windows + S and Type cmd
2. Right-click Command Prompt and select Run as administrator

3. Run the following commands one by one:
diskpart
list disk
select disk X
clean
convert gpt
create partition primary
format fs=ntfs quick
assign
exit
This completely rebuilds the partition table and file system.
5. Check SSD Health and Firmware
In rare cases, firmware-related issues can cause an SSD to report the wrong storage size. To troubleshoot this, first check the SSD model through Device Manager so you can identify the exact drive installed on your system. After that, visit the manufacturer’s official website and install the recommended SSD management software for your drive.
These tools usually allow you to check for available firmware updates and run a health or SMART diagnostic scan to detect potential problems. Since firmware bugs can occasionally affect how the SSD functions or reports capacity, updating the firmware and checking the drive’s health may help resolve the issue.
6. Update Storage and Chipset Drivers
Outdated or corrupted drivers can prevent Windows from reading the SSD capacity correctly and may cause the drive to appear smaller than expected.
1. Open Device Manager
2. Expand Disk drives
3. Right-click your SSD
4. Select Update driver

5. Choose Search automatically for drivers

Also update chipset drivers from your PC or motherboard manufacturer.
7. Check for File System Errors
A corrupted file system may report incorrect free space and prevent Windows from displaying the SSD capacity accurately.
1. Open Command Prompt (Admin)
2. Run the code:
chkdsk X: /f
After the scan completes, restart your PC and recheck the drive.
8. Try a Different SATA / NVMe Slot or USB Adapter
If the SSD is external or has been newly installed, connection-related issues can sometimes affect how the drive is detected or how its size is reported. Start by using a different SATA cable and try connecting the SSD to another motherboard port to eliminate possible cable or port faults.
If the issue continues, test the SSD on another PC to see whether the problem is system-specific. For external SSDs, you can also try using a different USB enclosure or adapter, as faulty adapters may prevent the drive from functioning properly. These steps help rule out hardware or connection-related problems.
9. Check BIOS/UEFI Storage Settings
Incorrect BIOS settings can sometimes limit the detected capacity of an SSD or prevent it from working properly. To troubleshoot this, enter the BIOS or UEFI settings and confirm that the SSD is being detected correctly by the system. You should also make sure the storage mode is set to AHCI, as this mode is recommended for modern SSD performance and compatibility.
If your system has legacy storage restrictions or older compatibility options enabled, disable them if possible. If you are unsure about the current configuration, loading the BIOS default settings can help restore the correct setup. After saving the changes, restart the computer and boot back into Windows to check whether the SSD capacity is now displayed properly.
10. Determine If the SSD Is Failing
If the SSD still shows 0 bytes free after trying all troubleshooting methods, the problem may be related to hardware failure. The SSD controller could be malfunctioning, the NAND memory may be damaged, or the drive might have entered a read-only or degraded state to protect existing data.
In such situations, software fixes are often ineffective, and replacing the SSD is usually the best long-term solution. If important files are stored on the drive, consider backing up or recovering the data as soon as possible before the SSD stops functioning completely.
Wrapping Up
With that, we wrap up our complete guide on how to fix an SSD showing 0 bytes free after formatting in Windows 11. While this issue can be alarming, it is most often caused by partition table problems, unallocated space, file system corruption, or driver/firmware issues, not immediate SSD failure.
By checking Disk Management, recreating partitions, using DiskPart, updating drivers, and verifying firmware, you should be able to restore the correct storage capacity in most cases.