20

I'm interested in the installation size of Windows 10 when it has been installed on an existing, clean, Windows 7 or Windows 8 installation. By "clean" I mean only a standard non-OEM OS and critical drivers, and updates.

For example:

  1. A computer is installed with a typical Windows 7 Ultimate x64 OS
  2. Critical updates are applied to the point that the Windows 10 Upgrade tool is installed
  3. Disk cleanup is executed to recover as much space as possible
  4. The upgrade tool is used to perform the OS upgrade
  5. After the upgrade is complete Disk Cleanup is again performed to recover space

How many GB would this occupy? Would there be a significant difference if upgrading from Windows 7 vs. Windows 8?

STW
  • 1,908

7 Answers7

17

Microsoft says 20 GB for 64-bit OS.

I did a clean install, 12GB. Then added office, 16GB.

Then after a couple of days of windows update 50GB + 10GB in Recycle. 31 Gig in C:\Windows, 5 gig page and hibernate files.

And it grows substantially over time. 120Gig minimum.

This is for a clean install onto a new disk, keeping nothing. You are braver than I am to try an upgrade. My previous Win 7 install had suffered from windows rot (degeneration of the registry over the years) so needed blasting anyway.

(I use a Gargoyle router to throttle the windows update downloads from killing the internet for everyone.)

user198350
  • 4,269
Tuntable
  • 278
4

Today (2018-03-30) I did a clean* install of Windows 10 Pro with 23 GB.

* For me, this includes deleting all unnecessary pre-installed programs (for instance games, OneDrive, Weather, News, etc.), getting the newest updates, and running Window's Disk Clean-Up tool afterwards.

Socowi
  • 719
  • 4
  • 17
4

I did a clean install of Windows 10 Enterprise LTSC N from official iso file that had been published by microsoft itself

at first it was 16.1 GB and after installing updates and driver of my laptop its 28 GB now

3

Windows 8.1 install with updates 40 GB

There are programs like Win Reducer and NT lite to remove unwanted bloat ware.

But you should know what the components you are removing are as you could remove critical system files.

Alternatively, change permissions of the entire C: to give you full access to delete files through the "Properties" "Security" "Advanced" settings Change principle, etc.

Then you can do search for things like

Bing
Zune
Built in apps like Weather News etc.

Just delete them.

Fonts and Languages that are not used can be deleted, as well.

Most other stuff in the WinSXS folder are drivers, and most of them are just incase your system has those devices.

It just covers more computers when you buy the software.

If you know what you are doing most of that can go.

Then there are things like Pagefile.sys and swapfile.sys which is the hybernate files

Turning off Hybernate will remove this.

In a Command Prompt as Admin, run the following:

"powercfg.exe /hibernate off"

Then there are TEMP folders in Windows and the appdata folder under "Users" these are mostly reminants of installation packages.

They can also go.

Just the temp and page files removed are around 3-5gb freed up.

For more on this: https://www.youtube.com/watch?v=iMX5wi7Vz0Q

PeterH
  • 7,595
1

Depending on the size of the drive, after Disk Cleanup, and the size and number of System Restore Points, you can expect a footprint of from around 22gig to as large as 35 gig. This is assuming the Documents folder and Pictures folder do not hold much data.

0

Here they point out, that Compact OS can reduce the footprint from 12.3GB to 10.3GB.

So it is reasonable to assume 12.3GB to be the footprint of a Windows 10 install.

SharpC
  • 623
Tormen
  • 1
  • 1
0

Today (2023-05-24) fresh/clean install Win 10 Enterprise Version: 21H2 Long-Term Servicing Channel (LTSC) [from 2021-11-16] as VM on Hyper-V

Image ISO was: WIN_ENT_LTSC_2021_64BIT_English_MLF_X22-84414.ISO (SHA256: C90A6DF8997BF49E56B9673982F3E80745058723A707AEF8F22998AE6479597D)

AAD joined

  • Before updated: 17.0 GB (Win Explorer) ; Hyper V claimed: 9.41 GB used
  • After updates: 19.3 GB (Win Explorer) ; Hyper V claimed: 14.94 GB used
Tilo
  • 211