
Find steam app id quickly: Your 2026 guide to Steam IDs
Every single item on Steam—from massive AAA games to obscure DLC packs—is assigned a unique number. This is its Steam App ID, and it's a lot more important than you might think.
Think of it as a specific address in Steam's gigantic digital warehouse. For most people, it's just a number running in the background. But if you're looking to do anything more advanced, like setting up a dedicated server, tracking game prices, or accessing the Workshop directly, you'll need to know where to find it.
Your Guide to the Steam App ID and Why It Matters
So, what is a Steam App ID? It's the unique numerical identifier that Valve assigns to every product on its platform. While casual players can happily game for years without ever seeing one, this little number is the key that unlocks a much deeper level of interaction with Steam's ecosystem.
For anyone who wants to go beyond just clicking the "Play" button—tinkerers, server admins, and data nerds, I'm looking at you—understanding the App ID is your first step.

As you can see, for everyday gaming, you can just ignore it. But for pretty much any advanced task, finding the App ID is where you have to start.
The Scale of Steam's Digital Library
Steam's catalog is absolutely massive, and every item is tracked by its unique App ID. To put it in perspective, researchers have used these IDs to compile enormous datasets just to track player engagement. One study I found particularly interesting monitored the top 1,000 most-played games at 5-minute intervals, revealing incredible detail about how player counts ebb and flow.
A Steam App ID acts as a universal key. For instance, Counter-Strike 2 is always App ID 730, no matter who you are or where you are in the world. This consistency is what makes tools like price trackers and server browsers work reliably.
For those in a hurry, finding a game's App ID is usually a quick copy-paste job. Here's a quick rundown of the easiest methods.
Quick Guide to Finding a Steam App ID
| Method | Where to Look | Best For | Ease of Use |
|---|---|---|---|
| Store URL | The game's store page URL | The fastest way, no software needed | ★★★★★ |
| Steam Client | Right-click a game in your library | Quick check for installed games | ★★★★☆ |
| SteamDB | Search on the SteamDB website | Finding IDs for unlisted or delisted games | ★★★★☆ |
| Third-Party Sites | Price tracking or data websites | When you're already on the site | ★★★☆☆ |
These methods cover about 99% of situations. We'll walk through each one in detail in the following sections so you can find the one that works best for you.
Distinguishing App IDs from Demos
Here’s a common trip-up: some developers release demos and prologues as completely separate products with their own unique App IDs. It's a clever strategy that lets them build hype and collect reviews for a "Prologue" version without impacting the main game's eventual rating. For developers, seeing how these starter applications are set up can offer some real insight.
Just remember that the App ID for a demo won't work for the full game. It's a small detail, but it can save you a lot of confusion. This is also important to know if you're trying to figure out your account's total value—something you can learn more about in our guide on how to calculate your Steam inventory's worth at https://steamcalculator.org/blog/inventory-calculator-steam.
Two Quick Ways to Find an App ID: The Browser and Client Method
Honestly, some of the best ways to find a Steam App ID are the ones you can use without any special tools. They're built right into the places you already spend your time—your web browser and the Steam client itself. Forget complex software; you can usually grab the ID you need in seconds.
Let's walk through the two most straightforward methods I use all the time.

Grab It From the Store Page URL
This is the fastest trick in the book. Every single item on the Steam store, from AAA games to indie gems and even software, has its unique Steam App ID embedded directly in its URL.
Just go to a game’s page on the Steam store and glance up at your browser's address bar. You're looking for a URL with this pattern: store.steampowered.com/app/NUMBER/Game_Name/.
That NUMBER is the App ID. It’s that simple.
For example, the store page for Counter-Strike 2 includes /app/730/, so its App ID is 730. If you're looking at Baldur's Gate 3, you’ll see /app/1086940/ in the URL, which means its App ID is 1086940.
A little tip from experience: The ID is always the number right after
/app/. Some bundle or sale pages have more complex URLs with other numbers, so just make sure you’re grabbing the one from the right spot to avoid any mix-ups.
Find It Inside the Steam Client
What if the game is already in your library and you don't want to bother with a browser? There's a neat little trick for that, too. You can get the App ID by creating a desktop shortcut right from the Steam client.
Here’s how you do it. First, open your Steam Library and find the game you need. Right-click on it, hover over Manage, and then click Add desktop shortcut.
Now, head to your desktop, find the new shortcut you just made, and right-click it to open its Properties. Look for the "Web Document" tab. You'll see a URL field that starts with steam://rungameid/. The number that follows is the game's Steam App ID. A shortcut for Apex Legends, for instance, will show steam://rungameid/1172470.
This is a great method for quickly checking the ID of any game you have installed. It even works for non-Steam games you've added to your library, as Steam assigns them a unique shortcut ID you can use.
When the usual tricks of checking the store page or your client library don’t cut it, it’s time to bring out the heavy hitters. For those harder-to-find App IDs—think unlisted demos, obscure DLC, or even games pulled from the store—a couple of advanced tools are indispensable.
The first is SteamDB, a massive third-party database that's become the go-to resource for anyone digging deep into Steam’s catalog. The second is the official Steam API, which lets you query Valve's data directly.

