Reference guide · 2026 edition

The 17 Chrome keyboard shortcuts every power user knows

Seventeen Chrome shortcuts that, learned in an afternoon, save 20 to 40 minutes a week for the rest of your career. Ordered by frequency of use, with a learning plan that makes them stick.

12 minute read · Works on Windows, macOS, Linux · No installs required

The keyboard is faster than the mouse, but not by the amount most people assume. The mouse takes about two seconds for a typical click-and-target operation. A learned keyboard shortcut takes about a tenth of a second.

The gain per action is small. The gain compounds, however, because you reach for the mouse hundreds of times a day in Chrome, and because keyboard actions do not interrupt your visual attention. The mouse pulls your eyes away from the content. The keyboard does not.

Chrome uses Ctrl on Windows and Linux, and Cmd (the ⌘ key) on macOS. Throughout this guide we write Ctrl. macOS readers substitute Cmd.


SHORTCUT 1 OF 12

The starter set of seven

If you only learn seven, learn these. Each one is used dozens of times a day by a typical user. Each replaces a mouse action that takes more than a second. All seven can be memorised in an afternoon.

  1. Ctrl+L  Focus the address bar. Used every time you want to type a URL, search the web, or copy the current URL.
  2. Ctrl+T  Open a new tab.
  3. Ctrl+W  Close the current tab. The mouse equivalent is clicking the small x on the tab, which requires aim.
  4. Ctrl+Shift+T  Reopen the last closed tab. Press repeatedly to walk back through your close history. Chrome remembers the last ten or so closes.
  5. Ctrl+Tab  Cycle to the next tab. Ctrl+Shift+Tab cycles to the previous one.
  6. Ctrl+F  Find in page. After pressing, use the up and down arrows or Enter to jump between matches.
  7. Ctrl+R  Reload the current page. Ctrl+Shift+R reloads without using the cache, useful when you want to see a freshly deployed version.

How to learn them

For the rest of the day, force yourself to use these seven every single time, even when the mouse is closer. Frustration in the first hour is the entry tax. Muscle memory by the end of the week is the payoff. After a week, two of them (probably Ctrl+L and Ctrl+W) will feel as natural as breathing.


SHORTCUT 2 OF 12

Tab navigation: jumping to a specific tab

Once you have more than five tabs open, Ctrl+Tab cycling becomes inefficient. The faster operation is jumping directly to a numbered tab.

  1. Ctrl+1 through Ctrl+8  Jump to the 1st through 8th tab in the current window, counting from the left.
  2. Ctrl+9  Jump to the last tab, regardless of how many tabs you have. This is the most useful one. "Last tab" is a stable target.
  3. Ctrl+Shift+A  Open the tab search dialog. Type the first few letters of the page title and Enter to switch.

SHORTCUT 3 OF 12

Window management without the mouse

