How to reclaim disk space by clearing the Windows.old folder after a Windows 11 feature update
Summary
This guide helps you troubleshoot and resolve: How to reclaim disk space by clearing the Windows.old folder after a Windows 11 feature update. Follow the steps below to fix the issue.
Common Causes
When you upgrade to a new version of Windows 11, the operating system keeps a copy of your previous installation in a folder called Windows.old. This folder is designed to give you a safety net — if something goes wrong with the new version, you can roll back to the previous build within a set window. Once that window closes, the folder is no longer needed and can safely be removed to reclaim between 10 and 20GB of disk space. This guide walks you through the process safely, without affecting your current files or installed applications.
Before You Begin
Before deleting the Windows.old folder, confirm the following:
- Your current Windows 11 installation is running smoothly and you have no plans to roll back.
- The 10-day rollback window has passed (or you are happy to forfeit the ability to roll back).
- You have located any personal files you may have stored in the old installation and moved them to your current profile.
Windows.old folder is deleted, you cannot roll back to the previous version of Windows 11 using the built-in recovery option. Make sure you are committed to the new version before proceeding.
Quick Fix Steps
- Open Settings by pressing
Windows + I. - Navigate to System > Storage.
- Click Cleanup recommendations.
- Tick the box next to Previous Windows installation(s).
- Click the Clean up button and confirm.
If this method works, you are done. If the option does not appear or fails to run, use the detailed instructions below.
Detailed Instructions
Method 1: Storage Sense Cleanup Recommendations
This is the recommended approach for most users. It uses the same system tool Microsoft uses for routine disk cleanup.
- Press
Windows + Ito open Settings. - Click System in the left-hand sidebar, then select Storage.
- Under the storage breakdown, click Cleanup recommendations.
- Windows will scan your drive and display categories of files you can safely remove.
- Scroll down to the Windows update cleanup section.
- Tick the checkbox labelled Previous Windows installation(s).
- Review the total space that will be recovered at the top of the panel.
- Click the Clean up button.
- When prompted with "Are you sure you want to delete these files?", click Yes.
Method 2: Disk Cleanup (Legacy Tool)
If the modern Settings app does not show the option, the classic Disk Cleanup utility still offers full control.
- Click the Start button and type
Disk Cleanup. - Select Disk Cleanup from the search results.
- Choose your system drive (usually
C:) and click OK. - Disk Cleanup will scan the drive. This may take a minute.
- Click the Clean up system files button. You may be prompted for administrator permission.
- Select your system drive again and click OK.
- In the new list, locate and tick Previous Windows installation(s).
- Click OK, then click Delete Files to confirm.
Method 3: Manual Removal via Command Prompt
Use this method only if the first two fail or if you need to script the removal across multiple machines.
- Click Start, type
cmd, then right-click Command Prompt and choose Run as administrator. - Confirm the User Account Control prompt.
- Type the following command and press
Enter:rd /s /q C:\Windows.old - Wait for the command to complete. You will not see a progress bar, but the prompt will return when finished.
Enter. If your Windows installation is on a different drive, replace C: with the correct drive letter.
Verifying the Cleanup
To confirm the space has been reclaimed:
- Open File Explorer by pressing
Windows + E. - Click This PC in the left-hand sidebar.
- Check the drive capacity indicator under your system drive. The free space should have increased by the amount shown during cleanup.
You can also navigate to C:\Windows.old directly. If the folder is gone or shows only a few small files, the cleanup was successful.
Troubleshooting
The "Previous Windows installation(s)" Option Does Not Appear
This can happen if:
- The 10-day rollback window has not yet closed — Windows hides the option until it is safe to delete.
- The folder has already been removed by a previous cleanup.
- System Protection or a third-party backup tool is holding files inside the folder.
Wait until the 10-day window has passed, then try again. If the option still does not appear, use Method 3 to remove the folder manually.
Cleanup Fails With an Access Denied Error
Some files inside Windows.old may be locked by running processes. To resolve this:
- Close any open applications, especially antivirus software.
- Restart your computer and try the cleanup again before launching other programs.
- If the issue persists, boot into Safe Mode and run Disk Cleanup from there.
Disk Space Has Not Increased After Cleanup
If the cleanup reports success but you do not see additional free space:
- Empty the Recycle Bin by right-clicking the Recycle Bin on your desktop and selecting Empty Recycle Bin.
- Check whether System Restore is consuming space. Go to Settings > System > About, click System protection, and review the usage.
- Restart your computer — file system caching can occasionally delay the visible change in free space.
Related Maintenance
While you are freeing up disk space, consider running these additional tasks:
- Storage Sense: Enable this in Settings > System > Storage to automate future cleanups.
- Drive Optimisation: Windows 11 automatically maintains SSDs using TRIM. If you are using a traditional hard drive (HDD), run
dfrguifrom the Start menu to optimise performance. - Temporary Files: Clear the
%TEMP%folder by pressingWindows + R, typing%TEMP%, and deleting the contents.
Still Having Issues?
💻 Open a Ticket