Celeb Glow
general | March 07, 2026

After Windows update, notepad app misses its icon. What could be wrong/how to fix this?

After a recent update, notepad app lost its icon: it is not displayed in the corner of the window:

enter image description here

in the taskbar:

enter image description here

in the file system and basically everywhere (the screenshot below is for C:\Windows)

enter image description here

What could be wrong and what can I do about this? Notepad is not an UWP app if I understand correctly (and notepad is the only app that lost its icon as far as I can see); for start menu (I'm using Open Shell) I tried to set the icon manually and it tells that "notepad.exe doesn't contain icons":

enter image description here

and the list from SHELL32.dll doesn't seem to contain the icon as well:

enter image description here

(well, I won't make screenshots covering the whole set, but you got the idea)

May be somebody knows where it should be located? Could it be located in C:\ProgramData\Microsoft\Windows\Start Menu\Programs itself? (since I have Programs organized into folders of my liking, I've deleted some folders with links "restored" in Programs by update; but it would be weird to store the icon only there)

4

3 Answers

Try refreshing the icon cache by executing the following command

ie4uinit.exe -ClearIconCache

for windows 10 use

ie4uinit.exe -show

Alternatively try this or this tutorial

1

In the Properties of Notepad, click the button of Change Icon....

Enter as file name %windir%\system32\notepad.exe and pressEnter to find your icon. Click OK twice.

enter image description here

In my opinion the correct settings for Notepad.exe should better be:
Target: %windir%\system32\notepad.exe
Start In: %HOMEDRIVE%%HOMEPATH%
enter image description here

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy