Computer Systems

How to delete Windows.old folder from C drive.

By Md Abul Hasnat 19 Views Oct 17, 2025
How to delete Windows.old folder from C drive.

🧼 Method 1: Delete Windows.old Using Disk Cleanup (Recommended & Safe)

  1. Press Start and type Disk Cleanup
  2. Right-click it → Run as Administrator
  3. Choose your Windows drive (usually C:)
  4. Click “Clean up system files”
  5. Again select the C: drive
  6. Scroll down and find “Previous Windows installation(s)”
  7. Tick that checkbox ✅
  8. Click OK → Delete Files

👉 This will safely remove all old system files, including Windows.old, without any permission error.

🧰 Method 2: Delete Manually (If Disk Cleanup Doesn’t Work)

If the folder still remains or you want to remove it manually:

  1. Open File Explorer → go to *C:*
  2. Right-click Windows.oldProperties
  3. Go to Security tab → click Advanced
  4. Under Owner, click Change
  5. Type your Windows username (e.g., DESKTOP\YourName) → click Check NamesOK
  6. Check “Replace owner on subcontainers and objects”
  7. Click Apply → OK → OK
  8. Now try deleting the folder again.

If it still doesn’t delete, open Command Prompt (Admin) and run these commands one by one:


takeown /F C:\Windows.old /A /R
icacls C:\Windows.old /grant administrators:F /T
rd /s /q C:\Windows.old

👉 This will forcefully remove the Windows.old folder.

⚠️ Important Notes:

  1. Once you delete Windows.old, you cannot roll back to the previous Windows version.
  2. Make sure your current Windows installation is stable before deleting.