Screen Recording permission on a Mac: what it really allows
· 6 min read
Screen Recording permission lets an app capture the pixels of your whole screen or any window, at any time, without a further prompt, and on recent versions of macOS it covers system audio too. Less obviously, it also lets an app read the titles of every other app’s windows, which is why some apps that never record a frame still ask for it. Screen sharing, video calls and screenshot tools need it; most other apps do not. Here is what the permission covers, how to see who has it, and what to do about the ones that should not.
What the permission actually covers
The switch lives at System Settings, Privacy & Security, Screen & System Audio Recording (older versions call it simply Screen Recording). Granting it to an app gives it:
- Screen capture. The app can take a still or a continuous stream of any display, any window belonging to any app, or a region. It does not need to be frontmost, and you get no per-capture prompt. Once granted, the capability is always on.
- System audio capture, on versions that bundle it into the same pane. The app can record what your Mac is playing: calls, videos, music.
- Window titles. This is the side effect. The system window list includes the name of each window (the document, the page title, the email subject) only for apps that hold Screen Recording. Apps without it see window positions and owners, but the names are blank.
That third point explains a pattern you may have noticed: apps that have no recording feature at all, including some time trackers and focus tools, asking for Screen Recording at first launch. They want the titles. The permission they receive can also capture your screen, and you cannot tell from outside which they do.
What it does not cover
For balance, the permission has limits:
- It does not let an app send clicks or keystrokes. That is Accessibility.
- It does not let an app observe what you type. Keystrokes are Input Monitoring, though an app that captures the screen can of course see typed text appear on it.
- It does not grant file access. A screenshot of your Documents folder is not the same as the files, though for many purposes it is close enough.
- Secure content is partly protected. Some DRM video and password fields render black in captures. Most of what you do all day does not.
The indicators and reminders macOS gives you
Recent versions of macOS add two guardrails:
- A menu bar indicator appears while an app is actively capturing the screen, so a continuous recording is visible, at least to someone who knows to look.
- Periodic re-confirmation. Apps that keep Screen Recording permission are re-presented to you from time to time with a dialog asking whether they should continue to have it. This is deliberate: a permission granted once in a hurry should not run quietly for years.
Neither guardrail applies to the window-title side effect. An app reading titles through the window list shows no indicator, because no capture is happening. That is the case to watch for.
Apps that need it
If the app’s feature is literally recording or sharing the screen, the permission is correct and necessary.
- Video call and meeting apps, for screen sharing.
- Screenshot and screen recording tools beyond the built-in ones.
- Remote desktop and support tools.
- Streaming and capture software.
- Screen annotation and presentation tools that draw on top of other apps.
- Some color pickers, which read the pixel under the cursor.
Even for these, the permission is only required while the feature is used. An app you use for a call once a month holds the capability the whole month. If that bothers you, toggling it off between uses works fine; the app will ask again.
Apps that do not need it
A time tracker needs to know which app is in front. That is public to every app on macOS without any permission. A tracker asking for Screen Recording wants window titles: the file you are editing, the page you are reading, the subject of the email. Whether that detail is worth the permission is your call, but it should be a call, not a default.
Punchcard sits on the other side of that line. It asks for zero permissions, including Screen Recording, and records app names and time per app only. The receipt it prints at the end of the day reads “Figma 3h 12m, Safari 1h 40m, Mail 35m,” never “Figma: client-redesign-v4.” It cannot show you document names because it has never been able to see them. There is a fuller argument in why-a-time-tracker-should-never-need-screen-recording.html.
The same test applies to focus apps, note apps that want to “link to what you were looking at,” and menu bar utilities with a usage graph. Ask what the feature is, and whether a screenshot is required to deliver it.
How to check and revoke
- Open System Settings, then Privacy & Security.
- Open Screen & System Audio Recording.
- Read the list. Each entry has a switch.
- For each app, decide whether recording or sharing the screen is part of what you use it for. If not, switch it off.
- Quit and relaunch the app; the change takes effect on restart.
To remove an entry entirely, select it and click the minus button. To reset just this permission for one app from Terminal, use tccutil reset ScreenCapture com.example.bundleid.
If an app stops working after you revoke it and the app’s purpose had nothing to do with the screen, it was using the permission for titles. You now know what it was collecting.
Questions
Does the built-in screenshot shortcut need this permission?
No. Shift-Command-3 and Shift-Command-5 are part of the system and are not subject to the per-app list. The list is for third-party apps only.
Can an app with Screen Recording see what I type?
Not as keystrokes, but yes as pixels. If you type into a visible field, the characters appear on screen and a capture would include them. Password fields that show dots are protected; chat boxes, documents and search bars are not.
I granted it to a meeting app. Is it recording between meetings?
Probably not, and the menu bar indicator would show active capture. But the capability exists between meetings, and the periodic re-confirmation dialog exists precisely so you can reconsider. Switching it off when you are not sharing costs you one extra prompt next time.
Why would a time tracker ask for this instead of Accessibility?
Both unlock window titles. Some developers prefer Screen Recording because it is a single capability rather than the wide grant Accessibility gives. From your side the result is similar: the app can see what you are working on, not just which app you are in.