Shrinking drive C: to 500 MB is not possible, and the “available shrink space” showing 0 or the Shrink option being greyed out indicates Windows cannot move required system files to create free space at the end of the partition.
Key points from the behavior:
- Drive C: is the system partition and must remain large enough for Windows, apps, paging file, hibernation file, and restore points.
- Windows can only shrink an NTFS/basic volume up to the point of unmovable files (for example, paging file, shadow copy storage, some system files). If those files sit near the end of the partition, the maximum shrink size becomes 0 and the Shrink option is disabled.
- Even if shrinking were allowed, Windows 11 alone requires many GB of space; a 500 MB C: drive cannot run Windows.
To understand why shrinking is blocked:
- Shrink operations only work on:
- Basic volumes with no file system, or
- NTFS volumes.
- Windows cannot move certain files (paging file, shadow copy storage, bad cluster mappings). If such files are located near the end of the partition, the shrink boundary stops there.
- If the shrink fails or shows 0 MB available, Windows logs an event (ID 259) that identifies the unmovable file.
If the goal is to create another partition, the supported approach is:
- Leave C: large enough for Windows and apps (tens of GB, not MB).
- Use Disk Management to shrink C: only by the amount Windows allows:
- Right‑click Start → Disk Management.
- Right‑click C: → Shrink Volume.
- Accept or reduce the suggested shrink size (do not try to shrink to 500 MB total).
- Use the resulting unallocated space to create a new simple volume.
If Disk Management still shows 0 MB available to shrink:
- Check for unmovable files blocking shrink:
- Open Event Viewer → Application log and look for event ID 259 to see which file is unmovable.
- If possible, temporarily relocate or reduce those features (for example, move paging file or shadow copies to another disk, then shrink, then move them back). This is only feasible if there is another physical disk.
- If there are too many bad clusters, shrinking is not supported; in that case, data must be moved to a new disk instead of shrinking.
Because of these limitations and Windows 11 requirements, drive C: cannot be shrunk down to 500 MB. Only a modest reduction (if any) is supported, and only when unmovable files are not blocking the end of the volume.
References: