Chrome Full Screen Shortcut: F11, Mac, ChromeOS (2026)

Chrome Full Screen Shortcut: F11, Mac, ChromeOS (2026)

The chrome full screen shortcut is F11 on Windows and Linux, Ctrl+Cmd+F on macOS, and the dedicated full screen key in the top row on a Chromebook. All three are toggles: the same key that enters full screen exits it. If a web page put you into full screen — a video player, a slide deck, a map — Escape gets you out even when the toggle does not.

That answers the search. The rest of this post covers what actually trips people up: the difference between full screen and maximize, why the toggle sometimes appears dead, how full screen changes on macOS versus Windows, what happens to the tab strip and the address bar, and how to launch Chrome in full screen or kiosk mode automatically for dashboards and demos.

The Chrome Full Screen Shortcut on Every Platform

PlatformEnter and exitAlternative
WindowsF11Menu, then Zoom row, then the expand icon
LinuxF11Same menu path
macOSCtrl+Cmd+FGreen window button, or View then Enter Full Screen
ChromeOSFull screen key in the top rowSame menu path

A few platform notes that matter in practice.

Windows laptops with media function keys. Many keyboards ship with F1 through F12 mapped to brightness, volume, and playback by default. On those machines the chrome full screen shortcut is Fn+F11, or F11 alone after flipping the function-key behavior in BIOS or in the manufacturer keyboard utility. If F11 mutes your speakers instead of expanding the window, that is the cause.

macOS uses a modifier chord, not a single key. Ctrl+Cmd+F is the system-wide full screen shortcut, so it behaves the same in Chrome as in Finder, Safari, and most native apps. Some external keyboards map Fn+F to the same action.

ChromeOS has a dedicated physical key. It sits where F4 would be on a traditional keyboard and shows a rectangle icon. Chromebooks also honor F11 when an external keyboard is attached.

Linux desktop environments can intercept F11. GNOME, KDE, and tiling window managers sometimes bind F11 at the window-manager level. If the chrome full screen shortcut does nothing on Linux, check your desktop keyboard settings before assuming Chrome is broken.

Full Screen vs Maximize vs Kiosk Mode

These three states look similar in a screenshot and behave very differently.

Maximize. The window fills the available screen area but keeps every piece of browser interface: title bar, tab strip, toolbar, bookmarks bar. On Windows it is Win+Up or a double-click on the title bar. On macOS it is Option-click on the green button, or a double-click on the title bar. Maximize is the state you want for normal work — you keep your tabs visible and you keep the taskbar or dock reachable.

Full screen. Browser interface is removed. Content occupies every pixel. On Windows and Linux the tab strip, toolbar, and bookmarks bar all disappear; on macOS the window also moves into its own desktop space, which changes how Mission Control and three-finger swipes behave. This is what the chrome full screen shortcut produces.

Kiosk mode. Launched with the kiosk command line switch rather than a keyboard shortcut. Chrome opens full screen with no exit affordance, no keyboard shortcuts for navigation, and no way for a user to reach other sites. It is built for wall displays, trade-show machines, and single-purpose terminals — not for daily browsing.

The comparison that matters: full screen is a reversible view change, kiosk mode is a deployment configuration. If you find yourself pressing the chrome full screen shortcut every morning on a status dashboard, kiosk mode or a start-in-full-screen launcher is the better answer.

What Full Screen Actually Hides

Understanding what disappears explains most of the confusion around full screen.

  • The tab strip. Your tabs are still open. They are not gone, they are not closed, and Ctrl+Tab still cycles through them. You simply cannot see or click them.
  • The omnibox and toolbar. Extension icons, the profile chip, and the three-dot menu are all hidden along with the address bar.
  • The bookmarks bar. Hidden even if you have it pinned. Ctrl+Shift+O still opens the bookmark manager in a tab.
  • The OS shell. The Windows taskbar and the macOS menu bar and dock are covered. On macOS both reappear on hover at the screen edge.
  • Notification real estate. System notifications still fire, and on Windows they will draw over the full screen window unless you have focus assist enabled.

What does not change: your session, your extensions, your keyboard shortcuts, and your clipboard. Everything keyboard-driven keeps working, which is the key to using full screen productively rather than fighting it.

