Mission Bay Store: OPEN Feinrose Plaza Store: OPEN Call us now: 561-279-6888

Windows 11 C: Drive Suddenly Full? CapabilityAccessManager.db-wal May Be the Cause

Yes, your Windows 11 C: drive can fill up overnight because of a single Microsoft bug — not a virus, not an accidental download, not anything you did wrong. In our shop here in Boca Raton, we’ve already seen South Florida laptops and desktops arrive with completely exhausted C: drives where a system file most users have never heard of is the sole culprit: CapabilityAccessManager.db-wal. You don’t need to panic, reinstall Windows, or buy a new drive. Microsoft confirmed the issue and released a fix in June 2026. Here’s what you need to know to check your PC and get it healthy again.

Get Your Windows PC Diagnosed Today

Same-day PC and laptop diagnostics at both Boca Raton locations. Walk-ins welcome — no appointment needed.

Call (561) 279-6888

What Is Happening to Windows 11 C: Drives?

In late June 2026, Microsoft confirmed a bug in Windows 11 versions 24H2 and 25H2 that causes one system file to grow to extraordinary sizes — filling the C: drive to capacity without any action from the user. The file is called CapabilityAccessManager.db-wal, and in a healthy system it weighs only a few megabytes. In affected machines, the same file has been documented at 12 GB, 100 GB, 200 GB, and in at least one case close to 500 GB — enough to completely fill a mid-range laptop drive.

The bug appears to stem from Windows repeatedly logging app permission events — every time an app accesses the camera, microphone, location, or screen recording — without properly merging those records into the main database. Instead, the events pile up in a write-ahead log file that never compacts. Over days or weeks, the file quietly consumes free space until the drive is full.

Users first notice familiar symptoms: Windows low-disk-space warnings appearing out of nowhere, applications refusing to open, the PC running slowly, or Windows Update failing to download patches. At that point, many South Florida residents assume the worst — a failing hard drive, a virus, or a serious hardware problem. In our experience diagnosing Windows storage issues in our Boca Raton shop, roughly 1 in 3 “sudden C: drive full” cases this season traced back to a single runaway system file, not a hardware failure. This particular bug now sits high on our checklist.

Not every Windows 11 device is affected. If your machine is on 24H2 or 25H2 and you haven’t noticed unusual disk usage, you may be among the majority of unaffected users. But if your C: drive has been filling up unexpectedly, this is the first place to look before spending money on a hardware upgrade.

What Is CapabilityAccessManager.db-wal? (The File Behind the Problem)

CapabilityAccessManager.db-wal lives at C:ProgramDataMicrosoftWindowsCapabilityAccessManager. It is the write-ahead log (WAL) for the Windows Capability Access Manager database — the Windows subsystem that tracks which applications have been granted permission to use privacy-sensitive hardware and features: your camera, microphone, precise location, screen capture, and related controls.

The .db-wal extension signals a SQLite write-ahead log. In a healthy SQLite database, the engine periodically “checkpoints” the WAL: it merges buffered write records from the log into the main database file and resets the log to near-zero size. In systems affected by this bug, the checkpoint either fails to trigger or runs incorrectly. Windows keeps appending new permission events to the WAL without ever merging them — and the file grows without bound until it fills the drive.

Think of it like a restaurant order system where tickets are supposed to be filed away at the end of each shift. Due to a software glitch, the filing never happens. The pile of unprocessed tickets keeps growing until it overwhelms the kitchen. The permissions data is still valid; it’s just accumulating in the wrong place at an unsustainable rate.

This file is an active Windows system component tied to the Capability Access Manager service. It cannot be deleted casually while Windows is running without stopping the associated service first, and doing so incorrectly can put the database in an inconsistent state — which is why Microsoft’s official fix (KB5095093) is the recommended path over DIY file deletion.

How to Check If Your Windows 11 PC Is Affected

Before calling a tech support line, booking a Geek Squad appointment at Best Buy, or replacing your drive, take two minutes to check this specific file. You don’t need any third-party software — Windows File Explorer handles this completely.

Step 1: Navigate to the CapabilityAccessManager folder

Open File Explorer, click inside the address bar at the top, and paste this path exactly:

C:ProgramDataMicrosoftWindowsCapabilityAccessManager

Note: ProgramData is a hidden system folder. If you cannot see it when browsing your C: drive, go to View → Show → Hidden items in File Explorer to reveal hidden folders and files.

Step 2: Check the CapabilityAccessManager.db-wal file size

Inside the folder, right-click on CapabilityAccessManager.db-wal and select Properties. On a healthy Windows 11 PC this file should be a few megabytes — typically under 50 MB. If the size is measured in gigabytes, your system is affected by the bug. Affected users have reported sizes ranging from 12 GB to 200 GB and higher.

Step 3: Cross-reference with your overall C: drive usage

Right-click your C: drive in File Explorer and select Properties. Compare the “Used space” total against what you would expect based on your installed apps and personal files. If CapabilityAccessManager.db-wal accounts for an unexplained chunk of that used space, you have confirmed the source.

