The Three Ways to Change an App Icon on Windows 11

You can change an app icon on Windows 11 through the app's own settings, by editing the shortcut properties, or by replacing the icon file itself. The easiest route depends on which app you want to change and whether you want the new icon to appear everywhere the app launches or only in one specific location.

Most people find success with the shortcut properties method, which takes about two minutes and doesn't require you to dig into system folders. If the app has a built-in icon option, that's even faster—but most don't. The file replacement method works for any app but requires you to locate and overwrite files in your Program Files folder, which carries more risk if you make a mistake.

Key Takeaways

  • The quickest method is right-clicking a shortcut, selecting Properties, clicking Change Icon, and choosing a new image from your computer or Windows' built-in icon library.
  • If you want the icon to change everywhere the app appears (Start menu, taskbar, desktop), you must edit the shortcut that Windows uses to launch the app, not a copy you made yourself.
  • Some apps store their icon in a .ico file inside their Program Files folder; replacing that file changes the icon globally, but you need to know the exact file path and name.
  • Windows 11 includes thousands of built-in icons in the System32 folder that you can use without downloading anything new.
  • If you change an icon and it doesn't update everywhere, right-click your desktop, select Refresh, or restart your computer to force Windows to reload the icon cache.

Changing an Icon Through Shortcut Properties

This is the most reliable method for most users. Right-click the app shortcut (on your desktop, in the Start menu, or in a folder), and select Properties from the menu that appears. At the bottom of the Shortcut tab, you'll see a button labeled Change Icon. Click it.

A window will open showing you icon options. If you want to use one of Windows' built-in icons, they're stored in C:\Windows\System32\shell32.dll—Windows will automatically point you there. Scroll through the list and click the icon you want, then click OK twice to save. The shortcut icon will change when ready.

If you want to use a custom image you downloaded or created, click Browse in the Change Icon window, navigate to the image file on your computer, and select it. Windows works best with .ico files, but it can also use .png, .jpg, and .bmp files. After you select the file and click Open, you may see a list of icons within that file (some image files contain multiple icons). Choose the one you want and click OK twice.

Making the Icon Change Appear Everywhere

If you changed an icon on a shortcut you created yourself, it will only change in that one location. To make the icon change appear in the Start menu, taskbar, and everywhere else Windows displays the app, you need to edit the original shortcut that Windows maintains.

Open File Explorer and navigate to C:\Users\[YourUsername]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs. Find the app's shortcut here (it will have a .lnk extension, though Windows may hide the extension). Right-click it, select Properties, and follow the same icon-change steps described above. This change will now appear everywhere the app is pinned or launched.

If the app doesn't appear in that folder, search for it by name in File Explorer's search box at the top right. Once you find the original shortcut, edit its icon using the Properties method, and the change will sync across your system.

Replacing the App's Icon File Directly

For a permanent change that affects every user on the computer, you can replace the icon file the app uses. This method is more technical and requires you to navigate to the app's installation folder, usually in C:\Program Files or C:\Program Files (x86).

Open File Explorer and go to C:\Program Files. Find the folder for the app you want to change (for example, "Google\Chrome" for Google Chrome). Inside, look for a file with a .ico extension or a .exe file that Windows recognizes as containing an icon. Right-click the file, select Properties, and note the full file path shown at the top.

Before you make any changes, create a backup copy of the original icon file by right-clicking it, selecting Copy, and pasting it in the same folder with a new name like "icon_backup.ico". Then, replace the original icon file with your new one. Make sure your new icon file has the exact same name and file type as the original. Restart your computer or press Ctrl+Shift+Esc to open Task Manager, find Windows Explorer, right-click it, and select Restart to reload the icon cache.

This method carries more risk because if you delete or corrupt the wrong file, the app may not launch correctly. Only use this approach if you're confident about which file you're replacing, or if you've created a backup first.

Finding and Downloading Custom Icons

Windows' built-in icons are useful, but you may want something more distinctive. Websites like Flaticon, Icons8, and DeviantArt host thousands of free app icons you can read. Search for the app name plus "icon" and look for files labeled as .ico or .png.

When you read a custom icon, save it to a folder you can find easily, like your Downloads folder or a dedicated Icons folder on your desktop. Keep the file name straightforward and note where you saved it—you'll need to navigate to it when you click Browse in the Change Icon window.

If you read a .png or .jpg file and Windows won't let you select it as an icon, you can convert it to .ico format using free online tools like CloudConvert or Convertio. Upload your image, select .ico as the output format, read the converted file, and use that in your icon change.

Fixing Icons That Don't Update

Sometimes after you change an icon, it doesn't appear in all the places you expect. This usually happens because Windows caches icon images to load them faster. To force Windows to reload the icons, right-click an empty area of your desktop and select Refresh. If that doesn't work, restart your computer.

If the icon still hasn't changed in the Start menu, open Settings, go to Apps > Apps and Features, find the app in the list, click the three dots next to it, and select Unpin from Start. Then pin it again by searching for the app, right-clicking it, and selecting Pin to Start. This forces Windows to create a fresh shortcut with the updated icon.

For taskbar icons, right-click the icon on the taskbar, select Unpin from taskbar, then pin it again from the Start menu or by searching for the app. This refreshes the taskbar's copy of the icon.

Frequently Asked Questions

Can I use any image file as an app icon?

Windows works best with .ico files, but it can also use .png, .jpg, .bmp, and .gif files. If you have a custom image in another format, convert it to .ico using a free online converter before trying to use it as an icon. Smaller images (32x32 pixels or 64x64 pixels) work better than very large ones.

Will changing an app icon affect how the app works?

No. Changing an icon only changes the image that represents the app—it doesn't alter any of the app's code or function. The app will work exactly the same way it did before.

What happens if I accidentally delete an app's icon file?

If you replaced the icon file directly in the Program Files folder and deleted the original, the app may show a generic icon or no icon at all, but it will still launch and work normally. You can restore the original icon by reinstalling the app or restoring the backup copy you created before making the change.

Can I change the icon for a Microsoft Store app?

You can change the icon on a shortcut to a Microsoft Store app using the Properties method, but you cannot replace the icon file directly because Store apps are protected by Windows. Stick to editing the shortcut properties for Store apps like Mail, Calendar, or Photos.

Why does my custom icon look blurry or pixelated?

This usually means your image file is too small or low resolution. Icons display at 32x32, 48x48, or 256x256 pixels depending on where they appear. Use an image that's at least 256x256 pixels, or create a new icon in a graphics program at that size. Avoid stretching small images, which makes them look blurry.