Forum Discussion
Smaddox
Jun 01, 2026Copper Contributor
Fix for CapabilityAccessManager.db-wal Growing Huge in Windows 11
I had a problem where this file kept growing extremely fast and reached around 80 GB: C:\ProgramData\Microsoft\Windows\CapabilityAccessManager\CapabilityAccessManager.db-wal At first, stopping the ...
Irisower
Jun 02, 2026Copper Contributor
The WAL file is a temporary log that helps the main database commit writes efficiently. Normally it stays small. But when something requests location hundreds of times per second, the WAL file grows until it's flushed. At 80GB, your system probably never got a chance to flush it because the writes never stopped.
Smaddox
Jun 03, 2026Copper Contributor
It was writing constantly, I could see the file growing in real time, a meg every 30 seconds. this fixed it:
Settings → Privacy & security → Location
Turn off:
Location services
Also turn off:
Let desktop apps access your location