Find Any Steam App ID with SteamDB
I can't recommend SteamDB enough. It’s essentially a public archive of everything on Steam, past and present, and its search is incredibly powerful.
Just head to the site and pop the name of whatever you’re looking for into the search bar. The results page immediately gives you a clean list of every matching game, piece of software, or DLC, with the AppID listed right next to the title. It’s that simple.
SteamDB really shines in a few tricky situations:
- Finding DLC IDs: Sometimes you need the ID for a specific expansion, not the base game. SteamDB catalogs these separately, so you can easily grab the right one.
- Locating Beta or Test Server IDs: Many games use separate App IDs for closed betas or public test clients. You’ll find them all here.
- Discovering Unlisted Games: SteamDB even archives games that have been delisted from the store, making their historical AppID accessible for research or troubleshooting.
It's a surprisingly deep tool. If you want to see just how much you can do with it, we've covered how to use SteamDB to analyze games like New World in another guide.
A Quick Look at the Steam API
If you're comfortable getting a little more technical, you can go straight to the source: the Steam Web API. While it’s built for developers, anyone can use it to pull data directly from Valve's servers.
This method requires a bit more setup since you'll need to get a free API key from Steam. Once you have it, you can use a specific endpoint to get a massive list of every single application on Steam. It’s not a simple search, but rather a full data dump that you can then search through yourself.
Here’s the API call you would use. Just swap in your personal key:
https://api.steampowered.com/ISteamApps/GetAppList/v2/?key=YOUR_API_KEY
Pasting that URL into your browser returns a huge JSON file. It’s raw data, but a quick Ctrl+F for the game's name will usually get you the steam app id you're after. It's the most direct and authoritative way to find an ID.
Pro Tip: The real power of the API comes from automation. If you manage a gaming community or run scripts, you can use this to programmatically fetch App IDs instead of hunting them down manually every time.
What Can You Actually Do With a Steam App ID?
So, you’ve figured out how to find a game’s Steam App ID. Now for the fun part: putting that little number to work. Think of it less as a random identifier and more as a direct command line for Steam itself. It lets you bypass the standard client interface and interact with games, servers, and community features in a much more powerful way.
This isn't just a neat trick. For anyone who manages a dedicated server, builds custom tools, or just wants a faster way to get around Steam, knowing how to use an App ID is a game-changer.

