My Tool Studio
YouTube

YouTube Channel ID Finder

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.

Always freeNo sign upRuns in your browser

How to use

01

Enter a handle or channel URL

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

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.

More YouTube tools

View all