3

Sometimes, Outlook will reopen the previously-open windows if you start it with the /restore option after a crash.

Does anyone know where Outlook actually stores this information? I'd like to make a backup of it, just in case something goes wrong after relaunching Outlook.

For web browsers like Firefox and Safari, there are the corresponding session files in %appdata%, but for Outlook, I couldn't figure out any such files.

tajmahal
  • 163

2 Answers2

3

It's not located in plaintext, but it is in the registry, somewhere under HKCU\SOFTWARE\Microsoft\Office\[Version]\Outlook\Profiles\Outlook\. Where exactly in there I don't know, but here's how you can be sure:

  1. Close Outlook with windows open
  2. Export the key
  3. Open Outlook again, open different windows, then close Outlook again
  4. Import the previously exported key (don't forget to backup the registry!)
  5. Open Outlook again, and let Outlook restore windows. Sure enough, it restores the windows that were open when outlook was closed the first time.

What exactly in that key is responsible for restoring the windows is hard to tell - it might be different for every user for all I know. But hopefully this helps someone along. (credits to Regshot for helping me find the key!)

2

Agree with LPChip, it should be in the registry, but have not found any document tells where the exact location is. Where does Outlook store list of open items?

Found a similar thread talking about the same issue: How can I get Outlook to restore previously-open message windows when restarting? but also did not get the exact location. For your reference.

Besides, for Outlook desktop client, the %appdata% stores some other Outlook settings, you could get them via this article: Find and transfer Outlook data files from one computer to another.

Jeff Yang7
  • 1,430