Troubleshooting
26 guides tagged “Troubleshooting”.

Uninstall8 août 20267 min read
How to delete apps on Mac that won't delete
You dragged it to the Trash and macOS refused, or it came back on its own. Here is every reason a Mac app won't delete, in the order it usually turns out to be, with the fix for each one and an honest answer for the case you can't fix yourself.

Performance8 août 20267 min read
How to force quit on Mac, from the shortcut to the last resort
Press Option-Command-Esc. That's the Mac's Ctrl+Alt+Delete, and it opens the Force Quit window. Here's every way to close a frozen app, in ascending order of force, and what to do when force quitting itself stops working.

Performance10 juil. 20263 min read
How to see which app is using your network on a Mac
Find out what's using your Mac's network: Activity Monitor's Network tab for per-app data, nettop and lsof for live connections and hosts, and how to see which app is quietly phoning home.

Performance10 juil. 20264 min read
Why is my Mac slow? A complete, honest diagnosis
A slow Mac is almost always one of four things: memory pressure, a runaway process, too many login items, or background work after an update. Here's how to tell which, and fix the real cause.

Performance10 juil. 20262 min read
accountsd high CPU on Mac? A stuck account, usually
accountsd using high CPU on your Mac is the Accounts daemon stuck in a broken sync loop, almost always one iCloud or mail account. Here's how to find the offending account and fix it.

Performance10 juil. 20262 min read
backupd high CPU on Mac? Time Machine, explained
backupd using high CPU on your Mac is Time Machine running a backup, usually normal and self-throttling. Here's when it's expected, when it isn't, and how to bring it back under control.

Performance10 juil. 20262 min read
bluetoothd high CPU on Mac? Usually a device or a bug
bluetoothd using high CPU on your Mac isn't normal. It's almost always a specific flaky Bluetooth device or an OS bug. Here's how to isolate the device and the fixes that actually work.

Performance10 juil. 20262 min read
cfprefsd high CPU on Mac? A misbehaving app, usually
cfprefsd using high CPU on your Mac is the preferences daemon, and it's almost always a badly behaved app or a corrupt preference file. Here's how to find the culprit and reset it safely.

Performance10 juil. 20262 min read
coreaudiod high CPU on Mac? Here's the usual cause
coreaudiod using high CPU on your Mac is Core Audio, and it's usually a symptom of another app monitoring the mic or a buggy audio driver. Here's how to find the real cause and reset it safely.

Performance10 juil. 20262 min read
lsd high CPU on Mac? Launch Services, explained
lsd using high CPU on your Mac is the Launch Services database daemon: the registry of which app opens which file. Here's why it spikes, how to rebuild the database, and why it's not launchservicesd.

Performance10 juil. 20263 min read
mdworker (and mdworker_shared) high CPU on Mac, explained
mdworker and mdworker_shared using high CPU on your Mac are Spotlight's indexing workers reading your files. Here's why they spike, why several at once is normal, and the safe fixes.

Performance10 juil. 20262 min read
mediaanalysisd high CPU on Mac? Here's what it actually does
mediaanalysisd using high CPU on your Mac is the on-device engine behind Live Text and Visual Look Up, not face recognition. Here's why it spikes, why it's private, and how to calm it down.

Performance10 juil. 20262 min read
sharingd high CPU on Mac? AirDrop & Handoff, explained
sharingd using high CPU on your Mac powers AirDrop, Handoff, and Continuity, and usually spikes on a stuck AirDrop or constant wireless retries. Here's how to calm it, and the privacy angle worth knowing.

Performance10 juil. 20262 min read
softwareupdated high CPU on Mac? Here's why
softwareupdated using high CPU on your Mac is the Software Update daemon checking, downloading, or installing updates. Here's why it sometimes gets stuck, and how to fix it safely.

Performance10 juil. 20262 min read
syspolicyd high CPU on Mac? Gatekeeper, explained
syspolicyd using high CPU on your Mac is Gatekeeper checking apps as they launch. Here's why it spikes (often an app launching binaries in a loop) and the safe way to calm it.

Performance10 juil. 20262 min read
trustd high CPU on Mac? Certificate checks, explained
trustd using high CPU on your Mac is the certificate-trust daemon checking whether certificates are still valid. Here's why it spikes or hangs, and how to fix the persistent 100% case.

Performance6 juil. 20265 min read
Mac slow after a macOS update? Why it happens (and what helps)
Mac slow after a macOS update? It's usually temporary background work (Spotlight reindexing, Photos re-analyzing, iCloud re-syncing), not a broken Mac.

Storage6 juil. 20264 min read
Why “Documents” takes up so much space on your Mac
Documents taking up space on your Mac? That storage slice is broader than your Documents folder: it counts big files across your whole home folder. Here's how to shrink it.

Storage6 juil. 20264 min read
“Not enough space to install the update” on Mac? Here's the fix
'Not enough space to update macOS' with several GB free? A macOS installer needs far more room than the download. Here's how much you need and how to free it.

Performance5 juil. 20266 min read
MacBook fans loud and running hot? Here's what's actually causing it
MacBook fans loud and running hot? Fans spinning up under load is normal; the fix is finding which process is working the CPU or GPU. Here's how to check.

Storage5 juil. 20265 min read
Why is my Mac storage full when I deleted everything?
Why is my Mac storage full when you deleted everything? Because APFS snapshots retain old blocks, space stays purgeable, and 'System Data' won't budge.

Performance5 juil. 20265 min read
WindowServer high CPU on Mac, explained
WindowServer high CPU on a Mac isn't a virus; it's the process that draws every window and pixel. Here's why it spikes and how to bring the load down safely.

Storage5 juil. 20265 min read
You deleted files but free space didn't change: here's the fix
Deleting files but not freeing space on Mac? Causes are an un-emptied Trash, APFS snapshots, purgeable space, or a stale Finder count, plus the fix for each.

Performance5 juil. 20266 min read
kernel_task using high CPU on Mac? Here's why
High kernel_task CPU on Mac usually isn't a virus; it's macOS managing heat by holding back the CPU. Here's why it spikes, what's normal, and the safe fixes.

Storage5 juil. 20264 min read
“Your startup disk is almost full”: what to actually do
The 'startup disk almost full' warning on your Mac isn't just a nag; APFS needs real free headroom. Here's what triggers it and how to clear room safely.

Developer3 juil. 20261 min read
How to find and kill the process using port 3000 on macOS
Port 3000 already in use? Here's how to find the exact process holding it on macOS with lsof, stop it safely, and deal with zombie dev servers that survived Ctrl-C.