Although Wi-Fi is available everywhere these days, you may detect yourself without it from fourth dimension to fourth dimension. And when y'all do, there may be websites you wish you should've saved, so that you lot had access to them while offline—perhaps for research, amusement, or just posterity.

It's pretty basic to relieve individual web pages for offline reading, but what if you lot want to download an unabridged website? Don't worry, it's easier than yous call back. Simply don't accept our word for it. Hither are several nifty tools y'all can use to download whatsoever website for offline reading—without whatever hassles.

one. WebCopy

copying a website for offline use with webcopy

WebCopy by Cyotek takes a website URL and scans information technology for links, pages, and media. Every bit information technology finds pages, it recursively looks for more links, pages, and media until the whole website is discovered. Then you tin use the configuration options to decide which parts to download offline.

The interesting matter about WebCopy is you tin prepare up multiple projects that each have their own settings and configurations. This makes it easy to re-download many sites whenever you lot want, each one in the same exact way every time.

One project can copy many websites, and then apply them with an organized program (east.g., a "Tech" project for copying tech sites).

How to Download an Entire Website With WebCopy

  1. Install and launch the app.
  2. Navigate to File > New to create a new project.
  3. Type the URL into the Website field.
  4. Change the Salve folder field to where you want the site saved.
  5. Play around with Project > Rules… (learn more about WebCopy Rules).
  6. Navigate to File > Relieve Every bit… to relieve the project.
  7. Click Copy in the toolbar to start the process.

In one case the copying is washed, you can use the Results tab to see the condition of each private page and/or media file. The Errors tab shows any problems that may take occurred, and the Skipped tab shows files that weren't downloaded.

Only most important is the Sitemap, which shows the full directory structure of the website every bit discovered by WebCopy.

To view the website offline, open File Explorer and navigate to the salve folder you designated. Open the alphabetize.html (or sometimes index.htm) in your browser of choice to beginning browsing.

Download: WebCopy for Windows (Free)

2. HTTrack

downloading a whole website with httrack

HTTrack is more than known than WebCopy, and is arguably meliorate because it'southward open-source and available on platforms other than Windows. The interface is a bit clunky and leaves much to be desired, however, information technology works well, so don't let that plough yous away.

Like WebCopy, it uses a projection-based approach that lets you copy multiple websites and keep them all organized. You can break and resume downloads, and you can update copied websites by re-downloading old and new files.

How to Download Complete Website With HTTrack

  1. Install and launch the app.
  2. Click Adjacent to begin creating a new projection.
  3. Requite the projection a name, category, base path, then click onAdjacent.
  4. Select Download website(s) for Action, and then type each website'due south URL in the Web Addresses box, one URL per line. You can also store URLs in a TXT file and import it, which is convenient when you want to re-download the same sites subsequently. Click Next.
  5. Suit parameters if you lot want, then click onEnd.

Once everything is downloaded, you tin scan the site like normal by going to where the files were downloaded and opening the index.html or index.htm in a browser.

How to Utilize HTTrack With Linux

If you are an Ubuntu user, here's how you tin can use HTTrack to salve a whole website:

  1. Launch the Terminal and type the following control:
                  sudo apt-get install httrack            
  2. It volition enquire for your Ubuntu password (if you've set one). Type it in, and hit Enter. The Terminal will download the tool in a few minutes.
  3. Finally, blazon in this control and hit Enter. For this example, we downloaded the pop website, Brain Pickings.
                  httrack https://www.brainpickings.org/            
  4. This will download the whole website for offline reading.
    downloading a whole website with httrack on ubuntu

You tin can replace the website URL here with the URL of whichever website you desire to download. For example, if you wanted to download the whole Encyclopedia Britannica, you'll take to tweak your control to this:

          httrack https://www.britannica.com/        

Download: HTTrack for Windows and Linux | Android (Gratuitous)

3. SiteSucker

downloading a complete website with sitesucker

If you're on a Mac, your best option is SiteSucker. This simple tool copies entire websites, maintains the aforementioned structure, and includes all relevant media files as well (e.g., images, PDFs, mode sheets).

Information technology has a clean and like shooting fish in a barrel-to-utilize interface—you literally paste in the website URL and press Enter.

Ane slap-up feature is the ability to save the download to a file, so use that file to download the same files and structure once again in the future (or on another automobile). This characteristic is also what allows SiteSucker to pause and resume downloads.

SiteSucker costs about $5 and does not come with a free version or a free trial, which is its biggest downside. The latest version requires macOS 11 Big Sur or college. Old versions of SiteSucker are available for older Mac systems, but some features may be missing.

Download : SiteSucker for iOS | Mac ($4.99)

iv. Wget

Wget is a command-line utility that tin retrieve all kinds of files over the HTTP and FTP protocols. Since websites are served through HTTP and most web media files are accessible through HTTP or FTP, this makes Wget an splendid tool for downloading entire websites.

Wget comes bundled with almost Unix-based systems. While Wget is typically used to download single files, it can also be used to recursively download all pages and files that are establish through an initial page:

          wget -r -p https://www.makeuseof.com        

Depending on the size, it may take a while for the consummate website to be downloaded.

downloading a complete website with wget

However, some sites may observe and prevent what you're trying to do because ripping a website can cost them a lot of bandwidth. To go around this, you lot can disguise yourself equally a web browser with a user amanuensis cord:

          wget -r -p -U Mozilla https://world wide web.thegeekstuff.com        

If you want to be polite, you should likewise limit your download speed (and then you lot don't hog the spider web server's bandwidth) and pause betwixt each download (so you lot don't overwhelm the web server with besides many requests):

          wget -r -p -U Mozilla --wait=ten --limit-rate=35K https://www.thegeekstuff.com        

How to Employ Wget on a Mac

On a Mac, yous tin install Wget using a single Homebrew control: brew install wget.

  1. If yous don't already have Homebrew installed, download it with this control:
                  /usr/bin/ruddy -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"            
  2. Side by side, install Wget with this command:
                  brew install wget            
  3. After the Wget installation is finished, y'all can download the website with this control:
                  wget path/to/local.copy http://www.brainpickings.org/            

On Windows, you'll demand to use this ported version instead. Download and install the app, and follow the instructions to complete the site download.

Easily Download Unabridged Websites

Now that you know how to download an entire website, you should never be caught without something to read, even when yous have no internet access. But remember: the bigger the site, the bigger the download. Nosotros don't recommend downloading massive sites similar MUO because yous'll need thousands of MBs to shop all the media files we use.

How to Download a Complete Webpage for Offline Reading

Use these methods to save webpages for offline reading and proceed your favorite webpages at hand for when you need them virtually.

Read Side by side

About The Writer