Windows may be reserving up to 10GB of storage on some PCs without users noticing, but the feature can be disabled for those needing every byte. A built-in function called Reserved Storage automatically allocates 5GB to 10GB of SSD space for system updates, cache, and temporary files. This is designed to help Windows run more smoothly during updates, but it can be turned off via a command line for users with limited storage. The process involves navigating to Settings > System > Storage > System & Reserved, then using the DISM command in Command Prompt as an administrator: DISM.exe /Online /Set-ReservedStorageState /State:Disabled. After a restart, the reserved space is released back to the user. This change is most relevant for devices with smaller SSDs, such as 128GB or 256GB models, where 10GB represents a significant portion. For those with 512GB or more, the impact is minimal—10GB is less than 2% of total storage. Users are advised to try other cleanup methods first, such as clearing cache or using Microsoft's free Windows PC Manager tool to remove junk files. Reserved Storage can be re-enabled with the same command by replacing "Disabled" with "Enabled," which is recommended before major system updates.
When Microsoft quietly reserves 10GB of storage on a user's PC, it's not theft—it's design. But the fact that users must dig into command-line tools to reclaim their own space reveals a deeper issue: Windows still treats user control as optional. For Nigerian developers or startups working on low-budget hardware, that 10GB could mean the difference between running a dev environment or constantly juggling files. If you're using a 256GB laptop common in local markets, this "helpful" feature suddenly feels less helpful.