logo
logo

YouTube Channel ID Finder

Find YouTube channel IDs from any URL format. Extract the UC-prefixed ID for API integration, analytics, and automation.

YouTube Channel ID Finder

Extract channel IDs from YouTube URLs for API integration

Supported URL Formats

  • youtube.com/channel/UC... — Direct ID extraction
  • ⚠️ youtube.com/@handle — Handle detected, API needed
  • ⚠️ youtube.com/c/name — Custom URL, API needed
  • ✅ Direct channel ID (24 characters starting with UC)
📺 For YouTube API integration, analytics, and channel management

Free YouTube Channel ID Finder – Extract Channel IDs from URLs

Find YouTube channel IDs from any URL format. Extract the UC-prefixed ID needed for API integration, analytics tools, and channel management. 100% free, instant, browser-based.

What Is a YouTube Channel ID?

A YouTube channel ID is a unique 24-character string that identifies every YouTube channel. It always starts with "UC" and is used by YouTube's API and third-party tools.

Channel ID Format

UCBcRF18a7Qf58cCRy5xuWwQ
└┬┘└─────────────────────┘
 UC    22 random characters

UC = "User Channel" prefix 22 characters = Base64-encoded unique identifier

Why You Need Channel IDs

API Integration: YouTube Data API requires channel IDs for fetching channel data.

Analytics Tools: Third-party analytics platforms use channel IDs for tracking.

Automation: Scripts and bots need channel IDs to interact with YouTube programmatically.

Embeds: Some embed codes require channel IDs rather than handles.

How to Use This Tool

Step 1: Enter URL or ID

Paste a YouTube channel URL or enter a channel ID directly.

Step 2: Click Find

The tool analyzes the URL and extracts the channel ID.

Step 3: Copy Result

Copy the 24-character channel ID for your use.

Supported URL Formats

FormatExampleStatus
Channel URLyoutube.com/channel/UC...✅ Direct extraction
@ Handleyoutube.com/@mkbhd⚠️ Manual lookup needed
Custom URLyoutube.com/c/name⚠️ Manual lookup needed
User URLyoutube.com/user/name⚠️ Legacy format
Direct IDUCBcRF...✅ Direct validation

Finding Channel ID from @ Handles

If a channel uses a handle like @mkbhd:

  1. Go to the channel's About page
  2. Click "Share channel"
  3. Choose "Copy channel ID" (if available)
  4. Or view page source and search for "channelId"

Where Channel IDs Are Used

YouTube Data API

const response = await youtube.channels.list({
  part: 'snippet,statistics',
  id: 'UCBcRF18a7Qf58cCRy5xuWwQ'
});

RSS Feeds

https://www.youtube.com/feeds/videos.xml?channel_id=UCBcRF18a7Qf58cCRy5xuWwQ

Channel Analytics

Most analytics tools require channel IDs for integration.

Frequently Asked Questions

What's the difference between channel ID and handle?

Channel ID is a permanent 24-character code. Handles (@username) are customizable display names that can change.

Can a channel ID change?

No. Channel IDs are permanent and unique. Even if a channel changes its name or handle, the ID stays the same.

Why can't I get ID from a handle URL?

Handle-to-ID resolution requires a YouTube API call. The ID isn't visible in handle URLs.

How do I find my own channel ID?

  1. Open YouTube Studio
  2. Go to Settings → Channel → Advanced settings
  3. Your channel ID is listed there

Related Tools


Enter a YouTube channel URL above to find its channel ID instantly.