Keep Getting "Outlook closed while you had items open. Reopen items from last session?" Even Though It's Not True

Anonymous
2023-07-05T13:34:20+00:00

This just started happening. Whenever I open Outlook, I get the message "Outlook closed while you had items open. Reopen items from last session?" even though this is not true -- I did not have items open when I closed Outlook. Using Windows 11. Screenshot of what version of Outlook I have:

Outlook | Windows | Classic Outlook for Windows | For business

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2023-07-07T17:46:51+00:00

I'm on build 2306. Is this the reg key in question?

HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Preferences
DWORD: ReopenWindowsOption
Value: 1

Yes.

Some users that updated to 2306 have reported that the key was not already in the Registry and had to add it and the value.

Was this answer helpful?

40+ people found this answer helpful.
0 comments No comments

178 additional answers

Sort by: Oldest
  1. Anonymous
    2023-07-17T22:38:41+00:00

    Thanks for all the helpful information and advice. It's greatly appreciated. 👍

    Your welcome and I appreciate the Thank You as many I help never let me know that my advice helped them.

    If you find my style of detail instructions to your liking, may I suggest you download a copy of my free book at the following link. It contains over 100 tips and how to's for Windows 10 Home, Word, Excel, and Outlook although it doesn't have this Outlook update revision how to (to be included in the second edition). The link is to a free hosting site that I use, be sure to download only the pdf file and ignore the ads which "pay" for the hosting. An ad will popup , just close it and the download will be quick. Also ignore any comment to "fix" the download...more ads.

    The items in the Table of Contents of the pdf are links to that tip/how to within the document and each tip/how to has a link at the end to return to the Table of Contents for easy quick navigation.

    It is free to all, contains no ads, or any malware.

    Windows 10 Home Users Companion

    Upload the PDF to your smart phone so you can refer to the instructions while performing that function on the PC.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-07-18T01:22:56+00:00

    Thanks for all the helpful information and advice. It's greatly appreciated. 👍

    Your welcome and I appreciate the Thank You as many I help never let me know that my advice helped them.

    If you find my style of detail instructions to your liking, may I suggest you download a copy of my free book at the following link. It contains over 100 tips and how to's for Windows 10 Home, Word, Excel, and Outlook although it doesn't have this Outlook update revision how to (to be included in the second edition). The link is to a free hosting site that I use, be sure to download only the pdf file and ignore the ads which "pay" for the hosting. An ad will popup , just close it and the download will be quick. Also ignore any comment to "fix" the download...more ads.

    The items in the Table of Contents of the pdf are links to that tip/how to within the document and each tip/how to has a link at the end to return to the Table of Contents for easy quick navigation.

    It is free to all, contains no ads, or any malware.

    Windows 10 Home Users Companion

    Upload the PDF to your smart phone so you can refer to the instructions while performing that function on the PC.

    Thank you

    I downloaded the PDF - 297 pages - WOW !

    I also now understand your User Name

    Originally I though you were a physician as in Dr Card

    Enjoy the rest of the summer.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-07-18T10:54:05+00:00

    Hi Gregory-Assistance Needed,

    Apologies for the slow reply to your post. We are on vastly different time zones, and life just sometimes gets in the way.

    So, I have a MSI laptop with Windows 11 Pro and Office Pro, details below. It is running the latest 2036 version of Outlook, but hasn't had any pop up issues that I can remember. The store settings in the cloud is ticked and I notice that the drop down start options are now missing. I decided to try your method of rolling back to Version 16 build 16501.20210 on the laptop to see if it worked.

    The screen shot below shows the error message that occurred after trying your method. I'm far from a skilled person such as yourself or Drcards:)) and I might be doing something wrong to cause this issue. To my untrained eye there are subtle differences between yours and Drcards)) commands/methods, whether they make any difference is way beyond my capability's.

    *Drcard:)) CD %program(no gap)files%\Common Files\Microsoft Shared\ClickToRun*

    *Yours "C:\Program Files\Common Files\microsoft shared\ClickToRun*

    Further his second part starting with OfficeC2RClient.exe is required to be manually input, not cut and pasted. ****

    I did not fully comprehend some of the successful instructions, they are also beyond my abilities, but I managed to get the desired outcome.

    Hope this helps

    Pete

    MSI Modern 15, i5-1155G7, 24gb DDR4, Windows 11 Pro Version 22H2 build 22621.1992, Office 2021 version 2306, build 16529.20182, Bitdefender Total Security latest build.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-07-18T12:10:25+00:00

    The screen shot shows you are using Windows PowerShell which is a totally different app than Windows Command Prompt (CLI). The command is for the Command Prompt. PowerShell is the next generation replacement for Windows Command Prompt (CLI). PowerShell and Command Prompt share similar commands with slight variations. That command was not written to run in PowerShell. You are lucky that the command ran at all. My instructions explain how to open an Administrator's Command Prompt (which is called the CLI - Command Line Interpreter). WinKey + R to open a Run box, type in cmd, press Ctrl + Shift + Enter keys at the same time, and click Yes to the UAC box that opens.

    The "gaps" in the command are spaces and are critical as they tell the command what to do.

    The CD is Change Directory command to change the prompt (part before the >) to the folder where the OfficeC2RClient.exe is located in. The command must be executed in the folder that the OfficeC2RClient.exe resides. The difference in the Gregory's instructions is two different ways to run the OfficeC2RClient.exe file. Gregory's instructions uses the full Path address of the location of the OfficeC2RClient.exe (C:\Program Files\Common Files\microsoft shared\ClickToRun*)* where my instructions move the prompt to the folder. BTW: Upper and lower case doesn't matter in the Command Prompt. The command starts with naming the exe file to run which is OfficeC2RClient.exe and in Gregory's command where the prompt before entering the command is not at the folder where this file is location must include the Path to the file so the command can run that file. In my instructions I have two commands, the first moves the prompt to that folder and the second only has to state the file name (no Path) because the Prompt is already at the file's location.

    I do this method as experience has shown that novices that have errors in a command are most often due to entering the Path incorrectly and when the Path is combined with the command the users doesn't know if it was an error in the Path entered or how the run command was entered. Two separate commands help determine if error is in the Path or in the command.

    Also I used an Environmental variable %programfiles%, which in most cases is the same as C:\Program Files, but is not the same for those that have Windows install on another drive such as D:\Program Files. The %programfiles% will find both locations where the C:\Progranm Files will not work for Windows installed on any other drive except C:\ which makes the %programfile% more compatible for more setups.

    Side Tip to enter the Path address in the Command Prompt correctly:

    Start the Path address such as C:\Users. After typing C:\ press the Tab key which will display the first folder/file (alphabetically - numbers first) all the folders and files in that directory. Press the Tab key to toggle to the next folder/file and keep pressing the Tab to go thru the list of folders and files in that directory alphabetically. When you get to the one you want enter the \ and press the Tab key to toggle thru the list of folder and files in that folder. Keep doing this until you get to the file you want. The Path entered by Windows in this method will always be spelled and spaced correctly. This is called Tab Auto Complete. If you enter the first letter of the folder/file you want the list will start with that letter and cut down on the number of tab clicks you need to display that folder or file.

    I'm still amazed you got it to run in PowerShell.

    Let me know if you need more help

    Was this answer helpful?

    0 comments No comments