Back to blog
GuideMarch 10, 2026 · 8 min read

How to Hide the URL Bar in Chrome (and Keep It Off a Shared Screen)

Hide the Chrome URL bar before sharing your screen

To hide the URL bar in Chrome, press F11 on Windows or Linux, or Ctrl+Cmd+F on Mac, to enter full-screen mode. The address bar, tabs and bookmarks disappear until you press the same keys again. For a permanent chrome-less window, launch Chrome with the --app or --kiosk flag.

That's the mechanical answer. Here's the part most guides skip: hiding the bar is a privacy move, not a cosmetic one.

Your address bar is the one thing you can't un-see on a shared screen. It sits at the top of every tab, and it's often stuffed with things you never meant to broadcast: session tokens, customer IDs, a ?email= parameter, the hostname of your internal staging server. One glance from the wrong person on a Zoom call and that data is out.

This guide covers the exact steps to hide the address bar in Chrome, Edge and Firefox. Then it covers what hiding the bar does not protect, and how to close that gap before your next screen share.

Key takeaways

  • Press F11 (Windows/Linux) or Ctrl+Cmd+F (Mac) to hide the Chrome URL bar instantly via full-screen mode
  • For a locked-down, chrome-less window, launch Chrome with --kiosk or --app= command-line flags
  • The URL bar leaks session tokens, query parameters, customer IDs and internal hostnames. That's real data, not decoration
  • Full-screen mode still shows the page body, autofill dropdowns and notifications, so hiding the bar alone isn't enough
  • Pair a hidden URL bar with one-click screen blur to protect everything the address bar doesn't

Why the URL bar is a privacy leak when you share your screen

Chrome address bar exposing a session token and customer ID during screen share

Most people treat the address bar as furniture. It's actually a live feed of sensitive data.

Modern web apps push a lot of state into the URL. Log into a dashboard and the address might read app.internal-crm.com/accounts/48210?token=eyJhbGci...&email=lisa.chen@acme.com. Every one of those fragments is readable at a glance, and every one of them is a problem on a shared screen.

Here's the thing: query strings are not secret. Security guidance from OWASP has warned for years that putting session IDs, tokens or personal data in a URL exposes it. It leaks into browser history, into server logs and, most immediately, to anyone watching your screen.

Consider Marcus, a founder demoing his product to three investors last month. His app looked clean. But the URL bar read ?customer_id=771&plan=enterprise&mrr=48000. One investor screenshotted it. Marcus didn't just leak a customer's identity, he leaked their contract size to someone who talks to competitors. He found out a week later.

The address bar exposes four things worth hiding:

  • Auth tokens and session IDs in the query string or path
  • Customer and account identifiers that tie a demo to a real person
  • Personal data like emails passed as URL parameters
  • Internal hostnames and staging paths that map your infrastructure

Hiding the bar removes all four from view in seconds. Let's do it.

Want the fuller picture first? Our screen blur guide breaks down every surface that leaks during a screen share, not just the URL bar.

How to hide the URL bar in Chrome

Chrome gives you three ways to hide the address bar, from a one-key toggle to a fully locked-down window. Pick the one that matches how visible your screen will be.

Full-screen mode (the fast way)

Full-screen mode hides the address bar, tabs, bookmarks and menu in one keystroke. It's the right choice for a live call where you need to jump back to normal browsing quickly.

  1. Open the tab you want to present
  2. Press F11 on Windows or Linux
  3. On Mac, press Ctrl+Cmd+F (or use the green window button)
  4. Press the same keys again to bring the bar back

That's it. The Chrome Help documentation confirms full-screen works the same across every desktop version. The catch: full-screen is a toggle, not a lock. A stray keypress or a system dialog can pop the bar back into view mid-demo.

Kiosk mode (the locked-down way)

Kiosk mode launches Chrome full-screen with no way to exit into normal browsing, no address bar, no tabs, no shortcuts out. It's built for public displays, but it's perfect for a high-stakes presentation where you can't risk the bar reappearing.

Launch it from the command line or a desktop shortcut:

chrome --kiosk https://your-app.com/dashboard

On Mac, that's open -a "Google Chrome" --args --kiosk https://your-app.com. The Chromium command-line switches reference lists every flag if you want to fine-tune it.

App mode (a single chrome-less window)

App mode opens one URL in a clean window with no address bar and no tabs, but unlike kiosk mode, it behaves like a normal window you can move and resize. Great for demoing a single web app.

chrome --app=https://your-app.com/dashboard

When Priya, a solutions engineer, switched her weekly customer demos to app mode, she stopped worrying about accidental tab-switches exposing her other accounts. One flag, one clean window, zero URL bar. Her demo prep dropped from a nervous 10-minute window audit to nothing.

Running back-to-back demos? A hidden URL bar is step one. Blurring the live data underneath is step two, and you can test DataBlur free to handle both.

How to hide the address bar in Edge and Firefox

