Offline Files Registry Path in Windows

Windows Offline Files, also known as Client-Side Caching (CSC), allows users to access network files locally even when disconnected from the network. This article details the primary Windows Registry paths used to manage and configure CSC caching behavior, including cache re-initialization, storage limits, and synchronization policies.

Primary Registry Path for CSC Parameters

The core caching behavior and service settings for Offline Files are controlled directly through the CSC service registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CSC\Parameters

Under this key, several DWORD values directly impact caching operations:

Group Policy Registry Path for Offline Files

When caching behavior is managed via Administrative Templates or Group Policy, Windows applies the settings under the NetCache key:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\NetCache

Common values configured under this path include:

How to Modify the Offline Files Cache via Regedit

  1. Press Windows Key + R, type regedit, and press Enter.
  2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CSC\Parameters. If the Parameters subkey does not exist under CSC, right-click CSC, select New > Key, and name it Parameters.
  3. Right-click the right pane, choose New > DWORD (32-bit) Value, and enter the specific parameter name you wish to modify (such as FormatDatabase).
  4. Double-click the newly created entry, set the appropriate value, and click OK.
  5. Restart your computer to apply the changes to the Offline Files service.