It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
yoddle: Not sure if anyone is experiencing the same thing but it's been the case for me for pretty much this entire year: GOG games are downloading at a snail's pace at 1MB/s and lower. At times, if I am lucky, the download speed goes up to 5MB/s. I've tried downloading a few 1GB games and it's taken hours (or pretty much an entire, 24 hr day) to complete downloading. This happens for both the GOG Galaxy client, as well as downloading from the website.

I am on a 1GBps connection, tested to upload and download speeds of at least 200MB/s so my connection's not an issue. There aren't any other solutions I can find online as to how to remedy this, and it seems like the issue is on GOG's side. Just wondering if anyone is also experiencing this problem and if there is a way for users to actually raise this to the GOG team because I've bought a ton of games, with no way to download them within a reasonable amount of time.

Adding a note here that I'm glad I didn't purchase a game liky Cyberpunk from GOG, and opted for Steam to make that purchase instead, otherwise I would have been stuck with a 10-day download or something.
https://www.gog.com/forum/general/website_throttling_download_speed

https://www.gog.com/forum/general/gog_browser_download_server_list_fastly_cdn
avatar
Chevy67: I am downloading a 50 gb game from GOG right getting about 50 to 150kb download speed. It has taken over 24 hours and I am only half downloaded. This is ridiculous, GOG must be getting ready to go under. Steam can be slow too, but not this slow.
avatar
yoddle: .
avatar
Chevy67:
Not everyone having same issue as you. I get 4MB download in web browser and 50MB with Galaxy. It's more with GOG throttling the website and prioritizing Galaxy.

You could try a VPN which has know to help people.

I get same speed on steam actually and have got worse on other platform like gamergate and ZP platform in the past.
Post edited September 05, 2025 by Syphon72
avatar
Chevy67: I am downloading a 50 gb game from GOG right getting about 50 to 150kb download speed. It has taken over 24 hours and I am only half downloaded. This is ridiculous, GOG must be getting ready to go under. Steam can be slow too, but not this slow.
Alas this is a similar case for many of us, since July 2023. Can get worse during big sales at GOG.

I get around it using Free Download Manager 5, as it is a multi thread download program, and I have to use many of them. It can be tricky to get working though, requiring a browser addon for most folks, unless you go the command-line route with a cookie file etc.
avatar
Timboli: I get around it using Free Download Manager 5, as it is a multi thread download program, and I have to use many of them. It can be tricky to get working though, requiring a browser addon for most folks, unless you go the command-line route with a cookie file etc.
You can of course grab links somewhat "manually", and download that way without needing a browser addon nor cmd/cookie route.
Takes patience though.

As for speed it does improve it, but nowhere near the maximum other sites provide.
Post edited September 07, 2025 by Braggadar
avatar
Braggadar: You can of course grab links somewhat "manually", and download that way without needing a browser addon nor cmd/cookie route.
Takes patience though.

As for speed it does improve it, but nowhere near the maximum other sites provide.
I'm not aware of any such other manual method, so please enlighten me.

The trick is to get the true download link. The browser addon for FDM 5 can trap that using an intercept.
And you can use a bunch of third party downloaders like gogcli.exe and gogrepo.py and lgogdownloader, which all need a cookie file. And presumably you can use Heroic, which would need the equivalent of a cookie file, by having a stored login name & password, much like with Galaxy.

My preferred route these days, is to use curl to get the true download link, and then pass that onto a multi-thread downloading program such as Free Download Manager 5 via command-line or a command-line program such as aria2. The curl program does require a cookie file though.

P.S. Unless you are talking about grabbing the download link from download properties with your browser downloader. That means starting the download with your browser, getting the link, then stopping the browser downloader, then pasting that link in a downloading program. A fair amount of fiddly effort, especially with a game that has lots of files.
Post edited September 07, 2025 by Timboli
avatar
Timboli: P.S. Unless you are talking about grabbing the download link from download properties with your browser downloader. That means starting the download with your browser, getting the link, then stopping the browser downloader, then pasting that link in a downloading program. A fair amount of fiddly effort, especially with a game that has lots of files.
Precisely this. And it's fiddly, but you get used to it.

It's something I put up with because I loathe installing extra stuff on my system.
I just tested downloading "The Legend of Heroes: Trails through Daybreak" with a web browser and I am getting around 6 MBytes/sec at my work.

Is that considered ok, or too slow? I find it ok-ish, but it could definitely be better because earlier I've gotten something like 20-34 MBytes/sec from GOG (at my home at least).

Then again there may be things here that affect this, like I am using wifi (not LAN cable) at my work now, and it could be there has been some extra routing done on this site where I am currently, slowing things down and routing them unneededly over extra hops. I guess I will test speedtest.net too whether it is affected...

EDIT: Oh ok, my internet connection is the culprit in this case. I get only about 52 Mbit/s on Speedtest, which is indeed 6.5 MBytes/sec, ie. the download speed I was getting... Wow my work internet is shitty now when they disabled the RJ45 ports for security reasons and I can use only WiFi. Oh well, I download my games at home anyway....
Post edited September 08, 2025 by timppu
I'm at around 20 mb/s when I'm usually at more than 60.
avatar
Braggadar: Precisely this. And it's fiddly, but you get used to it.

It's something I put up with because I loathe installing extra stuff on my system.
I'd only tolerate that if I absolutely had to.

And if I wanted to, I wouldn't have to install anything, other than a browser addon to save a cookie file, because curl and aria2 don't need installing, and can just be placed in a folder of my desire and run by scripts. But in my case, I am happy to have installed Free Download Manager 5, and have created my own GUI to automate the scripting.

P.S. You've just got me thinking about a Simple GOG Downloader program, which would essentially be a small floating dropbox you could drag & drop a browser link to or paste to, that would retrieve the MD5, file size, file name and then download the file, then check it against the MD5 etc. It could even support dropping a text file list of links, which it would proceed to download one after the other. It would use both curl.exe and aria2.exe and require a cookie file. A few folk here might like such a simple approach.
Post edited September 08, 2025 by Timboli
avatar
Timboli: P.S. You've just got me thinking about a Simple GOG Downloader program, which would essentially be a small floating dropbox you could drag & drop a browser link to or paste to, that would retrieve the MD5, file size, file name and then download the file, then check it against the MD5 etc. It could even support dropping a text file list of links, which it would proceed to download one after the other. It would use both curl.exe and aria2.exe and require a cookie file. A few folk here might like such a simple approach.
Exactly what I'm after. If you'd include optionally downloading the accompanying xml file (the one containing the MD5 data) as well as the file itself, then I'd be set.
EDIT: For expediency though I only check the MD5 at a later date. So you know, having options you can turn on/off is always good. Although to be honest I actually require FDMs download speed shaping due to having a dodgy modem at the moment, dammit.
Post edited September 09, 2025 by Braggadar