SteamID Converter
Paste any Steam identifier (a 17-digit SteamID64, a classic STEAM_0:Y:Z, a SteamID3 [U:1:W], a FiveM steam: hex, or a profile URL) and get every other format at once, plus the player's Steam profile link. Everything runs in your browser.
The FiveM steam: identifier is just the SteamID64 in lowercase hexadecimal. The STEAM_0:Y:Z variant is identical to STEAM_1:Y:Z. Only the leading universe digit differs, so both point at the same account.
SteamID formats
Every row below is the same account, SteamID64 76561198000000000, written in each format. The account number is SteamID64 − 76561197960265728 (the base offset 0x0110000100000000).
| Format | Example | Notes |
|---|---|---|
| SteamID64 | 76561198000000000 | Modern 17-digit ID. accountId = SteamID64 − 76561197960265728 (base 0x0110000100000000). |
| STEAM_0:Y:Z (legacy) | STEAM_1:0:19867136 | Classic Source format. Y = accountId & 1, Z = accountId >> 1. STEAM_0 and STEAM_1 are the same account. |
| SteamID3 [U:1:W] | [U:1:39734272] | W is the raw accountId (SteamID64 − base). Common on profile and lookup sites. |
| FiveM steam: hex | steam:1100001025e4c00 | The SteamID64 in lowercase hexadecimal, prefixed steam:. The FiveM/RedM identifier. |
| Profile URL | steamcommunity.com/profiles/76561198000000000 | The numeric /profiles/ link embeds the SteamID64; paste it to convert. |
SteamIDs & FiveM identifiers, explained
What is a SteamID / SteamID64?+
A SteamID is the unique identifier Steam assigns to every account. The same account can be written several ways: the modern 17-digit SteamID64 (e.g. 76561198000000000), the classic STEAM_0:Y:Z format used by Source servers, and the SteamID3 form [U:1:W]. They all describe one account. This tool converts freely between them.
How do I find my own SteamID?+
Open your Steam profile in a browser and copy the address, then paste it straight into this tool. A numeric steamcommunity.com/profiles/7656… URL converts instantly, and a custom steamcommunity.com/id/yourname URL is resolved for you through Steam. You can also read your SteamID64 in the Steam desktop app: click your name in the top right and open Account details, where it sits right under your account name.
What is the FiveM steam: identifier?+
On a FiveM or RedM server, a player’s steam: identifier is simply the SteamID64 written in lowercase hexadecimal, prefixed with "steam:", for example steam:110000103fa1e8b. It maps one-to-one to the SteamID64, so you can convert back and forth exactly.
How do I find a player’s SteamID on my FiveM server?+
Open your txAdmin player list and click a player to see their identifiers, or run the "players" command in the live server console to print every connected player’s steam: identifier. Paste that steam: value here to get their SteamID64, STEAM_ and profile URL.
Is it free?+
Completely free with no login or account required. Everything runs locally in your browser using plain math, so the IDs you paste never leave your device.
Related tools
All tools →More in FiveM & RedM Tools.

