Should You Uninstall LockDown Browser After Every Exam? (Practical Answer)

Most students don't need to uninstall LockDown Browser after every exam. The disk cost is ~100 MB for the bundle + 200 MB for cache; the privacy cost is the dormant Monitor buffer. Below: when post-exam cleanup is worth it, when it's not, and the lightweight middle ground.

Default recommendation: don't uninstall after every exam

Reasons it doesn't matter much:

When post-exam uninstall makes sense

  1. End of semester / done with university. No upcoming exams. Reclaim the disk.
  2. Privacy-conscious deployment: you don't want any LDB-related state persisted on disk.
  3. Shared Mac with siblings: clean state for the next user.
  4. Loaner Mac going back to university IT: their policy may require it.
  5. You suspect Monitor buffer didn't upload: clean to ensure no recording fragments remain.
  6. Concerns about retention: even though the local copy is buffer-only, deleting it is a clean signal.

The lightweight middle ground: clear only the buffer

If you want to clear privacy-sensitive state without uninstalling:

rm -rf ~/Library/Group\ Containers/group.com.respondus.lockdownbrowser/

Run this after every exam. Clears the Monitor recording buffer. Does NOT touch:

Best balance: privacy hygiene without re-setup overhead.

Periodic full cleanup (recommended quarterly)

Even if you don't uninstall after every exam, run the complete uninstall every 3-4 months - particularly after a semester ends. This:

The case for keeping LDB installed

Decision tree

Your situationRecommendation
Active student, multiple exams per termKeep installed. Clear Group Container only after each exam.
End of semester / final exam doneComplete uninstall.
Privacy-sensitive (you want zero LDB state)Complete uninstall after each exam. Accept the re-setup cost.
Shared / family MacComplete uninstall after each exam, reinstall before next.
Returning loaner laptop to ITComplete uninstall. Possibly required by IT policy.
Concerned about retention liabilityComplete uninstall + clear Group Containers. (Note: server-side recording is unaffected by local cleanup.)

What about Respondus servers?

Local cleanup doesn't affect server-side recording retention. Your exam recording on Respondus's cloud is governed by your institution's retention policy (default 5 years). Local cleanup removes only your Mac's buffer. See retention page.

Frequently asked questions

Does keeping LDB installed make my Mac vulnerable?

No more than any other notarised app. LDB doesn't run between exams; it has no background services on personal Macs. The application bundle sitting in /Applications poses no active risk.

Will my exam answers be lost if I uninstall after the exam?

No - answers live in your LMS, not in LDB. Uninstall is safe post-submit.

Can I disable LDB without uninstalling?

You can revoke TCC permissions (System Settings → Privacy → Camera/Microphone/Screen Recording → toggle LDB off). Next exam will re-prompt for them, which adds 30 seconds. Lighter than uninstall.