Wayback Machine Reddit: What Still Works in 2026
Reddit blocked the Wayback Machine in August 2025. What still loads, which URL patterns work, and the full ladder of alternatives for investigators.

If you have tried to use the Wayback Machine on a Reddit thread in the last year and got an empty page, you were not doing it wrong. In August 2025 Reddit cut the Internet Archive's crawler down to the homepage. Post pages, comment threads, subreddit listings and user profiles stopped being archived. Everything captured before that date is still there, but nothing meaningful has been added since.
This guide covers what the Wayback Machine can and cannot do with Reddit today, the URL patterns that still return real content, the ones that now return an empty shell, and the ladder of alternatives an investigator actually works through when a thread is gone.
What actually happened between Reddit and the Internet Archive
Reporting broke on 11 and 12 August 2025. Reddit confirmed to The Verge that it was restricting the Wayback Machine to reddit.com's homepage only, citing AI companies using archived copies to bypass its licensing terms. A Reddit spokesperson said the company had “been made aware of instances where AI companies violate platform policies, including ours, and scrape data from the Wayback Machine.” Reddit also framed it as a privacy measure, since archived snapshots keep showing content users later deleted.
Three details matter for practical work and are usually reported wrong.
It was a rollout, not a switch. Reddit gave the Internet Archive advance notice and the restriction ramped up over days. There is no single clean cutoff timestamp. Expect a fuzzy boundary through August and September 2025.
Nothing was deleted retroactively. Pre-block captures of Reddit remain live and readable. Mark Graham, director of the Wayback Machine, said: “We have a longstanding relationship with Reddit and continue to have ongoing discussions about this matter.” No purge has followed.
Reddit's robots.txt does not name the Internet Archive. If you go looking for an ia_archiver or archive.org_bot directive you will not find one. As of this writing, reddit.com/robots.txt is a blanket User-agent: * / Disallow: / with a pointer to Reddit's Public Content Policy. The Internet Archive block is enforced at the infrastructure level, not through a named robots rule. That distinction matters if you are documenting the technical basis of an access restriction in a report.
What the Wayback Machine can still do with Reddit
Pre-August-2025 captures still resolve, with full content
A thread captured before the block loads exactly as it did. The test is the page title in the capture. A genuine capture carries the real post title, for example What's a secret your family doesn't think you know? : r/AskReddit. If you open a Reddit capture and the title is the generic Reddit - The heart of the internet, you are looking at an empty shell.
That shell is the failure mode for post-block captures. Save Page Now still accepts Reddit URLs and still writes a record with HTTP 200, so the capture looks successful in the calendar view. Open it and there is no post body and no comments, only Reddit's logged-out scaffolding. Some post-block records in the index are visibly JavaScript challenge responses. Treat any Reddit capture dated after August 2025 as unverified until you have opened it and confirmed the title matches the thread.
Use the CDX API, not the calendar
The Wayback Machine's front end is built for one URL at a time. For Reddit you almost never know the exact URL, because the slug contains the post title and the title may have been edited or you only have a post ID. The CDX index solves this with prefix matching.
https://web.archive.org/cdx/search/cdx?url=reddit.com/r/SUBREDDIT/comments/POSTID&matchType=prefix&output=json&fl=timestamp,original,statuscodeThat returns every captured variant of that post ID: the canonical thread, individual comment permalinks, context variants, share links. Comment permalinks are frequently captured independently of the parent thread, which means a comment can survive in the archive even when the thread page was never crawled. Searching only the thread URL misses them.
Add &filter=statuscode:200 to drop redirects, and &collapse=digest to deduplicate identical captures. Full-domain queries such as matchType=domain now require authorisation and return 403, so work at the subreddit or post level.
old.reddit.com is a separate and often better archive
The Wayback Machine indexes old.reddit.com/r/... as a distinct URL from www.reddit.com/r/.... Old Reddit is server rendered, so its captures contain comment text directly in the HTML rather than depending on JavaScript that no longer runs inside the archive. In practice old.reddit captures are more legible and more complete than new Reddit captures of the same thread. Always run both prefixes.
Also worth trying: i.reddit.com, np.reddit.com, and the .json endpoint form reddit.com/r/x/comments/ID.json, which occasionally has captures containing the raw API response.
What now fails
Anything that depends on fresh crawling. You cannot archive a live thread you found today. You cannot capture a profile before an account nukes its history. You cannot snapshot a subreddit as it goes private. The window closed in August 2025, and the practical consequence is that the Wayback Machine has become a historical reference for Reddit rather than a preservation tool for it.
The alternatives, in the order an investigator should try them
Google cache is gone. Google retired the public page store on 2 February 2024 and the cache: operator stopped working entirely later that year. Any guide still recommending it was written from memory. Google did add Wayback Machine links under the More about this page panel in search results, which is a convenient shortcut into the archive but adds no new coverage.
Bing's cache is not a workflow. Its cached-page links have been progressively withdrawn and it never captured deep comment threads. Use it as a lottery ticket, not a method.
archive.today still accepts Reddit URLs and is the closest thing to a live snapshot option. It renders JavaScript, so it captures visible comments better than a raw crawler would. The caveats are real: it is blocked on some ISPs and on Cloudflare's 1.1.1.1 resolver, it has no bulk search API, and coverage is entirely driven by whether a human happened to save that page. It is a good tool for preserving something you have already found and a poor tool for finding something.
Pushshift is not coming back. Access was revoked in May 2023 and the surviving service is restricted to verified Reddit moderators for moderation purposes. What remains of the Pushshift era are the community-maintained monthly dumps on Academic Torrents, same NDJSON schema, zstandard compressed, currently running through late 2025. They are legitimate research data, they are enormous, and they are not searchable without infrastructure. See our Pushshift alternative breakdown for what each successor actually covers.
Reveddit and the unddit family. Reveddit works against Reddit's live API and surfaces content that moderators removed but which the API still returns. It cannot show you anything the author deleted, because that text is gone from the API. Unddit and removeddit are dead, and the removeddit domain now serves affiliate spam. We tested the whole set in Reddit deleted content tools, tested and wrote up the history in what happened to unddit and removeddit.
Continuous archives. Systems that ingest Reddit as it is published and retain what they ingested. This is a different model from snapshotting, and it is the only one that survives deletion reliably.
Why snapshot archiving structurally fails for Reddit
The Wayback Machine's limitation with Reddit was never really about the August 2025 block. The block made a pre-existing structural problem visible.
A crawler captures a page because it happened to visit that page at that moment. Coverage is a function of luck, popularity and inbound links. Reddit produces millions of comments a day across hundreds of thousands of communities, and the material that matters in an investigation is almost never the popular material. It is a three-comment exchange in a low-traffic subreddit that no crawler had any reason to visit.
Now add deletion behaviour. A scammer deletes a comment within hours of posting. A radicalising account nukes its entire history the week before it acts. A moderator removes a thread minutes after it goes up. For a snapshot to help, a crawler must have visited that exact URL inside that exact window. Most of the time it did not, and after August 2025 it cannot.
Continuous ingestion inverts the dependency. Content is captured at publication, so later deletion changes what is visible on Reddit without changing what was recorded. This is where THINKPOL sits. We ingest Reddit continuously and retain what we ingested, which is why a query against our archive returns material that no longer resolves on reddit.com. It is the same public record the Wayback Machine was built to preserve, collected in a way that deletion does not defeat. It is not a replacement for the Wayback Machine's general web coverage and we do not present it as one.
Chain of custody for archived Reddit evidence
Archived Reddit content is only as useful as its provenance. “It was public” is not a provenance statement. Record the following for every archived page you intend to cite.
The original URL, in full and unshortened. Including the subreddit, post ID and, for comments, the comment ID. Post IDs are stable, slugs are not.
The archive URL with its 14-digit timestamp. Never cite a bare web.archive.org/web/*/URL pattern, because it resolves to whatever the newest capture happens to be, and the newest Reddit capture is now usually an empty shell.
Three separate times. The content's stated posting time, the capture time, and the time you retrieved the capture. These answer different questions and investigators routinely collapse them into one, which destroys the timeline.
Capture status and completeness. Whether the page rendered fully, whether comments were expanded or collapsed behind load more, and whether the title matches the thread. A capture that shows twelve of four hundred comments is evidence of twelve comments, not of the thread.
A local copy. Save the WARC or an HTML export at retrieval time. Archives change access policy, as Reddit itself has just demonstrated.
The collection method. How the material was obtained and under what basis. In European proceedings the question is not whether content was public but whether processing it was lawful and documented. Provenance is what makes an archived page admissible rather than merely interesting.
For workflow-level guidance on tracing an account across deleted material, see our Reddit archive search guide and how to view deleted Reddit posts.
FAQ
Does the Wayback Machine still work on Reddit?
Partially. Captures made before August 2025 still load with full content. Captures made after that date are usually empty shells with the generic title Reddit - The heart of the internet and no post or comment text, because Reddit restricted the Internet Archive's crawler to its homepage.
Can I still archive a Reddit thread right now?
Not through the Wayback Machine in any useful way. Save Page Now will accept the URL and record a capture, but the stored page will not contain the post or comments. archive.today still renders and stores Reddit pages, and a local capture with a tool like SingleFile is the most reliable option for a thread you need to preserve immediately.
Did the Internet Archive delete its existing Reddit captures?
No. Reddit's restriction applies to future crawling. Pre-block captures remain accessible and searchable through the Wayback Machine and the CDX API.
Why does the Wayback Machine have the post but not the comments?
Snapshots capture what the crawler rendered at that moment. New Reddit loads comments through JavaScript that does not execute inside the archive, and long threads hide most replies behind load more. Try the old.reddit.com version of the same URL, which is server rendered and usually contains the comment text directly.
What can I use instead of the Wayback Machine for deleted Reddit posts?
Reveddit for moderator-removed content that Reddit's API still returns, archive.today for pages someone happened to save, the Academic Torrents monthly dumps for bulk historical research, and a continuous ingestion archive such as THINKPOL when you need content the author deleted. No single free tool covers both moderator removal and author deletion.
See what you've been missing.
Real-time grey web intelligence before threats materialise. Vetted access only.



