Skip to main content
Guide All Extensions

Chrome Keyboard Shortcuts: 70+ That Actually Work (2026)

Chrome has 70+ shortcuts. Most users know five. Task-grouped reference for tabs, navigation, DevTools, URL bar tricks, and how to remap shortcuts in June 2026.

8 min read Verified Chrome 149

Chrome ships with 70+ keyboard shortcuts. Most users know five — new tab, close tab, reopen tab, reload, and back. The other 65 sit unused. This reference organizes them by task so you can scan for gaps, grouped by what you are trying to do rather than alphabetically.

Key takeaways

  • Ctrl+1–8 jumps to tabs by position; Ctrl+9 always lands on the rightmost tab regardless of count.
  • Ctrl+L puts your cursor in the address bar from anywhere — faster than clicking it.
  • Extension shortcuts (including third-party ones) are the only Chrome shortcuts you can remap, via chrome://extensions/shortcuts.

Tab management shortcuts

These cover opening, closing, switching, and restoring tabs. The position-jump shortcuts (Ctrl+1–8) are underused — faster than clicking when you keep specific tabs at fixed positions.

ActionWindows / LinuxMac
New tabCtrl+TCmd+T
Close current tabCtrl+WCmd+W
Reopen last closed tabCtrl+Shift+TCmd+Shift+T
Next tabCtrl+Tab or Ctrl+PgDnCmd+Option+Right
Previous tabCtrl+Shift+Tab or Ctrl+PgUpCmd+Option+Left
Jump to tab 1–8Ctrl+1 through Ctrl+8Cmd+1 through Cmd+8
Jump to rightmost tabCtrl+9Cmd+9
Move tab rightCtrl+Shift+PgDnCtrl+Shift+PgDn
Move tab leftCtrl+Shift+PgUpCtrl+Shift+PgUp
New windowCtrl+NCmd+N
New Incognito windowCtrl+Shift+NCmd+Shift+N
Close windowCtrl+Shift+WCmd+Shift+W

On tab position shortcuts: Ctrl+1 through Ctrl+8 count from the left. If you keep Gmail at position 1, calendar at 2, and your project management tool at 3, you can switch between them without looking at the tab strip. Ctrl+9 jumps to the last tab no matter how many are open.

Ctrl+Shift+T deserves more credit. Chrome tracks your closed tab history across the session and into the previous session. You can press it multiple times to keep restoring further back. It does not restore tabs closed in Incognito windows.

Back/forward navigation via keyboard is faster than reaching for the mouse. The history page shortcut is useful when you remember visiting something but cannot reconstruct the URL.

ActionWindows / LinuxMac
Go backAlt+LeftCmd+[ or Cmd+Left
Go forwardAlt+RightCmd+] or Cmd+Right
Reload pageF5 or Ctrl+RCmd+R
Hard reload (bypass cache)Shift+F5 or Ctrl+Shift+RCmd+Shift+R
Stop loadingEscEsc
Open History pageCtrl+HCmd+Y
Open Downloads pageCtrl+JCmd+Shift+J
Home page in current tabAlt+HomeCmd+Shift+H
Full-screen toggleF11Fn+F

Hard reload is the one people forget when a site is serving a stale version. Ctrl+Shift+R clears the cached assets for the current page before reloading — no need to open DevTools to empty the cache manually.

Search and URL bar tricks

The address bar does more than URLs. Ctrl+K and Ctrl+L look similar but do different things: Ctrl+K puts you in search mode with the current text selected; Ctrl+L focuses the bar and selects the full URL for replacement.

ActionWindows / LinuxMac
Focus address barCtrl+L or Alt+D or F6Cmd+L
Search from anywhereCtrl+K or Ctrl+ECmd+Option+F
Add www. and .com, openCtrl+Enter (after typing)Ctrl+Return
Open in new background tabAlt+Enter (after typing)Cmd+Return
Search using a different engineType engine name, then TabSame
Find text on current pageCtrl+F or F3Cmd+F
Next find matchCtrl+GCmd+G
Previous find matchCtrl+Shift+GCmd+Shift+G

The Tab-to-search trick: If a site has registered as a search engine in Chrome (most do automatically after you search on them once), type the site name in the address bar, press Tab, and you are now searching that site directly. Works for Wikipedia, YouTube, GitHub, MDN, and most major sites.

Alt+Enter opens a new tab with the search results instead of replacing the current tab. Type your query, hit Alt+Enter, and your current page stays intact.

DevTools and developer shortcuts

These open specific DevTools panels directly. Worth knowing even if you are not a developer — the Network panel shows what requests a page is firing, and the source view (Ctrl+U) works without DevTools at all.

ActionWindows / LinuxMac
Open DevTools (last panel)F12 or Ctrl+Shift+JCmd+Option+I
Open DevTools → ConsoleCtrl+Shift+JCmd+Option+J
View page sourceCtrl+UCmd+Option+U
Open Chrome Task ManagerShift+Esc
Delete browsing dataCtrl+Shift+DeleteCmd+Shift+Delete
Open Bookmarks ManagerCtrl+Shift+OCmd+Option+B
Show/hide Bookmarks barCtrl+Shift+BCmd+Shift+B

Chrome Task Manager (Shift+Esc) shows per-tab and per-extension memory and CPU usage. If Chrome is slow, this is the fastest way to find out which tab or extension is responsible. Each tab, extension, and service worker gets its own row.

Page content keyboard actions

Scrolling shortcuts reduce how often you reach for the scrollbar. Space/Shift+Space is the fastest way to page through long articles. The zoom shortcuts (Ctrl+Plus/Minus) persist per site.

