How to copy teams chat with Timestamp?

Anonymous
2024-08-19T13:13:28+00:00

Ever since this month and while using the new team application, I can no longer copy teams chat message with the timestamp. I need the timestamp to reference conversations and it would be a pain to add the time and date stamps for every message I need to copy. Also I found that you can copy messages with a partial timestamp by highlighting the chat messages and press control c while holding the right click button on my mouse. This also doesn't help as I get a preview message with double names. It would be a pain to remove part of a line per chat message I am copying. Is there a way to restore the old copying with the timestamp and an option for those who don't want the timestamp. I know skype had this functionality.

Microsoft Teams | Microsoft Teams for business | Chats | Group chats

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

69 answers

Sort by: Most helpful
  1. Anonymous
    2025-07-16T17:54:31+00:00

    I agree, and with settings option.

    It would also be useful to be able to define a hotkey to do the copy (or not) regardless of the setting, making the setting the preferred user's default.

    As for priority: This was more-or-less existing functionality before it was removed, so removing it has generated complaints and customer frustration where there were none before. It should be added/returned ASAP.

    Customers wanted this capability made optional/controllable: not removed.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2025-04-23T21:55:58+00:00

    I'm glad you've found a work-around that works for you.

    It doesn't work for me.

    I don't see why we should have to pay MS for the removal of functionality that I didn't want removed!

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2025-02-24T22:07:03+00:00

    As of 20250224 16:32 CT, Teams V25017.203.3370.1174, I was able to copy & paste a conversation with sender and timestamps.

    Select all the text (and unfortunately, other text of the window, such as the list of chats) by clicking just above the line separating the conversation from the sender(s) name(s), then move the mouse down over the conversation and use Ctrl+a which selects the entire conversation.

    Then use Ctrl+c to copy it.

    Paste where desired.

    I find it is best to first open the chat in a new window (in the ellipsis "..." menu, upper right) as that separates the app list and chats list so those don't get copied too.

    I posted the below earlier...

    Cleanup: Remove all the junk before the actual part of the conversation you want. Remove any junk at the end of the parts you want.

    Now I do this in Outlook with a find/replace. Your editor may have different find and replace regular expressions.

    Remove all the summary lines: "ya dee da dee da ... by Firstname Lastname (and any other text)" and replace with new line...

    Find:^13[^32-^126]@ by [A-Z][a-zA-Z -]@, [A-Z][a-zA-Z ()]@^13

    Replace:^13


    Next, append the time after the sender's name, with a separating space...

    Find:^13([1-9]{1,2}):([0-9]{2}) ([AP]M)^13

    Replace: \1:\2 \3^13

    Note there is a space after the replace colon!

    Of course, if you use 24-hour time (which I do on everything but my work computers) you'll have to modify the time find string.

    In the first find, ^32-^256 are all the printable ASCII characters. Not sure what can be done with other languages using accented characters.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2025-02-24T21:00:33+00:00

    I will have to agree, this is a necessary component for several business environments. A simple toggle to strip the extra code that is preventing direct screen copy and paste is all that is needed.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2024-12-16T23:38:41+00:00

    Eben-Ezer, that works pretty well, except not always.

    It seems to work best if I start my copy at the header line, the part with the line -------- Today -------

    or ----------- Monday, November 25 -----------

    Select Today, or Monday, and drag down, all the way to the "Type a message" box.

    Continue to hold the mouse down and use Ctrl+c.

    At that point I was able to release the mouse (eeek!) and paste the text.

    It even pasted the dates, like:

    Friday, November 22

    ...

    Monday, November 25

    ...


    I still have to clean up all the summary line "ya dee dah... by Lastname, Firstname" and append the time to the sender.

    (Those are done with wildcard search replaces, for me, in an Outlook email, Word should work too.)

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments