You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/package-manager/winget/features.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
---
2
2
title: features Command
3
3
description: Displays the list of experimental features available and the state.
4
-
ms.date: 07/11/2024
4
+
ms.date: 07/16/2025
5
5
ms.topic: overview
6
-
ms.localizationpriority: medium
7
6
---
8
7
9
8
# features command (winget)
10
9
11
-
The **features** command of the [winget](index.md) tool displays a list of the experimental features available with your version of the Windows Package Manager. Experimental features are only available in preview builds. Instructions for obtaining a preview build can be found in the [GitHub repository](https://github.com/microsoft/winget-cli).
10
+
The **features** command of the [winget](index.md) tool displays a list of the experimental features available with your version of the Windows Package Manager.
12
11
13
12
Each feature can be turned on individually by enabling the features through [**settings**](./settings.md).
14
13
@@ -18,13 +17,13 @@ You can find the latest up to date information features on the [experimental fea
Notice above that the status of each feature is listed. If the feature is **disabled** you will not be able to use it. If the feature is **enabled** you will notice that the command will be available to you through **winget**.
24
23
25
-

24
+
:::image type="content" source="./images/features-help.png" alt-text="Screenshot listing winget features command help options." lightbox="./images/features-help.png":::
26
25
27
-
To enabled any disabled features, go to **settings** and enable the feature.
26
+
To enable any disabled features, go to **settings** and enable the feature.
28
27
29
28
> [!NOTE]
30
29
> Features may be managed by group policy. You can use the **winget --info** command to view any policies in effect on your system.
Copy file name to clipboardExpand all lines: hub/package-manager/winget/list.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
---
2
2
title: list Command
3
3
description: Displays the list of listed apps and if an update is available.
4
-
ms.date: 07/11/2024
4
+
ms.date: 07/15/2025
5
5
ms.topic: overview
6
-
ms.localizationpriority: medium
7
6
---
8
7
9
8
# list command (winget)
10
9
11
-
The **list** command of the [winget](./index.md) tool displays a list of the applications currently installed on your computer. The list command will show apps that were installed through the Windows Package Manager as well as apps that were installed by other means.
10
+
The **list** command of [WinGet](./index.md) displays a list of the applications currently installed on your computer. The list command will show apps that were installed through the Windows Package Manager as well as apps that were installed by other means.
12
11
13
12
The **list** command will also display if an update is available for an app, and you can use the [**upgrade**](./upgrade.md) command to update the app.
14
13
@@ -24,10 +23,9 @@ The following aliases are available for this command:
24
23
25
24
`winget list [[-q] <query>] [<options>]`
26
25
27
-

26
+
:::image type="content" source="./images/list.png" alt-text="Screenshot listing winget list command options." lightbox="./images/list.png":::
28
27
29
-
> [!NOTE]
30
-
> If you want to list all apps with available updates use `winget upgrade` (without any arguments).
28
+
To list all apps with available updates, use the command: `winget list --upgrade-available` (without any arguments).
31
29
32
30
## Arguments
33
31
@@ -60,6 +58,8 @@ The options allow you to customize the list experience to meet your needs.
60
58
|**--authentication-account**| Specify the account to be used for authentication. |
61
59
|**--accept-source-agreements**| Used to accept the source license agreement, and avoid the prompt. |
62
60
|**--upgrade-available**| Lists only packages which have an upgrade available. |
61
+
|**-u, --unknown, --include-unknown**| Lists packages even if their current version cannot be determined. |
62
+
|**--pinned, --include-pinned**| Lists packages even if they have a pin that prevents upgrades by WinGet. |
63
63
|**-?, --help**| Get additional help on this command. |
64
64
|**--wait**| Prompts the user to press any key before exiting. |
65
65
|**--logs,--open-logs**| Open the default logs location. |
@@ -71,25 +71,25 @@ The options allow you to customize the list experience to meet your needs.
71
71
72
72
### Example queries
73
73
74
-
The following example lists a specific version of an application.
74
+
The following example lists installed applications with a given substring in their name.
75
75
76
-

76
+
:::image type="content" source="./images/list-name.png" alt-text="Screenshot of using the winget --list git command to all installed applications with the name git." lightbox="./images/list-name.png":::
77
77
78
78
The following example lists all application by ID from a specific source.
79
79
80
-

80
+
:::image type="content" source="./images/list-id-source.png" alt-text="Screenshot listing winget list --id Git.Git to show all installed applications coming from that source." lightbox="./images/list-id-source.png":::
81
81
82
82
The following example limits the output of **list** to 9 apps.
83
83
84
-

84
+
:::image type="content" source="./images/list-count.png" alt-text="Screenshot listing winget list --count 9 to limit the number of installed apps listed to only 9." lightbox="./images/list-count.png":::
85
85
86
86
## List with update
87
87
88
-
As stated above, the **list** command allows you to see what apps you have installed that have updates available.
88
+
As stated above, the **list** command allows you to see what apps you have installed that have upgrades available.
89
89
90
-
In the image below, you will notice the preview version of Terminal has an update available.
90
+
In the image below, you will notice applications with an upgrade available.
91
91
92
-

92
+
:::image type="content" source="./images/list-update.png" alt-text="Screenshot listing winget list --upgrade-available to show installed apps with an available upgrade." lightbox="./images/list-update.png":::
93
93
94
94
The **list** command will show not only the update version available, but the source that the update is available from.
You can specify the default logging level for WinGet to use in your WinGet Settings file. The **settings** command will open the settings.json file in your default JSON editor.
A list of known issues with sources and behaviors is kept up to date in the [Windows Package Manager Client repository](https://www.github.com/microsoft/winget-cli). If you encounter issues when using the WinGet tool, go [here](https://github.com/microsoft/winget-cli/tree/master/doc/troubleshooting) for troubleshooting.
@@ -52,6 +66,12 @@ A list of known issues with sources and behaviors is kept up to date in the [Win
52
66
53
67
The WinGet tool returns exit codes to indicate success or failure of the command. Find a table of exit codes and their meanings in the ["Return codes" file of the Windows Package Manager Client repository](https://github.com/microsoft/winget-cli/blob/master/doc/windows/package-manager/winget/returnCodes.md).
54
68
69
+
The WinGet **error** command accepts errors from "Exit codes" and displays a description for known error codes for WinGet, MSIX, and MSI installers. Many .exe-based installers have non-standard error codes and may not be displayed.
70
+
71
+
```CMD
72
+
> winget error 1603
73
+
```
74
+
55
75
### Scope for specific user vs machine-wide
56
76
57
77
Not all installers support installing in “user” scope vs. “machine” scope consistently.
@@ -75,3 +95,7 @@ The user agent string for WinGet has the following format:
WinGet is delivered via the App Installer as a packaged application. MSIX (packaged) applications depend on an App Execution Alias to be resolved on the PATH environment variable. The WinGet CLI is not supported in the system context. The Microsoft.WinGet.Client PowerShell module can be used in the system context with applications that are installed machine wide.
0 commit comments