Wingetlywingetly
← All apps

Steam

by Valve Corporationv2.10.91.91

Last updated

Steam is the ultimate destination for playing, discussing, and creating games.

Install with winget

$ winget install --id Valve.Steam --exact --version 2.10.91.91

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Steam

Steam uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x86, machine scope)
SteamSetup.exe /S

See the full silent install reference for Steam

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Steam is the ultimate destination for playing, discussing, and creating games.

Steam is a video game digital distribution service and storefront.

Steam offers features such as game server matchmaking with Valve Anti-Cheat measures, social networking, and game streaming services.

Steam automates game updates, provides cloud storage for game progress, and includes community features like direct messaging, in-game overlay functions, and a virtual collectible marketplace.

Installers · v2.10.91.91

ArchitectureTypeScopeInstallDownload
x86EXE
NSIS
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Steam.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • SteamCMDValve Corporation
    Valve.SteamCMDv2.2.95.35

    A command-line version of the Steam Client.

  • Steam LinkValve Corporation
    Valve.SteamLinkv1.3.33

    Steam Link connects your device to any computer that's running Steam.

  • 蒸汽平台Valve Corporation
    PerfectWorld.SteamChinav2.10.91.91

    Steam is the ultimate destination for playing, discussing, and creating games.

  • Discord CanaryDiscord Inc.
    Discord.Discord.Canary.x86v1.0.328

    Your Place to Talk and Hang Out

  • Discord CanaryDiscord Inc.
    Discord.Discord.Canaryv1.0.1169

    Your Place to Talk and Hang Out

  • Epic Games LauncherEpic Games, Inc.
    EpicGames.EpicGamesLauncherv1.3.193.0

    Epic Games Launcher for the Epic Games Store and Unreal Engine

More from Valve Corporation or browse community, content-delivery, distribution.

Frequently asked questions

How do I install Steam on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Valve.Steam --exact --version 2.10.91.91. winget downloads the installer from Valve Corporation and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Steam silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Valve.Steam --exact 2.10.91.91 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Steam?
Steam uses EXE (NSIS). Run the downloaded installer with: SteamSetup.exe /S. The silent switches are /S.
How do I uninstall Steam via winget?
Run: winget uninstall --id Valve.Steam --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Steam's Apps & Features entry.
Is Steam free?
Steam is distributed under Proprietary. Refer to the publisher (https://store.steampowered.com/about/) for the full license terms - Wingetly itself does not charge for installation.
Does Steam work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Steam directly from the publisher.
How do I keep Steam up to date?
Run winget upgrade --id Valve.Steam --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Steam from microsoft/winget-pkgs.