Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
A couple of things are required to know:
-> You're downloading to an internal drive I assume, not an external, USB connected device?
(Why this is important: Windows by default has power saving features disabling the USB connection if Windows thinks the USB device is currently not being used by the User. Steam downloads at SYSTEM privilege level which is initiated from a background 'service' called SteamClientService, which means Windows thinks its a background task.)
If you are using a USB connected device, you need to optimize its settings so that it is Always Powered.
-> You investigated whether or not the Disk, your download location, is healthy? (You can use tools like CrystalDiskInfo to get information on this)
Steam needs 2x the amount of space the game requires free on the disk so that it can assemble and decompress the packages. (If there isn't enough space, you get disk write errors)
-> Is Steam installed on the same disk?
(If not, Steam may download files to the installation directory of Steam (which is a bug), rather than the Library location.)
----
I recommend the following:
try investigating what your PC is doing while you're letting it download your game.
Also read the steam logs. (see the installation directory, / logs folder.)
As for why Epic, etc. downloads at optimal speed. It's because this task is initiated from the USER privileges, not as a background service from SYSTEM which steam does. As such the download is prioritized, as it sees it as a user initiated task for one.