ActionWindows / LinuxMac
Scroll down one screenSpace or PgDnSpace
Scroll up one screenShift+Space or PgUpShift+Space
Go to top of pageHomeCmd+Up
Go to bottom of pageEndCmd+Down
Zoom inCtrl+=Cmd+=
Zoom outCtrl+-Cmd+-
Reset zoomCtrl+0Cmd+0
Save page as bookmarkCtrl+DCmd+D
Save all tabs as bookmarksCtrl+Shift+DCmd+Shift+D
Print pageCtrl+PCmd+P
Save pageCtrl+SCmd+S
Open file from diskCtrl+OCmd+O
Next focusable elementTabTab
Previous focusable elementShift+TabShift+Tab
Download link targetAlt+ClickOption+Click
Open link in background tabCtrl+ClickCmd+Click
Open link in new windowShift+ClickShift+Click

Ctrl+Shift+D saves every open tab as a bookmark folder — useful before closing a research session you want to return to. The folder name defaults to today’s date.

Extensions add what Chrome skips

Chrome has no built-in shortcut for tab search, tab grouping by domain, or keyboard-driven link navigation. SuperchargeNavigation is built around a keyboard-first workflow: four manifest-registered shortcuts plus a hold-to-activate hint layer that puts letters on every clickable element on the page.

Manifest shortcuts (registered via Chrome’s extension API, configurable at chrome://extensions/shortcuts):

ActionShortcutPlatform
Command bar (search tabs, history, commands)Alt+KWindows, Linux, Mac
Toggle side panelAlt+BWindows, Linux, Mac
Smart group tabs by domainAlt+GWindows, Linux, Mac
Ungroup all tabsAlt+Shift+GWindows, Linux, Mac

Hint mode (hold Shift on any page): letter badges appear on every link and button. Type the label to activate. Three chord variants change what happens when you complete the label:

ChordResult
Shift + labelClick the element
Shift+Alt + labelOpen inline Peek preview (no new tab)
Shift+Ctrl + labelOpen in a background tab

This is distinct from Vimium-style navigation. The hint layer fires only while Shift is held; release it and the badges disappear immediately. No mode-lock, no separate escape chain to exit.

Alt+K opens a search overlay that filters all open tabs, recent history, and bookmarks as you type. No cursor repositioning to the address bar, no need to remember the tab position number.

Alt+G groups all tabs by domain in one keystroke — useful when you have 30 tabs from research across several sites. Alt+Shift+G undoes all groupings at once.

SuperchargePerformance has no registered keyboard shortcuts. Its controls live in the extension popup: suspension timers, ad-blocking tier, and per-site settings are all one click from the toolbar icon.

Custom shortcuts via chrome://extensions/shortcuts

Chrome’s built-in shortcuts cannot be rebound. Extension shortcuts can be. Navigate to chrome://extensions/shortcuts and you will see every extension that has registered commands, with their current key bindings shown inline.

To change a binding:

  1. Click the pencil icon next to the shortcut you want to change
  2. Press the new key combination
  3. Chrome saves it immediately — no restart required

Conflict detection is built in: if you assign a shortcut already used by another extension, Chrome will warn you. If you assign something Chrome uses natively (Ctrl+T, for example), the extension binding will not override it — Chrome’s own shortcuts take precedence.

Two scope options appear for each shortcut: “In Chrome” (fires when Chrome has focus) and “Global” (fires even when another app is in front). Global scope requires a separate permission prompt. Most shortcuts work fine at the “In Chrome” scope.

If you want Alt+K on Nav reassigned to something else, or want to move Alt+B to a different combination that does not conflict with your system shortcuts, that page is where to do it.


If you use a lot of tabs: Ctrl+1–8 for fixed positions plus Ctrl+9 for the tail tab covers most navigation without touching the mouse. Add Ctrl+Shift+T muscle memory for recovery, and Ctrl+L for address bar focus.

If you are heavier on browsing and research: Ctrl+F plus Ctrl+G for in-page search, Alt+Left/Right for navigation, and Space/Shift+Space for scrolling without the scrollbar.

If you want tab search that Chrome does not provide: Alt+K from SuperchargeNavigation fills that gap directly.

Frequently Asked Questions

How many keyboard shortcuts does Chrome have?
As of June 2026, Chrome ships with over 70 built-in keyboard shortcuts across tabs, navigation, address bar, page content, and DevTools. Most users routinely use fewer than ten.
Can you remap Chrome keyboard shortcuts?
Chrome's built-in shortcuts cannot be rebound. Extension shortcuts can be customized at chrome://extensions/shortcuts — you can assign or reassign any key combo an extension registers. As of June 2026, this is the only official remapping mechanism in Chrome.
What is the shortcut to reopen a closed tab in Chrome?
Ctrl+Shift+T on Windows/Linux, Cmd+Shift+T on Mac. Chrome restores tabs in the order they were closed. It can reopen tabs from the previous session as well.
How do I jump to a specific tab by number in Chrome?
Ctrl+1 through Ctrl+8 (Cmd+1 through Cmd+8 on Mac) jump to tabs by position. Ctrl+9 (Cmd+9 on Mac) always jumps to the rightmost tab regardless of how many are open.
What does Ctrl+Shift+T do in Chrome?
As of June 2026, Ctrl+Shift+T reopens previously closed tabs in the order they were closed. It works across sessions — pressing it after relaunching Chrome will reopen tabs from the previous session.
Is there a keyboard shortcut to search through open tabs in Chrome?
Chrome has no built-in tab search shortcut. Ctrl+K / Ctrl+E focus the address bar, which can search tabs via the @ operator. SuperchargeNavigation adds Alt+K, which opens a dedicated tab search overlay — faster than the address bar method.

Don't miss the next release

Be first to know when we ship something new.

Related Articles