How to Use the Wayback Machine to Fix Dead Links

· 6 min read · Broken Link Checker team

When a page you linked to dies, the content usually isn't lost — it's archived. The Wayback Machine, run by the nonprofit Internet Archive at web.archive.org, has been photographing the web since 1996 and holds hundreds of billions of page snapshots. For anyone maintaining a site, that turns a dead link from a deletion problem into a lookup problem: find the snapshot, link it, move on. Here's the whole workflow, including the parts people get wrong.

What the Wayback Machine actually is

The Internet Archive continuously crawls the public web and stores copies of pages as snapshots — each one stamped with the exact date and time it was captured. Popular pages may have thousands of snapshots across decades; obscure ones might have two. Anyone can browse them free, no account needed, and anyone can add a snapshot of a live page on demand. It is the closest thing the web has to an undo button — the standard defense against link rot, which erases roughly 38% of pages per decade.

Finding a snapshot of a dead page

  1. Get the exact dead URL. Copy it from your page — the full address, not just the domain. (If you're cleaning a whole page, a one-click scan gives you every dead URL in a list you can work through.)
  2. Paste it into web.archive.org. The search box accepts full URLs. You'll land on a calendar view: years across the top, capture dates circled below.
  3. Pick the right date, not the latest. This is the step people get wrong. Choose a snapshot from around the time you originally linked the page — the latest capture may show the site's death throes: a parking page, a "we've moved" stub, or a hacked version. The circled dates are color-coded; blue captures are normal 200 responses, which is what you want.
  4. Verify the snapshot renders. Open it and check the actual content is there — not a cookie wall or a half-loaded frame.
  5. Copy the snapshot URL. It has a stable format you can trust in a citation:
    https://web.archive.org/web/20230415000000/https://example.com/page
    — the timestamp pins that exact capture. Dropping the timestamp (or using /web/*/…) links the calendar instead of the content; don't ship that to readers.
Shortcut: for any dead URL, you can go straight to the most recent capture by typing https://web.archive.org/web/ followed by the full dead URL — then adjust the date from there.

Link the archive — or use it as research?

Finding the snapshot is half the decision; the other half is what to do with it (the full decision tree is in how to fix broken links):

Archive pages proactively (the habit that prevents all of this)

The Wayback Machine's Save Page Now feature captures any live page on demand: go to web.archive.org/save, paste the URL, done — the snapshot exists from that moment. For anything you cite that must stay verifiable — sources in research, terms you're relying on, a competitor claim, a small personal site that could vanish — save a snapshot on the day you link it. Future-you inherits a guaranteed archive from exactly the right date instead of hoping a crawler passed by.

What the Wayback Machine can't do

When the archive comes up empty, fall back to the other repair options — a live equivalent elsewhere, or removing the link (the full playbook).

The workflow in one pass

StepAction
1Scan the page — get the list of dead URLs (extension, one click)
2For each dead URL: check web.archive.org for a snapshot near your original link date
3Snapshot good → link it (timestamped URL) or use it to find a live replacement
4No usable snapshot → replace with another source or unlink
5Rescan the page to confirm it's clean; Save Page Now for fragile new citations

Get the dead-link list first

Broken Link Checker scans the page you're on and hands you every dead URL — ready to look up in the archive. Free, no signup, runs in your browser.

Add to Chrome — it's free