I want to know the minimum space requirement for each version of Windows (XP-7)?

link|improve this question

25% accept rate
feedback

migrated from stackoverflow.com Aug 21 '10 at 19:57

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 0 down vote accepted

From http://www.microsoft.com/windowsxp/sysreqs/pro.mspx

Windows XP:

  • 300 megahertz or higher processor clock speed recommended; 233 MHz minimum required
  • 128 megabytes (MB) of RAM or higher recommended (64 MB minimum supported; may limit performance and some features)
  • 1.5 gigabytes (GB) of available hard disk space

From http://www.microsoft.com/windows/windows-7/get/system-requirements.aspx

Windows 7:

  • 1 gigahertz (GHz) or faster 32-bit (x86) or 64-bit (x64) processor.
  • 1 gigabyte (GB) RAM (32-bit) or 2 GB RAM (64-bit).
  • 16 GB available hard disk space (32-bit) or 20 GB (64-bit).
link|improve this answer
1  
I think the min. RAM for Windows XP grew with SP3. But nevertheless you should understand these requirements just like the "maximum battery lifetime" of notebooks: They are only true as long as you don't actually use the system. – bytesum Aug 21 '10 at 20:13
feedback

Just be aware that the minimum stated for XP is really the MINIMUM! Don't expect to put XP on a system with a 1.5 GB disk and 64 MB RAM and be able to run programs with anything like reasonable speed. Do expect your disk to show constant activity (thrashing).

With Win7 you can actually run interesting things in 1 GB RAM as long as you can get it loaded on the disk ok. Not sure how tight 16 GB would make it.

link|improve this answer
This should have been a comment rather then an answer. – Diago Aug 21 '10 at 20:18
probably right - feel free to move it – hotei Aug 21 '10 at 21:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.