How to Find Your YouTube Channel ID (and Any Other Channel's) in 30 Seconds
The @handle you see everywhere can be changed at any time. The UC… channel ID never changes — which is why the API, RSS feeds, and every analytics tool ask for it instead.
The short answer
A YouTube channel ID is a 24-character string that always starts with UC — something like UCBR8-60-B28hp2BmDPdntcQ. For your own channel, it is in YouTube Studio → Settings → Advanced settings. For anyone else's, open the channel page, view the page source, and search for channelId — or paste the channel URL or @handle into a channel ID finder and skip the source entirely. All three take under a minute.
The @handle is not the channel ID
This is where most of the confusion starts. Since late 2022 every channel has a handle — the @name in youtube.com/@MrBeast. Handles are chosen by the creator, are unique only at a given moment, and can be changed. The channel ID is assigned by YouTube when the channel is created and never changes for the life of the channel. That difference matters: anything you build on a handle can silently break the day the creator renames themselves, while anything built on the UC… ID keeps working.
The same applies to the two older URL formats you will still run into. A legacy youtube.com/user/SomeName URL contains a username, and a vanity youtube.com/c/SomeName URL contains a custom URL. Neither is the channel ID. Only youtube.com/channel/UC… contains the real thing, and every channel has that URL whether or not it advertises it.
Three ways to get the ID
Your own channel: YouTube Studio
Open YouTube Studio, click Settings in the left menu, then Advanced settings. YouTube lists your channel ID there alongside the older user ID. This is the authoritative source for your own channel and the one to use when a third-party tool asks you to "verify channel ownership".
Any channel: read the page source
Open the channel page in a desktop browser, press Ctrl+U (Cmd+Option+U on a Mac) to view the source, then Ctrl+F for channelId. The first hit is the ID. Two other reliable markers sit in the same document: the canonical link, which is always https://www.youtube.com/channel/UC… even on a handle URL, and a <meta itemprop> tag carrying the same value. All three agree.
Any channel, no source-reading: use a finder
Paste the handle, the /@name URL, the vanity /c/ URL, or the legacy /user/ URL into CheckSEO's YouTube Channel ID Finder and it resolves any of them to the UC… ID. This is the only one of the three methods that works on a phone, where "view source" is effectively unavailable.
CheckSEO's YouTube Channel ID Finder takes any channel URL or @handle and returns the real UC… ID, ready to paste into an API call or an RSS reader. Free, no signup, no YouTube login.
Where you actually need the ID
- The YouTube Data API. The
channelsandsearchendpoints take the ID in theiridandchannelIdparameters. Passing a handle where an ID is expected returns an empty result set rather than an error, which is why so many first API calls silently return nothing. - RSS feeds. Every channel publishes one at
https://www.youtube.com/feeds/videos.xml?channel_id=UC…, listing the most recent uploads. The ID is the only accepted parameter — there is no handle equivalent. This is the simplest way to pipe a channel into a reader, a Slack webhook, or an automation. - Subscribe buttons and embeds. YouTube's official subscribe-button widget and most channel embed snippets take a
UC…ID, not a handle. - Analytics and research tools. Rank trackers, competitor dashboards, and brand-monitoring tools all key on the channel ID, because it is the one identifier that survives a rename.
- Claiming and verification flows. Anywhere a service needs to prove it is talking about one specific channel and not a similarly named one.
If all you have is a video URL
A video link is usually what somebody actually sends you, and you do not need to find the channel page first. Open the video, view the source, and search for channelId — a watch page carries the uploading channel's ID in the same form as a channel page does. If you would rather not read source, click the channel name under the video to land on the channel page, then use either of the other two methods. Both routes give the same ID.
The mistake to avoid: storing the handle
If you are building anything that watches a channel over time — a dashboard, a scheduled report, an automation that posts each new upload — store the UC… ID as the key and treat the handle as a display label you refresh alongside it. A creator can change their handle whenever they like, and YouTube's own policy reserves the right to change, reclaim, or remove a handle at any time — so a stored handle is a label, never a key. The UC… ID is the key.
A quick sanity check on any ID
Before you paste an ID into something, confirm it is exactly 24 characters, starts with UC, and contains only letters, digits, hyphens, and underscores. Then load youtube.com/channel/ plus the ID in a browser — if it opens the channel you expected, the ID is right. An ID that starts with UU or PL is a playlist ID, not a channel ID; UU in particular is the channel's automatic "all uploads" playlist, which is just the channel ID with the first two characters swapped.
Why this comes up so often
Almost every YouTube workflow that goes beyond the Studio interface needs the ID at some point, and YouTube has steadily made it less visible — handles are now shown everywhere and the /channel/ URL essentially never appears in the interface. It is the same pattern as the rest of YouTube's metadata: the things you see are not always the things the platform runs on, which is also true of tags and of the thumbnail spec. Grab the ID once, store it next to the handle, and you will not have to hunt for it again.
Get any channel's ID now
CheckSEO's YouTube Channel ID Finder resolves any handle, custom URL, legacy username URL, or channel page into the permanent UC… ID in one step — useful whether you are wiring up an API call, subscribing to a channel's RSS feed, or just checking that two similarly named channels are actually different.
Frequently asked questions
How do I find my own YouTube channel ID?
Open YouTube Studio, click Settings in the left menu, then Advanced settings. Your channel ID is listed there alongside the older user ID. That page is the authoritative source, and it is what to use when a third-party tool asks you to confirm channel ownership.
How do I find someone else's YouTube channel ID?
Open their channel page, view the page source, and search for channelId — the first result is the ID. The canonical link in the same source also contains it. If you are on a phone, paste the handle or channel URL into a channel ID finder instead.
Is the @handle the same as the YouTube channel ID?
No. The handle is a display name the creator chooses and can change at any time. The channel ID is a permanent 24-character string starting with UC that YouTube assigns when the channel is created. Anything built on a handle breaks if the creator renames; anything built on the ID does not.
What does a YouTube channel ID look like?
Exactly 24 characters, always starting with UC, using only letters, digits, hyphens, and underscores — for example UCBR8-60-B28hp2BmDPdntcQ. If a string starts with UU or PL it is a playlist ID, not a channel ID.
Why does the YouTube API need a channel ID instead of a handle?
Because the ID is stable and unique for the life of the channel. Passing a handle where the API expects an ID usually returns an empty result set rather than an error, which is why so many first API calls appear to succeed but return nothing.
Check your own site with the YouTube Channel ID Finder.
Open YouTube Channel ID FinderMore from the blog
Do Hashtags Work on YouTube? What They Do, Where to Put Them, and the 3-Hashtag Rule
Do hashtags work on YouTube? Yes, but not like Instagram. The 60-hashtag limit that voids the whole set, where to place them, and what #shorts does now.
YouTube Thumbnail Size: The Exact Dimensions, Ratio, and File Limits
The correct YouTube thumbnail size is 1280×720 px, 16:9, under 2 MB, as JPG/PNG/GIF. See the full spec, 1080p vs 720p, the safe zone for the timestamp overlay, and why your custom thumbnail option may be missing.