How to Delete or Remove the Windows.old Folder in Windows 10 and Windows 11

tutorial
How to Delete or Remove the Windows.old Folder in Windows 10 and Windows 11

After upgrading Windows, you may notice a folder called Windows.old on your system drive. This folder stores files from your previous Windows installation and can take up a large amount of space. If your current version of Windows is working properly and you do not plan to roll back, you can safely delete this folder to free up storage.

This guide explains how to remove the Windows.old folder in Windows 10 and Windows 11 using safe and reliable methods.

What Is the Windows.old Folder

The Windows.old folder is created when you upgrade Windows, such as moving from Windows 10 to Windows 11 or installing a major feature update. It contains system files, program files, and user data from the previous installation.

Windows keeps this folder so you can revert to the earlier version if something goes wrong. Once you are confident everything is working fine, the folder is no longer needed.

When It Is Safe to Delete Windows.old

You can delete the Windows.old folder if:

  • Your current Windows version is stable
  • You do not plan to roll back to a previous version
  • You have already copied any important files from it

The folder can use anywhere from 10 GB to over 30 GB of storage, especially on systems with many installed apps.

Once deleted, rollback is no longer possible.

Method 1: Delete Windows.old Using Storage Settings

This is the easiest and safest method for most users.

Steps:

  1. Press Windows + I to open Settings
  2. Go to System and select Storage
  3. Click Temporary files
  4. Look for Previous Windows installation(s)
  5. Select it and click Remove files

Windows will delete the Windows.old folder and free up space automatically.

Method 2: Remove Windows.old Using Disk Cleanup

Disk Cleanup is a built-in tool that works well if the folder does not appear in Storage settings.

Steps:

  1. Press Windows + R, type cleanmgr, and press Enter
  2. Select the C: drive if prompted
  3. Click Clean up system files
  4. Select the system drive again
  5. Check Previous Windows installation(s)
  6. Click OK and confirm

Disk Cleanup will safely remove the Windows.old folder.

Method 3: Delete Windows.old Using Command Prompt

Use this method only if the folder refuses to delete using normal tools.

Steps:

  1. Open Command Prompt as administrator
  2. Take ownership of the folder:
takeown /F C:\Windows.old\* /R /A
  1. Grant full permissions:
cacls C:\Windows.old\*.* /T /grant administrators:F
  1. Delete the folder:
rmdir /S /Q C:\Windows.old\

After this, the Windows.old folder will be permanently removed.

Does Windows Delete Windows.old Automatically

Yes. Windows usually deletes the Windows.old folder automatically after about 10 days following an upgrade. If you need storage space sooner, you can remove it manually using the methods above.

Final Thoughts

The Windows.old folder exists to protect you after an upgrade, but it is safe to remove once you are confident your system is stable. Using Storage settings or Disk Cleanup is recommended for most users, while Command Prompt should be used only as a last resort. Always make sure important files are backed up before deleting.

Final Thoughts

The Windows.old folder exists to protect you after an upgrade, but it is safe to remove once you are confident your system is stable. Using Storage settings or Disk Cleanup is recommended for most users, while Command Prompt should be used only as a last resort. Always make sure important files are backed up before deleting.

Discover: Uncategorized

Discussion (0)

Be the first to comment.