How to Delete Old Windows Update Files Safely

If you’ve had your Windows PC for a while, chances are your storage is starting to feel cramped.And sometimes, the culprit isn’t a giant game or a bunch of photos — it’s those leftover Windows update files.

You know, the ones Windows keeps “just in case” you want to roll back to a previous version?They can sit quietly in the background, slowly eating up gigabytes of space.

The good news is that you can remove them without causing any harm. Today, I’m going to show you exactly how to delete old Windows update files in a safe, simple way — even if you’re not super techy.

What are Windows Update files and where are they stored?

Have you ever wondering what happens to all those Windows updates once they are downloaded? Then, they’re not just lost in the digital abyss. These update files are stored by Windows in a dedicated folder on your primary system drive, usually C:

You’ll find most Windows Update files in the following location:

C:\Windows\SoftwareDistribution\Download

That folder is where Windows stores the installation files, patches, security updates and service packs that it downloads automatically before applying the contents to your system. Sort of a prep area in Windows before everything gets booted up.

Why Delete Old Windows Update Files?

Windows Does Not Always Manage to Clean Up After Itself. When updates are installed, the original installation files can often be left lying around on your system instead of automatically deleted.

I get it — deleting system files sounds scary.But there are a few good reasons to do it:

  1. More Free Space – These files can take up several GBs.
  2. Less Clutter – Your PC feels cleaner and easier to manage.
  3. No Longer Needed – If your current Windows update is working fine, keeping old files is like holding onto old phone chargers that don’t fit your new phone.

Method 1: Using the Settings app to Delete Old Windows Update Files

The first method is the easiest. You don’t have to dig into system folders.

Open Settings – Click the Start menu and choose Settings. Go to Storage – Navigate to System > Storage.

Windows 11 Settings app showing System and Storage options

Select Temporary Files – Windows will scan for files you can remove.

Selecting Temporary Files option in Windows 11 Storage settings

Find “Windows Update Cleanup” – This is where the old update files live.

Tick the box and click Remove files.

Windows 11 Temporary Files list with Windows Update Cleanup option checked

That’s it! Windows will take care of the rest.

Method 2: Using Disk Cleanup utility to Delete Old Windows Update Files

If you like the traditional way this is for you

Go to the Start menu, type Disk Cleanup, and open it. From the following popup, select your system drive (commonly C:)

Disk Cleanup tool in Windows 11 asking to select system drive

Click Clean up system files

Tick Windows Update Cleanup. Click OK and confirm.

Disk Cleanup with Windows Update Cleanup option selected

If there is a lot to clean up you might need to wait or a couple minutes.

Method 3: Using Command Prompt to Delete Old Windows Update Files

For our techy readers that want more control, the Command Prompt has legitimate options for clearing out update files one (or both) at a time:

  1. Run the Command Prompt as administrator (right click Start and select “Command Prompt(admin)”)
  2. Type: net stop wuauserv and press Enter
  3. Type: net stop bits and press Enter
  4. Type: rd /s /q C:\Windows\SoftwareDistribution and press Enter
  5. Type: net start wuauserv and press Enter
  6. Type: net start bits and press Enter
  7. It disables the Windows Update service, deletes Update file folder and resumes the service. The next time Windows Update is executed, it will simply generate the new directory.

Method 4: Advanced Option – Clearing the SoftwareDistribution Folder

For the brave (or curious), there’s another place old update file hide — the SoftwareDistribution folder. Press Windows + R, type services.msc, and hit Enter.

Run dialog in Windows 11 with services.msc typed

Find Windows Update in the list, right-click it, and choose Stop.

Services window in Windows 11 with Windows Update service highlighted

Launch File Explorer and navigate to: C:\Windows\SoftwareDistribution\Download

Delete everything inside the folder.

Windows 11 File Explorer showing SoftwareDistribution Download folder

Go back to Services and start Windows Update again.

Windows Update service in Services window set to Start

Don’t worry — this doesn’t break future updates.

How Often Should You Delete Old Windows Update Files?

Not too often. This should be good for once in 2–3 months or till the time you feel your free space getting decreased.

Things to Keep in Mind before you Delete Old Windows Update Files

  • You won’t be able to roll back to an older Windows version once these files are gone.
  • Make sure Windows isn’t installing updates when you delete them.
  • If you’re nervous, back up important files first.

Final Thought – Delete Old Windows Update Files for cleaner, faster PC

When I first heard about cleaning out system files, it sounded like something only a techie could do.But honestly, once you try it, you’ll see that how to delete old Windows update files is just a matter of clicking a few buttons.

The result?
A lighter, cleaner, and more spacious computer.

And if you’re looking for even more ways to make your PC run smoothly, you might want to check out my earlier guide: How to Speed Up Windows 11 PC for Better Performance.

FAQ – Delete Old Windows Update Files

Is it safe to delete old Windows update files?

Yes, as long as the updates are fully installed, it’s completely safe to delete old Windows update files.

How much space can I free up by deleting them?

Depending on your update history, deleting old Windows update files can free anywhere from a few hundred MB to several GB.

Can I delete them during an update?

No. Always wait until Windows says the updates are complete.

Will deleting old Windows update files make my PC faster?

While it won’t directly boost speed, freeing up disk space can help your system run more smoothly.

Can Windows delete old update files automatically?

Sometimes it does, but not always — which is why knowing how to manually delete old Windows update files is useful.

Leave a Comment