MainspringGuides › What others see
macOS Guide

What people actually see when you share your Mac screen

Updated August 2026 · 3 min read

Most screen-share accidents are not dramatic. Nobody opens the wrong document. What actually happens is quieter: a file name on the desktop, a Dock icon from the last client's project, a calendar widget with tomorrow's interview on it. Here is the full list of what is visible, so you can decide what you care about.

The desktop behind your windows

If you share your whole screen, every icon on your desktop is readable the moment a window moves or minimises. File names are the leak, not file contents — Offer_Letter_Final_v3.pdf tells the story without anyone opening it.

Worse, a single stray click on the wallpaper can sweep every window aside and show the bare desktop. That behaviour is on by default in macOS Sonoma and later. You can turn it off:

# stop a wallpaper click from revealing the desktop
defaults write com.apple.WindowManager EnableStandardClickToShowDesktop -bool false

# undo
defaults write com.apple.WindowManager EnableStandardClickToShowDesktop -bool true

See the full guide to that setting for the System Settings route.

The Dock tells your recent history

Two things leak here. Running apps show what else you have open, and the recent apps section at the end of the Dock shows what you were using before the call — which is often another client, another job application, or a game.

  1. Open System SettingsDesktop & Dock.
  2. Turn on Automatically hide and show the Dock.
  3. Turn off Show suggested and recent apps in Dock.

Widgets, Stage Manager and the menu bar

Browser windows leak more than the page

People prepare the page they are about to show and forget the furniture around it. When you share a browser window rather than a single tab, viewers can read your other tab titles, your bookmarks bar, the autocomplete dropdown that appears as you type in the address bar, and any profile name or avatar in the corner.

The address bar is the sharpest edge. Type two characters and macOS offers your history, which on a work machine is frequently a mix of client sites, job boards and personal accounts. If you present regularly, keep a second browser profile with nothing signed in but work, or share one tab where the meeting app supports it.

The screenshot thumbnail

Take a screenshot during a shared session and macOS floats a preview of it in the bottom-right corner for several seconds. On a recording it is captured; in a live share everyone sees it. If you grab screenshots during calls, turn the thumbnail off:

# save screenshots straight to disk, no floating preview
defaults write com.apple.screencapture show-thumbnail -bool false; killall SystemUIServer

# undo
defaults write com.apple.screencapture show-thumbnail -bool true; killall SystemUIServer

Common questions

Can people see my other browser tabs?

If you share the whole screen or the whole browser window, yes — your tab bar is visible. Sharing a single tab, which Chrome and Edge support, shows only that tab.

Do notifications show up if I am in full screen?

Yes. Banners appear over full-screen apps and presentations. Only Do Not Disturb reliably stops them.

Does the other person see my cursor?

Yes, in essentially every meeting app. They also see hover states, tooltips and anything you highlight.

Is my desktop visible if my windows cover it?

Until something moves. A window closing, minimising, or a stray click on the wallpaper exposes it instantly, which is why hiding icons is worth doing in advance.

What about my wallpaper itself?

It is fully visible whenever windows move. Worth a glance if yours is a personal photo.

Clear it in one click

Mainspring's Meeting Mode applies the settings on this page together — desktop icons, widgets, Dock, Stage Manager strip — and puts them back when the call ends.

Try Mainspring free →

Signed & notarized by Apple · 1-day free trial · $29 once

The short version

Hide the desktop, hide the Dock, kill the widgets, turn on Do Not Disturb, and share one window rather than the screen where you can. That covers the realistic risks. The checklist version is here if you want something to run through before a call.