Handles like @mkbhd are easy to remember, but half of YouTube's tooling still wants the underlying UC identifier. This youtube channel id finder resolves any channel page to its permanent ID in one click. Paste an @handle, a /c/ vanity URL, an old /user/ address, or a full channel link, press Find, and the tool returns the 24 character ID along with the handle and a ready made RSS feed URL. Developers use it to get youtube channel id from url strings before calling the Data API, and feed readers need the same value. If you've spent ten minutes digging through page source trying to find channel id text by hand, this replaces that whole ritual.
Put anything channel shaped into the Channel URL or @handle field: @handles on their own, youtube.com/@name links, /c/ vanity URLs, /user/ legacy URLs, or full /channel/ addresses.
02
Press Find
The tool fetches the channel page server side, which sidesteps CORS restrictions, then scans the returned HTML for the channelId value that YouTube embeds in every channel page.
03
Copy your results
Three rows appear: Channel ID, Handle, and RSS feed. Each has its own copy button, so you can move the UC string straight into an API call or a feed reader.
Why YouTube Channel ID Finder
Find a channel's UC… ID from any @handle, /c/, or /user/ URL.
Also extracts the channel's RSS feed URL for feed readers.
Server-side fetch, bypasses CORS and works on private browsers.
Common questions
What does a YouTube channel ID actually look like?
It always starts with UC followed by 22 characters of letters, numbers, hyphens, and underscores, 24 characters total. Unlike handles, it never changes, even if the channel rebrands completely.
Why is the channel ID required when I already have the @handle?
The YouTube Data API, RSS feeds, and most third party analytics tools key everything to the ID. A handle can be edited by the owner at any time, so systems that need a stable reference refuse to accept it.
Can this find channel id values from a video URL?
Not directly, paste the channel's page URL instead. Open the video, click the channel name to reach its page, then drop that address into the finder. The video page URL itself doesn't carry the channel's identifier.
Does the YouTube Channel ID Finder work with old /user/ URLs?
Yes. Legacy /user/ and /c/ vanity addresses still resolve to real channel pages, and the ID is read from whatever page loads. Very old accounts sometimes have a username that differs completely from the current channel name, which is exactly when this lookup helps.
What is the RSS feed URL the tool returns?
It's youtube.com/feeds/videos.xml with your channel_id appended. Any feed reader can subscribe to it and receive the channel's latest uploads without an API key, which is the simplest free way to monitor a channel.
Is the channel lookup done in my browser or on a server?
The page fetch happens through the site's server because YouTube blocks cross origin requests from browsers. Only the public channel page is requested. Nothing is stored, and no login or cookie of yours is involved.
Why did the finder fail to resolve my channel?
Usually the input wasn't a channel page: playlist links, video links, and misspelled handles are the common culprits. Terminated or unlisted channels also return nothing. Check that the URL opens a channel in a normal browser tab first.
How does this youtube channel finder return an ID from a handle?
Paste an @handle or channel URL and press Find. The tool fetches the page server side and reads the youtube channel id straight out of the HTML, so you get the UC string without opening view source.
Can I get youtube channel id values from a profile link I copied?
Yes. As a youtube profile link id extractor it accepts @handles, /c/ vanity links, /user/ legacy links, and full /channel/ URLs, then returns the ID, handle, and RSS feed.
Is this also a youtube video id finder?
No, it resolves channels, not videos. For a video's 11 character ID, use the YouTube URL Parser instead. A youtube video id finder reads the v value from a watch link, which is a different lookup from a channel's UC string.
Does the youtube channel details finder show subscriber counts?
It returns the channel ID, handle, and RSS feed, not live stats. As a youtube channel name finder it surfaces the current @handle, but subscriber and view totals need the YouTube Data API, which this tool doesn't call.