You’ve found your old pages in the Wayback Machine — now you need them off the archive and onto your own hosting. Downloading an archived site is very doable, but the right method depends on how many pages you have and how clean you need the result. Below are five ways to download a website from the Wayback Machine, from quick manual saves to a fully rebuilt, deployable site.
Before you start: understand what you’re downloading
Every archived page carries extra baggage the Wayback Machine injects — a toolbar banner, rewritten links, and path prefixes (those “/web/2019…/” segments and “if_”/“im_” flags). Any method you choose will need these stripped before the site works on your own domain. Keep that cleanup step in mind as you compare the options.
Method 1: Manual save (best for a few pages)
- Open the archived page at the capture date you want.
- Save the page as “Webpage, Complete” from your browser, or view source and copy the HTML.
- Download images and other assets individually from the archived version.
- Find-and-replace the archive URL prefixes so links and images point to your own paths.
Pros: free, no tools, full control. Cons: painfully slow beyond a handful of pages.
Method 2: wget from the command line
Developers can use wget to mirror an archived site by pointing it at the timestamped snapshot URL and letting it follow links. It’s powerful for pulling many pages at once, but expect to spend real time on flags, rate limits, and post-download cleanup of archive artifacts and broken references.
Pros: handles large sites, scriptable, free. Cons: technical, messy output, easy to hammer the archive and get throttled.
Method 3: Browser extensions and “save page” tools
Single-page capture extensions can bundle an archived page and its assets into one file. They’re handy for grabbing a few important pages cleanly, but they don’t crawl an entire site — you’re still working page by page.
Method 4: Dedicated Wayback Machine downloaders
Several tools and scripts exist specifically to download archived sites in bulk — you enter a domain and a date range and they pull the snapshots. These are the fastest DIY route for a whole site, but quality varies: missing assets, duplicated pages, and broken internal links are common, and you still own the cleanup.
Pros: fast, built for the job. Cons: inconsistent output, limited support, still needs a developer to finish the job.
Method 5: Done-for-you restoration (best for a working site)
If you don’t want a folder of raw HTML — you want a live, working site — professional website restoration skips the trial and error. A specialist downloads the right snapshots, cleans out every archive artifact, rebuilds navigation and internal links, recovers the media the archive holds, and delivers deployable files (or a live install) on the platform you need.
Wayback Restoration handles this end to end. Get a free restoration quote and we’ll tell you how complete your archive is before any work begins.
Which method should you use?
- 1–5 pages: manual save.
- A whole small static site, and you’re technical: wget or a downloader, then clean up.
- A large or dynamic site: a WordPress site or online store needs its moving parts rebuilt — downloaders can’t do that; professional restoration can.
- You need it live and working fast: done-for-you restoration.
Frequently asked questions
Can you download an entire website from the Wayback Machine?
Yes — the public pages that were archived. You can pull HTML, images, and assets that the crawler saved, but not databases, admin areas, or content that was never public. If the site was taken down entirely, start with our guide to recovering a deleted website.
Is there a free Wayback Machine downloader?
There are free scripts and tools, and wget is free. They work best for small, static sites; larger or dynamic sites usually need cleanup or professional help to become usable.
Why do downloaded pages look broken?
Because archived pages contain rewritten links and archive path prefixes. Until those are stripped and assets are re-pointed to your own domain, links and images will break.
| Skip the cleanup Tried a downloader and ended up with broken pages? Send us the domain — we’ll rebuild it into clean, deployable files that actually work. |


