Subscribe to How-To Geek

Clear the Auto-Complete Email Address Cache in Outlook

Outlook 2003 has an automatic completion for any email address that you try to type into the To or CC fields. This feature does not pull from the contacts or address book, because you may have tried to email somebody that wasn’t in your contact list, and it will still add that to the auto complete list.

The problem comes in when you put in a bad address, and then every time you go to type in the email address, the incorrect one appears in the auto complete list.

To fix this problem, there are two ways around this. The easiest way is this:

  • Start typing in the address that shows up incorrectly.
  • Hit the Down arrow key to select the auto completed address.
  • Hit the Delete key to delete the auto complete address

The other way is by opening the profile folder and deleting the .nk2 file.

  • Open up windows explorer, and paste the following into the address bar:

    %APPDATA%\Microsoft\Outlook

  • Delete the Outlook.NK2 file that you find in this folder.
The Geek is the founder of How-To Geek and a geek enthusiast. This article was written on 12/6/06 and tagged with: Microsoft Office, Microsoft Outlook, Outlook 2003

Daily Email Updates

You can get our how-to articles in your inbox each day for free. Just enter your name and email below:


Name:
Email:
Similar Articles Featured Wiki Articles
Latest Software Reviews Quick Linux Tips
Geek Arcade Popular Forum Threads