Launching Games and Servers Directly
One of the most practical uses for an App ID is creating custom shortcuts. Instead of navigating through your library, you can use a simple command to launch a game, install server files, or jump straight into a game's workshop.
Launch a Game from Anywhere: Using the command
steam://run/[AppID]lets you start any game you own. For example,steam://run/730will immediately launch Counter-Strike 2. This is incredibly useful for creating desktop shortcuts or integrating with external launchers like Playnite.Install a Dedicated Server: If you’re a server admin, you’re probably familiar with SteamCMD. The
app_update [AppID]command is your best friend for downloading and updating server files. To get the files for a Valheim server (App ID 896660), you’d simply runapp_update 896660 validate.Go Straight to the Workshop: Want to see the latest mods for a game? You can skip the clicks by going directly to
steamcommunity.com/app/[AppID]/workshop. This takes you right to the game's specific Workshop page.
These commands turn the App ID from a piece of data into an action, giving you a faster, more efficient way to manage your Steam library and related tools.
An App ID is also the secret ingredient for smart shopping on Steam. Price-tracking tools absolutely rely on it to follow specific games for sales, so you get notified the moment a title on your wishlist gets a discount.
Learning to use a Steam game price tracker is a fantastic way to save money, especially during the big seasonal sales. These services use the Steam App ID to zero in on the exact games you care about.
Advanced URL and Command Examples
Beyond just launching things, you can build all sorts of useful URLs and commands with an App ID. This allows you to create direct links to nearly any part of a game's ecosystem, from news feeds to discussion forums.
Here’s a handy table outlining some of the most common commands and URLs you might use. We’ll use the Steam App ID for Counter-Strike 2 (730) as our example.
Common Steam App ID Commands and URLs
| Task | URL / Command Structure | Example (Using App ID 730) |
|---|---|---|
| View Community Hub | steamcommunity.com/app/[AppID] |
steamcommunity.com/app/730 |
| See Game News | store.steampowered.com/news/app/[AppID] |
store.steampowered.com/news/app/730 |
| Open Game Discussions | steamcommunity.com/app/[AppID]/discussions |
steamcommunity.com/app/730/discussions |
| Connect to a Server | steam://connect/[IP]:[Port] |
steam://connect/192.168.1.1:27015 |
As you can see, most links that point to a specific game's content on Steam rely on that App ID. The one exception here is connecting directly to a server, which uses the server's IP address instead.
Once you get the hang of these simple formats, you can create a powerful set of bookmarks and shortcuts to make your Steam experience much more customized and efficient.
Troubleshoot Common App ID Issues
Sooner or later, you're going to run into a Steam ID that just doesn't make sense. It happens to everyone. You might find a game with multiple IDs, or the number you found simply won't work. Understanding these quirks will save you a ton of frustration down the line.
One of the classic mix-ups involves games that seem to have two or more App IDs. This is especially common with free-to-play games or titles that offer separate dedicated server software.
A perfect example is a game like ARK Survival Ascended. You'll find one steam app id for the game client that everyone plays, but there's a completely different ID for the dedicated server files. If you're trying to set up a server using SteamCMD and grab the player ID by mistake, it just won't work. You have to use the right ID for the right job.
App ID vs. Depot ID vs. Package ID
Let's clear up one of the biggest headaches: the difference between App IDs, Depot IDs, and Package IDs. Getting these confused is probably the most frequent reason a command or script fails. I like to think of it like buying something at a store—the "box" isn't the same as the "disc" inside it.
- App ID: This is the main event. It's the unique identifier for the game, DLC, or tool itself. For nearly everything you want to do, this is the number you need. In fact, you'll be using this 99% of the time.
- Depot ID: Think of these as the specific buckets of files Steam downloads. You'll have different depots for Windows, macOS, or even language packs. It's all handled behind the scenes, so you'll almost never need to find or use a Depot ID directly.
- Package ID (SubID): This is what you actually buy on the Steam store. A "Game of the Year Edition," for instance, is a single package that grants you access to multiple App IDs—one for the base game and one for each piece of DLC.
Here's the simplest way to remember it: You buy a Package, which gives you one or more App IDs. Steam then uses those App IDs to download files from various Depot IDs. For all practical purposes, just focus on finding the right App ID.
Finding IDs for DLC and Delisted Games
Things can also get a little fuzzy when you're hunting for the steam app id of a specific DLC. The main game's store page gives you its ID, but where are the IDs for all its expansions?
Your best friend for this is SteamDB. Just search for the base game. Once you land on its page, look for the "DLC" tab. It gives you a clean list of every single expansion, each with its own unique App ID.
You might also run into "delisted" games—titles that have been pulled from the Steam store. You can't buy them anymore, but their App IDs still exist in the database. If you already own the game, you can still use its ID to install it or visit its community hub. Again, SteamDB is the best place to dig up historical data on these ghost listings.
Frequently Asked Questions About Steam App IDs
Once you start working with Steam App IDs, a few common questions almost always pop up. Let's tackle some of the finer points and clear up any lingering confusion you might have.
Think of this as a quick-reference guide for those "what if" scenarios that come up in the real world.
Is the Steam App ID the Same for Everyone?
Yes. An App ID is a universal identifier for a specific game or piece of software on Steam. It’s the same for every single person on the platform, no matter where they live or when they bought the game.
For example, Counter-Strike 2 will always be App ID 730. This consistency is what makes the whole system work. It’s the bedrock that allows third-party tools, community wikis, and price trackers to all point to the exact same product without any ambiguity. You can be confident that when you reference an App ID, you’re talking about the right game.
Can a Steam App ID Ever Change?
Almost never. Once Valve assigns an App ID to a product and it goes live, that ID is effectively set in stone. It becomes a permanent, historical record in Steam's database.
You'll see this in practice when developers release remasters or "Game of the Year" editions. Instead of changing the old ID, they'll almost always get a brand new one for the updated version. The original game might get delisted from the store, but its App ID is forever tied to that specific release.
How Do I Find the ID for a Non-Steam Game?
This is a great question. Officially, games not sold on Steam don't have a public Steam App ID because they don't exist in Valve's database. But, when you add a game to your library yourself, Steam does create a private ID for it.
Here’s how you can find that local, private ID:
- Right-click the non-Steam game in your Library and go to Manage > Add desktop shortcut.
- Head to your desktop, find the new shortcut, right-click it, and open its Properties.
- In the "Web Document" tab, you'll find a URL field with something like
steam://rungameid/12345678901234567890.
That long string of numbers is the unique ID your Steam client uses to launch that specific program.
This shortcut ID is only for you, on your machine. It's not a public App ID, so it won't work in web URLs or for anyone else trying to use it.
What Is the Difference Between an App ID and a Package ID?
This is probably the most common point of confusion, but the distinction is crucial. Simply put, an App ID is a single product, while a Package ID (or SubID) is what you actually buy.
- App ID: This points to one specific item. Think of the base game of Baldur's Gate 3, or a single DLC. Each has its own App ID.
- Package ID (SubID): This is a bundle of one or more App IDs that is sold on the Steam store.
When you buy a game's "Deluxe Edition," you are purchasing a single Package ID. That purchase then grants your account licenses for all the individual App IDs included in that package—like the base game, the season pass, and any bonus cosmetic packs.
Ever wonder what your massive game collection says about you? Steam Calculator can dive into your public profile and give you a fascinating breakdown of your library's total value, most-played genres, and cost-per-hour for each game. See which titles gave you the most bang for your buck by visiting https://steamcalculator.org and analyzing your profile.