show command (winget)

May 19, 2026 ยท View on GitHub

The show command of WinGet displays details for the specified application, including its source and associated metadata.

The show command only shows metadata that was submitted with the application. If the submitted application excludes some metadata, then the data will not be displayed. The installer information presented in the show command is based on the arguments provided and decisions made by WinGet for the current device.

Aliases

The following aliases are available for this command:

  • view

Usage

winget show [[-q] <query>] [<options>]

:::image type="content" source="./images/show.png" alt-text="Screenshot listing winget show vscode command result with the Visual Studio Code icon." lightbox="./images/show.png":::

Arguments

The following arguments are available.

ArgumentDescription
-q,--queryThe query used to search for an application.

Note

The query argument is positional. Wild-card style syntax is not supported. This is most often the string of characters you expect to help find the package you are searching for.

Options

The following options are available.

OptionDescription
-m,--manifestThe path to the manifest of the application to show.
--idFilter results by ID.
--nameFilter results by name.
--monikerFilter results by application moniker.
-v,--versionUse the specified version. The default is the latest version.
-s,--sourceFind the application using the specified source.
-e,--exactFind the application using exact match.
--scopeSelect install scope (user or machine).
-a,--architectureSelect the architecture to show.
--installer-typeSelect the installer type to show. See supported installer types for WinGet client.
--localeLocale to use (BCP47 format).
--versionsShow available versions of the application.
--headerOptional Windows-Package-Manager REST source HTTP header.
--authentication-modeSpecify authentication window preference (silent, silentPreferred or interactive).
--authentication-accountSpecify the account to be used for authentication.
--accept-source-agreementsUsed to accept the source license agreement, and avoid the prompt.
-?,--helpShows help about the selected command.
--waitPrompts the user to press any key before exiting.
--logs,--open-logsOpen the default logs location.
--verbose, --verbose-logsUsed to override the logging setting and create a verbose log.
--nowarn,--ignore-warningsSuppresses warning outputs.
--disable-interactivityDisable interactive prompts.
--proxySet a proxy to use for this execution.
--no-proxyDisable the use of proxy for this execution.

Multiple selections

If the query provided to winget does not result in a single application, then winget will display the results of the search. This will provide you with the additional data necessary to refine the search.

Results of show

If a single application is detected, the following data will be displayed.

Metadata

ValueDescription
NameName of the application.
IdPackage identifier.
IconPackage icon (if sixels is enabled in your terminal)
VersionVersion of the application.
PublisherPublisher of the application.
Publisher UrlPublisher URL of the application.
MonikerAppMoniker of the application.
DescriptionDescription of the application.
HomepageHomepage of the application.
LicenseLicense of the application.
License UrlThe URL to the license file of the application.
Privacy UrlThe URL to the privacy information of the application.
TagsThe tags specified in the manifest.

Installer details

ValueDescription
Installer TypeThe installer type of the application.
Installer UrlThe URL to the installer for the application.
Installer SHA256The SHA 256 has of the installer.
Release DateThe release date for the version of the application.
Offline Distribution SupportedShows if the application can be downloaded.
DependenciesShows dependencies for installing the application.