How to See the Date of a ChatGPT Conversation (3 Ways)
I went looking for a chat I knew I’d had “sometime in the spring” and realized ChatGPT genuinely will not tell me. Not the exact date, not even a reliable approximation once a chat drops out of the recent buckets. If you’ve hit the same wall — trying to figure out when a conversation happened, for a timesheet, an audit trail, or just your own sanity — here’s what ChatGPT actually shows, where the real timestamps live, and the one way I’ve found to get dates back in the sidebar where you’d actually use them. It’s a close cousin of the problem we covered in how to search your ChatGPT history: the information is technically in your account somewhere, the interface just isn’t built to hand it back to you.
Does ChatGPT show conversation dates?
No, not in any form you can read at a glance. As of mid-2026, the ChatGPT sidebar sorts your chats into fuzzy time buckets — Today, Yesterday, Previous 7 Days, Previous 30 Days, then looser groupings for anything older — and that’s the extent of the date information you get. There’s no date printed next to a chat title, no tooltip that reveals one, and no way to sort or filter by date.
The bigger gap is that even the fuzzy buckets are lying to you about the thing you probably want to know. They’re based on last activity, not when the conversation started. A chat you began in January and revisited yesterday sits in “Today,” not anywhere near January. If you’re trying to answer “when did I start this,” the sidebar’s grouping actively works against you — it can only tell you when something last happened in a chat, never when it began.
Method 1: Check the date inside the chat
The honest answer here is short: you can’t. Individual messages inside a ChatGPT conversation don’t display timestamps anywhere in the interface — no hover tooltip, no small gray text under a message, nothing. I’ve seen people try hovering over a message bubble expecting a timestamp to appear, or scrolling to the top of a long chat assuming the first message will somehow be date-stamped differently. Neither trick works. The DOM simply doesn’t expose the information to you as a user, so there’s no scroll-position or hover-based workaround worth chasing. If you need an in-chat date, this method dead-ends immediately — skip to Method 2.
Method 2: Find exact dates in your ChatGPT data export
The real timestamps do exist — they’re just not surfaced anywhere in the UI. They’re sitting in your account’s data export.
- Go to Settings → Data Controls → Export data.
- Confirm the request. OpenAI emails you a download link, typically within about 24 hours.
- Unzip the file and open
conversations.json.
Inside, every conversation object carries a create_time and an update_time field, both stored as Unix timestamps (seconds since 1970). create_time is exactly the value the sidebar never shows you — when the conversation actually began. Pass either value through any epoch-to-date converter, or a one-line script, to get a readable date.
This method is completely reliable and gives you the real number, not an approximation. It’s also the same export we walk through in more detail in how to export ChatGPT and Claude conversations to Markdown if you want the readable version of the whole conversation alongside the timestamp. The trade-off is that it’s a snapshot — accurate the moment it’s generated, stale the moment you keep chatting — and JSON with a few hundred conversation objects in it is not something you want to search by hand every time you need one date. It’s a forensic tool, not a daily-use one. It’s also worth generating before any serious cleanup — see how to delete your ChatGPT history for what a deletion actually does and doesn’t remove.
Method 3: Show dates directly in the sidebar with an extension
Full disclosure: we make NorthLab Folders, so weigh this section accordingly.
The gap the first two methods leave is the same one every time: ChatGPT has the timestamps, it just won’t show them to you where you’re looking — the sidebar, in the moment you’re scanning for a chat. That’s the specific thing we built date stamps to fix.
With NorthLab Folders installed, every chat row in the sidebar gets a date printed directly on it. You choose the format: relative (like “3d ago” — the default), an exact date, or a full date-time, changeable from the extension’s settings at any time. Instead of squinting at which fuzzy bucket a chat landed in, you see the actual recency at a glance, on every row, all the time.
The more useful piece for the exact question this post is about — “when did I start this conversation” — is the header badge. Open any chat and NorthLab Folders docks a small “Started X · Updated Y” badge into the chat’s own header. That’s the one place, as far as we’ve found, that shows a conversation’s creation date and its last-updated date side by side, without exporting anything or opening dev tools. It reads both values live from the page’s own data the moment you open the chat — nothing is uploaded anywhere, and nothing about a chat’s content ever leaves your browser to make that badge appear.
Both features — the sidebar date stamps and the header badge — are on the free tier. Nothing about seeing dates requires upgrading. The extension is available for Chrome and Edge, and it’s currently the only option for Safari on Mac; it works the same way on both chatgpt.com and claude.ai, alongside the folder organizing covered in how to organize your ChatGPT chats. Full details on the extension are at northlabapps.com/folders.
The honest limit: it’s a browser extension, so it only shows dates for chats you view in the browser it’s installed in, and it isn’t a substitute for a full account backup — for that, the official export in Method 2 is still the right tool.
Why chat dates matter
This sounds like a small thing until you need it. Knowing when a conversation happened is how you find the “right version” of an old answer when you’ve iterated on the same problem three times since — the one from before you switched approaches, not after. It’s how you reconstruct a timeline for work you bill or document, where “sometime last quarter” isn’t good enough. And with how often the underlying model changes, a date is often the only way to know which model actually produced a given response, since ChatGPT doesn’t otherwise flag that a chat happened under a different model version than today’s. None of that requires much — just a date, visible where you’re already looking.
Frequently asked questions
Does ChatGPT show the date a conversation was started?
No. The sidebar only groups chats into fuzzy time buckets like Today, Yesterday, and Previous 7 Days — it never prints an actual date, and none of those buckets reflect when a conversation was started. They reflect whenever it was last active, which as of mid-2026 isn’t the same thing.
How can I find the exact date of an old ChatGPT conversation?
Request your data export from Settings → Data Controls → Export Data. The conversations.json file OpenAI emails you includes a create_time and an update_time for every conversation, as Unix timestamps. It’s exact, but it’s a one-time snapshot you have to convert and search yourself.
Does NorthLab Folders show conversation dates for free?
Yes. Date stamps on every sidebar chat row, and the “Started X · Updated Y” header badge on the open chat, are both part of the free tier. Nothing about seeing dates is gated behind Pro.
Can I see both the start date and the last-updated date of a chat?
Not in ChatGPT’s own UI — it only ever shows recency, never a creation date. NorthLab Folders’ header badge is the one place we know of that shows both a chat’s creation date and its last-updated date side by side, read live from the page’s own data.