My mac is slowing down.  How can I speed it up?

My computer just started running VERY slowly today.  What could be causing this and how can I clean it up to increase the speed?

Please read this whole message before doing anything.
This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software -- potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions -- they’re easy to carry out and won’t change anything on your Mac.
These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.
Below are several lines of text in monospaced type, which are UNIX shell commands. They’re harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of running these commands, search this site for other discussions in which they’ve been used without any report of ill effects.
Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands.
Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
To begin, launch the Terminal application; e.g., by entering the first few letters of its name in a Spotlight search. A text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” (without the quotes) and press return. You should then get a new line ending in a dollar sign.
Step 1
Copy or drag -- do not type -- the line below into the Terminal window, then press return:
kextstat -kl | awk '!/com\.apple/ {print $6 $7}'
Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.)
Step 2
Repeat with this line:
sudo launchctl list | sed 1d | awk '!/0x|com\.apple/ {print $3}'
This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
Step 3
launchctl list | sed 1d | awk '!/0x|com\.apple/ {print $3}'
Step 4
ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Sta}* L*/Fonts 2> /dev/null
Important: If you synchronize with a MobileMe account, your me.com email address may appear in the output of the above command. If so, change it to something like “[email protected]” before posting.
Step 5
osascript -e 'tell application "System Events" to get the name of every login item'
Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer -- no typing, except your password.
You can then quit Terminal.

