Menu DaniWeb
Log In Sign Up
  • Read
  • Contribute
  • Meet
  1. Forums
  2. Hardware and Software
  3. Microsoft Windows
  4. News Stories
  5. News Story

Firefox: The Most Popular Browser Ever!

18 Years Ago khess 0 Tallied Votes 449 Views Share

Yes, I'm afraid it's true; Firefox is the most popular browser out there. Standing at this moment at over 11.5 millions downloads since its production release Tuesday, June 17. How can I make such a sweeping statement? It is the most popular browser ever because of the number of voluntary downloads. Firefox doesn't come standard on any OS--although a few Linux distributions package it in by default. (Note the word voluntary above. Internet Explorer may enjoy more installations but it's shoved onto every Windows computer by default and you really have no choice in the matter).

Wow, I'm overwhelmed with excitement for the folks at Mozilla.com. No, seriously overwhelmed. To start a new browser in the already well-established browser world was something of an enigma back in 2004.

Perhaps the folks at Mozilla.com knew something we all didn't or don't yet know. Maybe they realized at the time that creating a cross-platform browser that is stable, fast, free, and customizable is something that is needed in the Internet community. A browser that is equally at home on Windows, Unix, Mac OS, or Linux with Java support, plugins galore, and speed and stability to boot is what the world needed--and still needs.

At last count, Firefox accounts for approximately 20% of the world's share of Internet browser usage. The number is probably somewhat outdated in light of 11.5 million downloads but it still has a ways to go before usurping the No. 1 spot from Internet Explorer. I only recently 'upgraded' to Internet Explorer 7 on one of my computers because, inexplicably, Internet Explorer 6 stopped working consistently. I am OK with IE 7. It seems to suck less than I originally imagined and has yet to cause any problems for me.

In case you're wondering what I am doing with IE anything, the explanation is simple: I am a tech writer who writes on a variety of topics--not just Linux and open source, although that is the bulk of what I do. I have to maintain virtual machines with all kinds of crazy configurations. You'd be surprised at what some people are still running--I have to maintain a Red Hat 7.3 VM just to stay compatible with one of my support venues.

Yes, Firefox may be the most popular Internet Browser ever and it's here to stay. Try it out by joining the fray at http://www.mozilla.com.

open-source web-browser
About the Author
Member Avatar for khess
khess 95 Practically a Master Poster

Technology writer, filmmaker, and artist.

Dani AI

Generated 9 Months Ago

Short version: the thread captures the excitement but mixes different measures of “popularity.” ’s enthusiasm is understandable, is right to question raw download counts, and ’s upgrade-timeout observation is exactly the kind of behavior that causes confusion about what a download counter actually measures.

Mozilla’s June 2008 launch did produce a record-setting number of downloads and was later recognized by Guinness as a world record for downloads in 24 hours. That achievement measures completed download events, not unique people or active installs; Mozilla/Guinness had to audit server logs and remove duplicates when certifying the total. (guinnessworldrecords.com)

If the updater times out but a manual download works (as described), that usually points to local update-path issues: a background Firefox instance, permissions, firewall/AV, proxy/VPN, or captive-portal/VPN interference rather than any deliberate counting trick. A short troubleshooting checklist: restart and close all Firefox processes, try “Run as administrator,” temporarily disable VPN/AV/firewall or add Firefox to allowed apps, and fall back to the manual installer if needed. Mozilla’s update troubleshooting pages walk through these steps. (support.mozilla.org)

“Most popular” depends on the metric chosen: raw downloads, active daily/weekly users, pageviews, or installed base. Different measurement services (StatCounter/NetApplications and others) use different samples and produce different results, so compare like-for-like and pick the metric that matters for the question at hand. Mozilla also maintains Telemetry and aggregate data tools for usage signals (privacy-respecting, opt-in components for many metrics). For Windows admins wanting an inventory of installed browsers, the registry keys under HKLM:\SOFTWARE\Clients\StartMenuInternet (and the WOW6432Node equivalent) list registered browser clients — a quick PowerShell check is shown below. (pcworld.com)

