Hi hpbgsd het,
Thanks for reaching out to Microsoft Q&A!
I know it can feel frustrating when Windows blocks you from managing files on your own computer, especially when you're literally the administrator. This happens because Windows was protecting some files from itself, not from you.
In Windows, File Explorer runs with standard user rights, even for admin accounts. Some files, like thumbcache files, are created and used by Windows so it cannot self‑elevate. Hence, the delete action is blocked with “need permission from the administrator” — it means the Elevated permission, which needs to be granted by you.
Now, going back to your thumbcache files, did you successfully remove them yet? I hope it works, but in case it doesn’t, I have some other suggestions you can consider checking out:
1 - Disk Cleanup
- Press Win + R > type
cleanmgr> press Enter. - Select your
C:drive > Clean up system files >C:again - In the list, check the box for Thumbnails > click OK > Delete Files.
2 -Take ownership and delete manually
- Open File Explorer and navigate to
C:\Users\[YourUsername]\AppData\Local\Microsoft\Windows\Explorer - Right-click the
thumbcachefile you want to delete > Properties. - Go to the Security tab > Advanced > Owner then click Change
- Type
administratorsin the box > Check Names > OK. - Check the box Replace owner on subcontainers and objects
- Apply the changes > go back in the Security tab > click Edit
- Select Administrators > check Full Control > Apply and OK.
3 - Use Command Prompt / PowerShell with admin rights
- Press Win + X > choose PowerShell / Terminal (Admin)
- Type:
del /f /s /q /a %LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db - Press Enter > let it run and then restart your PC.
4 - Disable thumbnails via Registry
- Press Win + R > type
regedit> press Enter to open Registry Editor - Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced. - Right-click in the right pane > New > DWORD (32-bit) Value:
- Name:
DisableThumbnailCache - Set its value to
1 - Restart your computer.
- Name:
Disclaimer: Generally, modifying registry subkeys or work group is intended for advanced users, administrators, and IT Professionals. It can help fix some problems, however, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For further protection, first check out How to back up and restore the registry in Windows - Microsoft Support
I hope the answer above gives you the explanation for what you’re experiencing. Let me know if there’s anything not clear enough!
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.