MainspringGuides › Common mistakes
macOS Guide

Eight screen sharing mistakes people make on a Mac

Updated August 2026 · 3 min read

These are the failures that actually happen, in rough order of how often. None involve opening the wrong document, which is the one everyone worries about and almost nobody does.

1. Sharing the wrong display

On a laptop with an external monitor, meeting apps list Desktop 1 and Desktop 2 with no indication which is which. Share the wrong one and you broadcast the screen you are not looking at. Fix: share a specific window, or check the live thumbnails before choosing.

2. A notification banner mid-sentence

Messages, Mail and Slack all draw over full-screen apps and presentations. Do Not Disturb is the only reliable prevention, and no third-party app can enable it for you — macOS reserves Focus for the system and the user.

3. Desktop file names

Every window that moves, closes or minimises exposes the desktop behind it. Nobody has to open anything: Contract_ClientB_signed.pdf does the damage on its own. Hide desktop icons before sharing a full display.

4. The Dock's recent apps section

The trailing section of the Dock shows what you were using before the meeting. It is the most reliably embarrassing thing on a Mac during a client call, and it is off with one setting.

# remove the recent apps section
defaults write com.apple.dock show-recents -bool false; killall Dock

# undo
defaults write com.apple.dock show-recents -bool true; killall Dock

5. A stray click on the wallpaper

On macOS Sonoma and later, clicking the desktop sweeps every window aside to reveal it. Mid-call, that is your entire screen contents disappearing to display your files. Turn the behaviour off in advance — here is the setting.

6. Browser tabs and autocomplete

Sharing a browser window shows your tab titles and bookmarks bar. Typing in the address bar offers your history as a dropdown, live, in front of an audience. Share a single tab where the app supports it, or keep a separate browser profile for presenting.

7. Text nobody can read

Not a privacy failure, just a common one. Your 27-inch display at full resolution becomes illegible on a laptop or a phone. Lower the scaled resolution or increase text size before you present, and ask once whether people can read it.

8. Forgetting to put it all back

The mirror image of the others. You hide your desktop icons for a call and then spend two days wondering where your files went, or leave the Dock auto-hiding and find it irritating for a week. A meeting configuration should be temporary by design, which means the undo needs to be as easy as the setup.

Common questions

What is the most common screen sharing mistake on a Mac?

Sharing the wrong display when a laptop is connected to an external monitor, because the picker labels them Desktop 1 and Desktop 2 with no clue which is which.

How do I stop notifications during a screen share?

Turn on Do Not Disturb from Control Center before you join. Meeting apps' own notification settings are not fully reliable, and no app can set Focus for you.

Can people read my desktop file names?

Yes, whenever a window moves, closes or minimises. Hiding desktop icons before you share is the fix.

Why did my windows suddenly disappear during a call?

You clicked the wallpaper. On macOS Sonoma and later that reveals the desktop. The behaviour can be turned off in Desktop & Dock settings.

How do I undo all the meeting changes afterwards?

Reverse each setting, or apply them as a group so a single action puts everything back the way it was.

Fix most of these at once

Five of the eight below are macOS settings. Mainspring's Meeting Mode applies them together in one click and reverses them when the call ends.

Try Mainspring free →

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

The pattern behind all of them

Seven of these eight are visible before you say a word, and all seven are settings rather than behaviour. That is good news: settings can be correct in advance, whereas remembering things under pressure cannot be relied on. The checklist version is here.