Skip to content

Public Archives

Deleted, Removed, and Archived: Three Different Things

Three states that look identical in a result list and mean completely different things. Confusing them produces confident, wrong conclusions.

Subdex · 2026-08-22 · 3 min read

In a list of archive records, three quite different things look the same: a post the author deleted, a post a moderator removed, and a post that simply is not there. Treating them as one category is how archive research produces confident, wrong conclusions.

Deleted

Deleted means the author removed their own content. On Reddit the body becomes [deleted], and if the account itself was deleted, the author field does too.

Author deletion and content deletion are separate events. A comment can show [deleted] as its author while its text survives — the person closed their account, and Reddit detached their name from content that remains. The reverse also happens: an intact username above a [deleted] body.

This matters for tooling. Software that collapses both into one "deleted" flag will tell you a comment was deleted when what actually happened is that someone closed their account years later.

Removed

Removed means someone else took it down: a moderator, an automated rule, or an admin. The body becomes [removed].

Removal carries no information about why. A comment removed for breaking a formatting rule and one removed for harassment are indistinguishable in the data. Reddit does not publish removal reasons, and neither does any archive.

This is where research goes wrong most often. Removal feels like evidence — someone judged this content unacceptable. But the same marker covers a wrong-flair post, a duplicate, an automated keyword match, and a genuine violation. Counting removals as a measure of anything requires assuming a consistency in moderation that does not exist across subreddits or across time.

Archived, then changed

The third case has no marker at all.

Archives capture content at a moment. If a post was captured on Tuesday and deleted on Wednesday, the archive holds Tuesday's version with no indication that anything happened afterwards. The record looks live because nothing marked it otherwise.

So a record showing normal text tells you the content existed at capture. It does not tell you the content exists now.

Some tools resolve this by checking Reddit. That trades one problem for others: it generates traffic, it needs an API that has become restrictive, and a failed request is ambiguous — the post may be removed, or the request may have failed. Subdex does not check, and says so rather than implying the status is current.

What is simply missing

The fourth state is the one with no record at all, and it looks like nothing.

Content deleted before capture was never seen. Content from a private community was never accessible. Content from a period when collection was broken is absent for reasons having nothing to do with the content.

An empty result is the least informative outcome in archive research and the most frequently over-interpreted.

Reading the markers honestly

What you see What it means What it does not mean
[deleted] body The author removed it at some point That it was objectionable
[deleted] author The account was closed That the content was deleted
[removed] body Someone else took it down Anything about why
Normal text It existed at capture That it exists now
No record The archive does not have it That it never existed

Why the language matters

There is a genre of tool that describes archived deleted content as "recovered," "exposed," or "uncovered secrets." The framing is doing work the data cannot support. Something captured before deletion was not recovered; it was recorded while public, and later made non-public.

That distinction is not merely semantic. "Recovered" implies retrieving something hidden, which invites treating it as more revealing than it is. Most deleted Reddit content is deleted for ordinary reasons: a typo, an argument someone regretted, a job change.

The neutral phrasing — archived content marked deleted — is longer and duller. It also happens to be what the data says.

Related tools

Related reading

Archive coverage varies and records may be incomplete. Verify important findings against original sources where available.