Signatures in New Outlook for Mac have disappeared

Anonymous
2022-07-17T13:23:10+00:00

On July 6 I installed the updates v16.63 (2207500) and in New Outlook the signatures from all four of the email accounts I have, have all disappeared. They are not visible in SIgnatures, and the '+' button in Edit Signatures does nothing – I can't recreate the signatures. I've upgraded to v16.63 (22070801) but no change.

I switched back to Legacy Outlook nd the signatures were all there, and I could edit and add signatures. Switching back to New Outlook, my signatures had reappeared, but once I restarted my MacBook, in New Outlook the signatures are not present and I cannot add any.

MacBook Pro (2012)

Mac OS Catalina Version 10.15.7

Microsoft 365 Business Standard

Any help gracefully received. I've tried the customer Customer Support button but the chat responses are painfully slow - conversation has been going on since July 7th with diagnostic questions taking 18-48 hours to appear.

Outlook | MacOS | Legacy Outlook for Mac | For home

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

121 answers

Sort by: Newest
  1. Anonymous
    2022-07-31T19:20:49+00:00
    1. Open a terminal window.
    2. Type or copy the following command (without the quotes, and then hit enter)
      "defaults read com.microsoft.Outlook DisableSignatures"
    3. Type or copy the following command (without the quotes, and then hit enter) "defaults write com.microsoft.Outlook DisableSignatures 0"
    4. Restart Outlook

    Was this answer helpful?

    6 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-07-31T15:23:52+00:00

    Hi Kris. Thanks for the reply. Sorry but I'm a bit of a novice when it comes to computers. Can you explain in smaller steps how you get Signatures to work in the new and improved ! Outlook - i.e. really simple terms as I'm a bit new to Mac's. Cheers

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-07-30T09:17:19+00:00

    Same problem here!

    Monterey V12.5

    Macbook Pro (M1, 2020)

    Mem 16GB

    On fix is to restart Outlook. Sometimes it retursn. But, oh, how annoying!

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2022-07-29T16:00:56+00:00

    I have the same problem!

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2022-07-29T14:28:26+00:00

    FIXED:

    For those of you on Mac’s.  When we updated to the latest Outlook version, the signatures disappeared.  You can only get them back if you switch back to legacy mode.  Feel free to pass this on to anyone you know that uses a Mac.

    Here’s a permanent fix.  From Terminal, two lines need to be entered;

    // Reading the value

    defaults read com.microsoft.Outlook DisableSignatures

    2022-07-18 09:42:48.322 defaults[20309:460217] 

    The domain/default pair of (/Users/[username]/Library/Containers/com.microsoft.Outlook/Data/Library/Preferences/com.microsoft.Outlook, DisableSignatures) does not exist

    // Change the value to false

    defaults write com.microsoft.Outlook DisableSignatures 0

    Restart Outlook when done.

    Was this answer helpful?

    6 people found this answer helpful.
    0 comments No comments