Increase the number of simultaneous downloads in Internet Explorer 7



Internet Explorer 7 will only allow you to download two files at one time. This limitation can prove to be quite an inconvenience for anyone who downloads quite a lot on the Internet. A simply registry tweak can be done to remove this limitation.

1) Click on the Start Pearl and type regedit in the Search Bar.

2) Once you are in the registry editor, navigate to the following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings

3) Right click in the empty space, and create a new DWord (32-bit) value by choosing
New > DWord Value . Name it:

MaxConnectionsPer1_0Server (The 0 beside Server is a zero)

4) Double click this entry and modify the value to 3. (Substitute 3 for the preferred maximum number of downloads)

5) Create another DWord:

MaxConnectionsPerServer

6) Once again, double click this entry and modify the value to 3.

If you have Internet Explorer open, just restart it and you should be able to have more simultaneous downloads running.

Of course, you’re really missing out if you’re not surfing with Firefox.
Really though, sometimes I still surf with IE7 becuase I like how the tabs open next to the current one rather than at the very end.

Source: Arsgeek

Was I able to help you? If you still have a question, click here and I will get back to you with an answer.

46 Responses to “Increase the number of simultaneous downloads in Internet Explorer 7”

  1. TechTear :: T_T » Descargas simultáneas ilimitadas en IE7 Says:

    [...] un poco por la red, encontré un artículo en Vista Rewired donde explican cómo quitar este límite mediante una modificación en el [...]

  2. Internet Explorer 7: Increasing number of simultaneous downloads » D’ Technology Weblog: Technology, Software, Hardware, Internet, Web, Google, AdSense, Microsoft, Yahoo, WordPress, Gadgets, Fashion Says:

    [...] Source:→ Vistawired [...]

  3. Incrementar las Descargas Simultáneas en IE7 | El Geek Says:

    [...] VistaRewired Compartir [...]

  4. Julian Says:

    Hi,

    When I tried creating a new DWord the menu was greyed out - it wouldn’t let me do anything! Any ideas???

    Thanks

  5. Albert Ng Says:

    You need to be an administrator

  6. Keith Says:

    I already have these 2 DWORD variables there, but their values are 10 (for both) decimal. Any idea what does your value “3″ stands for?

  7. Help Me Says:

    this only allows 3 max?!

  8. Joe2 Says:

    Here’s an even simpler way to go about getting multiple downloads:

    1. type http://www.mozilla.com

    2. Download Firefox

    3. Use Firefox.

  9. Fable Says:

    Great article! I can’t say I’m fond of the idea of only being able to download two files at a time so this will come in very handy. Cheers. :)

  10. Sriram Krishnan Says:

    WTF? The 2 simultaneous connections are mandated by the HTTP spec. Firefox has the same 2 connection limit(you can tweak it in Firefox through about:config but it defaults to 2 just like IE does)

  11. Incrementa el número de descargas simultáneas en Internet Explorer 7 Says:

    [...] Vía: Vista Rewired [...]

  12. me Says:

    Thanks man you rock.

  13. j10fighter Says:

    @Joe2 ,

    Firefox and IE all have maximum limit of 2 connections per server by default. Downloading Firefox is not going to solve the problem.
    That limit is part of recommendations from of w3w standard. Of course, this recommendation now does not look very wise. Hopefully, future version of IE and Firefox can change that default setting. It would save a lot of headache for web site designers how to uses different hacks to work around it.

  14. PHG898 Says:

    If you install the Tab Control add-on in Firefox, you can make tabs open next to the current one rather than at the very end.

  15. Increase the number of simultaneous... [Sitening Digg @ Ectio.us] Says:

    [...] Link From vistarewired.com [...]

  16. fr3@K Says:

    You could open a tab next to the current one, through an add-on call .

    After installing it and restart of Firefox, go to `Tools’->`Tab Mix Options’. On the `Events’ tab, check `Open new tabs next to the current one’.

    There are probably other add-ons those would let you do this, but this one has worked well for me and has been a must-have add-on for my Firefox.

  17. ekf Says:

    Apache web servers, by default, limit the number of connections a user can have to two connections. So changing this setting will have no effect on a majority of sites on the internet.

    ekf

  18. Motorcycle Guy Says:

    This is definitely a great tip. I used to do something like this in ie6. This works for people who aren’t using vista as well.

  19. ash Says:

    mh… dose this article consider about RFC ?
    i’m not RFCist, but it clearly violate them …

  20. Titel Says:

    The number of concurrent connections per IP address can also be set by each web server’s administrator. Even if you change the maximum number of connections IE will open with each server, that doesn’t guarantee you won’t hit a limit on any server, particularily those serving files over HTTP or http://FTP.

  21. basscleff Says:

    it’s nice that this tip exists, thx. As for those that keep recommending firefox as a solution - thx, but I think you’re missing the point. Readers to this link are using IE and want to TRY to maximize it. Firefox is great and all that but maybe it’s not something everyone wants.

    my 2 cents anyways…

  22. anadarko Says:

    Is there a similar tweak to effect this change for all users?
    eg [HKEY_LOCAL_MACHINE\Software\...]

  23. Albert Ng Says:

    I know many have just said it would have been better to put Download Firefox instead. But Firefox visitors actually only surpass IE users by 10% so I thought this would be a nice tip. There are several people discussing about the invalidity of this tip. I’m currently looking into it.

  24. » Internet Explorer’s Annoying Download Limit: Fixed »  InsideMicrosoft - part of the Blog News Channel Says:

    [...] has a hugely helpful Registry fix that allows Internet Explorer 7 to have unlimited simultaneous downloads. See, IE7 only allows [...]

  25. ArsGeek Says:

    As posted in my original article, the value ‘3′ will not allow unlimited downloads, but 3 downloads at a time. This is more than 2, but still nicer than say 5 or 500. You can set this value to whatever it is you want, but that’s the MAX downloads available.

    So if you’ve already got these two D-Word values and they’re set to 10, then you can do 10 downloads at the same time, although that’s not considered very nice to the site you’re slamming.

  26. Productivity Links - 5/01/07 » GearFire Says:

    [...] Disable Download Limit in IE7 - If you are still stubborn enough to be using IE7, then remove the annoying limit for simultaneous downloads with this. Probably easier just to switch to Firefox, but if you are really stubborn…  [...]

  27. How to Increase the number of Simultaneous Downloads in Internet Explorer | AskStudent Says:

    [...] Vistawired had an excellent tip yesterday on how you can increase the number of simultaneous downloads using Microsoft’s Internet Explorer 7. [...]

  28. non-troppo Says:

    More connections does *NOT* mean better. The more connections you open and the more inefficient as you have to negotiate every connection. In the ideal, lower numbers of connections are more efficient, especially when you use HTTP/1.1 pipelining (which IE’s crummy HTTP/1.1 support cannot work with).

    http://www.w3.org/Protocols/HTTP/Performance/Pipeline.html

  29. non-troppo Says:

    Also, this affects all traffic with a web site, not only “downloads”. Indeed if you download a single file, it will always use 1 connection no matter how many connections you specify (unless you use the RANGE HTTP header).

  30. Technogab | Technology News Podcast with a touch of Rock Says:

    [...] Increase the number of simultaneous downloads in Internet Explorer 7 [...]

  31. F4ZE Says:

    Thanks man, it worked for me. This is a sick tip! 10/10!

  32. Benny_A Says:

    “Of course, you’re really missing out if you’re not surfing with Firefox.
    Really though, sometimes I still surf with IE7 becuase I like how the tabs open next to the current one rather than at the very end.”

    You might want to check out Tab Mix Plus for Firefox; it gives you this functionality and tons more, like using the scroll wheel to “scroll” through tabs. Trust me, it’s priceless!!!

    Check it out:
    https://addons.mozilla.org/en-US/firefox/addon/1122

  33. Benny_A Says:

    By the way, thanks much for the fix. Honestly, who downloads only 2 things at a time? Haha.

  34. Wasatch Software Says:

    Great tip! I’ve been annoyed by this a few times already. Thankfully Vista Wired has saved the day!

  35. Increase simultaneous downloads in Internet Explorer 7 | Windows Vista Tweaks Says:

    [...] vistawired Thank you for reading this post. You can now Leave A Comment (0) or Leave A [...]

  36. Hostgator » Blog Archive » Increase the number of simultaneous downloads in IE7 Says:

    [...] can prove to be quite an inconvenience for anyone who downloads quite a lot on the Internet.read more | digg [...]

  37. Increase number of download simultaneously on Internet Explorer 7 ( IE7 ) Says:

    [...] vistawired Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover [...]

  38. RC Says:

    Get over the Mozilla thing. It’s not as great as you think.

  39. KENTWolverine Says:

    I would really like downloading from six sources at the once’ moment but after reformatting and [replacing; because of interests in weird] multiple harddrives due to the fact that I could not monitor all at once, site advisor became demented. Firefox; I tried but had to replace my primary of three harddrives to regain full control of my monster. Until Vista Utimate comes up with some fix that isn’t corrupted by the Vista compatility to only the Windows {I think paid for cerification} I will be content with only two stinking program downloads at one time; like the reincarnated ROCK; patience sucks. I WANT MORE NOW…………………………..

  40. MisterVista Says:

    Only one problem with this tip is that it doesn’t work.I have had this setting you have given for months (set at 10)and it does speed up browsing but it still will only Vista download two at a time

  41. Peter Lindgreen Says:

    there’s somthing wrong with my internet explorer. im using firefox but i still need the internet explorer because it is the default program for updating my other programs. how can i fix my ie7? when i try to download ie7 so i could perhaps reinstall it, the website doesn’t allow me to download it because it detected that i already have ie7. how do i solve this problem?

  42. erboristeria Says:

    Thanks fo tricks i have disable thi protection

  43. Bobby Says:

    Please help! I’ve followed your instructions to the letter and I STILL can’t get IE7 to allow more that 2 downloads at a time. Any ideas? This is driving me nuts!
    thanks so much

  44. Ronny B Says:

    Me 2 Bobby. Made the adjustment months ago (per Microsoft’s website) and still have NEVER been able to download more than 2 at a time. BTW, I recently started using firefox and by default, it downloads 8 at a time.. not sure why people above were saying it defaults to 2…

  45. Increasing Internet Explorer 7 simultaneous downloads » ThePicky.com Says:

    [...] via Increase the number of simultaneous downloads in Internet Explorer 7 [...]

  46. Aumentar número de descargas simultáneas en IE7 » El blog de KnxDT Says:

    [...] Enlace: Optimizar IE7 con los addons de Firefox Vía: Vista Rewired [...]

Leave a Reply