Mac Login Items Errors — Startup Apps Not Opening or Causing Slow Boot
Informationalsystem
Overview
Fix macOS login item errors including apps not launching at startup, slow boot from too many login items, and removing unwanted startup applications.
Key Details
- Login Items are apps, scripts, and services that launch automatically when you log in
- macOS Ventura+ moved login item management to System Settings > General > Login Items
- Background items (system extensions, launch agents/daemons) are now shown separately
- Too many login items significantly increase boot time and memory usage
- Some apps install login items silently during installation
Common Causes
- Too many apps configured to start at login, consuming resources during boot
- Login item pointing to a moved or deleted application
- Launch agent/daemon plist file misconfigured or corrupted
- App's helper tool registered as a login item without user awareness
- Third-party app installer adding background items without explicit consent
Steps
- 1Review login items: System Settings > General > Login Items & Extensions
- 2Remove unwanted items: toggle off items you do not need at startup
- 3Check launch agents: ls ~/Library/LaunchAgents/ and /Library/LaunchAgents/ for third-party plists
- 4Remove a launch agent: launchctl unload ~/Library/LaunchAgents/com.example.agent.plist then delete the file
- 5Identify which app installed an unwanted login item: check the plist file's Label and Program fields
- 6If a login item keeps reappearing: the parent app may re-register it — check the app's preferences for an 'Open at Login' setting
Tags
login-itemsstartuplaunch-agentboot-timebackground
Related Items
More in System
windows-C000021A-status-system-process-terminatedWindows Error 0xC000021A — STATUS SYSTEM PROCESS TERMINATED
Criticalwindows-C0000225-boot-configuration-errorWindows Error 0xC0000225 — Boot Configuration Error
Criticalwindows-C000000F-boot-selection-failedWindows Error 0xC000000F — Boot Selection Failed
Criticalwindows-80004005-unspecified-errorWindows Error 0x80004005 — Unspecified Error
Warningwindows-80070570-file-or-directory-corruptedWindows Error 0x80070570 — File or Directory Corrupted
Errorwindows-system-0xc0000185Windows Error 0xC0000185 — Boot Device Inaccessible
CriticalFrequently Asked Questions
System Settings > General > Login Items. Toggle off unwanted items. For persistent items, check the app's own preferences for a 'Launch at Login' option and disable it there.