Privacy & permissions
Which Apps Can Record Your Mac's Screen? Here's How to Check
Find every app with screen recording permission on your Mac, understand what it actually grants, and revoke access from apps that don't need it.
You opened a Zoom call last Tuesday, granted Screen Recording so your screen-share would work, and forgot about it. Six months later, that permission is still on. So is the one you granted to a screenshot tool you tried for an afternoon and never opened again. Screen Recording is one of the most powerful permissions on macOS — anything with this toggle on can capture every pixel of every window, including password fields you mistakenly leave visible. Here’s how to see who has it and clean up the list.
What Screen Recording permission actually grants
When an app has Screen Recording on macOS 14 Sonoma or 15 Sequoia, it can:
- Capture the contents of any window, including ones from other apps
- Record video of your full display
- Read the names and titles of windows you have open
- See notifications as they appear on screen
It does not let an app:
- Send keystrokes (that’s Accessibility or Input Monitoring)
- Read files on disk (that’s Files & Folders or Full Disk Access)
- Use your camera or microphone (those are separate)
The kicker: Screen Recording is binary. Either an app can capture everything visible, or it can capture nothing. There’s no per-window scope. macOS Sequoia added a weekly reminder for apps that have used Screen Recording, which helps surface forgotten grants — but most people just dismiss the prompt without auditing.
How to find every app with Screen Recording on
Open System Settings → Privacy & Security → Screen Recording. You’ll see a list of apps with toggles. Anything with the toggle on can record your screen right now.
What to actually check:
- Video conferencing tools — Zoom, Microsoft Teams, Google Meet (if you’ve installed the desktop client), Slack huddles, Webex. These need it for screen sharing. Keep enabled.
- Screenshot and screen recording utilities — CleanShot X, Shottr, Loom, Screen Studio, Kap. Keep the one you actually use; turn off the rest.
- Remote control tools — TeamViewer, AnyDesk, Chrome Remote Desktop, Apple Remote Desktop. These have legitimate reasons but should only be on while you’re actively using them.
- Recording and streaming — OBS, Streamlabs, ScreenFlow, Camtasia. Same logic.
- Accessibility and reading aids — some screen reader or magnifier tools need it.
Anything that doesn’t fall in those categories is suspicious. A note-taking app, a music player, a torrent client — none of those should have Screen Recording on.
How to revoke Screen Recording
In System Settings → Privacy & Security → Screen Recording, flip the toggle off. macOS may prompt you to quit and reopen the app for the change to take effect.
If an app needs the permission again later, it’ll trigger the standard system prompt the next time it tries to capture. You don’t lose anything by being aggressive with toggle-offs. The only friction is “I’ll need to grant it again next time I screen-share with Zoom.”
If an app appears in the list but you don’t recognize it:
- Right-click the entry and select “Reveal in Finder” (if available)
- Check the path. System apps live in
/System/Applications. Anything in/Applicationsis third-party. Anything in~/Libraryor/var/foldersis suspicious. - Look up the bundle identifier with
mdls -name kMDItemCFBundleIdentifier <path>in Terminal.
Why this list grows over time
macOS doesn’t ask you to renew Screen Recording grants. Once on, it stays on until you turn it off or uninstall the app — and uninstalling an app via drag-to-Trash often doesn’t remove its entry from the privacy list. That’s how you end up with toggles for apps you deleted two years ago.
Sequoia helps a little. There’s a new monthly reminder that pops up showing apps with Screen Recording, asking if you still want them to have it. But the reminder only fires for apps that have actively used the permission recently. Apps with the toggle on that haven’t recorded anything in months stay invisible.
The audit-it-yourself approach is the only complete one. Doing it manually through System Settings means clicking through eight or ten different sub-panels (Screen Recording, Accessibility, Input Monitoring, Files & Folders, Full Disk Access, Camera, Microphone, etc.) and reading each list. That’s where Sweep helps.
What about Apple’s own apps?
A few system processes legitimately have Screen Recording: screencapturesession, anything related to AirPlay, the Accessibility-related helpers. If you see entries that look like system services, leave them alone unless you can confirm they’re third-party. The path is the giveaway — /System/Library/... is Apple’s.
What if a screenshot tool has it but I never use that tool?
Two paths:
- Turn the toggle off but keep the app. Next time you launch it and try to capture, you’ll get the system prompt again. No data lost.
- Uninstall the app. Drag the app to Trash, then also check
~/Library/Application Support,~/Library/Caches, and~/Library/Preferencesfor leftover folders. The privacy entry may still linger — go back to Privacy & Security and remove it manually with the minus button.
How often should you audit?
A reasonable rhythm is every 90 days. That catches:
- Apps you trialed and forgot
- Updates that quietly added new permission requests
- Tools that came in via someone setting up your machine
Build the habit and you’ll notice when something asks for Screen Recording that has no business with it. A weather widget asking for it is a flag. So is a free utility you grabbed because someone on Reddit recommended it.
What about codesigning and notarization?
Every app that requests Screen Recording on a modern Mac should be both codesigned (the developer’s identity is verified) and notarized (Apple has scanned it for known malware). When you grant Screen Recording, macOS records both pieces of data along with the grant. If a developer rotates their signing certificate, the permission resets and you’ll be prompted again — which is one of the reasons you sometimes see “wants to record your screen” prompts re-appearing for apps you trust.
You can check codesigning status with codesign -dv --verbose=4 /Applications/AppName.app in Terminal. Notarization shows up under spctl -a -vv /Applications/AppName.app.
Quick checklist
- Open
System Settings → Privacy & Security → Screen Recording - Identify every app with the toggle on
- Turn off any you don’t actively need
- Note any apps you don’t recognize and investigate paths
- Set a reminder to repeat in 90 days
Most people grant Screen Recording in a hurry during a meeting, click through the prompt, and never revisit. That’s normal. Setting aside ten minutes once a quarter to look at the actual list is one of the easiest ways to clean up your Mac’s privacy footprint without breaking anything.