Free tool — no login required

Discord ID Lookup

Paste any Discord user ID to see the username, display name, and profile badges — plus the exact account-created date, decoded straight from the snowflake.

Enable Developer Mode in Discord (Settings → Advanced → Developer Mode), then right-click a user and pick “Copy User ID”.

Want a bot that looks up members for your mods?

Moderation commands, member info, and audit logs — describe it, we build it.

See what you can build

FAQ

How do I look up a Discord user by ID?

In Discord: Settings → Advanced → enable Developer Mode. Then right-click any user and pick "Copy User ID". Paste that 17-20 digit number into the tool above and hit Look up. You will see the current username, display name, profile badges, and the exact account-created date.

Can you find someone’s IP address or location from a Discord ID?

No. A user ID is a public identifier and nothing more — it carries no IP, no location, no email, and no device information. Discord never exposes any of that through its API, to this tool or any other. Sites promising a "Discord IP lookup" are either guessing from a display name, harvesting your own details, or outright scams; there is no legitimate route from an ID to an IP address. The only thing an ID genuinely reveals beyond the public profile is the account-creation date, because it is encoded in the number itself.

Can you see when a Discord user was last online?

No. Presence — online, idle, last seen — is only visible to accounts that share a server with the user, and it is never available from an ID lookup. Discord deliberately does not expose last-online data through its API. What you can see here is the account-creation date decoded from the snowflake, which is a fixed historical fact rather than activity.

Is there a Discord ID lookup API?

Yes — this tool uses it. Discord's official API exposes GET /users/{id}, which returns the public profile for any ID when called with a bot token. That endpoint is what powers every legitimate lookup site, which is also why they all show the same fields: username, display name, avatar, banner, and public badges. Anything claiming to return more than that is not using the official API.

Can I look up a Discord user by username instead of ID?

Not directly — Discord's API only resolves users by their numeric ID, and there is no public username search. If you share a server with the person, right-click them and Copy User ID (with Developer Mode on). Any site claiming full username search either shares a server with that user or is scraping.

What can a Discord user ID tell you?

Only public profile data: the current username, global (display) name, profile badges, and avatar/banner. The ID itself is a "snowflake" with a timestamp baked in, so this tool decodes the exact account-creation date down to the millisecond. Nothing private is exposed — no email, IP address, server list, or messages.

What is a Discord snowflake?

Every Discord ID (users, servers, channels, messages) is a snowflake: a 64-bit number that encodes a creation timestamp, an internal worker ID, a process ID, and an increment. The tool shows the full breakdown. Because the timestamp is embedded, an ID doubles as a tamper-proof account-age check.

Which profile badges does the lookup show?

All public badges Discord exposes via the API: Discord Staff, Partnered Server Owner, HypeSquad (Events, Bravery, Brilliance, Balance), Bug Hunter, Early Supporter, Early Verified Bot Developer, Moderator Programs Alumni, and Active Developer. Nitro and Server Boost badges are not exposed by the API, so no tool can show those.

Does this work for bots and servers?

Bot accounts work exactly like users — paste the bot's ID and it is flagged with a BOT badge. Server (guild) IDs are not supported: Discord's API only exposes server details for discoverable servers, so a general server lookup isn't possible. For servers, use our Invite Checker with an invite link instead.

Is looking up a Discord ID against the terms of service?

No. This tool requests the same public profile data any Discord client fetches when it renders a user. We don't store lookups, and nothing beyond the public profile is accessible — Discord's API simply doesn't expose private data to anyone.

Build a Discord bot in 30 seconds

No code, no hosting setup. Describe what you want; deploy instantly.

Build my Discord bot