# local: list registered browser clients
Get-ChildItem 'HKLM:\SOFTWARE\Clients\StartMenuInternet','HKLM:\SOFTWARE\WOW6432Node\Clients\StartMenuInternet' -ErrorAction SilentlyContinue |
Select-Object -ExpandProperty PSChildName | Sort-Object -Unique

# remote example (requires WinRM)
Invoke-Command -ComputerName HOSTNAME -ScriptBlock {
  Get-ChildItem 'HKLM:\SOFTWARE\Clients\StartMenuInternet' -ErrorAction SilentlyContinue |
  Select-Object -ExpandProperty PSChildName | Sort-Object -Unique
}
Member Avatar for scru
scru 909 Posting Virtuoso Featured Poster
18 Years Ago

Maybe. But 11mil downloads. Doesn't mean 11mil unique users.

I work with IE, Firefox and Opera on a daily basis. They all do what I want them to do—some times. And they all have the un-nerving ability to bring me *this* close to tears every so often.

I don't see what the fuss is about.

Member Avatar for WolfPack
WolfPack 491 Posting Virtuoso Team Colleague
18 Years Ago

With a massively publicized almost childish attempt to claim the record for the most downloaded software ever, I don't think that all these downloads are unique. I tried using the upgrade facility of the browser, but the connection timed out from the server for 3 attempts, but when I tried downloading manually, the server had no problem handling my download request, which made me suspicious if the distributors were trying to discourage people using the upgrade facility in order to increase the download count.

My opinion would be to see how many would be actually upgrading for future releases in order to get a more accurate measure of the number of unique users (or rather computers) that have installed and are using Firefox. I don't think we will have to wait for too long until the next patch because according to the , there is a critical flaw in FF3 that was discovered just hours after it's release.

Reply to this topic
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.

Sign Up — It's Free!
Recommended Topics
  • Member Avatar Will Penelope be the death of Thunderbird? 1
  • Member Avatar Cannot Open IE and Control Panel/System 17
  • Member Avatar Windows 7 RTM install deleted data 1
  • Member Avatar Firefox performance tips 1
  • Member Avatar Games not loading on start-up. No error massage 5
  • Member Avatar Firefox 3.0.3 on way real soon 1
  • Member Avatar IE takes awhile to load 2
  • Member Avatar Browser Bug Hunting Contest Opens Today 2
  • Member Avatar computer won't stay off 2
  • Member Avatar Firefox and IE will not run 9
  • Member Avatar MBR restore 10
  • Member Avatar Browser Redirects to "go.google.com" (or nowhere at all) 20
  • Member Avatar Need help connecting to wireless network 7
  • Member Avatar Connected to the internet but web browsers open blank 2
  • Member Avatar Windows xp Validation 4
  • Member Avatar Social networking features to be added to Firefox? 2
  • Member Avatar Lexicon Looks to Redefine Streaming Media 0
  • Member Avatar IE7 Right click stops working cant open new windows 4
  • Member Avatar Porn Mode for Firefox 4
  • Member Avatar 400 Million Firefox downloads bruise Microsoft in Europe but not globally 3
Not what you need?

Reach out to all the awesome people in our microsoft windows community by starting your own topic. We equally welcome both specific questions as well as open-ended discussions.

Start New Topic
Topics Feed
Reply to this Topic
Edit Preview

Share Post

Insert Code Block

  • Forums
  • Forum Index
  • Hardware & Software
  • Programming
  • Digital Media
  • Community Center
  • Recent
  • Recommended Topics
  • Newest Topics
  • Latest Topics
  • Latest Posts
  • Latest Comments
  • Top Tags
  • Tools
  • Writing
    • Start New Topic
    • Markdown Syntax
    • Newsletter Archive
  • Social
    • Top Members
    • Meet People
  • APIs
    • Connect API
    • Forum API Docs
    • Topics Feed
  • Resources
  • Community Rules
  • DaniWeb Premium
  • FAQ
  • About Us
  • Advertise
  • Contact Us
  • Legal
  • Terms of Service
  • Privacy Policy
© 2026 DaniWeb® LLC
© 2026 DaniWeb® LLC
  • FAQ
  • About Us
  • Advertise
  • Contact Us
  • Terms of Service
  • Privacy Policy