C drive turning red again? Easy ways to clean up the C drive!
C Drive Full Again? Easy Ways to Clean Up Your C Drive!
Insufficient C drive space is a “common ailment” for most Windows users. When your system drive runs low, it not only affects software installations and system updates but can also slow down your entire machine. Today, we’ll thoroughly clean up the C drive following the principles of “thorough, systematic, and easy to use,” giving your computer a “lightweight boost”!
The “Main Culprits” for Space Usage
- System Junk: Temporary files auto-generated by Windows, update remnants, system cache, etc.
- App Fragments: Installation packages, log files, cache directories.
- Large File Occupiers: HD videos, games, virtual machine images.
- Duplicates & Redundancy: The same files saved in multiple locations.
- Invisible Files: Hibernation file (hiberfil.sys), page file (pagefile.sys), system restore points.
Tip: First, use a “disk usage analysis” tool (e.g., WinDirStat, TreeSize Free) to visually inspect folder sizes and identify key cleanup targets.
Built-in “Cleanup Crew” in Windows
1. Disk Cleanup
- Right-click on C drive in “This PC” → Properties → Disk Cleanup.
- Click “Clean up system files” and wait for the scan.
- Check “Windows Update Cleanup,” “Temporary files,” “Recycle Bin,” etc., and confirm deletion.
Note: Checking “Windows Update backup files” can free up several GB, but rolling back updates will no longer be possible. Proceed based on your needs.
- In Windows 11, the Disk Cleanup tool is not displayed in the “Properties” dialog.
- Press Win+R
- Type:
cleanmgr - Press Enter
2. Storage Sense (Win10/11)
- Settings → System → Storage → Turn on “Storage Sense.”
- Configure policies for automatically deleting “temporary files” and “files in the Recycle Bin.”
- You can set “temporary download files older than XX days to be automatically deleted.”
Manual Cleanup “Tricks”
- Delete Temporary Folders
- Win+R →
%temp%, select all and delete. - Similarly,
C:\Windows\Temprequires administrator privileges.
- Win+R →
- Uninstall Unused Software
- Control Panel → Programs and Features, remove large or rarely used software.
- For Office components you seldom use, consider a streamlined installation.
- Transfer Large Files
- Move videos, images, virtual machine images, etc., to another drive or external hard drive.
- Change software cache paths (e.g., browsers, Photoshop) to D/E drives.
- Empty the Recycle Bin
- Recycle Bin → Empty Recycle Bin.
- You can set “delete without moving to Recycle Bin” for a more direct approach.
- Transfer WeChat/QQ Chat History
- WeChat and QQ chat history is stored by default in C:\Users\
username\Documents. It can sometimes reach tens or hundreds of GB. - In WeChat’s “Settings,” you can choose the download file save location.
- After setting a new location, previously downloaded files won’t be deleted automatically; you’ll need to manually clean them up.
- QQ’s operation method is largely similar to WeChat’s.
- WeChat and QQ chat history is stored by default in C:\Users\
Third-Party Tools
CCleaner
- Cleans browser cache, registry junk, system temporary files.
- “Tools” → “Uninstall Programs,” “Startup Items” management.
BleachBit (Open Source & Free)
- Supports cleanup of various software and system items.
- Allows custom cleanup scripts.
WinDirStat
- Provides a visual graphical analysis of space usage.
- Intuitively identifies “space hogs” for quick cleanup.
Recommendation: Before using, be sure to disable real-time protection or add the tool to the whitelist to avoid accidentally deleting important files.
Advanced Tips & “Hidden Space Hogs”
Disable Hibernation (hiberfil.sys)
1
2# 以管理员身份运行 cmd
powercfg /h offThis frees up space equal to your physical RAM but disables the hibernation feature.
Adjust Page File (pagefile.sys)
- This PC → Properties → Advanced system settings → Performance → Settings → Advanced → Virtual memory → Change.
- Based on your actual needs, you can move the page file to another drive or set it to a fixed size.
Delete Old System Restore Points
- Disk Cleanup → “More Options” → System Restore and Shadow Copies → Clean up.
Daily Maintenance Tips
- Regular Monitoring: Run “Disk Cleanup” once a month.
- Develop Good Habits: Organize files immediately after downloading, transfer large files promptly.
- Back Up Important Data: Avoid regret after accidental deletion.
- System Upgrades: Check for Windows update remnants every six months.