Immediate Fix: Identify and Stop Background Indexing
After installing macOS Sequoia, your Mac initiates several heavy-duty background tasks. The most immediate fix is to allow these processes to finish while plugged into power, or manually identify runaway apps using Activity Monitor.
Most battery drain issues in the first 48 hours are caused by Spotlight indexing and the Photos library being rescanned for new features like Apple Intelligence categorization.
| Process Name | What it Does | How to Fix |
|---|---|---|
| mds_stores / mdworker | Spotlight Indexing | Wait 24-48 hours or exclude folders in System Settings. |
| photoanalysisd | Photos Library Scan | Keep the Photos app closed and stay plugged into power. |
| bird | iCloud Syncing | Check internet stability; pause iCloud sync temporarily. |
To see exactly what is draining your battery in real-time, you can use the Terminal to list processes by CPU usage:
top -u -o cpu
Technical Explanation: Why Sequoia Consumes Power Initially
macOS Sequoia introduces deep integration for AI-driven tasks and improved window management. When you first update, the system must rebuild its metadata database to support these new features.
The “indexing” period involves the File System Manager (FSM) scanning every file on your drive. This keeps the processor in a high-power state, preventing the Mac from entering “Deep Sleep” or “App Nap” modes.
Additionally, macOS Sequoia may download supplemental assets for Siri and localized AI models. These downloads happen in the background via the nsurlsessiond daemon, utilizing both the Wi-Fi chip and the SSD simultaneously.

Alternative Methods to Extend Battery Life
1. Enable Optimized Low Power Mode
In macOS Sequoia, Low Power Mode is more granular. Navigate to System Settings > Battery and toggle “Low Power Mode” to “Always” or “Only on Battery.” This reduces the clock speed of the Apple Silicon chips to save energy.
2. Check for “Intel” Apps via Rosetta 2
Apps not yet optimized for Sequoia may run via Rosetta 2 translation, which consumes significantly more power than native ARM code. Use Activity Monitor and check the “Kind” column to ensure your apps are “Apple” and not “Intel.”
3. Reset Background Item Permissions
Sometimes update bugs cause background items to “loop.” Go to System Settings > General > Login Items. Toggle off unnecessary background tasks and restart your Mac to clear the cache.
4. Update Third-Party Drivers
If you use external peripherals or audio interfaces, ensure their drivers are Sequoia-compatible. Outdated kernel extensions (KEXTs) can cause the “kernel_task” process to spike, leading to rapid battery depletion.