> ## Documentation Index
> Fetch the complete documentation index at: https://utter.to/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Edit Speaker Labels in Transcripts

> Turn on speaker labels, rename speakers, and fix speaker segments in transcripts.

Use speaker labels to separate who said what, then fix names and segment assignment inside Utter.

<Frame>
  <img src="https://mintcdn.com/thirdtech/JlHK0hFwT4s4tVIH/images/speaker-labeled-transcripts/speaker-transcript-views.png?fit=max&auto=format&n=JlHK0hFwT4s4tVIH&q=85&s=ed6c9c8d8e13175324df4713568e4936" alt="Utter meeting transcript with speaker labels, timestamps, and Transcript, Meeting Notes, and AI Chat tabs" width="2324" height="1910" data-path="images/speaker-labeled-transcripts/speaker-transcript-views.png" />
</Frame>

## Turn On Speaker Labels In A Mode

<Steps>
  <Step title="Open a Mode">
    Go to **Home**, then create a mode or edit an existing mode.
  </Step>

  <Step title="Open Mode Settings">
    In the mode editor, open **Other Settings**.
  </Step>

  <Step title="Enable Speaker Labels">
    Turn on **Speaker labels**.
  </Step>

  <Step title="Save and Transcribe">
    Use that mode to record or transcribe.
  </Step>
</Steps>

<Tip>
  If **Speaker labels** is unavailable, switch to a voice model that supports speaker separation.
</Tip>

## Rename Speakers

<Steps>
  <Step title="Open Transcript">
    Go to **Transcripts** and open a transcript with speaker data.
  </Step>

  <Step title="Open Speaker Editor">
    Click **Edit Speakers** in the toolbar.
  </Step>

  <Step title="Set Names">
    Replace default names (like `speaker_1`) with real names.
  </Step>

  <Step title="Save">
    Click **Save Changes**.
  </Step>
</Steps>

## Reassign and Merge Speaker Segments

<Steps>
  <Step title="Switch to Speakers View">
    In the bottom display picker, choose **Speakers**.
  </Step>

  <Step title="Start Selection Mode">
    Click **Select**.
  </Step>

  <Step title="Choose Segments">
    Select one or more speaker segments.
  </Step>

  <Step title="Reassign Speaker">
    Use **Reassign Speaker** to move selected segments to an existing or new speaker.
  </Step>

  <Step title="Merge Sections">
    Use **Merge Sections** for adjacent segments that should be one block.
  </Step>
</Steps>

## What To Expect

* Changes save in-app and update the transcript immediately.
* Speaker names and segment edits stay attached to that transcript.
* You can switch between **Original**, **Speakers**, and **Enhanced** views from the bottom picker.

## If Edits Are Disabled

1. Confirm this transcript was created with **Speaker labels** enabled.
2. Confirm the transcript has speaker segments (not just a single text block).

## Related

<CardGroup cols={2}>
  <Card title="Meeting Recordings" icon="users" href="/docs/features/meeting-recordings">
    Record meetings with speaker labels, notes, and AI chat.
  </Card>

  <Card title="Note Editor" icon="pen-line" href="/docs/features/note-editor">
    Format and clean up transcript text in Utter.
  </Card>
</CardGroup>
