System Optimization 01: How to Delete Windows.old From Your PC to Free up Space ?
When you upgrade Windows or reinstall it without formatting, a folder named Windows.old is created. This folder contains your previous Windows installation, including system files, settings, and installed programs. While it can be useful for restoring your old setup, it also takes up a significant amount of disk space. If you no longer need it, you can safely remove it to free up space. Here’s how:
Method 1: Using Storage Settings
- Press Win + I to open Settings.
- Navigate to System > Storage.
- Click Temporary files.
- Check the box for Previous Windows installation(s).
- Click Remove files and confirm.
Method 2: Using Disk Cleanup
- Press Win + R, type
cleanmgr
, and hit Enter. - Select the drive where Windows is installed (usually
C:
) and click OK. - Click Clean up system files.
- Check the box for Previous Windows Installation(s).
- Click OK and then Delete Files.
Method 3: Manually Deleting Windows.old
- Open File Explorer and go to
C:\
. - Locate the Windows.old folder.
- Right-click on it and select Delete.
- If you get a permission error, take ownership of the folder:
- Right-click Windows.old > Properties > Security tab.
- Click Advanced > Change (next to Owner) > Enter your username > OK.
- Check Replace owner on subcontainers and objects > Apply > OK.
- Delete the folder again.
Method 4: Using Command Prompt
- Search for Command Prompt, right-click it, and choose Run as administrator.
- Type the following command and press Enter:
RD /S /Q C:\Windows.old
- Wait for the process to complete.
Conclusion
Removing the Windows.old folder can free up a large amount of disk space, especially if you have limited storage. However, make sure you don’t need any files from your old installation before deleting it. If you're happy with your new Windows setup, follow these methods to clean up your system effectively.
If you like comment and share. 🚀
0 Comments