Comments (45)

  1. Scott

    Thank you!

  2. Grant

    Thank you for this fix but i have an issue, we lost our exchange and had to rebuild it from scratch. now when we recreated the email accounts we ended up having to manually input all the special SMTP address. The issue here was a lot of the old ones where set to a 8 characters username@domain.com (first letter of the first name followed by 7 characters of the last name), but this time around we just used the full last name. Now it only was a issue for people who’s her last name was longer than 7 characters and because the user all had the old address in there cache it caused a lot of issue for me as the technician.

    my question is i need to clear the whole company’s cache, so im thinking of putting that command line into the login script,
    /q “%APPDATA%\Microsoft\outlook\*.NK2″

    would this work? is there are other way?

  3. Pramit Shewa

    Hi,

    I have Microsoft Outlook 2000.

    I am trying to setup the autocomplete in the email box. When i put in an email address I would like it to automatically go thru the address book and autocomplete the email address.

    At the moment it is autocompleting. It is expecting me to type in the complete address. Can you please tell me where the option for autocomplete is in Outlook 2000.

    Thanks

  4. Rag

    Hi dude,

    This is a simple but great tip.

    Thanks
    Raghav

  5. Thomas Dickson

    thanks for that

  6. isaac

    Thank you very much, it’s very helpfule article.

  7. Eric

    Ditto. This was driving me crazy before and I had no idea how to resolve it.

  8. Aaron Aiken

    Hi, please please help. I had hundreds of email entries on my autocomplete option for Outlook. However, just now, all the sudden, none of email addresses are autocompleting and it appears they are all missing or gone, but I did not do anything out of the normal. How do I recover these? Btw..I do use ACT if this helps. THANKS

  9. Hafizullah

    sometimes Outlook 2003 Auto complete is being cleared itself !!!
    i want to prevent that in the future

    plz help me
    thanks,

  10. Bob Stone

    This is great. I recently moved a bunch of users from Exchange 5.5 to Exchange 2003 and I was having a lot of problems with people sending to the old address (SMTP was the same but x400/x500 is different which is what matters to Exchange with local addresses) and this helped me greatly.

    Thanks,
    Bob Stone

  11. chandrasekhar

    Hi,

    I have Microsoft Outlook 2000.

    I am trying to setup the autocomplete in the email box. When i put in an email address I would like it to automatically go thru the address book and autocomplete the email address.

    At the moment it is autocompleting. It is expecting me to type in the complete address. Can you please tell me where the option for autocomplete is in Outlook 2000.

    Thanks
    chandrasekhar

  12. Prashanth DN

    Hi Aaron Aiken,
    I too faced the problem. Check the files at “%APPDATA%\Microsoft\Outlook” in your system. Maybe, you can get some clues from there. If you get then please let me know.
    – Prashanth DN Kannadiga
    prash_dn@yahoo.com

  13. John

    **** at your own risk ****

    For Outlook 2000:

    Open up windows explorer, and paste the following into the address bar:
    %APPDATA%\Microsoft\Outlook

    rename the file ‘Microsoft Outlook Internet Settings.NICK’
    to ‘Microsoft Outlook Internet Settings.NICK.bak’

    kind regards

    John

  14. Jim Roberts

    Thanx a bunch,
    Jim

  15. Ben

    Autocomplete works in my Outlook 2003 but does not carry over to subsequent sessions i.e when I log off and back on to my system, I lose all my autocomplete data. I didn’t have this issue with Outlook 2000.

    Thanks.

  16. Bob Stone

    I wrote a batch file that will clear the MRU files and it works on XP.

    @ECHO OFF
    @TITLE Clear MRU from Outlook
    @COLOR 1F
    SETLOCAL

    :START
    CLS

    ECHO É����������������������������������������������������������������������������»
    ECHO º º
    ECHO º º
    ECHO º This script will will clear Most Recently Used lists from your º
    ECHO º Outlook files. º
    ECHO º º
    ECHO º º
    ECHO È����������������������������������������������������������������������������¼
    ECHO.

    ECHO.
    ECHO 1. Clear Most Recently Used from Outlook.
    ECHO 0. Do nothing and exit.
    ECHO.

    set choice=
    set /p choice= Type 1 or 0 and hit ENTER :
    if not ‘%choice%’==” set choice=%choice:~0,1%
    if ‘%choice%’==’1′ goto DEL
    if ‘%choice%’==’0′ goto END
    ECHO “%choice%” is not valid please try again
    ECHO.
    goto start

    :D EL
    ECHO Y | DEL “%APPDATA%\Microsoft\outlook\*.NK2″
    CLS
    ECHO É����������������������������������������������������������������������������»
    ECHO º º
    ECHO º º
    ECHO º Outlook’s Most Recently Used lists cleared successfully. º
    ECHO º º
    ECHO º º
    ECHO È����������������������������������������������������������������������������¼
    ECHO.
    Pause

    :END

  17. Bob Stone

    Sorry, the comment formatting messed up the formatting of the fancy boxes. It took out all the extra spaces.

  18. Ben

    Bob, I wasn’t sure if the above was a response to my issue or a previous one.

  19. Bob Stone

    Not really a response to anything. I just got a batch file to work and decided to share here is all

  20. D

    Thanks so much!! This was a MAJOR help =)

  21. Gavin

    Hi I’m also having the same issue as Ben

    “Autocomplete works in my Outlook 2003 but does not carry over to subsequent sessions i.e when I log off and back on to my system, I lose all my autocomplete data. I didn’t have this issue with Outlook 2000″

    How do I stop outlook from clearing the cache everytime I log off?

    Cheers
    Gavin

  22. David

    Thank you for the stright foward simple answer.

  23. deyaa

    for outlook2003

    copy %APPDATA%\Microsoft\Outlook and paste in address bar
    then copy the file outlook.nk2 in a safe place

    when u found that ur cashe has been gone copy the file again to the location %APPDATA%\Microsoft\Outlook

    and reopen ur outlook

    its a temporary solution

  24. kirby

    Can clear all errors from our outlook that dosen’t work because it slows our new yahoo email beta donwn because now a error shows up thankyou.

  25. Matthew

    Thank you…a real grey-hair fixer!

  26. RJ

    Have a client with the same problem- open outlook and the nickname file works for the day, close outlook and reopen – it does not work. I have removed the NK2 file already to let it make new – but still does not save. Running exchange 2003/Outlook 2003.

  27. Dave

    I have Office 2008. It does not seem like there is a file with the extension .nk2. There are a Outlook Data File, SRS, and an XML all with Outlook as the title. Does any one know how to clear the address cache in the new version?

  28. Alvin

    In Outlook 2003, the ‘NK2 delete solution’ will work as described.

    If at some point you have unchecked the “Suggest names when completing the To, CC and BBC fields” under Options/Preferences/E-mail Options/Advanced Email Options then a new NK2 file will not be generated when your Outlook session is closed – meaning it will not carry the cache forward to you next Outlook session

  29. simone

    Hi. I don’t suppose you can help me out. I have a daughter with a learning disability I am trying to set msn on auto complete for her email. It seeems to fo the rest when she searches but can’t do this for email addresses. I checked interent explorer – content and all the boxes are ticked. Is there anything else I can do.

  30. Pravin

    Thanks buddy…the tip is really helpful. I have been struggling hard from past few days to get the cached entry deleted. After going through your site, i could do it easily and quickly.

  31. Ed

    Nobody answered Dave, Apr22′08. I have the same problem. Any suggestions?

  32. Mr. Sain

    @ Ed

    Alvin gave the correct solution for 2003 on May 14. I removed 2008 and went back to 2003, but there should be a similar option but you’ll have to do the work of looking for it.

    @ chandrasekhar
    Outlook 2003 in Tools | Options | Preferences tab | E-Mail Options | Advanced E-mail options there is a check box for “Automatic name checking”

    @ everyone
    nk2view works to delete only one name without deleting the entire nickname file (Google it). I’m sure there are other tools out there for editing them also.

  33. Alexia

    You Rock! I spent 2 hours trying to figure out how to get rid of obsolete addresses out the drop down lists that appear when you type the first letter in the TO box. THANK YOU Now maybe I won’t find myself sending mail to obsolete addresses anymore.

  34. Hijme

    Thank you very much !!! This problem has bothered me for years, because every time I wanted to mail my brother an unknown person turned up.

    I wish all major problems could be fixed so easily.

  35. Kyle

    Good – tip. So simple and so useful.

  36. Cathy

    My problem is a little strange. with autocomplete on, I entered “Murray” and then “Check Names”. The name that came up was Greg, but who I wanted was Patrick. So I did the easy thing – started to put in “mur”, get the name list, arrow down and delete “Greg”. Ok – now when I type in “mur” I don’t get Greg but I also don’t get Patrick even though he is in my Contacts directory. Also, if I type in “murray” and hit “Check Names” Greg still comes up. And he is the only name presented so I can’t scroll down and delete him. What should I do?

    Cathy

  37. Denness

    Great tip…was sending mails to the wrong email many times. Now I deleted all the incorrect emails.
    Thanks

  38. Rob Nichols

    ..I have an issue with a client – have read through the above questions and no one seems to nail this one (forgive me if im wrong) –

    My client complains that before now… if he types a name into the ‘to’ field in a new email…. it used to give him the auto complete box with many many names (even those that are not in his contacts (i.e previous recipients of even just one email)…. suddenly recently… he will only have a max. of about 6 names in the autocomplete….. and apparently only those that are in his contacts/address book or very recent recipients of emails… but not say someone he sent a mail to 3 months ago!…
    I can find no rhyme or reason for this….
    can anyone sugest a fix and or an explanation?!?

    many thanks in advance..

    Rob Nichols

  39. dexxzter

    that worked like a charm! thank you guys!!

  40. Rob

    Might be worth mentioning that if all you want to do is clear the list, open the .NK2 file in notepad, select all (CTRL-A) and delete and save the file.

  41. bschouhan

    Thanks for the tip and the Batch file.

    Hats Off

  42. Robert Cohn

    Thank you – thank you – thank you!

    (Did I say thank you?)

  43. vel

    how to check recently viewed messages in outlook 2003.

  44. Julie

    Thank you!! I have been struggling with this issue for years!

  45. Raja SMJ.

    Simple and very easy. It`s working fine thanks a lot


Leave a Comment




Leave your friendly comment here.

If you have a computer help question, click here to leave it on the forums instead.

Note: Your comment may not show up immediately on the site.

Sponsored Links
Getting Started
About How-To Geek
What Is That Process?
svchost.exe
jusched.exe
dwm.exe
ctfmon.exe
wmpnetwk.exe
wmpnscfg.exe
rundll32.exe
wfcrun32.exe
Ipoint.exe
Itype.exe
Wfica32.exe
Mobsync.exe
Cmd.exe
Dpupdchk.exe Adobe_Updater.exe

Copyright © 2006-2009 HowToGeek.com. All Rights Reserved.