OS X Tiger: Enable/Disable Spotlight

by Mitch

in Mac

You may want to turn off Spotlight to increase system performance or to prevent it from indexing personal data. Here’s how to do it under Mac OS X.

Launch Terminal from the Utilites folder.

To disable Spotlight, type the following and press Return:

% sudo launchctl unload /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

To disable it permanently, type this instead:
% sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

To enable Spotlight type the following and press Return:
% sudo launchctl load /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

To enable it permanently, type this instead:
% sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

For instructions on how to do this in Mac OS X Leopard, see How to completely disable Spotlight.

Last modified August 30, 2011



{ 3 comments… read them below or add one }

Pablo Behragam July 12, 2011 at 1:12 pm

I know but what do u need 2 do after that?
>:p

Elliot Wilen April 5, 2009 at 2:25 pm

Don’t you still have it backward? There’s no /System/Library/LaunchDaemons/com.apple.metadata.mds.plist on the Tiger (10.4) machines I’m looking at, but there is one on the Leopard (10.5) machine.

Dan December 22, 2007 at 7:20 pm

First: Doesn’t work (in 10.5.1)

sysadm[~]$ sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
Password:
launchctl: Error unloading: com.apple.metadata.mds

Any ideas? Yes, I typed the admin password correctly.

Second, there’s a typo, last line:
For instructions on how to do this in Mac OS X Leopard, see
^^^^^^^
How to completely disable Spotlight.

That should say Tiger, no?

Leave a Comment