@name), channel URL, or video link.
@name), legacy URL (/user/, /c/), or video link.
Copy the Channel URL, Handle, or Video Link
Go to YouTube and navigate to the channel you want to look up. Copy its handle (e.g. @MrBeast), full channel URL (https://www.youtube.com/@MrBeast), or even the link of any public video uploaded by that channel.
Paste into the Search Box and Click "Find Channel ID"
Paste the copied URL or handle into the input box above and click the "Find Channel ID" button. The tool queries official YouTube Data API endpoints in real time.
Copy the Verified 24-Character Channel ID
The resolved result displays the verified channel name, handle, country, profile avatar, and permanent UC... ID. Click "Copy ID" to copy it directly to your clipboard.
When YouTube introduced handles (such as @mkbhd), the permanent UC... Channel ID was removed from browser address bars. While handles look clean for viewers, software applications and developer tools require the immutable 24-character Channel ID for:
YouTube has used multiple naming formats over the years. Here is how they compare:
| Identifier Type | Example | Permanent? | Primary Purpose |
|---|---|---|---|
| Channel ID | UCX6OQ3DkcsbYNE6H8uQQuVA |
Permanent | System database key, Data API endpoints, RSS feeds, and webhook integrations. |
| Handle | @MrBeast |
Changeable | Public profile URL, comment tagging, creator mentions, and branding. |
| Legacy Custom URL | youtube.com/c/CreatorName |
Deprecated | Older custom URL format (now automatically redirects to the handle). |
| Legacy Username | youtube.com/user/username |
Deprecated | Pre-2014 YouTube account username format (persists for vintage accounts). |
| Display Name | MrBeast |
Changeable | Visible channel title shown on search results and video watch pages. |
1. Direct YouTube RSS Feed URL
YouTube provides native XML feeds for all public channels without requiring API keys. Replace YOUR_CHANNEL_ID with the 24-character UC... ID:
Paste this feed URL into RSS readers (Feedly, Inoreader), Discord alert bots, or Slack webhooks to receive automatic notifications whenever the creator uploads a new video.
2. YouTube Data API v3 Query
When requesting channel information from Google Cloud's YouTube Data API v3, use the id query parameter:
3. The "UC" to "UU" Uploads Playlist Trick
Every channel has an uploads playlist containing all public videos. You can find it by taking the Channel ID (e.g. UCX6OQ3DkcsbYNE6H8uQQuVA) and replacing the first two letters UC with UU (e.g. UUX6OQ3DkcsbYNE6H8uQQuVA). You can export and analyze this playlist directly using our YouTube Channel Export or YouTube Playlist Export tool.
If you prefer to find a Channel ID manually without using any online tool, you can use these two browser methods:
Method A: Find Your Own Channel ID in YouTube Studio
youtube.com/account_advanced directly).Method B: Find Any Channel's ID via Page Source
Ctrl + U / Cmd + Option + U).Ctrl + F and search for itemprop="channelId" or "browseId".UC following that tag is the Channel ID.Explore our other free tools for content creators and developers:
A YouTube Channel ID is a permanent, 24-character alphanumeric identifier starting with the prefix 'UC' (e.g., UCX6OQ3DkcsbYNE6H8uQQuVA). YouTube assigns this ID automatically when a channel is created. Unlike channel names and @handles, the Channel ID can never be changed or transferred.
Enter any YouTube @handle (e.g., @MrBeast), standard channel URL, custom URL, or a direct link to any video uploaded by that channel into our YouTube Channel ID Finder. Click 'Find Channel ID' to resolve and copy the underlying 24-character UC-style Channel ID instantly.
A Channel ID is a permanent, unique 24-character code starting with 'UC' used by YouTube's databases and APIs. A Handle is a customizable public identifier starting with '@' used for mentions and clean URLs. A Username or Display Name is the channel title shown across YouTube, which does not need to be unique and can be updated anytime.
Log in to your YouTube account, go to YouTube Studio (studio.youtube.com), click Settings in the bottom-left sidebar, select Channel > Advanced settings, and click 'View advanced settings'. Both your Channel ID and User ID will be displayed there with a Copy button.
To create a direct XML RSS feed for any YouTube channel, append its Channel ID to the official feed URL format: https://www.youtube.com/feeds/videos.xml?channel_id=YOUR_CHANNEL_ID. This feed works in any standard RSS reader, Discord webhook, or Zapier automation.
If you have the direct link to an Unlisted video, the tool can resolve the parent channel's ID. However, Private or deleted videos cannot be resolved because their metadata is not accessible through the public YouTube Data API.
No. Our YouTube Channel ID Finder is 100% free, runs without authentication, and never asks for Google account access or OAuth permissions. All lookups are performed directly through official public YouTube endpoints.
Handles can be changed by channel owners at any time, which would break external connections. Software integrations, Discord bot alerts, and WordPress video widgets require the immutable 24-character Channel ID to ensure continuous, uninterrupted data syncing.