Skip to content

How to Rebuild the Windows Explorer Thumbnails

Kevin Routley edited this page Aug 29, 2021 · 1 revision

How to recreate the thumbnail cache using Command Prompt

  1. Open Start.
  2. Search for Command Prompt.
  3. Right-click the result and select Run as administrator.
  4. Type the following command to stop File Explorer and press Enter: taskkill /f /im explorer.exe
  5. Type the following command to delete all the thumbnail database files without asking for confirmation and press Enter: del /f /s /q /a %LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db
  6. Type the following command to start File Explorer and press Enter: start explorer.exe
  7. Close Command Prompt to complete the task.