Microsoft took a serious look at how to save space from the operating system files with Windows 8.1 Update. What they came up with at the time was WIMBoot, which used the recovery partition’s compressed WIM image file as the basis for most of the system files needed by Windows. Since the recovery partition is at least 4 GB in size, this is a pretty substantial savings especially on the lower cost devices which WIMBoot was targeted at.

I’ve discussed the changes with Windows 10 a couple of times, but a recent blog post from Michael Niehaus outlines how the new system works, what it is called, and how to manually enable it.

The last bit there is pretty important, since moving to WIMBoot was not something that could be done easily. It had to be done at the time the system image was put onto the computer, and there were a couple of extra steps OEMs could take in order to incorporate their own software into the WIMBoot.

Standard Partition with Windows 8.1

WIMBoot Enabled Windows 8.1

This also lead to some of the first issues with WIMBoot. The actual size of the recovery partition, if it was just Windows, would be around 4 GB, but once an OEM adds in their own software, along with maybe a copy of Microsoft Office, and all of a sudden the recovery partition could bloat to 10 GB or more. This was a major issue because unlike with a standard install of Windows, the recovery partition can not be removed on a WIMBoot system leaving a large chunk of a possibly small drive used up with no way to reclaim that space.

The other issue was that over time the WIMBoot partition would become less and less used, since when there were security updates to the operating system, key system files would be replaced with a full uncompressed version, but the original version would still be part of the WIM which could not be modified. Over time, Windows would grow and grow to fill more and more of the drive, and the WIMBoot concept was clearly not working out as intended.

So with Windows 10, Microsoft has moved away from the recovery partition altogether. When you do a system reset, Windows will be rebuilt from the components in the \Windows\winsxs folder. This means that the system will also be almost fully patched after a reset, unlike with earlier versions of Windows where any restore off of the recovery partition would revert you back to whatever set of files was used to create the WIM. Only the most recent 30 days of patches will be installed, and this was a design decision in case the reset itself is due to something going wrong within the last 30 days.

The other part of the space savings is from a compression tool Microsoft is calling Compact OS. This kind of goes back to WIMBoot in a way, since the system files are compressed into what amounts to a WIM file. The big difference here is that unlike WIMBoot, CompactOS can be enabled and disabled on the fly.

From an administrative command prompt, simply use the commands:

Compact.exe /CompactOS:query

This will query Windows to see if CompactOS is enabled or not

Compact.exe /CompactOS:always

This will enable CompactOS

Compact.exe /CompactOS:never

This will disable CompactOS

I ran CompactOS on an ASUS TP200S which has 64 GB of eMMC storage. Windows 10 did not enable CompactOS automatically since it was not needed, but manually enabling it saved over 3 GB of space on the C: drive. Luckily ASUS has included enough storage in the TP200S where it’s not really necessary out of the box, but on any system with 32 GB or less this could be a big help.

There is going to be a performance impact of course since the files will need to be decompressed when accessed and the actual differences are something I hope to have a chance to test and document at some point in the not too distant future.

In the end, CompactOS looks to be a nice upgrade over WIMBoot which had a lot of promise, but was not as effective as hoped.

Source: TechNet

Comments Locked

67 Comments

View All Comments

  • ytoledano - Friday, October 2, 2015 - link

    Why can't recovery be done over the Internet? The recovery partition can contain just enough software to connect and download a good image. That image can be kept up-to-date over time. The only drawback is that you need a broadband connection to recover.
  • boeush - Friday, October 2, 2015 - link

    Recovery partitions frequently include custom hardware drivers and OEM software specific to the device and its features. For a scheme such as you propose to work, all vendors would have to subscribe to this global update database, keeping it always current with respect to their various devices and their iterations.
  • jimbo2779 - Friday, October 2, 2015 - link

    or keep those necessary drivers on the partition. A bunch of drivers would be a lot smaller than a whole OS.
  • CaedenV - Friday, October 2, 2015 - link

    MS keeps a pretty large cache of drivers already. I would be surprised if they didn't already have them on file.
  • CoreLogicCom - Friday, October 2, 2015 - link

    I would like to see consumer pcs adopt what hp does with its servers. You get a built in setup system on a rom and it downloads the latest drivers for everything in the system and then injects those drivers into the windows iso as it gets loaded on the hard drive so by the time you boot the OS the first time it has all the latest drivers already loaded and ready to go.
  • kpb321 - Friday, October 2, 2015 - link

    It's nice that you can turn this on for any system you want. Might be a good reason to upgrade my wife to windows 10. Her Windows 7 install has grown a bit bloated from updates and her 60gb ssd is getting a bit full. I wouldn't mind getting her back 3 more gbs on top of what ever upgrading to a fresh version of windows without all the patching bloat saves.
  • mkozakewich - Friday, October 2, 2015 - link

    Upgrading from Win 8 to Win 10 saved me over 10 GB, for some reason. It might be a good idea.

    (You still might want to wait until the massive Windows 10 update I was hearing about slated for October.)
  • Kvaern2 - Saturday, October 3, 2015 - link

    Bet that was mostly your winsxs directory getting the cleanup treatment.

    That's the best thing about Win10 if you ask me. I've seen 30-40GB winsxs dirs on Win7/8.
  • extide - Monday, October 5, 2015 - link

    MS has a tool called deepclean that will purge the winsxs folder of patches that have been superseded by other patches. It can free up significant amounts of space if you have a very old install.
  • eddman - Friday, October 2, 2015 - link

    Have you used Disk Cleanup lately? Run it, click on "Clean up system files" button and let it scan again. See how much is listed under "Windows Update Cleanup". You might want to clean that. Also, restart the computer after the cleanup.

    I'd also suggest you get the TreeSize program and see exactly what's taking up too much space.

Log in

Don't have an account? Sign up now