In our experience, South Florida laptop owners are often relieved to find the problem is software-based rather than hardware. A same-day diagnostic at Gadget Medics rules out physical drive problems — early wear, bad sectors, imminent failure — and confirms whether it is purely the WAL bug or something additional. You know exactly what you are dealing with before spending anything on a fix.

What Microsoft’s KB5095093 Update Actually Fixes

KB5095093 was released by Microsoft on June 23, 2026, as an optional preview update for Windows 11 24H2 (OS Build 26100.8737) and 25H2 (OS Build 26200.8737). The official Microsoft Support release notes state under Storage: “This update improves disk space usage for the CapabilityAccessManager.db-wal file.”

In practical terms: the update corrects the checkpoint logic in the Capability Access Manager’s database engine so the WAL file compacts properly instead of growing indefinitely. After applying KB5095093, Windows resumes normal WAL management and the runaway growth stops.

One important detail: the update stops future growth but does not immediately reclaim gigabytes already consumed. If the file has already ballooned to 50 GB or 200 GB on your system, installing the update does not instantly free that space. Windows will gradually compact the WAL through normal database maintenance. If you need the drive space reclaimed quickly — because Windows itself is struggling — hands-on help is faster than waiting.

How to install KB5095093 today

KB5095093 is an optional preview update, so Windows will not push it automatically until the broader rollout. To install it now:

  1. Open Settings → Windows Update
  2. Click Check for updates
  3. Scroll to Optional updates and look for KB5095093
  4. Click Download and install

If you prefer to wait, Microsoft has confirmed the fix will be included in the July 2026 Patch Tuesday automatic update cycle, which installs on most Windows 11 systems overnight without user action.

What if Windows Update won’t run because the drive is too full?

This is the catch-22 many affected South Florida users hit: the drive is so full that Windows Update cannot download and stage the patch. You don’t need to call Geek Squad or Microsoft’s support line and wait days for a callback. A same-day visit to Gadget Medics in Boca Raton lets us free up space manually, apply the update correctly, and verify the file has stabilized — all in one visit, while you wait or run a quick errand.

Should You Delete the File Yourself? Why We Recommend Caution

You don’t need to manually delete this file, and in most cases doing so carries unnecessary risk — especially if you have never worked with Windows services or system databases before.

CapabilityAccessManager.db-wal is a live system file tied to an active Windows service. Deleting it while the Capability Access Manager service is running can leave the database in an inconsistent state. Windows will recreate the file on restart, but the recreation process is not always clean when the system is already under severe storage pressure. Some users who deleted the file without stopping the service first encountered additional Windows errors and had to run the System File Checker (sfc /scannow) to stabilize the machine.

Tech forums suggest a workaround: use PowerShell or Services.msc to stop the CapabilityAccessManager service, delete the WAL file, then restart the service. For experienced Windows administrators this can work. But it is a bypass of the official fix, it does not address the root cause, and the file can regrow if KB5095093 has not been applied.

Our recommendation: apply KB5095093 first if at all possible. If your drive is critically full and Windows Update cannot run, bring your laptop or desktop to our Boca Raton shop for same-day service. We can safely stop the service, reclaim the space, apply the fix, and verify your system is stable — with no guesswork and no risk to your existing data. Our diagnostic policy explains how the process works; any diagnostic fee is always credited toward the repair cost if you proceed.

If a big-box tech counter like Geek Squad at Best Buy tells you they need to reinstall Windows to fix a full C: drive, ask for a second opinion first. This specific bug does not require a factory reset, and a full reinstall means losing your files and applications when a targeted same-day fix would do the job.

Why South Florida Windows PCs Are More Vulnerable Than You Think

In our Boca Raton shop, we see a pattern with Windows storage issues that is specific to South Florida — and it makes bugs like this one hit harder here than in many other parts of the country.

South Florida heat and humidity put Windows laptops under sustained thermal stress. Boca Raton homes and Palm Beach County offices run air conditioning most of the year, but the temperature swings when AC cycles off — combined with Florida’s consistently high ambient humidity — mean laptop fans run nearly constantly on older machines. A thermally stressed PC is more likely to fail on background maintenance tasks, including database operations like SQLite checkpointing. In our experience, South Florida laptops typically show thermal-related wear a couple of years earlier than similar machines used in cooler, drier climates.

There is also the update-deferral pattern we see constantly in South Florida homes and small businesses. Many residents in Boca Raton, Delray Beach, Pompano Beach, Deerfield Beach, Boynton Beach, and Coral Springs disable automatic updates to avoid unexpected restarts during work hours or streaming. That is understandable — but it means the July 2026 Patch Tuesday fix will not arrive without someone manually triggering it. In the meantime, CapabilityAccessManager.db-wal keeps growing on every affected machine that has not received KB5095093.

