Your cyberspace connection tin can be uncertain at times. Any sudden drop in the connectivity while downloading a large file from Chrome can be frustrating. Sometimes, you lot might have to download the file from scratch because it can't detect the file fragment you lot just downloaded.

If yous're on a express bandwidth plan or your ISP throttles the data after you exceed the fair usage limit, the consequences of an interrupted download tin bear witness expensive. Nosotros'll show you how to resume failed downloads in Google Chrome.

Cause for Fractional Downloads

We cannot entirely arraign Chrome for interrupted downloads. There are a few reasons why a partial or incomplete download tin can occur.

  • The web server doesn't allow you to resume a download and forces it to outset from the beginning.
  • If your internet connection is irksome or the server gets overloaded with requests, then a timeout tin upshot in incomplete downloads.
  • The source file is corrupted. In such a case, you'll experience a fractional download no matter which browser you utilize.

Use Chrome'south Download Manager to Resume Downloads

Google Chrome has a congenital-in download director to display all your downloads, whether information technology's active, failed, canceled, or completed. Printing Ctrl + J or click the Options dropdown menu and select Downloads to open the download manager.

In the listing of downloads, find the failed item and click Resume. If everything goes to plan, your download will resume from where it got interrupted.

resume download through Chrome download manager

Sometimes, yous may see a bulletin "Download Failed-NetworkError" when you try to download a file. No matter how many times y'all attempt, the download keeps failing. Read this guide to find out the means to fix download failed network error on Chrome.

Resume Interrupted Download With Wget

If the download fails to resume in Chrome, you tin can try Wget. Information technology's a free, command-line tool to download files from the web. Wget works excellently over wearisome or unstable network connections. If a download fails, it'll keep retrying until the whole file downloads to your computer.

There are many versions of Wget available for Windows 10. Caput to Eternally Bored to download the latest 1.21.1 64-bit build. By default, the executable file gets saved in

                      C:\Users\[User Name]\Downloads                  

You can run Wget in two means: Change to the directory that has the executable with the cd command, or add it as an environs variable so that you can access it from any directory. We recommend you to employ the latter if y'all program on using Wget frequently.

Let's set information technology up as an environs variable.

Setting Up Wget

Launch the Settings app. Click System > Well-nigh, and so over again click Advanced System Settings. In the window that opens, click Environment Variables.

click environment variable in advanced system settings

Select Path under Arrangement variables and click Edit. Then, click on the New button located in the upper-right corner of the window. Blazon:

                      C:\Users\[User Proper name]\Downloads\wget            .exe                  
add wget to system environment variable

Click OK. Open Control Prompt and blazon "wget -h" to test if everything works. In PowerShell, blazon "wget.exe -h" to load the Wget help menu.

Rename the Partially Downloaded File

Earlier you download a file through Wget, nosotros need ii essential $.25 of information: website URL and location of the partially downloaded file.

Press Ctrl + J to open the download manager. Locate the file, right-click the source file'due south website, and then select Copy link address. Paste your link in the Notepad.

source URL of the partially downloaded file

Now, click More and choose Open downloads binder.

open downloads folder from Chrome

When your file gets partially downloaded, Chrome gives a default proper noun of "Unconfirmed [Random Number].crdownload."

The .crdownload extension is a byproduct of Chrome. You can neither open nor convert it to another format. Once your download completes, it gets removed.

partially downloaded crdownload file in explorer

You tin can go the original filename rapidly from the website URL. Your filename is linuxmint–20.2-cinnamon–64-flake.iso if the link is:

          http://mirrors.evowise.com/linuxmint/stable/20.2/linuxmint-20.2-cinnamon-64bit.iso                  

Right-click the partially downloaded file and select Rename. Remove the .crdownload extension from the terminate of the file and press Enter.

rename the crdownload file with the source file name

A message will warn you that the file might become unusable if you change the extension. Click Aye.

If y'all see a weird bulletin "File in Use," then find out the error preventing you lot from renaming the file. In Chrome, information technology is a item process that's causing all the problems.

Note: Do not quit Chrome, or else information technology'll delete the file from your organisation.

warning message that the file might become unusable

Resume Your Download with Wget

To resume your download through Wget, you need the file path of the target download file and the website URL.

Press and agree the Shift key, then right-click your file and select Re-create as path. Likewise, copy-and-paste the website URL you copied earlier. Paste these ii bits of information in Notepad.

copy the path of your target file

Now we'll apply the Wget control:

          wget -c -O            "[file-path-of-the-target-download-file]"            "[website-URL]"                  

Supervene upon the parameters defined in square brackets with bodily data. Press Enter to resume the download.

Note: The "-c" means to instruct control line to take partially downloaded file. And the "-O" stands for output document file.

Do not forget to enclose the path in inverted commas.

          wget -c -O
"C:\Users\Rahul\Downloads\linuxmint-xx.ii-cinnamon-64bit.iso" "http://mirrors.evowise.com/linuxmint/stable/20.2/linuxmint-20.2-cinnamon-64bit.iso"
resume incomplete download with wget

3rd-Party Apps With Superior Download Manager

While Google Chrome has improved in terms of stability, the native download director lacks essential features like scheduling, sorting the downloaded files, download acceleration, and more. Let's look at some third-party apps with improvised download manager.

Internet Download Director

internet download manager interface

Information technology is the most popular download manager for Windows. When y'all install the app, its built-in extension securely integrates with Chrome and allows IDM to intercept URLs. The download partitioning feature accelerates the download speed considerably.

IDM error recovery and resume capability will restart cleaved or interrupted downloads due to lost network connections, unexpected shutdown, or power outages. Other features include download categories, scheduler, queue processor, progressive download with quotas, and more than.

Download: Internet Download Manager (30 day trial, Lifetime License: $25)

Xtreme Download Managing director

xtreme-download-manager

It is a free, cross-platform alternative to IDM. The app has a simple and intuitive interface and uses a similar kind of multi-threading engineering to speed upwards your downloads. It can resume interrupted downloads due to dropped connections, network issues, and unexpected ability outages.

Download: Xtreme Download Manager (Free)

Go along Incomplete Downloads With Ease

With high-speed internet connection and almost unlimited data, fractional or incomplete downloads aren't a big problem. And if it occurs, Wget lets you easily resume the failed download, even if your internet connectivity is spotty.

Wget is a versatile command line utility that can do quite a few things with a unmarried control.

How to Convert Multiple Webpages Into PDFs With Wget

Read Next

Almost The Author