How to certify a desktop app for Windows 11

Julian Volberg 1 Reputation point
2021-11-19T10:47:53.847+00:00

I am tasked with finding out how to certify our desktop app for Windows 11, so that we can use a "Windows 11 certified"-logo on for example promotional material.

I already tried to follow this article:
https://learn.microsoft.com/en-us/windows/win32/win_cert/windows-certification-portal
but it is heavily outdated, and any redirections it gives, lead to seemingly unrelated places (e.g. a malware analysis service, or a page for hardware certification).

The Windows App Cert Kit of the Windows 11 SDK requires a .MSIX but our app is not an UWP app and is not available on the Microsoft Store.
Even if I were to convert the installer, I wouldn't know where to submit the results.

Is it currently even possible to test a .msi and submit the results somewhere to get your app certified for Windows 11?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
10,667 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Reza-Ameri 17,026 Reputation points
    2021-11-19T15:51:20.197+00:00

    Microsoft doesn't have any standalone program to certify third-party application. In case you want to get some sort of approval, your company may join Microsoft Partner program which is:
    https://partner.microsoft.com/en-US/
    They will help you to promote your company and business.
    You may publish Desktop app in the Microsoft Store too, take a look at:
    https://developer.microsoft.com/en-us/microsoft-store/desktop-apps/

    1 person found this answer helpful.

  2. Limitless Technology 39,796 Reputation points
    2021-11-23T08:56:05.09+00:00

    Hi there,

    For an app to qualify for Windows 11 Desktop App Certification it must meet the following criteria

    It must be a standalone app
    It must run on a local Windows 10 PC
    It can be a client component of a certified Windows Server app
    It must be code and feature complete
    It must not communicate with Windows Store apps via local mechanisms, including via files and registry keys, except in the supported enterprise scenarios
    It must not jeopardize or compromise the security or functionality of the Windows system
    It must have a unique name and must not be trademarked by others
    All external components must be certified separately or be compliant with the Windows App Certification Kit
    It must have an opt-out option for any bundled apps

    This will brief you the process https://learn.microsoft.com/en-us/windows/win32/win_cert/certification-requirements-for-windows-desktop-apps

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

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.