Same-day PC and laptop diagnosis is available walk-in at both our Boca Raton locations. Whether you are on a three-year-old HP, a Dell that was upgraded from Windows 10, or a custom-built Windows desktop in a Palm Beach County home office — we see all configurations and can diagnose the storage issue the same day you bring it in.

South Florida’s tech support landscape skews heavily toward the big chains: Best Buy Geek Squad appointments at Boca Raton or Pompano Beach typically book days in advance, and their default approach for a severely full C: drive often means a system reset that wipes your data. A local independent shop gives you same-day service with a real technician — not a remote script or a chain-store checklist — and a targeted fix that keeps your files intact.

Why Boca Raton Trusts Gadget Medics for PC and Laptop Diagnosis

Gadget Medics has been repairing electronics in Boca Raton since 2018. In our experience, Windows storage problems — whether caused by a bug like this one, a failing drive, years of accumulated bloat, or malware — are almost always diagnosable and fixable the same day. You don’t need to ship your laptop to a big-box service center. You don’t need to wait days for a Geek Squad appointment at Best Buy in Boca Raton or Pompano Beach. You don’t need to call Microsoft’s paid support line and share your screen with a stranger. You don’t need to accept a factory reset and lose everything when a targeted same-day fix is available right here in South Florida.

We serve walk-in customers from across Palm Beach County and northern Broward County — Boca Raton, Delray Beach, Pompano Beach, Deerfield Beach, Boynton Beach, Coral Springs, and Parkland — at two convenient Boca Raton locations:

  • Mission Bay Plaza: 20437 State Road 7, Suite B-7, Boca Raton, FL
  • Feinrose Plaza: 1906 Clint Moore Rd, Unit 5, Boca Raton, FL

Trusted by 624+ Boca Raton-area neighbors with a 4.9-star rating across both South Florida locations. Walk-ins welcome at both — call (561) 279-6888 to confirm current hours before stopping by.

We handle Windows laptop repair and desktop PC repair for all brands and configurations — storage diagnosis, Windows troubleshooting, drive replacement, and data recovery in Boca Raton. If your drive has reached the point where files may be at risk, our data recovery service can retrieve photos, documents, and work files even from drives that Windows can no longer read.

Same-day diagnosis at Gadget Medics means you walk in, we assess your machine (while you wait or leave it for an hour), and you walk out knowing exactly what is wrong and what it costs to fix — before any work starts. You see the price before we touch anything.

Members of our Broken Club program enjoy lifetime warranty on covered repairs and always-free diagnostics — the kind of long-term relationship a local South Florida shop can offer that no big-box chain ever will.

Frequently Asked Questions

Is every Windows 11 PC affected by the CapabilityAccessManager.db-wal bug?

No. Microsoft confirmed the bug exists in Windows 11 24H2 and 25H2, but many users on those versions report no unusual disk usage at all. To check, navigate to C:ProgramDataMicrosoftWindowsCapabilityAccessManager and right-click the CapabilityAccessManager.db-wal file to view its size. A healthy system shows this file under 50 MB. If it is measured in gigabytes — especially over 10 GB — your machine is affected.

Can I just delete CapabilityAccessManager.db-wal to free up space?

We recommend applying KB5095093 before attempting to delete the file manually. Removing a live SQLite WAL without stopping the associated Windows service can cause database inconsistency. If your drive is so full that Windows Update will not run, a same-day visit to our Boca Raton shop lets us safely reclaim the space and apply the fix — without risking your system or your data.

Will KB5095093 install on my PC automatically?

Not yet as of July 2026. KB5095093 is currently an optional preview update. To get it now, go to Settings → Windows Update → Check for updates and look for it under optional updates. If you prefer to wait, Microsoft expects to include it in the July 2026 Patch Tuesday rollout, which installs automatically on most Windows 11 machines.

What if my C: drive is too full for Windows to download the update?

This is the most common situation we see at our Boca Raton shop — the drive is critically full, Windows Update cannot stage the patch, and the PC is sluggish or partially non-functional. Same-day service at Gadget Medics can safely clear space through controlled manual steps, apply the update, and verify the system is stable — all in one visit. Walk-ins welcome at both South Florida locations.

Could a full C: drive cause me to lose data?

The bug itself does not corrupt files, but a completely full system drive is genuinely risky. Windows and applications can fail unpredictably when there is no space to write temporary files, and background processes — including Windows’ own backup and recovery tools — stop working silently. If your PC has been running near-full for weeks, a same-day diagnostic at Gadget Medics is worth doing to confirm everything is stable. Our diagnostic policy explains how the process works; any diagnostic fee is always credited toward your repair if you proceed.

Does Gadget Medics repair Windows PCs, not just phones?

Absolutely. Windows laptop repair and desktop PC repair are among our most in-demand services in Boca Raton — alongside data recovery. Same-day storage diagnosis and Windows troubleshooting available walk-in at both South Florida locations. Call (561) 279-6888 or just stop by.

Contact Us

Contact us

By submitting this form, you consent to our collection and use of your information as described in our Privacy Notice.