43

There are a number of sub $200 Windows 10 laptops with only a 32 GB SSD hard drive, like Lenovo 100s, HP Stream 13, etc...

Given that the Windows directory itself is over 32GB on my regular laptop, how do these laptops even function? Is there space to store anything? Wouldn't I have an out of hard drive space problem very soon?

Braiam
  • 4,777
AngryHacker
  • 19,327

7 Answers7

54

Windows 10 uses CompactOS, which compresses Windows files, to make them smaller:

Compact OS Compact OS installs the operating system files as compressed files. Compact OS is supported on both UEFI-based and BIOS-based devices. Unlike WIMBoot, because the files are no longer combined into a single WIM file, Windows update can replace or remove individual files as needed to help maintain the drive footprint size over time.

This can be done automatically by the Windows setup or by manually applying an Image :

DISM.EXE /Apply-Image /ImageFile:INSTALL.WIM /Index:1 /ApplyDir:C:\ /Compact:ON

or in a running Windows via this command:

COMPACT.EXE /CompactOS:always
16

I'm not sure what you have on your laptop but a clean Win 7 install is usually about 12GB's and Windows 10 is spec'd at 16GB's for 32 bit and 20GB's for 64 bit. All that extra on yours might be bloatware from the manufacturer. The 10 GB or so left after the Win 10 install is plenty for a 'netbook', if you want to call it, that will surf the web and word process. There are so many cloud saving options out there it is less important for data to be stored locally.

https://www.microsoft.com/en-us/windows/windows-10-specifications

Also, I would bet that these will have the Home edition and maybe a Home Starter edition like older Win 7 cheapies that won't even let you change the backround. Very small footprint on those.

Cand3r
  • 2,697
10

Many of the Windows 8.1 devices have moved to "WIMBoot". This runs the PC from a compressed Windows image file. https://technet.microsoft.com/en-us/library/dn594399.aspx

Windows image file boot (WIMBoot) lets you set up a PC so that it runs directly from a compressed Windows image file (WIM file). WIMBoot can significantly reduce the amount of space used by Windows files. This helps you provide more free space to users, and helps you manufacture Windows on PCs with smaller drives.

6

Windows 10 uses compress boot which free's up 2-3GB. Windows 10 install using compress boot will only take up 7-9GB. Also there is no longer a need to make a separate partition for the recovery image which will free up an additional 4GB.

5

I've just done a clean install of Windows 10 and Office 365 on a 32GB HP Stream 7 and it's taking 13.9GB including about 400MB of my OneDrive files. It also supports a 32GB SD card (rumour has it that 64GB also works) which on Windows 10 can be used for personal folders and applications.

I've not forced the OS to compact using the procedure described here

2

In addition to the existing answers, a clean OS install of Windows 10 is somewhere around 10 GB, depending on what exactly is installed. I did even manage to get it down to 7 GB once. This will grow over time as patches are applied, browsers build up huge caches on disks, and logs grow. When space gets scarce, Windows will do some cleanup on its own, and let the user know to run Disk Cleanup (right click on the drive->Properties).

If you run Disk Cleanup, and also click "Clean up system files", then check all the boxes, your Windows folder will become considerably smaller than 32 GB.

Additionally, any program you install stores a footprint directly in the Windows Directory, in folders like Windows/Installer, or Windows/InfusedApps/Packages.

Peter
  • 4,630
1

I can say with authority that Windows 10 runs well with a 32 GB SSD, since i've created a couple of virtual machines having exactly that amount of space and 1.2 GB of RAM, running also a SQL Server 2012 with no problem.

Aditionally, Microsoft guarantees Windows 10 good performance having at least 20 GB of hard disk space:

https://www.microsoft.com/en-us/windows/windows-10-specifications#sysreqs

Nevertheless, I encourage you to install just the basic application for daily tasks, and trying to use as many web applications as you can since space would be limited :)