The address bar leaks the same way in every browser, so here's how to hide the URL in the two other big ones. This is also where you rank for a bare "hide url" search, the technique is browser-agnostic.

Microsoft Edge

Edge is built on Chromium, so the Chrome methods carry over almost exactly.

  1. Press F11 for full-screen mode
  2. For a locked window, launch with msedge --kiosk https://your-app.com
  3. For a single clean window, use msedge --app=https://your-app.com

Mozilla Firefox

Firefox handles full-screen the same way but doesn't support --app.

  1. Press F11 to enter full-screen and hide the address bar
  2. Press F11 again to exit
  3. To hide the bar permanently, advanced users can edit userChrome.css, though that's overkill for most screen-sharing needs

For everyday screen sharing, F11 does the job in all three browsers. Reach for kiosk or app mode only when a reappearing bar would be a genuine problem.

What hiding the URL bar does NOT hide

This is where a lot of people get a false sense of safety. Hiding the address bar removes one leak. It leaves several others wide open.

Once you're in full-screen mode, your viewers still see:

  • The page body itself, every name, number, email and dollar figure rendered on screen
  • Autofill and autocomplete dropdowns that surface saved emails, addresses and card details
  • Browser notifications that slide in from other tabs and apps
  • Form fields and dashboards loaded with real customer data

Think about it. You hid a token in the URL, but the customer's full name, plan and billing address are sitting in a table three inches below. The URL bar was the easy leak. The page is the hard one.

That's the gap Sarah, an independent consultant, ran into. She'd trained herself to always go full-screen before sharing. Smart habit. But during a pitch to a new prospect, her CRM autofilled a different client's email into a search box, on screen, in front of exactly the wrong person. Hiding the bar didn't help, because the leak came from the page, not the chrome.

Vigilance doesn't scale to every surface at once. That's the real problem, and it's the one worth solving.

Hide the URL, and blur everything else

Here's the third option most guides never mention: hide the bar with full-screen mode, then blur the sensitive data on the page itself. Together they close both leaks.

DataBlur is a free browser extension for Chrome, Edge and Firefox that blurs any element on a page with one click, a single number, a customer table, an entire dashboard. It runs entirely on your device, so your data never leaves the browser, and it works live during Zoom, Google Meet, Teams and any screen share.

The workflow is simple:

  1. Press F11 to hide the URL bar and browser chrome
  2. Click DataBlur to blur the sensitive fields on the page
  3. Present your real work, with tokens, IDs and PII invisible

Auto-detection catches the obvious leaks, emails, phone numbers, card numbers, so you're not hunting for them under pressure. And if detection ever misses, DataBlur defaults to blur, not reveal. You show authentic work without the pre-call ritual of auditing every open tab.

For a deeper walkthrough of presenting live data safely, our live demo confidence framework lays out the full four-stage system.

DataBlur Chrome extension blur sensitive data in real time

Frequently asked questions

Does full-screen mode hide the address bar in Chrome?

Yes. Full-screen mode (F11 on Windows and Linux, Ctrl+Cmd+F on Mac) hides the address bar, tabs, bookmarks and menu bar. Press the same keys again to bring them back. It's the fastest way to hide the URL bar in Chrome for a screen share.

How do I hide the URL bar but keep my tabs?

You can't keep tabs visible while hiding only the address bar through Chrome's built-in options, full-screen and app mode remove both. If you need tabs, keep the window normal and instead blur the address bar area with a screen blur tool while you present.

Can I hide the address bar on a Mac?

Yes. Press Ctrl+Cmd+F to toggle full-screen mode in Chrome on Mac, or click the green button in the top-left of the window. For a locked window, launch Chrome from Terminal with open -a "Google Chrome" --args --kiosk https://your-app.com.

Does hiding the URL bar make screen sharing safe?

No, not by itself. Hiding the URL bar removes tokens and IDs from the address bar, but the page body, autofill dropdowns and notifications still show sensitive data. To share safely, hide the bar and blur the sensitive content on the page.

How do I hide the URL bar in Edge and Firefox?

Press F11 in both browsers to enter full-screen and hide the address bar. Edge also supports --kiosk and --app= launch flags like Chrome. Firefox supports full-screen but not app mode, advanced users can hide the bar permanently via userChrome.css.

Hide the leak you keep forgetting about

The URL bar is the privacy gap hiding in plain sight. It broadcasts tokens, customer IDs and internal paths to everyone on the call, and most people never think to hide it until it's too late.

Now you know how to hide the URL bar in Chrome three ways, full-screen for speed, kiosk for a lock, app mode for a clean single window, plus the equivalents in Edge and Firefox. Three keys or one launch flag, and the address bar is gone.

But remember the bigger point: hiding the bar closes one leak, not all of them. The page underneath still holds real data. The professionals who share their screen with confidence don't rely on remembering to go full-screen every time, they hide the bar and blur the rest, once.

Ready to share your real work without the leak? Try DataBlur free and blur sensitive data on any page in one click, live, on your device, before your next demo.