# Read deleted Reddit comments Deleting a Reddit comment removes Reddit's live copy and replaces the body with "[deleted]". Anything that read and stored the comment while it was public keeps its copy. Investigators call the result ghost data: the original is gone, the record remains, and the gap is informative because people delete for a reason. ## Removed vs deleted "[removed]" = moderator action; traces persist in Reddit's API, so live tools such as Reveddit can reconstruct it. "[deleted]" = author action; Reddit overwrites the text everywhere, so only an archive that captured it beforehand can return it. ## Three methods that work 1. **Deleted post search by username**: highest yield when you have an account. Returns archived posts and comments including items missing from Reddit, with original timestamps and subreddits. Note that karma 0 or a placeholder creation date does not mean an empty account; check posts and comments directly. 2. **Deleted posts viewer for a single thread**: Reveddit for moderator removals; for author deletions, pivot to archive search on the usernames or on distinctive phrases, since replies quoting the deleted comment often reconstruct it. 3. **Keyword search across the archive**: when you have neither account nor thread. Volume patterns matter as much as individual hits: a term jumping from a few mentions a month to hundreds a day usually marks industrialisation. ## What will not work Google cache (mirrors Reddit's current state), the Wayback Machine for arbitrary comments (only holds what someone captured), extensions reading the same live API, and anything from private subreddits or DMs. No legitimate service needs your Reddit login. Source: https://think-pol.com/read-deleted-reddit-comments