Are winget apps the same as Microsoft Store apps?

Deok Jong Moon 125 Reputation points
2023-07-18T01:56:02.59+00:00

Basically, I'm trying to build a solution where we could install apps through winget. But, the logic we're having here is that we'd install apps that are from Microsoft Store, so I'm wondering, are those apps I could search on winget the same on Microsoft Store?

By that I mean, the number of apps on winget the same as Microsoft Store? Or at least those from winget include all the apps on Microsoft Store?

Thanks in advance.

Windows for business | Windows Server | User experience | PowerShell
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

Accepted answer
  1. Anonymous
    2023-07-19T06:26:02.62+00:00

    Hi @Deok Jong Moon

    The number of apps on Winget is not the same as the number of apps on the Microsoft Store, but there is some overlap between them. The app count on Winget is community maintained and the app count on Microsoft Store is maintained by Microsoft. Therefore, the number of applications on Winget may be slightly lower than the number of applications on the Microsoft Store. But Winget is still a good source for finding and installing apps.

    Hope the information is helpful.

    Best Regards,

    Hania Lian

    ============================================
    If the Answer is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Limitless Technology 44,776 Reputation points
    2023-07-19T07:13:33.3933333+00:00

    Hello Deok,

    Thank you for your question and for reaching out with your question today.

    Winget and Microsoft Store are two different platforms for installing and managing applications on Windows, and their app catalogs may not be exactly the same. Here's a breakdown of the differences:

    Winget:

    • Winget is a command-line package manager for Windows developed by Microsoft.
    • It allows users to search for, install, update, and uninstall applications directly from the command line using a simple syntax.
    • Winget primarily focuses on open-source and command-line applications, but it also includes some mainstream applications from trusted sources.
    • The catalog of applications available in Winget is curated and managed by Microsoft, but it may not cover all applications available on the wider internet or the Microsoft Store.

    Microsoft Store:

    • The Microsoft Store (previously known as Windows Store) is an app store built into Windows.
    • It offers a wide range of applications, including both free and paid apps, from various developers and publishers.
    • The Microsoft Store is user-friendly and allows users to browse, search, and install applications with a graphical user interface.
    • It includes mainstream applications, games, utilities, productivity tools, and more.

    Differences and Overlaps:

    • While there is some overlap between the applications available on Winget and the Microsoft Store, they are not identical. Winget focuses more on open-source and command-line applications, while the Microsoft Store includes a broader range of applications, including UWP (Universal Windows Platform) apps.
    • Some applications available on the Microsoft Store may not be listed on Winget, and vice versa.
    • Winget might be more suitable for users who prefer a command-line interface and are interested in open-source applications or software readily available through package managers.

    In summary, while there may be some overlap between the apps available on Winget and the Microsoft Store, they are not entirely the same. If you are specifically looking for applications from the Microsoft Store, it's best to use the Microsoft Store app to search for and install those applications. If you want to explore open-source and command-line applications, Winget can be a valuable tool for managing and installing them directly from the command line.

    I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.

    If the reply was helpful, please don’t forget to upvote or accept as answer.

    Best regards.

    3 people found this answer helpful.
    0 comments No comments

  2. Yoha Shap 5 Reputation points
    2024-02-10T11:54:37.2833333+00:00

    Typical AI - many words, little useful information. Here is the real answer: NO. Winget Apps and Microsoft Store apps are not the same, at least not when it comes to the way they are installed. "Winget apps" is like downloading software from the developer and installing it via the provided setup with all the choices. "Microsoft Store apps" is like visiting the store and using the download option. Microsoft Store apps can only be installed for the current user (the user who runs the command), they are installed in C:\Users[username]\AppData\Local\ . The option "--scope machine" won't work. Which means if a machine is used by multiple users, you will need to install the software for each user separately. Winget Apps will be installed by default in whatever the developer sets as the default path, which - in case of a machine-wide install - is usually C:\Program Files\ and therefore they will be available to ALL users on the machine BUT to install them machine-wide administrator privileges are required. Winget Apps also typically allow the usage of the options, see: https://learn.microsoft.com/windows/package-manager/winget/install For example the options: --scope --version --architecture --locale --installer-type --custom --override --rename won't work with msstore.

    1 person found this answer helpful.
    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.