Steam All Games List Updated Now
Bookmark this URL to see all games, newest first, excluding DLC and software:
https://store.steampowered.com/search/?sort_by=Released_DESC&category1=998&category2=29
(Explanation: category1=998 = Games, category2=29 = Exclude DLC)
Since the last major update to many "all games" lists, Steam has seen several shifts:
Before diving into the how, let’s discuss the why. There are several legitimate reasons gamers and developers search for this keyword:
Rating: ★★★★☆ (4.5/5) Best for: Data analysts, game archivists, price trackers, and Steam power users.
The Short Version
If you need a machine-readable, exhaustive catalog of every single title on Steam—from Counter-Strike to that obscure visual novel released yesterday—this updated list is the gold standard. It’s not pretty, but it’s complete.
Pros
Cons
Who Should Buy/Use It?
Who Should Skip?
Final Verdict
Does exactly what it promises: provides a raw, updated, unfiltered list of every Steam app. It lacks polish and context, but for technical or archival use, it’s indispensable.
Tip: Combine with Steam’s own API or a review aggregator to add ratings and filter out the noise.
This essay explores the evolution of the Steam platform, the methods for managing and extracting game lists from its vast catalog, and the cultural significance of maintaining an updated library in the modern digital era.
The Digital Library: Managing and Exporting Steam's Ever-Expanding Game Lists
In the two decades since its inception, Valve's Steam has grown from a humble launcher for Counter-Strike into a monolithic digital repository. With tens of thousands of titles added annually, the concept of a "Steam all games list" has shifted from a simple checklist to a complex, living dataset. For the modern gamer, maintaining an updated list is no longer just about organization; it is about managing a digital legacy. 1. The Challenge of Scale steam all games list updated
The sheer volume of the Steam catalog presents a significant organizational challenge. As of 2026, the library encompasses everything from AAA blockbusters like Counter-Strike 2
to niche indie projects. Users with extensive libraries often find manual navigation impossible, necessitating robust organizational tools. Steam’s built-in Dynamic Collections allow users to automatically categorize games by genre, play state, or hardware compatibility (such as Steam Deck verified titles). This automation is essential for keeping a "live" list that reflects a user's current collection without constant manual intervention. 2. Methods for Data Extraction
For enthusiasts who require a portable or shareable version of their library, several methods exist to extract a formatted list:
API and Scripting: Advanced users utilize the Steam Web API to pull JSON or PHP arrays of owned games, providing the most accurate and up-to-date data possible.
Third-Party Calculators: Platforms like SteamDB offer a "calculator" tool that generates a public list of games, including playtime, current prices, and delisted titles that may no longer be available in the store.
Manual Export: A simple but effective method involves navigating to the games list on the Steam Community web portal, selecting all text, and pasting it into spreadsheets like Google Sheets or Excel for alphabetized tracking. 3. The "Wishlist-ware" and Curator Phenomenon
Beyond personal libraries, the public "all games list" is shaped by Steam Curators and developers. Curators build specialized lists—such as "Best Roguelike Deckbuilders"—that act as filtered mirrors of the broader store. Meanwhile, developers often provide "wishlist-ware" tools, such as self-updating Google Sheets that track game IDs and price drops in real-time, helping the community monitor market trends and update their personal registries automatically. Bookmark this URL to see all games, newest
For the average user searching for "steam all games list updated," SteamDB (steamdb.info) is the gold standard. This third-party website scrapes Steam’s API every few hours to maintain an updated, sortable, and filterable list of every game on the platform.
Key features of SteamDB’s all games list:
timestamp = datetime.now().strftime("%Y%m%d_%H%M%S") filename = f"steam_all_games_timestamp.json"
with open(filename, 'w') as f: json.dump(apps, f)
print(f"Saved len(apps) apps to filename")
Note: This fetches all apps (including DLC and software). To filter games only, you need to cross-reference with Steam Store tags or the SteamSpy API.
If you want to see recently added or newly released games: Since the last major update to many "all