Chrome supports multiple windows, but most users only ever create new windows by accident.

  1. Ctrl+N  Open a new Chrome window.
  2. Ctrl+Shift+N  Open a new Incognito window. No shared cookies, extensions disabled by default, no history written.
  3. Ctrl+Shift+W  Close the current window and all tabs in it. Ctrl+Shift+T still reopens it if you change your mind.
  4. To switch between Chrome windows, use the OS shortcut. Alt+Tab on Windows and Linux. Cmd+` on macOS for windows of the same app.

SHORTCUT 4 OF 12

The address bar is the most underused shortcut in Chrome

Most users know Ctrl+L focuses the address bar. Far fewer use it as a multi-purpose input. The address bar is, in modern Chrome, a fuzzy search across history, bookmarks, open tabs and the default search engine.

  1. Ctrl+L then type two letters of a site name. Chrome shows matches in dropdown order: open tabs, history, bookmarks, search suggestions. Enter goes to the highlighted one.
  2. To jump to an already-open tab: press Tab when the highlighted match shows "Switch to tab", or type @tabs followed by space and the query.
  3. To search bookmarks: @bookmarks query. To search history: @history query.
  4. To search with a specific search engine: type the engine's keyword (configured in Settings, Search engines, Site search) followed by space and the query. For example w git searches Wikipedia for "git".

Calculator and unit converter

Type a math expression directly ((8.5 * 9.99) + 12) and Chrome shows the answer in the dropdown. Same for unit conversions (72 fahrenheit in celsius, 5 miles in km) and currency (100 usd to eur).


SHORTCUT 5 OF 12

Hidden powers of Ctrl+F

Ctrl+F finds text on the current page, which is the trivial use. The non-trivial uses are case sensitivity, PDF search and multi-match navigation.

  1. Basic find: Ctrl+F, type, then Enter or arrow keys to walk through matches.
  2. Case-sensitive find: open the find toolbar, then click the case toggle. Stock Chrome does not have a keyboard toggle for this.
  3. Find on a PDF in Chrome's built-in viewer: same shortcut, the find toolbar works inside the PDF.
  4. After Ctrl+F: Enter for next, Shift+Enter for previous, Esc closes the bar.

Pro move: when scanning a long page for a specific fact, type two distinctive words instead of one. "Returns" has hundreds of matches on a developer doc. "Returns json" has three.


SHORTCUT 6 OF 12

Selection shortcuts inside text fields

Editing text in a webform, email, comment box, or Google Docs uses the same selection shortcuts as a desktop word processor. Most users never learned them.

  1. Shift+Arrow  Extends selection by one character.
  2. Ctrl+Shift+Arrow (or Option+Shift+Arrow on macOS)  Extends by one word.
  3. Shift+Home / Shift+End  Select to start / end of line.
  4. Ctrl+Shift+Home / Ctrl+Shift+End  Select to start / end of document.
  5. Triple-click selects an entire paragraph.
  6. Drop the Shift to move without selecting: Ctrl+Arrow moves a word at a time.

SHORTCUT 7 OF 12

DevTools shortcuts worth memorising

Chrome DevTools is the most powerful debugging tool in the browser. Most users only ever use it accidentally. Five shortcuts make DevTools faster than the mouse for the most common inspections.

  1. Ctrl+Shift+I or F12  Open DevTools.
  2. Ctrl+Shift+C  Open DevTools with the element picker active.
  3. Ctrl+Shift+J  Open DevTools with Console focused.
  4. Once DevTools is open: Ctrl+Shift+P opens the command menu. Equivalent to VS Code's palette. The full-page screenshot lives here.
  5. Esc toggles the drawer with the Console at the bottom of DevTools.

The single most useful command menu entry: full size screenshot. Captures the entire current page as a PNG.


SHORTCUT 8 OF 12

Bookmark bar shortcuts

The bookmark bar is a row of clickable bookmarks. Almost no one knows the bookmarks on it can be triggered from the keyboard.

  1. Ctrl+Shift+B  Toggle the bookmark bar visibility.
  2. Alt+Shift+B  (Windows/Linux) Focus the bookmark bar. Use arrow keys to navigate, Enter to open.
  3. To open a bookmark in a new tab from the bar: middle-click, or focus and press Ctrl+Enter.
  4. To compress the bar: right-click a bookmark, Edit, clear the name. Favicon-only bookmarks fit thirty or more on the bar.

SHORTCUT 9 OF 12

Custom shortcuts via the extension shortcut page

The shortcuts Chrome ships with are not always right for your work. Reassigning is buried in a page no one visits.

  1. Open chrome://extensions/shortcuts. The list shows every extension that supports keyboard activation.
  2. Set a global shortcut (works anywhere) or in-Chrome shortcut. Ctrl+Shift+0 through Ctrl+Shift+9 are usually safe.
  3. Best candidates: password manager fill, screenshot tool, read-later save. Each saves between three and twenty seconds per use.
  4. Test once before relying on it. Chrome occasionally fails to register if the combination conflicts with the OS layer.

SHORTCUT 10 OF 12

Ctrl+Shift+T and what it cannot recover

You closed a tab you needed. Possibly an entire window. Ctrl+Shift+T is the most-loved shortcut in Chrome because it brings them back. Knowing exactly what it can and cannot recover saves heartbreak.

  1. Reopens the last closed tab. Press repeatedly to walk backwards through the close history.
  2. Reopens an entire window if the last close was a window. Chrome restores tabs, scroll positions, even pinned state.
  3. The close history persists across sessions if "Continue where you left off" is enabled in Settings.
  4. Depth is around 25 closes. After that, the oldest is forgotten.
  5. Cannot recover: Incognito tabs (no history written), tabs from a crashed renderer, tabs closed weeks ago. For those, use Chrome history (Ctrl+H).

SHORTCUT 11 OF 12

The omnibox as a calculator and converter

Tasks like "what is twenty per cent of 1,400" or "convert 90 minutes to hours" interrupt your flow because you open a new tab. The address bar answers them inline.

InputResult
0.20 * 1400280
100 usd to eurlive currency conversion
90 minutes to hours1.5 hours
5 miles to km8.047 km
define recalcitrantdictionary definition

Click the result line in the dropdown to copy. For currency Chrome uses Google's rate, a daily snapshot; do not trade on it.


SHORTCUT 12 OF 12

Voice typing as a keyboard shortcut

Long-form typing tires your hands. Modern voice recognition is good enough for first drafts of email, comments, and notes. Most users do not know Chrome has built-in voice-typing affordances.

  1. In Google Docs: Tools, Voice typing. Once enabled the shortcut is Ctrl+Shift+S.
  2. For voice across any text field, use the operating system. Windows has Win+H. macOS Dictation, configurable to a double-press of Control.
  3. Voice typing produces 70 to 110 words per minute even for slow speakers. Dictate fast, edit slowly.

The complete cheat sheet

Print this page and tape it to your monitor frame. Or just bookmark this section.

Tier 1: the irreducible seven
Ctrl+L
Focus address bar
Ctrl+T
New tab
Ctrl+W
Close tab
Ctrl+Shift+T
Reopen closed tab
Ctrl+Tab
Next tab
Ctrl+F
Find in page
Ctrl+R
Reload (Shift for hard reload)
Tier 2: tab and window
Ctrl+1...Ctrl+8
Jump to numbered tab
Ctrl+9
Jump to last tab
Ctrl+Shift+A
Search across all tabs
Ctrl+N
New window
Ctrl+Shift+N
Incognito window
Ctrl+Shift+W
Close window
Tier 3: power tools
Ctrl+Shift+I
DevTools
Ctrl+Shift+P
DevTools command menu
Ctrl+Shift+B
Toggle bookmark bar
Alt+Shift+B
Focus bookmark bar
chrome://extensions/shortcuts
Custom assignments

Free PDF guide

The 50-page browser productivity field manual

Keyboard mastery is one chapter. The rest covers tab hygiene, capture workflows, meeting notes, privacy, and a seven-day reset to drive it all into habit.

No spam. Unsubscribe anytime. Used by 5,000+ Chrome power users.

Pair these shortcuts with the right tool

Shortcuts get you 80% of the way. Targeted extensions cover the rest.

Frequently asked questions

What are the most useful Chrome keyboard shortcuts? +

The seven highest-frequency shortcuts are Ctrl+L (focus address bar), Ctrl+T (new tab), Ctrl+W (close tab), Ctrl+Shift+T (reopen closed tab), Ctrl+Tab (cycle tabs), Ctrl+F (find), and Ctrl+R (reload). Learning these alone saves between 20 and 40 minutes per week.

Do these shortcuts work on Mac? +

Yes. Substitute Cmd (⌘) for Ctrl. Almost every shortcut in this guide works identically on macOS once you make that substitution. The few that differ (mostly window-switching at the OS level) are called out inline.

How do I customise Chrome keyboard shortcuts? +

Chrome only lets you customise shortcuts for installed extensions. Open chrome://extensions/shortcuts to assign keyboard combinations to extension actions. Native browser shortcuts (Ctrl+T, Ctrl+W, etc.) are not user-configurable.

How do I take a full-page screenshot in Chrome without an extension? +

Open DevTools (Ctrl+Shift+I), open the command menu (Ctrl+Shift+P), type "full size screenshot", press Enter. Chrome captures the entire page top to bottom as a single PNG and downloads it.

Can I recover a tab I closed yesterday? +

Ctrl+Shift+T recovers the last roughly 25 closes if "Continue where you left off" is set in Chrome settings. Older closes need Chrome history (Ctrl+H). For tabs closed weeks ago that are no longer in history, use a session-manager extension that auto-saves snapshots.