Skip to guide
YOUTUBE IDENTIFIERS
6 primary sources

YouTube handle vs. channel ID

Learn how a YouTube @handle differs from a channel ID, when each works, how handle changes affect URLs, and how to find the right identifier.

QUICK ANSWER · CHECKED AUGUST 27, 2026

The handle is for people. The channel ID is for durable identification.

A YouTube handle is the channel's unique public @nameand can be changed. A channel ID is the identifier YouTube's APIs use for the channel and appears in the standard /channel/CHANNEL_ID URL. The channel name is a third field: it is the visible display label and does not have to match the handle.

01 · THREE DIFFERENT FIELDS

Channel name, handle, and channel ID solve different jobs

FieldWhat it looks likeWhat it is forCan the creator change it?
Channel nameKaboThe visible display label viewers readYes
Handle@kaboA unique public identifier used in mentions and a shareable URLYes, within YouTube's limits
Channel IDUsually begins with UC todayThe channel identifier used by YouTube APIs and the standard channel URLNot presented as a creator-editable profile field

YouTube Help: learn about handlesYouTube Help: find your user and channel IDs

02 · CHANNEL URL TYPES

One channel can be reachable through several URL shapes

A handle URL is easy to read and share. A channel-ID URL points directly at the channel through its identifier. Older channels may also have legacy custom or username URLs. These addresses can resolve to the same channel without representing the same underlying field.

HANDLE URLyoutube.com/@handle

Best for public sharing, mentions, and a readable identity.

CHANNEL ID URLyoutube.com/channel/CHANNEL_ID

Best when a system needs the channel's API identifier.

LEGACY URLyoutube.com/c/... or /user/...

May still resolve for an older channel but is not the current handle field.

YouTube Help: understand channel URLs

03 · WHEN A HANDLE CHANGES

YouTube gives the old and new handle URLs a short overlap

YouTube says a creator can change a handle twice within a 14-day period. After a change, the previous and new handle URLs both work for 14 days, while the previous handle is held. That overlap protects links while the creator updates profiles and mentions elsewhere.

  1. DAY 0

    The creator saves a new handle

    The channel receives a new readable handle URL; the channel name does not have to change with it.

  2. 14 DAYS

    Both old and new URLs work

    YouTube holds the previous handle during this window so the creator can switch back if needed.

  3. AFTER

    The old handle can become available

    Do not build permanent database identity around a readable handle alone; YouTube also reserves the right to change, reclaim, or remove handles.

YouTube Help: change, view, or hide your handle

04 · API BEHAVIOR

The Data API can resolve a handle; it does not make the handle the channel ID

Current YouTube Data API documentation supports the channels.list method with a forHandlefilter. A client can provide the handle with or without the leading @, receive the channel resource, and read its id. That is a conversion path—not evidence that all API fields accept handles wherever they accept channel IDs.

CONCEPTUAL LOOKUPHandle in → channel resource ID out
channels.list({
  part: "id,snippet",
  forHandle: "@example"
})

→ response.items[0].id

The API documentation currently shows channel IDs beginning with UC, while Google's Analytics documentation warns that the identifier format could change. Validate the returned identifier instead of hard-coding “UC forever.” YouTube Data API: channels.list YouTube Analytics API: channel report identifiers

05 · WHICH ONE SHOULD YOU USE?

Choose the identifier based on what must stay readable—and what must stay reliably resolvable

  • Public profile links: use the handle URL because people can read and remember it.
  • Mentions and collaborations: use the handle beginning with @.
  • RSS feeds: use the channel ID in the channel_id parameter.
  • Data storage: keep the channel ID as the API identifier and the current handle as editable display metadata.
  • Data API lookup: use forHandle when you have a handle, then read the returned channel resource ID.
  • Your own channel ID: find it in YouTube's advanced settings, or resolve a public channel with a focused lookup tool.

YouTube Help: find your user and channel IDs

06 · TWO LOOKUP PATHS

Find your own channel ID or check a public channel

  1. YOURS

    Use YouTube's advanced account settings

    Sign in as the channel's primary owner on a computer or mobile browser. Open your profile picture → Settings → Advanced settings and read the Channel ID field. User ID is a separate value. If you manage several channels, confirm which channel you are viewing before copying.

    This is YouTube's documented settings route; you do not need to send private account details to a third-party lookup tool.

  2. PUBLIC

    Confirm the public channel, then resolve its ID

    Open the intended channel on YouTube and copy its exact @handle or channel-page URL. Use the Channel ID Finder linked below, then check the returned name and identifier against that public channel. Similar display names do not establish that two channels are the same.

    If the lookup fails or points to a different channel, return to the channel page and correct the input. Do not guess an ID from its usual format. A public ID identifies a channel; copying it does not grant access to that channel's account or private analytics.

YouTube Help: find your user and channel IDsYouTube Help: learn about handles

One public-channel example, checked September 5–6, 2026

We tested @YouTube and https://www.youtube.com/@YouTube in Kabo's public finder. Both returned UCBR8-60-B28hp2BmDPdntcQ. Opening the corresponding public channel-ID URL showed YouTube's verified @YouTube channel. This checks one public identity, not private settings or permission to manage the channel.

1 · PUBLIC INPUT@YouTube

A readable handle or its full channel-page URL.

2 · RETURNED IDENTIFIERUCBR8-60-B28hp2BmDPdntcQ

The same channel ID was returned for both input forms.

3 · INDEPENDENT CHECKYouTube · @YouTube

The public /channel/ URL opened the verified YouTube channel during the recorded check.

This is a structured record of that historical test, not a screenshot or a live lookup. It does not establish availability for every channel or verify the finder's behavior after a future handle change.

Repeat the check for your channel

  1. INPUT

    Start at the intended public channel

    Copy its exact handle and full URL. Use the finder linked below once with each input form, and record both returned IDs and the check date. A matching display name alone is not a pass.

  2. COMPARE

    Open the ID-based URL on YouTube

    Append the returned ID to https://www.youtube.com/channel/. Compare the channel handle and public identity with the page you started from. Two equal lookup results are useful, but the public page is the separate identity check.

  3. STOP IF

    Do not carry a mismatch into your workflow

    If the inputs return different IDs, the result is empty, or the ID-based URL opens the wrong channel, stop before using it in a feed or API request. Recopy the current public URL; for your own channel, check the Channel ID in advanced settings. A failed lookup is not evidence that the channel has no ID.

07 · SOURCE LEDGER

Official YouTube identifier sources

PUT THE RULE INTO PRACTICE

Have a handle and need the channel ID?

Paste a public @handle or channel URL and Kabo reads the channel identifier from the public page. Use the result where a feed, analytics workflow, or API field calls for a channel ID.

Find the channel ID