iSumsoft » Resources »Windows 10» 3 Ways to Remove Previous Windows Installation

How to Remove Previous of Windows Installation in Windows 10

Isabella Shinn
Isabella Shinn

Updated:

Ten days after you upgrade to Windows 10, your previous version of Windows will be automatically deleted from your PC. If your drive is low in space, you can manually delete the previous version of Windows installation. This article describes 3 ways to delete Windows installation files on Windows 10 PC.


How to Delete Windows Installation Folder in Settings

Deleting your previous version of Windows installation(s), here is how:

Step 1: Open Settings app, click System > Storage.

Step 2: Click on This PC and then scroll down the list and choose Temporary files.

See the storage of this PC

Step 3: Under Remove temporary files, select the Previous version of Windows check box and then choose Remove files.

Remove previous version of Windows

How to Remove Windows Installation Folder using Disk Cleanup

Windows .old folder contains a copy of the previous Windows installation in C: disk, and it takes up much of storage. It can free up several GBs of disk space by using the Remove previous Windows installations option in Disk Cleanup Tool.

Step 1: Open the Disk Cleanup tool in the Run.

Press Win+R to open Run dialog, type cleanmgr, and then hit Enter key.

Run the Disk Cleanup tool

Wait while the system is calculating the amount of the used space.

Disk Cleanup calculates space that can be freed

Step 2: Once the tool opens, click Clean up system file button.

Cleanup system files

Step 3: Scroll down till you see Previous Windows installation(s). Check this option and click on OK.

Select Previous Windows installation option

Step 4: Click on Delete Files to complete the task.

Delete files

While there you may also want to delete these upgrade & installation files:

  • Windows upgrade logs files: These files contain information that helps you troubleshoot upgrade & installation process. If your process has gone smoothly, you may delete these files.
  • Windows ESD installation files: If you do not need to reset or refresh your PC, you may delete these files.
  • Temporary Windows installation files: These installation files are used by Windows setup and they can be safely deleted.

How to Delete Windows .old Folder using Command Prompt

If you can't remove the Windows .old folder and other related files with the above options, you can try to remove Windows .old Folder using Command Prompt.

Step 1: Open Command Prompt as administrator.

Press Windows logo + X shortcut keys, then hit A key on the keyboard.

Open commmand prompt as Administrator

Step 2: In Command Prompt window, execute the delete command below, and press Enter.

RD /S /Q %SystemDrive%\windows.old

Run command

Or execute this command step by step if you like:

  • cd C:\
  • attrib -r -a -s -h C:\Windows.old /S /D
  • takeown /f Windows.old /a /r
  • rd /s /q Windows.old

Delete Windows.old folders

The Windows .old folder will be deleted immediately.

To remove Windows .old Folder using Command Prompt at Boot, here's how:

Step 1: You need to open Command Prompt at Boot using Advanced Startup Options in Windows 10.

Step 2: Next is going to Verify the Windows 10 Drive Letter at Boot.

The Windows 10 drive letter may not always be C: at boot like it is while Windows is started, so be sure to verify it's drive letter before doing the command.

1. In the command prompt, type diskpart, and press Enter.

2. Then type list volume and press Enter.

3. From the listed volumes, look for and verify the drive letter of your Windows 10 drive.

4. Finally, type exit and press the Enter key.

Verify Windows 10 drive letter

Step 3: Then execute delete the Windows .old folder command as follows:

RD /S /Q "D:\Windows .old"

Delete previous Windows installation at boot

Tips: D is the actual drive letter of your previous version of Windows because it sizes 47GB. Another volume is too small that can't store the system folders.

Step 4: Close the command prompt. Then click Continue to restart the computer to Windows 10.

Get out of Boot

The Windows .old folder will be deleted immediately.