Skip to content
Wed, Mar 14 2007

Finally a real tip to speed up Outlook 2007!

 One of the big problems folks have been having with Office 2007 is Outlook.  Frankly, it can be a serious dog.  Sluggish, serious performance lags.  All the things you don’t want in your “latest and greatest” e-mail client.  Looks like, thanks to Mack D. Male, there is a solution:

DELL has gotten back to me with a solution that seemed to work.

Following these steps:

1. Open Outlook as an Administrator by going to C:Programs/Microsoft Office/Office12 and right clicking on the Outlook exe program.  Choose “Run as Administrator”.

2. Then once Outlook opens, go to Tools, then Trust Center, then Addins.

3. Click “Go…” at the bottom and uncheck Outlookaddins.

4. To maximize speed, they recommended to uncheck everything EXCEPT Windows Indexing, which, according to them, is the only useful addin anyway.

When I did this, the speed of my Outlook 2007 improved significantly; although, we will all have to wait for Microsoft to release the update that fixes this issue completely. I hope this helped you.  Microsoft Discussion Groups Home

I did this last night and I think it’s working.  Mack and I would both like to see what others find.  Truth be told I didn’t disable Evernote clipping or ClearContext (of course!), but I still think there was a boost.

Give this tip a shot and let me know if it works for you.  Best of all you can “undo” it very, very easily.

 

Around The Web
Share This Post:
  • Digg
  • email
  • Facebook
  • StumbleUpon
  • Tumblr
Work

Comments

  1. By ennuianomie

    btw… there’s a lot of chat about Xenobi. out there. Prior to this fix Xenobi made outlook unworkable and infuriating. However.. it may function more efficiently now with this fix… i’ll let you know.

  2. By ennuianomie

    Thank you… I’ve seen this tip on a few sites and I just implemented it. Outlook 2007 now runs like any other program… quick to start.. quick to quit. Thanks a million to everyone that’s putting this tip out there…

  3. By Sean Menefee

    After getting the latest SP3 XP pack, and using this trick with Outlook 2007, Office is finally working at an acceptable speed to upgrade my office to.

    Even though I’m a bit late on posting to this article, I still wanted to say thank you!

  4. By Chris M. Olson

    I bought Vista and Office 2007 when they first came out. Outlook has been getting progressively slower and I could never find out why. I found this article and it improved my Outlook response significantly. I run Outlook, Business Contact Manager, and Outlook Connector and I do not have any significant problems anymore. Also, I was surprised to find the “addins” that had been assigned to Outlook and could be deleted without apparent affect.

    Thanks a million for the information!

  5. By Raul Cardenas

    I did it and then got a message that Application was experimeted a serius problem and needed to restart the application. I did, and when starting asked to re start the Mc Affee Add in, so checked that one and worked OK.

  6. Trackback
    1651 days ago
    Jake’s Life » Speed up Outlook 2007

    [...] Finally a real tip to speed up Outlook 2007! [...]

  7. By Trinae

    I tried the tips and i do notice a difference in performance. can anyone tell me why is seems that Office 2007 is a memory hog?

  8. By Jeff

    I disabled everything except for the windows indexing and it worked great, but now I don’t see the new mail desktop alerts pop up. Anybody else have this problem?

  9. By Matt Glover

    Worked a treat here. I disabled everything!

  10. By Tom

    Most of the items in the add on list say they cannot be changed. Any ideas?

  11. By Gary Radley

    Sorry
    This was the original code.
    The new code is …
    Private Sub Application_Quit()
    Dim myOlApp As New Outlook.Application
    Dim myNameSpace As Outlook.NameSpace
    Dim myInbox As Outlook.Folder
    Dim myDestFolder As Outlook.Folder
    Dim myItems As Outlook.Items
    Dim myItem As Object
    Dim folder_exists As Boolean
    Set myNameSpace = myOlApp.GetNamespace(“MAPI”)
    Set myInbox = myNameSpace.GetDefaultFolder(olFolderInbox)
    For Count = 1 To myInbox.Folders.Count
    If myInbox.Folders.Item(Count) = “Inbox_Archive” Then
    folder_exists = True
    End If
    Next
    If folder_exists = False Then
    Set myDestFolder = myInbox.Folders.Add(“Inbox_Archive”)
    End If
    Set myItems = myInbox.Items
    Set myDestFolder = myInbox.Folders(“Inbox_Archive”)
    For Each myItem In myItems
    myItem.Move myDestFolder
    Next
    End Sub

    Just a bit quicker.

  12. By Gary Radley

    The biggest slowdown starting Outlook is getting the “Inbox” up.
    I have been using the following macro loaded into the “This Outlook Session” folder in the VBE to make Outlook load ‘instantly’.
    It basically copies all of the “Inbox” messages into a sub folder called “Inbox_Archive” when you close Outllook. If the folder does not exist, it is created. To go back and look at ‘Old’ messages, you just click on the “Inbox_Archive” folder.
    Pretty easy.

    Private Sub Application_Quit()
    Dim myOlApp As New Outlook.Application
    Dim myNameSpace As Outlook.NameSpace
    Dim myInbox As Outlook.Folder
    Dim myDestFolder As Outlook.Folder
    Dim myItems As Outlook.Items
    Dim myItem As Object
    Dim folder_exists As Boolean
    Dim inbox_Folders As Integer
    Set myNameSpace = myOlApp.GetNamespace(“MAPI”)
    Set myInbox = myNameSpace.GetDefaultFolder(olFolderInbox)
    inbox_Folders = myInbox.Folders.Count
    For Count = 1 To inbox_Folders
    If myInbox.Folders.Item(Count) = “Inbox_Archive” Then
    folder_exists = True
    End If
    Next
    If folder_exists = False Then
    Set myDestFolder = myInbox.Folders.Add(“Inbox_Archive”)
    End If
    Set myItems = myInbox.Items
    Set myDestFolder = myInbox.Folders(“Inbox_Archive”)
    For Each myItem In myItems
    myItem.Move myDestFolder
    Next
    End Sub

  13. By Scott

    Huge improvement. Thank you – outlook was making a Dell XPS 4G dual core system pause for about 10 seconds sometimes and sometimes 4 – 5 minutes during startup. What were they thinking?

  14. By Tris Hussey

    I’m glad that this worked for all of you! I think I need to take my own advice and disable more stuff too … man sometimes Outlook just grinds to a freakin’ halt.

  15. By Ryan

    This has worked a treat. I have been trauling the web for a solution to the pitiful lags I’ve been experiencing with Outlook ’07, and this is the only fix that really worked! Thank you! I have unchecked everything except indexing, and now I can’t believe how quickly outlook runs. Time and time again, restart after restart, Outlook is faster. And so is my system. Thanks again!

  16. By Liam

    This is great, thanks. Disabled everything apart from the Indexing service, and the OneNote add-on. Instant improvement.

    I’m just about to restart it, to see if the load time’s decreased.

  17. By Alex

    I did this and it worked well.thanks

  18. Trackback
    1868 days ago
    Pimp Your Work - Microsoft releases patch for Outlook 2007, speed boost promised

    [...] been complaining, we’ve been trying to do what we can to improve things (including disabling most fun plugins), but Outlook 2007 has been dogged with performance problems since it debuted (actually in [...]

  19. By Patrixon

    It really help ! Try it. Thank you for this hint.

  20. By pj

    I did this, and didnt notice any significant improvement, my system is really slow with outlook, any suggestions anyone?