88

One of our Windows 2003 servers has a fairly small C-partition, which is approaching full. I've had a quick look round using Disktective as to where the space has gone, and a fair bit of it seems to be taken up with C:\WINDOWS\SoftwareDistribution\Download

I think this folder is used as a temporary storage for Windows Update, but as all the pending Windows updates have now been installed, is it OK to delete the contents of this folder?

Abel
  • 1,562

3 Answers3

93

After you have installed all the pending updates, it is safe to delete all the files and folder under C:\WINDOWS\SoftwareDistribution\Download\

As @Zab said, stop the Update Service while you clean up the folder

  1. Enter net stop wuauserv into an elevated command prompt
  2. Manually clean up C:\WINDOWS\SoftwareDistribution\Download\
  3. Enter net start wuauserv into an elevated command prompt
    As soon as the service starts again, some folders will be re-created. This is ok
deddebme
  • 3,814
6

You should stop "automatic updates" and "windows update" services, then you can delete all downloaded/(and already installed) updates

You can also clean the database folder nearby to "reset" windows update.

Harry reports problem with people who deleted the directories, as opposed to people who deleted files in directory.

ZaB
  • 2,465
3

If I were you I'd run the Microsoft Disk Cleanup wizard and see if it proposes deleting this directory.
If it doesn't do that, then I wouldn't touch it.

harrymc
  • 498,455