Why are Windows 10 search icons of UWP Apps displayed on blue background?

Jakob Krummeich 20 Reputation points
2023-10-10T06:39:51.55+00:00

Hello,

I am working on the development of an UWP app. On Windows 10 Pro 22H2 (Build 19045.3448) the search icons of my UWP apps are always displayed on a blue blackground (aka "plated"). For the start menu and the task bar this is not the case, i.e. they are displayed unplated with a transparent background. On Windows 11 the search icons (of the same apps) are also displayed unplated.

What I already tried:

checking with other UWP apps

manually replacing the respective icon in the windows search icon cache (located in "C:\Users\{USER}\AppData\Local\Packages\Microsoft.Windows.Search_cw5n1h2txyewy\LocalState\AppIconCache\100") with a different icon, which was then also displayed plated

various combinations of qualifying the icon assets of the UWP app as described in "https://learn.microsoft.com/en-us/windows/uwp/app-resources/tailor-resources-lang-scale-contrast#targetsize" (and of course rebuilding the app)

Icons of other apps (which are non-UWP as far as I can see) such as Microsoft Edge are also not displayed plated.

Is there anything I can do as a developer of an UWP app to make the search icons on Windows 10 be displayed unplated?

Best Regards

Jakob Krummeich

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,075 questions
Universal Windows Platform (UWP)
{count} votes

Accepted answer
  1. Roy Li - MSFT 34,281 Reputation points Microsoft External Staff
    2023-10-19T01:50:33.4066667+00:00

    Hello,

    Welcome to Microsoft Q&A!

    I got your point, actually you are checking the search result of the search bar. I have to say that's a system behavior that we can't change from the UWP side.

    You could check the built-in UWP app of the Windows like Calculator, Calendar, Settings or Microsoft Store app, all of them have the same blue background when they are shown in the search result. Only for those apps aren't UWP like Edge, VS will have the behavior you want.

    Besides, this behavior has been changed in Windows 11. In my test for Windows 11, all the apps will have the behavior you want when shown in the search result.

    Thank you.


    If the answer is the right solution, 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.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.