Windows 11 users are reporting an unexpected storage hog after installing the 24H2 update—an 8.6GB junk file that mysteriously appears on their systems. This hidden storage consumption has sparked frustration among users already dealing with Microsoft's increasingly large Windows updates.

The 8.6GB Mystery File

Multiple users across Microsoft forums and Reddit threads have reported discovering a massive 8.6GB file labeled "Windows~BT" or "$Windows.~BT" after installing the 24H2 update. This appears to be a leftover installation file that should have been automatically deleted post-update.

  • Location: Typically found in C:\Windows\SoftwareDistribution\Download
  • File Type: Temporary update installation files
  • Impact: Consumes valuable SSD space, especially problematic for devices with limited storage

Why This Happens

Microsoft's Windows Update process creates temporary installation files during major updates. While these should be cleared automatically, the 24H2 update appears to be leaving behind these large remnants more frequently than previous updates.

Technical reasons may include:

  • Failed cleanup processes during update
  • Permission issues preventing automatic deletion
  • New update verification mechanisms keeping files longer

How to Safely Remove the Junk Files

Method 1: Disk Cleanup Utility

  1. Press Windows + S and type "Disk Cleanup"
  2. Select your system drive (usually C:)
  3. Click "Clean up system files"
  4. Check "Windows Update Cleanup" and other temporary file options
  5. Click OK to remove

Method 2: Manual Deletion

Warning: Only attempt if you're comfortable with system files
1. Open File Explorer with admin privileges
2. Navigate to C:\Windows\SoftwareDistribution\Download
3. Delete contents (may require admin confirmation)

Method 3: Storage Sense

  1. Go to Settings > System > Storage
  2. Enable Storage Sense
  3. Configure to automatically delete temporary files

Preventing Future Storage Issues

  • Regular maintenance: Schedule monthly disk cleanups
  • Monitor storage: Use tools like WinDirStat to visualize storage usage
  • Update timing: Install major updates when you can monitor the process
  • Backup first: Always create restore points before major updates

Microsoft's Response

As of publication, Microsoft has not officially acknowledged this specific issue with the 24H2 update. However, similar past occurrences suggest they may address it in one of two ways:

  1. A silent fix in future cumulative updates
  2. An updated cleanup routine in a subsequent feature update

User Reactions

The Windows community has expressed mixed reactions:

  • "This is unacceptable for my 128GB Surface device" - Reddit user
  • "Another example of Microsoft ignoring storage constraints" - Tech forum comment
  • "Easy enough to fix, but shouldn't be necessary" - Twitter response

Technical Deep Dive

Analysis of the files suggests they contain:

  • Update payloads
  • Rollback information
  • Verification data

These are typically kept for 10 days post-update for stability purposes, but appear to be persisting longer in 24H2.

Alternative Solutions

For advanced users:

# PowerShell command to clean update files
Get-WindowsUpdateLog -Clean

Or via Command Prompt (admin):

net stop wuauserv
net stop bits
del /q /f /s %windir%\SoftwareDistribution\Download\*.*
net start wuauserv
net start bits

Long-Term Implications

This issue highlights several ongoing Windows concerns:

  1. Storage bloat: Windows 11's increasing storage requirements
  2. Update reliability: Update processes need more robust cleanup
  3. User experience: Lack of transparency about temporary files

When to Seek Help

Contact Microsoft Support if:

  • Files reappear immediately after deletion
  • You experience system instability post-cleanup
  • You're unsure about any cleanup steps

The Bottom Line

While the 8.6GB junk file is frustrating, it's generally safe to remove using the proper methods. Windows 11 users should remain vigilant about storage management, especially after major updates like 24H2.