Disable Thumbs.db Caching in Windows via Regedit

Windows automatically creates hidden thumbs.db files in folders to store thumbnail previews, which can often cause file-locking issues or clutter shared network directories. This guide provides a straightforward method to completely disable thumbnail caching in hidden thumbs.db files by modifying the Windows Registry using the Registry Editor (Regedit).

Step 1: Open the Registry Editor

  1. Press Win + R on your keyboard to open the Run dialog box.
  2. Type regedit and press Enter or click OK.
  3. Click Yes if prompted by User Account Control (UAC).

Step 2: Navigate to the Explorer Policy Key

In the Registry Editor, use the left sidebar to navigate to the following path:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer

Note: If the Explorer key does not exist under Windows, right-click the Windows key, select New > Key, and name it Explorer.

Step 3: Create and Modify the Registry Value

  1. Right-click on an empty space in the right pane under the Explorer key.
  2. Select New > DWORD (32-bit) Value.
  3. Name the new value DisableThumbsDBOnNetworkFolders.
  4. Double-click DisableThumbsDBOnNetworkFolders to open its properties.
  5. In the Value data field, change the number from 0 to 1.
  6. Ensure the Base is set to Hexadecimal, then click OK.

Step 4: (Optional) Apply System-Wide for All Users

To apply this change to all user accounts on the computer:

  1. Navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer
  2. Create the same DWORD (32-bit) Value named DisableThumbsDBOnNetworkFolders.
  3. Set its Value data to 1.

Step 5: Restart Windows Explorer

To apply the changes immediately without restarting your entire computer:

  1. Press Ctrl + Shift + Esc to open the Task Manager.
  2. Locate Windows Explorer in the processes list.
  3. Right-click Windows Explorer and select Restart.

Once complete, Windows will no longer create or maintain hidden thumbs.db cache files.