Chrome duplicates a desktop tab from the tab’s right-click menu; address-bar shortcuts offer a keyboard-only fallback.
One tab is useful for keeping your place; a copy gives you room to follow links, compare pages, or test a change without replacing the original. On desktop, how to duplicate a tab in Chrome takes two clicks: right-click the tab at the top of the window, then select Duplicate.
The built-in tab command copies more browser state than reopening the page address. A keyboard method is handy when your hands are already on the keys, and iPhone or iPad users can copy the URL into a fresh tab when the desktop command is not available.
Duplicate A Chrome Tab From The Tab Menu
Chrome’s tab menu can create a copy beside the tab you are using. The new tab becomes active, so you can start working in the copy while the original stays open.
- Move the pointer to the tab you want to copy at the top of the Chrome window.
- Right-click the tab label. On a Mac trackpad, use a two-finger click or your configured secondary-click gesture.
- Select Duplicate from the tab menu.
A second tab appears next to the original and opens the same page. If the original tab is pinned, Chrome keeps the copied tab pinned as well.
Use The Keyboard Without Installing An Extension
Chrome does not list a single dedicated duplicate-tab keystroke in Google’s current shortcut reference. You can still open the current address in another tab with two keyboard commands.
On Windows, Linux, and ChromeOS:
- Press
Ctrl+Lto select the current address in the address bar. - Press
Alt+Enterto open that address in a new tab.
On a Mac:
- Press
Command+Lto select the current address. - Press
Command+Returnto open that address in a new background tab.
The second page confirms the keyboard method worked. This method opens the current URL again; it is not the same browser-state clone created by the Duplicate tab command.
What Does Chrome Copy When You Duplicate A Tab?
Chrome’s built-in Duplicate command clones the tab’s browser contents rather than merely typing the same URL into a new tab. The cloned tab keeps browser-level context that a fresh URL-based tab does not.
The current Chromium source shows that Chrome clones the tab’s web contents, inserts the copy next to the original, keeps a pinned tab pinned, and carries the existing tab group into the copy. Chromium’s current duplicate-tab code documents that behavior.
The address-bar keyboard method is different. It opens the current address in another tab, so use it when you only need the same page URL and do not need the original tab’s earlier Back-button history.
Chrome Tab Duplication Methods And Results
| Situation | Action | Result |
|---|---|---|
| Desktop with a mouse | Right-click tab, select Duplicate | Chrome clones the tab beside the original |
| Mac with a trackpad | Secondary-click tab, select Duplicate | Same built-in clone without a mouse |
| Windows or Linux keyboard | Ctrl+L, then Alt+Enter | Current URL opens in another tab |
| ChromeOS keyboard | Ctrl+L, then Alt+Enter | Current URL opens in another tab |
| Mac keyboard | Command+L, then Command+Return | Current URL opens in a background tab |
| Pinned desktop tab | Select Duplicate | The copied tab stays pinned |
| Grouped desktop tab | Select Duplicate | The copied tab stays in the same group |
| iPhone or iPad | Copy URL, open new tab, paste | The page loads in a fresh mobile tab |
Chrome On iPhone And iPad
Chrome for iPhone and iPad does not currently expose the desktop Duplicate command in its tab menu. Copying the page address into a new tab gives you the same destination with a few taps.
- Tap the address bar on the page you want to copy, then copy the URL.
- Tap the tab switcher, then tap the + button to open a new tab.
- Paste the URL into the address bar and tap Go.
The copied page loads as its own tab. This mobile method reopens the address; it does not copy the desktop tab’s browsing history.
Why Is Duplicate Missing From Chrome?
When Duplicate is missing, first verify that you are right-clicking the tab itself; iPhone and iPad do not offer the command, while an outdated desktop installation may need an update and relaunch. The keyboard method gives you an immediate fallback on a computer.
- Right-click the tab itself. Right-clicking inside the webpage opens page commands, not tab commands.
- Update Chrome if the desktop command is absent. Relaunch the browser after the update, then check the tab menu again.
- Use the address bar if you need a copy now. Press
Ctrl+Lfollowed byAlt+Enteron Windows, Linux, or ChromeOS. - Use Mac modifiers on macOS. Press
Command+L, thenCommand+Return.
When The Usual Method Fails
| What You See | Likely Reason | What To Do |
|---|---|---|
| No Duplicate in a page menu | You clicked inside the webpage | Right-click the tab label at the top |
| No Duplicate in a desktop tab menu | Chrome may be out of date | Update Chrome, relaunch, and check again |
Alt+Enter does not copy the page | The address was not selected first | Press Ctrl+L, then try again |
| Mac shortcut does not work | Windows modifiers were used | Use Command+L and Command+Return |
| New tab has no earlier Back history | The URL method opened the page fresh | Use the tab menu’s Duplicate command instead |
| No duplicate command on iPhone or iPad | The mobile tab menu lacks it | Copy the URL, open a new tab, and paste it |
| You need several copies | One duplicate is not enough | Repeat Duplicate on the tab you want copied |
Choose The Method That Matches What You Need
The tab-menu command gives the closest copy of an existing Chrome tab, while the address-bar method handles keyboard-only work and the URL method covers iPhone and iPad. Pick the method based on whether you need browser state or only the same page.
- Use Duplicate when you want Chrome to clone the desktop tab and place the copy beside it.
- Use
Ctrl+LplusAlt+Enteron Windows, Linux, or ChromeOS when you only need the current URL in another tab. - Use
Command+LplusCommand+Returnon Mac for the same URL-based result. - Use copy, new tab, and paste on iPhone or iPad.
For ordinary desktop use, right-clicking the tab and choosing Duplicate preserves more tab-specific behavior than reopening the URL, with only two mouse actions.
References & Sources
- Chromium Project. “browser_commands.cc.” Shows Chrome’s current duplicate-tab implementation, including tab cloning, placement, pin state, and group handling.
