# How to reset the Windows icon cache to display an updated app logo icon

**URL:** https://community.mp3tag.de/t/how-to-reset-the-windows-icon-cache-to-display-an-updated-app-logo-icon/54432
**Category:** Support
**Created:** [September 18, 2021, 2:46pm UTC](https://community.mp3tag.de/t/how-to-reset-the-windows-icon-cache-to-display-an-updated-app-logo-icon/54432 "2021-09-18T14:46:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Florian](https://community.mp3tag.de/user_avatar/community.mp3tag.de/florian/32/5759_2.png) [@Florian](https://community.mp3tag.de/u/Florian)
#### Post date: [September 18, 2021, 2:46pm UTC](https://community.mp3tag.de/t/how-to-reset-the-windows-icon-cache-to-display-an-updated-app-logo-icon/54432/1 "2021-09-18T14:46:08Z")

</div>

I've updated the app icon with v3.09 and now receive several support messages, where the desktop icon doesn't show the new logo. This is due to Windows' 10 internal caching of icons which can be resolved with a few commands on the command prompt:

1. Open _Start_ and search for _Command Prompt_.

2. Right click on the result and select _Run as administrator_.

3. On the command prompt, enter the following command to navigate to the icon cache location:  
`cd %homepath%\AppData\Local\Microsoft\Windows\Explorer`

4. On the command prompt, enter the following command to end the Explorer process:  
`taskkill /f /im explorer.exe`

5. On the command prompt, enter the following command to delete the icon cache files:  
`del iconcache*`

6. On the command prompt, enter the following command to restart Explorer:  
`explorer.exe`

---

<div class="post-metadata">

### Author: ![system](https://community.mp3tag.de/uploads/default/original/2X/c/ce7035d426cb755a7916793326d23b465222a407.png) [@system](https://community.mp3tag.de/u/system)
#### Post date: [February 9, 2026, 12:29pm UTC](https://community.mp3tag.de/t/how-to-reset-the-windows-icon-cache-to-display-an-updated-app-logo-icon/54432/3 "2026-02-09T12:29:25Z")

</div>


