Microsoft has confirmed a significant bug in Windows 11's Disk Cleanup utility that incorrectly reports 8.63 GB of temporary Windows Update files available for deletion. This storage space misreporting issue, affecting multiple Windows 11 versions, has caused confusion among users trying to free up disk space.
The Disk Cleanup Bug Explained
The problematic behavior occurs when users:
- Open Disk Cleanup (cleanmgr.exe)
- Select "Clean up system files"
- Check the "Windows Update Cleanup" option
The utility falsely claims there are 8.63 GB of files available for removal, regardless of the actual amount present. Microsoft's Windows Health Dashboard now officially lists this as a known issue affecting:
- Windows 11 22H2
- Windows 11 21H2
- Windows Server 2022
Impact on Users
This bug creates several practical problems:
1. Misleading storage management: Users can't accurately assess reclaimable space
2. Wasted time: Attempting to clean non-existent files
3. False expectations: Believing they've freed up significant space
4. System monitoring issues: Affects accurate storage reporting in third-party tools
Microsoft's Official Response
In their support documentation, Microsoft states:
"After installing updates released January 10, 2024 or later, Windows might incorrectly report the size of Windows Update Cleanup in Disk Cleanup (cleanmgr.exe)."
The company confirms this is strictly a reporting error - no actual files are being incorrectly deleted, and system stability isn't affected.
Temporary Workarounds
While Microsoft works on a permanent fix, users can:
- Use alternative cleanup methods:
- Storage Sense (Settings > System > Storage)
- The newer Cleanup Recommendations tool
-
Manual deletion via Command Prompt (using DISM and compact commands)
-
Verify actual disk space:
- Check before/after cleanup in File Explorer
-
Use PowerShell's
Get-Volumecommand -
Monitor update channels:
- Check Windows Update for patches
- Follow Microsoft's status updates
Technical Background
This bug appears related to how Windows calculates:
- Update package footprints
- Component Store (WinSxS) dependencies
- Update uninstall files
Unlike previous Disk Cleanup issues, this doesn't involve actual file deletion problems - just incorrect size reporting of the "Windows Update Cleanup" category.
Historical Context
Windows storage reporting issues aren't new:
| Year | Issue |
|---|---|
| 2016 | Windows 10's Disk Cleanup deleting user profiles |
| 2018 | Storage Sense incorrectly reporting OneDrive files |
| 2021 | Windows 10 update cleanup failing on some SSDs |
This latest bug continues Microsoft's challenges with accurate storage reporting across Windows versions.
When to Expect a Fix
Microsoft typically resolves such issues within 1-2 monthly update cycles. Users should:
1. Check the Windows Health Dashboard
2. Install all recommended updates
3. Avoid manual registry edits claiming to fix the issue
Best Practices for Windows 11 Storage Management
While waiting for the official fix, experts recommend:
- Regular maintenance:
- Monthly manual cleanup
-
Automated Storage Sense schedules
-
Monitoring tools:
- Built-in Storage settings
-
Reliable third-party analyzers like WinDirStat
-
Update hygiene:
- Keep Windows fully updated
-
Reboot after major updates
-
Backup strategy:
- System restore points before cleanup
- Full backups for critical systems
Looking Ahead
This incident highlights ongoing challenges in Windows storage management. Microsoft appears to be gradually shifting focus from the legacy Disk Cleanup tool to newer solutions like Storage Sense and Cleanup Recommendations. Users should familiarize themselves with these modern alternatives while Microsoft works to resolve this reporting bug in traditional tools.
For enterprise administrators, Microsoft recommends using the newer DISM /AnalyzeComponentStore command for accurate component store analysis until the Disk Cleanup reporting is fixed.