No login required

YouTube Channel ID Finder

Find the UC channel ID, canonical URL, @handle, and profile details for any YouTube channel from its URL or @handle. Free, no login.

Supports: @handle · youtube.com/channel/UC… · channel ID

Overview

The UC channel ID, canonical URL, and profile info behind any YouTube link

Every YouTube channel has a permanent channel ID that starts with UC and is 24 characters long. Unlike @handles and custom URLs, it never changes, so APIs, RSS feeds, and many third-party tools expect that stable id.

YouTube highlights youtube.com/@creator on profiles, so the UC id and the canonical youtube.com/channel/UC… link are easy to miss. Paste any channel link or @handle here and we return the UC id, the canonical URL, the @handle, plus a quick profile snapshot — title, created date, country, and description — so you can also confirm you picked the right channel.

Features

YouTube channel ID, channel URL, and related fields

Four identifiers so you can confirm the channel and copy what you need.

Channel ID

Key
UC…

The permanent UC string for APIs, RSS (<code>channel_id=</code>), and anything that tracks a channel over time.

Channel URL

/channel/

The official <code>youtube.com/channel/UC…</code> link for the same channel, ready to paste.

@handle

@

The public @handle when YouTube returns it—handy to verify you picked the right channel.

Profile fields

Info

Title in the result header plus created date, country, and description when available.

How to Use

Find a channel ID in three steps

01

Paste the channel URL

Enter a @handle, channel URL, or any supported YouTube channel link.

02

Click Find Channel ID

We resolve the input and fetch the channel from the YouTube API.

03

Copy what you need

Use the copy buttons for the UC id, channel URL, or handle.

Use Cases

Common uses for a YouTube channel ID

API integration

Channel endpoints expect UC ids—resolve a URL or @handle before you call the Data API.

RSS feeds

Feed URLs need channel_id=UC…; copy the id here instead of hunting in page source.

Third-party tools

Panels usually ask for a UC id, not a vanity link—look it up once and reuse it.

Databases

Store UC ids in spreadsheets or a CRM; handles can change, ids do not.

Identity check

When names look alike, the UC id confirms you have the right channel.

Scripts

Use the UC id as a stable key when you wire YouTube data into your own code.

FAQ

Frequently Asked Questions

How do I find a YouTube channel ID from a link?

Paste the full channel URL or @handle above and click Find Channel ID. The result shows the UC id, the canonical channel URL, the @handle, and a profile snapshot (title, country, created date, description), each with a copy button where it matters.

What does a YouTube channel ID look like?

It starts with UC and is 24 characters long, e.g. UCVHFbw7woebKtfG3JpSMH8A. It does not change when a creator rebrands their handle.

How do I get a YouTube channel's @handle and canonical URL?

Both are returned alongside the UC id. Even if you start from a vanity link or a brand URL, we resolve the channel to its official @handle (e.g. @MrBeast) and its canonical youtube.com/channel/UC… URL, both ready to copy.

What channel profile details can I copy from this tool?

Beyond the UC id, the result includes the channel title, created date, country, and the channel description — useful for confirming you picked the right channel or for press kits, sponsor briefs, and research notes. The description has its own copy button.

Can I find the channel ID without this tool?

Yes—check the page source for "channel_id" or follow links until you see /channel/UC…. This page is usually faster and also returns the canonical URL, @handle, and profile details in one shot.

Can I use the channel ID in an RSS feed URL?

Yes. Use https://www.youtube.com/feeds/videos.xml?channel_id=UC… with your UC id.