LockDown Browser High CPU Usage on Mac (Diagnostics + Fix Guide)

Baseline LDB + Monitor CPU on Apple Silicon is 6-25% sustained on a performance core. If you're seeing meaningfully higher than the upper end, the cause is almost always external: real-time antivirus scanning Monitor frames, Spotlight indexing during exam, or an Intel-build LDB running under Rosetta. Diagnostic ladder below.

Baseline expectations (per our benchmark)

MacExpected sustained CPU
M2 Air 16 GB15-25%
M3 Pro 18 GB10-18%
M4 Pro 24 GB6-12%
M4 Max 36 GB4-8%
Intel i9 (2019)30-50%

If your actual sustained CPU is >1.5× the expected upper bound, troubleshoot.

Diagnostic ladder

Step 1: Verify LDB is native arm64 (not Rosetta)

Activity Monitor → search "LockDown Browser" → check "Kind" column.

If "Intel": reinstall fresh from your LMS (see Rosetta page).

Step 2: Pause real-time antivirus

Most common cause of elevated CPU. Malwarebytes, Bitdefender, Sophos, Norton scan every Monitor video buffer write, doubling effective CPU cost.

Workaround: pause AV for the exam window. See AV conflicts page.

Step 3: Disable Spotlight indexing during exam

sudo mdutil -i off /

Disables Spotlight indexing system-wide. Re-enable after exam:

sudo mdutil -i on /

Reclaims 5-10% CPU if Spotlight was actively indexing.

Step 4: Quit cloud sync (Dropbox, OneDrive, Google Drive)

See cloud sync conflicts page.

Step 5: Disconnect external monitors

Mirroring or extending to a second display adds CompositingServer overhead. Disconnect for the exam.

Step 6: Enable Low Power Mode

System Settings → Battery → Low Power Mode → On while on battery. Caps CPU clock; can reduce LDB CPU by ~20% on the Air-class chips.

If CPU is high even after all of the above

Less common causes:

What's "normal" for the init spike

The first 3-5 seconds of LDB launch see CPU spike to 30-80% (during process scan + webcam initialization). This is expected and not a problem. Steady-state CPU after the exam UI loads is what matters.

Frequently asked questions

Will high CPU make my Mac throttle / get hot?

On M-series Macs, sustained 25% CPU is well below thermal limit. Air models (fanless) may warm slightly during long Monitor exams; Pro models (with fans) stay cool.

Does CPU usage matter for grading?

No - your instructor sees the recording, not your CPU stats. CPU only matters for your own experience (battery, fan noise).

Is 30% CPU on M2 Air normal?

30% is at the high end of expected range - borderline. Check for AV / Spotlight / Rosetta first. If clean, 30% on M2 Air with Monitor active is acceptable.