Completely remove Outlook up and start afresh

19

3

I want to delete all my Outlook accounts, remove all configurations and everything and start afresh. Basically, like do a complete reset. But, it doesn't let me remove my last account saying something about data files and all. How do I nuke Outlook and start afresh? I'm using Outlook 2013

pratnala

Posted 2013-03-29T07:30:02.957

Reputation: 1 866

Can't you create a new account and then delete that last one which you weren't allowed to get rid of earlier? – Karan – 2013-03-29T08:16:31.570

Answers

5

To ensure you get a complete reset, uninstall it, delete the data files and reinstall.

Here are instructions to help if you need them; Install or remove individual Office programs and components

CharlieRB

Posted 2013-03-29T07:30:02.957

Reputation: 21 303

The link @CharlieRB provided no longer works. – NFR – 2020-01-07T02:35:24.143

1Where are the data files? Which all locations? Want to confirm – pratnala – 2013-03-29T13:08:34.940

5

By default the data files are located at %USERPROFILE%\Local Settings\Application Data\Microsoft\Outlook. Check out Locating the Outlook data files.

– CharlieRB – 2013-03-29T14:14:43.023

29

Re-installing is waste of time...

just go to control panel>>mail(32bit)>>show profiles>delete all profiles here.

then open the outlook, you will be opening an fresh account.

NOTE:1.before deleting don't forget to take mail backup.

NOTE:2. On windows 8, 8.1 and 10 you can use windows + x and select Control Panel.

vnnky

Posted 2013-03-29T07:30:02.957

Reputation: 399

Wish I knew this earlier! – pratnala – 2014-10-24T03:24:53.460

1Here on Windows 8.1 Mail does not show up, not even in the search. I have to switch to Category View and then go to User Accounts and Family Safety and there I have a Mail icon. ?-) – Simon A. Eugster – 2015-06-26T07:12:27.227

Control Panel > *User Accounts* > Mail(32-bit) > Show Profiles > Remove – ZygD – 2018-09-28T08:25:31.217

5

Shockingly, you can delete all your profiles and even uninstall, reboot, and reinstall Outlook and still have nasty issues that linger.

Some stuff that will not be reset includes....

  • Any VBA scrips
  • Any ribbon bar customizations
  • The database of which emails have already been downloaded via POP3

...and lots of other stuff that can haunt you.

To completely reset Outlook, you must....

  1. Uninstall the Outlook application
  2. Delete all the profiles
  3. Delete the tree under the registry key [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office] (or you can go in and only delete the sub-trees for your Outlook version if you want to keep state for other Office applications)
  4. Delete (or rename to a .bak) the folder C:\Users\[your user name]\AppData\Local\Microsoft\Office or %localappdata%\Microsoft\Office
  5. Delete (or rename to a .bak) the folder C:\Users\[your user name]\AppData\Roaming\Microsoft\Office or %appdata%\Microsoft\Office
  6. Delete (or just don't use) the previous PST file.

I only know all this because I had a nasty problem where Outlook started downloading messages over POP3 and then deleting them. Deleting all profiles, PST files, and uninstalling/reinstalling did not solve the problem. Only after following all the above steps did the problem go away. I still can't figure out exactly where the POP3 messages database is actually stored.

bigjosh

Posted 2013-03-29T07:30:02.957

Reputation: 485

I tried this and hit a snag. Even a system restore wouldn't recover it properly. It got stuck on 'Profile loading' following re-install. At that point, I had to open in it safe mode (run > outlook.exe /safe) and set up a new profile as detailed here - http://www.intowindows.com/outlook-2016-hangs-at-processing-starting-or-loading-profile-screen/

– HockeyJ – 2017-07-13T10:40:19.940