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
- Press Win + R on your keyboard to open the Run dialog box.
- Type
regeditand press Enter or click OK. - 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
- Right-click on an empty space in the right pane under the
Explorerkey. - Select New > DWORD (32-bit) Value.
- Name the new value
DisableThumbsDBOnNetworkFolders. - Double-click
DisableThumbsDBOnNetworkFoldersto open its properties. - In the Value data field, change the number from
0to1. - 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:
- Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer - Create the same DWORD (32-bit) Value named
DisableThumbsDBOnNetworkFolders. - Set its Value data to
1.
Step 5: Restart Windows Explorer
To apply the changes immediately without restarting your entire computer:
- Press Ctrl + Shift + Esc to open the Task Manager.
- Locate Windows Explorer in the processes list.
- Right-click Windows Explorer and select Restart.
Once complete, Windows will no longer create or maintain hidden
thumbs.db cache files.