MilikMilik

Windows 11’s Silent Storage Killer and How to Stop It

Windows 11’s Silent Storage Killer and How to Stop It
Interest|Laptop Usage

The Hidden Windows 11 Storage Bug You Shouldn’t Ignore

The Windows 11 storage bug is a flaw in the Capability Access Manager service that causes its permission log file, CapabilityAccessManager.db-wal, to grow from a normal few megabytes into tens or even hundreds of gigabytes without user awareness, silently consuming disk space, crippling SSDs, and leaving people wondering why their drive is full despite no obvious large files. This is not a niche technical curiosity; it is a silent storage killer that has pushed some systems to the brink, with verified reports of a single log file reaching roughly 513GB. If your Windows 11 machine has been running low on space for no clear reason, you should treat this bug as your prime suspect, not your own habits.

Windows 11’s Silent Storage Killer and How to Stop It

What’s Really Going Wrong: A 500GB Permission Log

Under normal conditions, CapabilityAccessManager.db-wal—the write-ahead log for the system that tracks app permissions for your camera, microphone, location, and screen capture—stays around 1.6MB to 4MB. The bug breaks that behavior. The WAL file fails to merge or compact back into its main SQLite database, so every logged permission access makes the file grow instead of being folded into a tidy record. Over time, that growth becomes absurd: users have reported sizes of 70GB, 200GB, and one case measured with TreeSize at approximately 513GB. On SSDs of 512GB or 1TB, a 200GB permission log is not a minor annoyance; it can cripple usable space and block updates or large installs outright.

Microsoft’s Quiet Permission Log Fix: KB5095093

Microsoft has confirmed that the storage bug comes from Windows 11’s Capability Access Manager and tied the fix to update KB5095093. That update first appeared as an optional preview on June 23 and is now being rolled into an automatic Patch Tuesday release, with the release notes saying only that it “improves disk space usage for the CapabilityAccessManager.db-wal file”. In other words, the official permission log fix is live, but it arrived with almost no explanation and no prominent warning that a single file may have eaten over 500GB of your drive. The automatic rollout targets mainstream Windows 11 builds, yet Microsoft has not clarified whether the patch shrinks already-bloated files or merely stops them from growing further, so users should verify the result themselves after installing.

How to Check If You’re Hit and Reclaim Disk Space Now

You do not have to wait for Windows Update to discover whether the Windows 11 storage bug is strangling your SSD. From an elevated Command Prompt, run this read-only command: robocopy "C:\ProgramData\Microsoft\Windows\CapabilityAccessManager" "%TEMP%\CAMCheck" /L /B /R:0 /W:0 /BYTES /NP. It lists file sizes in that protected folder without copying anything. If CapabilityAccessManager.db-wal shows only a few megabytes, you are likely safe; if it reports several gigabytes or more, the bug is active. Third‑party disk analyzers such as TreeSize, WizTree, or WinDirStat, when run as administrator, can also flag the swollen log. After installing KB5095093 via Windows Update, run the check again to confirm whether the file has stopped growing and whether any space has been reclaimed. Never delete the file blindly from File Explorer, as the folder is protected and permission errors are expected.

Manual Recovery and Ongoing Prevention

If the bloated permission log has filled your drive so badly that you cannot install updates, you still have options. Users with full disks who cannot run Windows Update can rename CapabilityAccessManager.db-wal from Safe Mode or the Windows Recovery Environment, allowing the operating system to regenerate a fresh, small WAL file and reclaim disk space. This is a practical way to reclaim disk space without waiting for the automatic permission log fix. Going forward, treating storage health like a routine checkup is wise: regularly inspect the System & Reserved area in Settings, use tools such as TreeSize or WizTree to catch unusual growth, and rerun the robocopy command if your free space starts shrinking for no obvious reason. The bug shows how a single misbehaving system service can silently break everyday machines—users need visibility, not blind trust.

Milik earns a commission when you shop through our links, at no extra cost to you. Editorial content is independently selected by our team.

You May Also Like

Comments
Say something...
No comments yet. Be the first to share your thoughts!