Can You Rename a Tab in Chrome? Here's What Actually Works
Free up to 100 saved links — no card, no sign-up to start.
Add to Chrome — Free
Typing a custom label onto a tab feels like it should be a right-click away — it isn't. Chrome has no rename feature for individual tabs, on desktop or mobile, and that's not a missing setting you haven't found yet. It's a deliberate gap. Here's why, what you can actually rename instead, and what to do when a dozen tabs share the same unhelpful title.
Why Chrome won't let you rename a tab
A tab's title isn't Chrome's text to edit — it's pulled straight from the page's own <title> element, the same one that shows up in bookmarks, browser history, and search results. Overwriting it locally would desync the tab strip from what the page, and every other piece of Chrome that reads that title, actually thinks it's called. Chrome treats it as the page's property, not the browser's, and doesn't expose a UI to override it.
Right-click a tab and you'll find pin, mute, move, duplicate, and close options — no "Rename." That's consistent across every Chrome version and every platform; it isn't a feature that got removed or is waiting on a flag.
What you can rename: a tab group
The one place Chrome does let you set a custom name is a tab group, and it's easy to conflate the two. Click the colored label next to a grouped tab and a popup opens where you can type a name and pick a color — see How to Rename a Tab Group in Chrome for the full walkthrough.
That name belongs to the group as a container, not to the tabs inside it. Group three tabs and name the group "Q3 Report," and each individual tab still shows its own page title in the strip — the group label just gives the container a name you chose, sitting above them.
Why a tab's title sometimes changes by itself
If a tab's title looks different a few seconds after it loads, that's usually the page updating its own <title> via JavaScript, not Chrome doing anything:
- Webmail and chat apps often prefix an unread count, like
(3) Inbox, and update it live as new messages arrive. - Single-page apps (dashboards, docs, some SPAs) rewrite the title on client-side navigation without a full page reload, so the tab title changes even though the URL in the address bar might not.
- Video and music sites frequently swap the title to the track or episode name once playback starts, replacing a generic placeholder.
None of this is a Chrome setting you can turn off — it's each page's own script controlling its own title, exactly like it controls its own content.
The workarounds, and what they actually do
None of these are a true rename — treat them as ways to get close to the same outcome:
- Tab groups, if the tabs in question can reasonably share a container — see the section above. This is the only Chrome-native option that adds a custom label anywhere near a tab.
- A "rename tab" extension. These work by injecting a content script that overwrites
document.titlefor that page in that tab. It's a real change to what the tab strip displays, but it's session-only — reload the tab or close and reopen it, and the page's real title comes right back. Nothing is saved. - Bookmark it with a custom name instead. Bookmarking lets you type any title you want, permanently, completely independent of what the live page calls itself. It's the one place in Chrome a custom name actually persists — the tradeoff is it describes a bookmark, not the open tab.
- Hover or use tab search to read the full title instead of renaming it. If the tab strip has truncated a title into an unreadable sliver, hovering shows the full text in a tooltip, and Chrome's tab search (the small ▼ at the end of the strip, or
Ctrl+Shift+A) lists every open tab's complete title and URL — see How to Search Open Tabs in Chrome.
When the real fix is fewer identical-looking tabs
Renaming a tab is usually a symptom, not the actual goal — what people want is to tell tabs apart at a glance, or find the right one later without hunting through a strip of look-alikes. Amazing Tabs solves that differently:
- Save a tab in one click, and it's out of the strip entirely — searchable by its real title or page content instead of a truncated sliver.
- Press
⌘K/Ctrl+Kto search everything you've saved, instantly, rather than trying to make tab labels distinguishable enough to scan. - Free for up to 100 saved links, so there's no cost to trying it on a tab pile that's gotten out of hand.
Stop trying to make tabs tell themselves apart. Add Amazing Tabs to Chrome — free, no signup.
Quick recap
- You cannot rename an individual tab in Chrome — its title comes from the page's own
<title>tag, and there's no override in the UI. - You can rename a tab group — click the colored label and type a name; it labels the container, not the tabs inside it.
- A page's title can change on its own after load — that's the page's script, not a Chrome setting.
- Extensions can fake a rename by overwriting the title locally, but it's session-only and resets on reload.
- Bookmarking is the one place a custom name actually sticks, permanently, independent of the live page.
Further reading: How to Rename a Tab Group in Chrome for the real rename feature Chrome does ship, or How to Search Open Tabs in Chrome for finding a specific tab without relying on its title at all.
Add Amazing Tabs to Chrome — free → Install from the Chrome Web Store. 100 saved links free, upgrade only if you want unlimited and cross-device sync. See pricing for the full breakdown — including the $99 lifetime deal (capped at 200 spots).
Tame 100 tabs. Search them like Spotlight.
Free up to 100 saved links — no card, no sign-up to start.
Add to Chrome — FreeSee pricing →- rename tab chrome
- chrome tab title
- tab management
- chrome guide
FAQ
Can I rename a single tab in Chrome?
No. A tab's title is pulled directly from the page's own <title> tag and Chrome gives you no field to overwrite it — there's no right-click "Rename" option and no setting that changes it. This is true on desktop and mobile Chrome.
What's the difference between renaming a tab and renaming a tab group?
Chrome does let you name a tab GROUP — click the colored label next to any grouped tab and type a name, which then shows as a custom label on the group itself. That's a name for the group as a container; the individual tabs inside it keep whatever titles their pages set, unchanged.
Why does a tab's title change on its own after I open it?
The page sets its own title via JavaScript after it finishes loading — common on single-page apps, webmail (unread-count prefixes like "(3) Inbox"), and video sites. What you see first is often a loading placeholder that the page replaces once its script runs, not Chrome changing anything.
Is there a Chrome extension that renames tabs?
A few exist, but check what they actually do before installing one: most just overwrite the visible tab-strip label "cosmetically" for that session — Chrome's internal window.document.title isn't a locked value, so they can rewrite it via a content script. It resets on reload, isn't saved anywhere, and doesn't survive closing the tab, so it's a display trick rather than a real rename.
How do I tell two identically-titled tabs apart without renaming them?
Hover over a tab to see its full title and URL in a tooltip if the strip has truncated it, or use Chrome's tab search (the ▼ or Ctrl+Shift+A) to see every open tab's full title and URL in a list, not just the sliver visible in the strip.
Was this article helpful?