Relevant area(s)
WinGet CLI
Relevant command(s)
winget install
Brief description of your issue
When installing 7zip.7zip on freshly re-paved Windows Arm Dev Kit running Qualcomm 8Cx Gen3 Arm processor, winget installs the x64 version of 7zip even though there is an ARM64 version listed in its manifest
Steps to reproduce
winget install 7zip.7zip on Arm based machine.
Expected behavior
Expected (when forced via --architecture flag):
C:\> winget install 7zip.7zip --architecture arm64
Found 7-Zip [7zip.7zip] Version 26.02
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/ip7z/7zip/releases/download/26.02/7z2602-arm64.exe
██████████████████████████████ 1.51 MB / 1.51 MB
Successfully verified installer hash
Starting package install...
Successfully installed
Actual behavior
Actual:
C:\> winget install 7zip.7zip
Found 7-Zip [7zip.7zip] Version 26.02
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://github.com/ip7z/7zip/releases/download/26.02/7z2602-x64.msi
██████████████████████████████ 1.90 MB / 1.90 MB
Successfully verified installer hash
Starting package install...
Successfully installed
Environment
Windows Package Manager (Preview) v1.30.90-preview
© 2026 Microsoft. All rights reserved.
Windows: Windows.Desktop v10.0.27975.984
System Architecture: Arm64
Package: Microsoft.DesktopAppInstaller v1.30.90.0
WinGet Directories
-----------------------------------------------------------------------------------------------------------------------
Logs %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Diag…
User Settings %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\sett…
Portable Links Directory (User) %LOCALAPPDATA%\Microsoft\WinGet\Links
Portable Links Directory (Machine) C:\Program Files\WinGet\Links
Portable Package Root (User) %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portable Package Root C:\Program Files\WinGet\Packages
Portable Package Root (x86) C:\Program Files (x86)\WinGet\Packages
Installer Downloads %USERPROFILE%\Downloads
Configuration Modules %LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules
Links
---------------------------------------------------------------------------
Privacy Statement https://aka.ms/winget-privacy
License Agreement https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale
Admin Setting State
--------------------------------------------------
LocalManifestFiles Disabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride Disabled
LocalArchiveMalwareScanOverride Disabled
ProxyCommandLineOptions Disabled
ConfigurationProcessorPath Disabled
DefaultProxy Disabled
Relevant area(s)
WinGet CLI
Relevant command(s)
winget install
Brief description of your issue
When installing 7zip.7zip on freshly re-paved Windows Arm Dev Kit running Qualcomm 8Cx Gen3 Arm processor, winget installs the x64 version of 7zip even though there is an ARM64 version listed in its manifest
Steps to reproduce
winget install 7zip.7zipon Arm based machine.Expected behavior
Expected (when forced via
--architectureflag):Actual behavior
Actual:
Environment