Working Efficiently While in Full Screen

Full screen is only useful if you can still navigate. The shortcuts below cover almost everything the hidden toolbar used to give you, and they are worth drilling before you commit to full screen as a default.

Ctrl+L or Cmd+L. Focuses the address bar and temporarily reveals it over the page. Type a URL or a search and press Enter. The bar slides away again. This is the single most important shortcut in full screen mode.

Ctrl+Shift+A. Tab search. Opens a searchable list of open tabs, including recently closed ones and tabs on your other synced devices. In full screen, where you cannot see the tab strip, tab search effectively replaces it.

Ctrl+Tab and Ctrl+Shift+Tab. Cycle forward and backward through tabs in order. Ctrl+1 through Ctrl+8 jump to a specific tab position; Ctrl+9 jumps to the last tab.

Ctrl+Shift+T. Reopens the last closed tab. Especially valuable in full screen, where an accidental Ctrl+W has no visual warning.

Copying the current URL. Without a visible address bar, the usual click-and-copy is impossible, and the native sequence becomes Ctrl+L, Ctrl+C, Escape — which flashes the omnibox over your content each time. A single-keystroke copier avoids the flash entirely: the Ctrl+Shift+C extension puts the current tab URL on the clipboard without touching the address bar or breaking your view. It is a clipboard-permission-only extension with no network calls, which is the right profile for something you leave installed permanently.

Ctrl+F. Find in page. The find bar draws over the content in full screen and closes with Escape — but note that Escape also exits page-initiated full screen, so close the find bar deliberately rather than reflexively.

For the complete keyboard reference across every mode, see chrome keyboard shortcuts 2026.

Exiting Full Screen When the Shortcut Does Not Work

This is the most common failure, and it has four distinct causes.

1. The page entered full screen, not the browser. A video player, presentation tool, or game called the JavaScript full screen API. That state exits on Escape, and on some sites on the same key that started it — f in YouTube, for example. The chrome full screen shortcut may appear to do nothing because the browser is already in a different full screen state.

2. The function key is doing something else. Covered above: hold Fn, or change the function row behavior in your keyboard settings.

3. The window manager swallowed the key. On Linux, and occasionally on Windows with vendor utilities installed, F11 is bound globally. Test by pressing F11 in a text editor — if nothing types and nothing happens anywhere, the key is being intercepted before Chrome sees it.

4. You are in kiosk mode. By design there is no exit shortcut. Alt+F4 on Windows or Cmd+Q on macOS closes the window; on ChromeOS a managed kiosk session requires a device-level exit.

The universal fallback on macOS and Windows: move the pointer to the very top edge of the screen and hold it there for a second. Chrome reveals a small control strip with an exit affordance in most full screen states.

Full Screen for Video, Slides, and Screen Sharing

Three specific scenarios behave differently enough to call out.

Video. Most players expose their own full screen button, which uses the page-level API and keeps the player controls available on hover. That is usually better than the browser-level toggle, because the player can then show captions, quality settings, and the scrubber. Using both at once — browser full screen plus player full screen — works but makes exiting a two-step operation.

Slide decks in the browser. Google Slides, Pitch, and Figma Slides all have a presenter mode that uses the page-level API. Do not layer the chrome full screen shortcut on top of it. Layered full screen states are the number one cause of the panicked Escape-mashing you see during live presentations.

Screen sharing. When you share a specific Chrome window in a video call and then enter full screen, some conferencing clients lose the window handle because the window changes identity on macOS by moving to a new space. Sharing the entire display instead of a single window avoids the problem. Test this before a customer call rather than during one.

Launching Chrome in Full Screen Automatically

For dashboards, kiosks, and always-on displays, pressing a key every time is the wrong solution.

The start-fullscreen switch. Append --start-fullscreen to the Chrome launcher target. On Windows, edit the shortcut properties and add the switch after the quoted path to chrome.exe. On Linux, edit the .desktop entry or launch from a shell script. On macOS, launch the binary inside the application bundle from a script with the same switch.

The kiosk switch. --kiosk followed by a URL opens that page full screen with no exit path. Combine it with --noerrdialogs and --disable-session-crashed-bubble on unattended machines so a crash does not leave a modal on the wall display.

