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
.
4Post Windows 8.1 support bootable .wim images, which means, it can be a reduced foot print – Ramhound – 2015-12-09T20:44:16.510
1There's lots of other space-users in a long-installed Windows system. I've got one here with 2.1 GB in the CBS (update) log alone! Add another 8 GB for installer caches, some 5 GB for hardlinked SxS binaries (take no real extra space but shows up as extra in naive usage algorithms), etc. – Bob – 2015-12-10T01:50:37.703
1There are a lot of hardlinks in the Windows folder. Many disk-usage tools are unaware of these and will count the size of each link, even though only one copy of the data is actually taking space on the disk. – nobody – 2015-12-10T04:30:18.627
118What do you mean, as little as? That's over 20 times what Windows 95 required! Get off my lawn! – user253751 – 2015-12-10T05:39:24.673
4
Are you sure your Windows directory actually is 32GB? On disk? What Explorer tells you - based on summing the file sizes of all the files in the directory - gives incorrect results when you have simlinks and whatnot, which is why everyone thinks the WinSXS folder is bigger than it actually is. See https://technet.microsoft.com/en-au/library/dn251566.aspx
– piers7 – 2015-12-10T06:49:08.95323@user20574 20 times? IIRC, Win95 was about 50 megabytes. More like 600 times. – oals – 2015-12-10T08:44:19.867
41Windows 3.1 used about 10 MB of disk space. Windows 10 is a better operating system but probably not 30000 times better :-) – RedGrittyBrick – 2015-12-10T11:49:05.050
A 32GB Windows folder is pretty bloated. Have you been running W10m for awhile without doing any cleaning? From a poll I did on G+ (obviously very scientific), the average space was between 19-25GB. – Carcigenicate – 2015-12-10T17:29:19.243
2@user20574 I'd install Windows 95 on it, but it doesn't have a floppy drive :) – AngryHacker – 2015-12-10T18:04:04.413
332GB is damn large. Forget Windows 95, even Windows XP needed like 1.5 GB. – user541686 – 2015-12-10T19:59:28.043
1@AngryHacker: ah, then you need to install Windows 95 in a virtual machine with an image file of the floppy disk mounted... – leftaroundabout – 2015-12-11T01:28:41.023
1The question to ask is: how can an OS install in 32 Gb and not have 31.7+ Gb left over for you. – Kaz – 2015-12-11T18:49:43.477
132 Gb is enough for something like 100 hour-long instructional video lessons, shot in 720P, on how to design and implement an operating system. – Kaz – 2015-12-11T18:51:49.837
2
Sorry for late joining: "as little as 32 GB"?!? NanoLinux [ 1] is an open source, free and very lightweight Linux distribution that requires only 14 MB of disk space including tiny versions of the most common desktop applications and several games. [ 2 ]. ps> MS-DOS 6.22 takes just under 7MB of space... Are you sure you need each of that 32GB? :-)
– Hastur – 2015-12-11T19:49:38.4171
OSes can be designed to run using even less space: MenuetOS's core kernel, including all drivers necessary to operate a system, loads onto a 1.44MB floppy disk, and it's a real-time multitasking graphical operating system, and even comes with some preinstalled games, a compiler, text editor, etc. The extra GB of data comes from all the drivers/hardware support, language packs, shared libraries, specific file formats used, and so on. Also... backwards compatibility. They could probably get Win10 down to a few GB if they dropped support for all apps below Win7.
– phyrfox – 2015-12-11T22:16:37.570"...as little as 32 GB of disk space" What a time to be alive to hear that. – Derek 朕會功夫 – 2015-12-12T03:54:49.443
1Windows 10 requires 32 gigs just for the OS files? What the heck is it doing? AFAIK modern full-featured OSes should be on the order of 4..6, maybe 8. The most recent versions of OS X are; an Ubuntu liveusb fits in about 1; and, of course, you can get those tiny Linux distros that take up a fraction of that. – Blacklight Shining – 2015-12-12T06:09:52.643
@RedGrittyBrick Disk space itself isn't really important - if you look at price-per-windows-disk-space, Windows 10 is much cheaper. The Windows 3.1 I had run on a $400 (today-dollars) 20 MiB HDD, while my Windows 10 installation comfortably fits on a $50 SSD - platters are even cheaper, of course. – Luaan – 2015-12-12T10:33:17.267
1@BlacklightShining Device drivers on their own take more than 8 GiB. That's the price of having Plug and Play that actually works. In any case, it doesn't take up 32 GiB - it's more like 16 GiB for the 32-bit version, and 20 GiB for the 64-bit (which of course includes the 32-bit "emulation" subsystem), including all those Documents and Settings etc. Also note that the installation files are just 3 GiB - most of the size is from things that compress easily, but can't be compressed for some reason. – Luaan – 2015-12-12T10:37:53.190
@BlacklightShining the fresh 64-bit Windows 10 install takes just about ~9-12GB with compact OS. If you use some installer-customization solutions like NTLite to remove unnecessary drivers that could easily stripped down to a few GBs – phuclv – 2018-03-25T05:12:02.863