Similar Messages

  • My iPad is slowing down, how can I speed it up?

    MY iPad is slowing down, how can I speed it up?

    MY iPad is slowing down, how can I speed it up?

  • My computer is getting very slow. How can I speed or clean it up?

    I have a 2007 MacBook. It has really slowed down. Is there a way to speed or clean it up? I know it is an old model, but I do not have the money to get a new one yet.

    Try Onyx for your 10.X version.
    You can check disk, file permission and purge cache files with Onyx.
    May be your disk is old. You should make a backup in case of.

  • My mac is slow. How can it run more efficiently?

    I find that my 2 year old Macbook Pro is super slow and just started to run slow about 4 months ago. It takes a long time to load and execute programs. Is there anything that I can do at home to allow the computer to run faster?

    First, back up all data immediately, as your boot drive might be failing.
    Take these steps when you notice the problem.
    Step 1
    Launch the Activity Monitor application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Activity Monitor in the icon grid.
    Select the CPU tab of the Activity Monitor window.
    Select All Processes from the menu in the toolbar, if not already selected.
    Click the heading of the % CPU column in the process table to sort the entries by CPU usage. You may have to click it twice to get the highest value at the top. What is it, and what is the process? Also post the values for % User, % System, and % Idle at the bottom of the window.
    Select the System Memory tab. What values are shown in the bottom part of the window for Page outs and Swap used?
    Next, select the Disk Activity tab. Post the approximate values shown for Reads in/sec and Writes out/sec (not Reads in and Writes out.)
    Step 2
    You must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way as above. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Post the 50 or so most recent messages in the log — the text, please, not a screenshot.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into a message.
    Important: Some personal information, such as your name, may appear in the log. Edit it out before posting.

  • Webpage slow. How can I speed it up?

    Hi all,
    I've created a webpage with the help of iWeb, iPhoto and Mobileme and have experienced as well that it is very slow on a PC.
    I saw a program being mentioned called Web Site Maestro to speed things up. Are there any other programs around that maybe are free for download or that are a bit more user friendly?
    And if you have any other ideas on how it can be sped up, I'm listening . I did already read some about changing images to text and changing the photos in photoshop from PNG files to JPG files (that seems a lot of work to me and I was hoping there was an easier way).
    Thank you for your help in advance.
    Kind regards,
    Lavinia

    Lavinia ~ Welcome to the discussions. This Apple doc may help:
    iWeb 2.0 Help: Reducing a photo’s file size
    And you could try downsizing your images manually using, for example, the Preview app and choosing File > Save As... then reducing the Quality slider.
    Or downsize them automatically via:
    or:

  • XML Parsing far too slow. (How can I speed it up)

    Hey everyone,
    I am converting a site from ASP to JSP and there are a bunch of pages that parse an XML document display certain information from it. One problem is that the JSP implementation I have is far too slow. It takes ~6 seconds to load the page as we wait for it to process. I am using <x:parse> and <x:forEach> to process it using an XPath statement with the appropriate predicate ($dom/foo/bar/Route[ID > 999] for example)
    One problems I think is the size of the XML document. All the data for different pages is pushed to the same XML file and we use maybe 5-10% of the data in any one parse. I have looked at XML filters a little bit but can't seem to find a good example or a clear explanation as to whether or not this will even solve my problem.
    The root node has 5 children and the biggest one which takes up probably 3/4 of the document isn't even used by us.
    My boss wants it to be as fast as the ASP implementation which was really fast. It is 100% custom and manually probes the XML document and can skip any children which it knows won't contain any leaf's we want (mainly that big one) and is nearly instant.
    Does anyone have any ideas?
    Thanks,
    John

    Hey guys, thanks for the responses and sorry it took so long to get back - I have been busy with school an all.
    Well, first off let me say that everything in general seems far slower than what I would expect. I have eliminated different parts and everything I do eliminate seems to make is significantly faster. Does JSP seems relatively slow to you guys? I am serving it from a slower machine too but it just seems quite a bit slower than I would have expected and I don't feel I'll ever be able to match the speed of the ASP implementation.
    However, I think there is light at the end of the tunnel. I believe I found the slowest part. Surprisingly, it is not the importing or even the parsing of the file. They seem like they could take at the very most 1/2 second and the whole file takes ~5 seconds to run. The part that is causing the most delay is the five x:set tags.
    <x:set var="attrID"  select="string($r/ID)"/>is one of them. If I replace them with a piece of servlet code to assign dummy values instead, it cuts the execution by 80-90%.
    Any ideas why these may be so slow?
    Also, do you think switching to a servlet implementation would be better? I actually use some servlet code that I mean to convert over to tags once I get it working. Shouldn't the tags be about the same speed and are considered the "better" way to do things if possible?
    Thanks again,
    John

  • Writing to Excel file is very slow. How can I speed this VI up?

    I am reading through a text file line by line and sorting data into the appropriate column in an excel worksheet. The text file may contain several thousand lines. The vi runs alot slower than I had hoped. It seems the report tool kit excel vi's are always slow. Any suggestions?
    Attachments:
    umt-r-g2 7daystemp.txt ‏820 KB
    tst_file_sort.vi ‏42 KB

    Hai kirit,
    I have attached what u wanted.
    Mathan
    Attachments:
    BD.PNG ‏60 KB
    FP.PNG ‏54 KB

  • Since the update to Yosemite the MacBook has slowed down appreciably. Safari for example takes upwards of 30 seconds to load. How can I speed things up?

    Since the update to Yosemite the MacBook has slowed down appreciably. Safari for example takes upwards of 30 seconds to load. How can I speed things up?

    Hi ..
    Not enough free storage space can slow your Mac down.
    Click your Apple menu icon top left in your screen. From the drop down menu click About This Mac > More Info > Storage. Make sure there's at least 15% free disk space.
    Freeing space on your Mac OS X startup disk
    OS X Tips Where did my Disk Space go?
    Check to see if the startup disk needs repairing.
    Launch Disk Utility located in HD > Applications > Utillities
    Select the startup disk on the left then select the First Aid tab.
    Click:  Verify Disk (not Verify Disk Permissions)
    If Disk Utility reports errors, restart your Mac while holding down the Command + R keys. From there you should be able to access the built in utilities in OS X Recovery to repair the startup disk.
    Make sure to back up all important data first before using OS X Recovery.
    Anti virus software, as well as third party Mac cleaning utilities such as MacKeeper  and CleanMyMac can also slow your Mac down.
    For Safari.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Relaunch Safari to test. if that doesn't help, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • My mac is running extremely slow lately how can i clean it

    my mac is too slow lately how can i clean it

    Yes. But what ever you do, don't buy any of the so called "cleanup" software. It is all worthless crapware.
    Try http://www.thexlab.com/faqs/freeingspace.html
    or http://www.thexlab.com/faqs/performance.html

  • Trying to update my software (iPhone and iPad) it says my iTunes software needs to be updated, but it is already is. I try this over and over again. I've already reinstalled iTunes and have shut down and restarted my Mac several times. How can I fix this?

    Trying to update my software (iPhone and iPad) it says my iTunes software needs to be updated, but it is already is. I try this over and over again. I've already reinstalled iTunes and have shut down and restarted my Mac several times. How can I fix this?

    This is what worked:
    "In iTunes, I signed out of the store. I exited itunes and restarted it, logged back into the store (with my apple id), then I pulled down the iTunes menu in the menu bar and selected Check for updates.
    At this point it said that iTunes 11.1 was available and I'm downloading now " Quoted from a fellow user.
    It fixed my problem.

  • I was getting support for my Office 2008 for Mac, and the support tech said my OS was very slow. I have latest update for Snow10.6.7. Question how can I speed up my Macbook?

    I was getting support for my Office 2008 for Mac, and the support tech said my OS was very slow. I have latest update for Snow10.6.7. Question; How can I speed up my Macbook?

    Hi
    In the first instance, I'd use Onyx and run through its sequence of maintenance and tune up tools:
    Verify, Maintenance, Cleaning.
    I'd also reset the SMC and PRAM (Google them)
    If that doesn't help then I'd look at System Preferences.. > Accounts > Login Items tab (not Login Options).  Check what processes get started at login and decide which ones you don't want.
    After that I'd use Applications/Utilities/Activity Monitor to see if any processes are using a lot of computer power or if anything else nasty might be happening.
    If none of this helped then my final step would be to reinstall OS X.
    Bob

  • Hi all, my mac's suddenly slowed down significantly - can anyone help?

    Hi there, a couple of weeks ago my mac suddenly slowed down significantly. Since then I've installed the new operating system and that's helped a little but it's still not running as it should.
    Here's my EtreCheck report. Any ideas you clever people?
    EtreCheck version: 2.0.11 (98)
    Report generated 8 November 2014 16:37:52 GMT
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000 -
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 4:31:31
    Disk Information: ℹ️
      APPLE HDD TOSHIBA MK5065GSXF disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) /  [Startup]: 498.88 GB (375.82 GB free)
      Core Storage: disk0s2 499.25 GB Online
      MATSHITADVD-R   UJ-8A8
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Extensions
      [loaded] com.sophos.kext.sav (9.2.50 - SDK 10.8) Support
      [loaded] com.sophos.nke.swi (9.2.50 - SDK 10.8) Support
    Launch Agents: ℹ️
      [running] com.advent.BonjourAgent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [running] com.sophos.uiserver.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.adobe.versioncueCS3.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [running] com.sophos.common.servicemanager.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.advent.ADVENT AiO Annual Opt.plist Support
      [loaded] com.advent.ADVENT AiO Firmware Updater.plist Support
      [loaded] com.advent.ADVENT AiO Software Updater.plist Support
      [loaded] com.divx.agent.postinstall.plist Support
      [failed] com.facebook.videochat.[redacted].plist Support
      [loaded] com.google.keystone.agent.plist Support
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      AdobeResourceSynchronizer Application (/Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/Support/AdobeResourceSynchronizer.app)
    Internet Plug-ins: ℹ️
      JavaAppletPlugin: Version: Java 7 Update 51 Check version
      OVSHelper: Version: 1.1 Support
      Default Browser: Version: 600 - SDK 10.10
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
      AdobePDFViewerNPAPI: Version: 10.1.12 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      DivXBrowserPlugin: Version: 2.2 Support
      Silverlight: Version: 5.1.20513.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      SharePointBrowserPlugin: Version: 14.4.2 - SDK 10.6 Support
      AdobePDFViewer: Version: 10.1.12 Support
      DirectorShockwave: Version: 12.0.0r112 - SDK 10.6 Support
    Safari Extensions: ℹ️
      AdBlock
      Ebay Shopping Assistant
      Searchme
      Amazon Shopping Assistant
      DivX Plus Web Player HTML5 <video>
    3rd Party Preference Panes: ℹ️
      Adobe Version Cue CS3  Support
      DivX  Support
      Flash Player  Support
      Flip4Mac WMV  Support
      Java  Support
    Time Machine: ℹ️
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 498.88 GB Disk used: 123.06 GB
      Destinations:
      Expansion Drive [Local]
      Total size: 319.73 GB
      Total number of backups: 12
      Oldest backup: 2012-10-05 16:41:40 +0000
      Last backup: 2014-11-02 10:47:48 +0000
      Size of backup disk: Too small
      Backup size 319.73 GB < (Disk used 123.06 GB X 3)
    Top Processes by CPU: ℹ️
          1% java
          0% Installer
          0% InterCheck
          0% AppleSpell
          0% SophosUIServer
    Top Processes by Memory: ℹ️
      289 MB loginwindow
      236 MB com.apple.WebKit.WebContent
      155 MB Safari
      73 MB InterCheck
      69 MB Finder
    Virtual Memory Information: ℹ️
      40 MB Free RAM
      1.48 GB Active RAM
      1.47 GB Inactive RAM
      631 MB Wired RAM
      4.68 GB Page-ins
      64 MB Page-outs

    And while your at it, also uninstall the Spigot adware that shows in your report (as "SearchMe"):
    http://www.thesafemac.com/arg-spigot/

  • How can I speed up slow Maverick on MacBook Pro?

    question or problem: How can I speed up slow Maverick on MacBook Pro?
    answer or solution:  Per Apple Genius in Palo Alto,  CA
    Maverick consumes almost my entire 4 GB of ram memory shown in Activity Monitor.
    Found under Applications-->Utilities-->Activity Monitor
    Will purchase two 4 GB banks and install myself using inexpensive tools.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • HT1199 I have a 3.2 GHz Intel Core i3,  27 inch, Mid 2010. It used to run fast but now it seems to have slowed down like when surfing or opening applications. I downloaded all the updates restarted but it seem slow. How do I speed it up? Thanks

    I have a 3.2 GHz Intel Core i3,  27 inch, Mid 2010. It used to run fast but now it seems to have slowed down like when surfing or opening applications. I downloaded all the updates restarted but it still seem slow. How do I speed it up? Thanks - ManongCA

    Activity Monitor – Monitor Performance Problems  
    Why is my computer slow
    Why your Mac runs slower than it should
    Things you can do to resolve slowdowns  see post by Kappy

  • How can I transmit PDF files from my Mac to my iPad, How can I transmit PDF files from my Mac to my iPad

    How can I transmit PDF files from my Mac to my iPad, How can I transmit PDF files from my Mac to my iPad

    Yes you can definitely do this. You'll need an app on the iPad that handles PDF viewing and editing. There are many around - two of the best I've seen are GoodReader and PDF Expert.
    In iTunes when you iPad is connected to your PC, go to the Apps tab and scroll down and you'll see the File Sharing section. You can drag files to there to share them to your iPad.
    You could also look at online file sync services like PDF to ePub Maker if you prefer not to have to connect your iPad to a PC

  • Hi, I have MacBook (Mid 2007), It runs on Winodws Xp :( can I instal Mac os?? How can I??

    Hi, I have MacBook (Mid 2007), It runs on Winodws Xp can I instal Mac os?? How can I??

    Start your Mac while holding the X key down. That should force your Mac to start using the OS X partition.

Maybe you are looking for

  • Unreadable Error Message While Transferring Photos

    Hi. Wonder if anyone can give me some ideas about what may have gone wrong while trying to transfer photos from the SD card in my Kodak DX6440 Digital Camera into iPhoto 6 in the Mac Mini. I have visited the support pages for the Kodak camera, the Ki

  • I dont get it

    when I compile my program, the only error that comes up is: Not a statement pointing to the last statement in the for loop for(int i = 0 ; i++ ; i < labels.length) labels is an array of JLabels. any ideas?

  • How to display the real recording time of day in a video?

    I want to create a video in which the real recording time of day is displayed though the whole video. I already tried with the timecode generator, but this shows the time progress of the video being played back. What I need is the real recording TOD

  • Forms 6i - menu disable

    Hi! I cleared "Menu Module" property (DEFAULT&SMARTBAR) in my form module, but I still have "Window" menu. Is there way to disable menu at all? Thank you.

  • Photo locations changed with iOS8???

    Most of my photos used to be in one folder, perhaps unwieldy, but it worked for me. Now they're arranged by "years" which I don't like.  More over, when I select Settings/Wallpaper/Choose wallpaper, I only have access to a few of my photos for wallpa