A dedicated app window. Chrome can open a site as a standalone window with no tab strip through the install-as-app flow in the three-dot menu, under Cast, save, and share. This produces a permanently chrome-less window without full screen at all — often the best answer for a single-purpose tool you keep open all day.

ChromeOS managed kiosk. For fleets, the ChromeOS admin console supports a proper kiosk app policy that survives reboots and updates. Command line switches do not persist across ChromeOS updates the way policy does.

Full Screen as a Focus Tool

Beyond presentations and video, full screen has a real use as a concentration device, and it works for a mechanical reason: it removes the tab strip. Tab strips are ambient notification surfaces. Every favicon change, unread badge, and title flash competes for attention. Hiding them for a two-hour writing or debugging block removes a dozen small pulls per hour without requiring any willpower.

The pattern that works:

  1. Open only the tabs you need before entering full screen. Full screen makes tab management harder on purpose. Do the arranging first.
  2. Enter full screen with the platform toggle. One key, no menu hunting.
  3. Navigate with Ctrl+L and Ctrl+Shift+A only. If you find yourself needing more, you probably opened the wrong tabs in step one.
  4. Capture links without leaving the view. One keystroke to clipboard, paste into your notes, keep going.
  5. Exit deliberately at the end of the block. Same toggle.

Combined with the shortcuts in hidden chrome keyboard shortcuts, full screen turns Chrome into something much closer to a single-purpose application than a browser. Mac users will also want the platform-specific chord list in chrome shortcuts for mac, since the modifier layout differs from Windows in more places than just the chrome full screen shortcut.

Frequently Asked Questions

What is the Chrome full screen shortcut on Windows? F11 toggles full screen on Windows and Linux. Press it again to exit. On laptops whose function row defaults to media keys, hold Fn as well, or flip the function key behavior in your keyboard settings so F11 sends F11.

What is the Chrome full screen shortcut on Mac? Control plus Command plus F. It is the system-wide macOS full screen chord, so it behaves consistently across applications. The green traffic light button in the top left of the window does the same thing, and Option-clicking that button maximizes instead.

How do I exit full screen if the keyboard shortcut does nothing? Press Escape first — a page that entered full screen through the JavaScript API exits on Escape rather than on the browser toggle. If that fails, hold the pointer at the top edge of the screen to reveal the exit control, check whether your function key needs Fn, or confirm your window manager has not claimed F11.

What is the difference between full screen and maximize? Maximize fills the screen but keeps the tab strip, toolbar, and bookmarks bar visible, and leaves the taskbar or dock reachable. Full screen removes all browser interface and, on macOS, moves the window into its own desktop space.

Does Chrome have a presentation mode? Not under that name. Full screen covers the common case, and kiosk mode launched with a command line switch goes further by removing every exit affordance. For slide decks, use the presentation mode built into the slide tool itself rather than layering browser full screen on top of it.

How do I make Chrome start in full screen every time? Add the start-fullscreen command line switch to whatever launches Chrome — the shortcut target on Windows, the desktop entry on Linux, or a launch script on macOS. For unattended displays, the kiosk switch with a URL is usually the better choice.

Can I still use the address bar in full screen? Yes. Ctrl+L on Windows and Linux or Cmd+L on Mac focuses the omnibox and reveals it temporarily over the page. Tab switching, find in page, bookmarking, and clipboard shortcuts all continue to work unchanged.

Learn the Toggle, Then Learn the Keyboard

The chrome full screen shortcut is one key, and it is worth committing to muscle memory on every machine you use. But full screen only pays off if the rest of your navigation is keyboard-driven — otherwise you spend the session hunting for interface that is no longer there. Learn Ctrl+L for the address bar, Ctrl+Shift+A for tab search, and one key for copying the current URL, and full screen stops being a novelty and becomes a genuinely faster way to work.

For that last piece, Ctrl+Shift+C copies the current tab URL with a single keystroke, without revealing the address bar or interrupting your view — free, clipboard permission only, no network calls, zero data collection. Install it, press F11 or Ctrl+Cmd+F, and get to work.

Try Ctrl+Shift+C

Copy any URL with one keyboard shortcut. Free forever, no data collected.