iPhone's revenue bigger than all of Microsoft


Recommended Posts

Bit surprised at how much this is but then Apple have been selling essentially the same product for 3.5 years now (since the 3G). Production costs must have come down but the price has remained about the same and demand has increased. All that equals profit.

Also they sold more as many iPhones in Q1 as they did in the two previous quarters combined. People do seem to love the iPhone.

BTW, "irregardless" isn't a word. :p

Just skimming... and I know completely off-topic but:

Irregardless has been a word for 100 years now and is mainly used in North America only (H. Wentworth ? American Dialect Dictionary ? 1912). Its two negative elements make it strange, because it still means the same as regardless. Nowadays it has somewhat been accepted and can be legitimately used as a non-standard word for extra emphasis or humor.

good thing you speak for only applehaters which are a slight more handicapped than apple fanboys. A good product is simply a good product no matter who it comes from.

I have no doubt they have good products. They're just overpriced. Simply good or not, they're more expensive than they should be only because they carry the Apple name.

^^ I don't think Apple products are overpriced. Most competitors also have expensive products matching Apple price point. Yet they don't sell. In today's world, appearances sell. Apple realised this and other companies are 10 years late in realizing this.

Apple products would have been overpriced 5-6 years ago. But general affordability of people has gone up.

Are you kidding me? Since when is $0, $100 and $200 considered this "over priced thing"?

Either way, considering their sales in every division is increasing, there's plenty of room in the market.

And MS and Apple have been compared to each other since day one. The comparison is nothing new.

LOL. You are looking at the contract price of a phone. How embarrasing.

Thought this was about the iPhone, not OS's made by Apple, and Microsoft. Think this went in the direction the OP meant for it to go. . .down hill.

The fact is the iPhone is their number 1 money maker followed by the iPad. I don't know why people started talking about OSX and Windows 7.

Instead of arguing about the price of the iPhone some of you should look at the broader picture. Have you ever wondered why Windows 8 is more tailored for tablets than for traditional desktops? Microsoft know that the future is not the traditional PC; the future is an integrated platform across smartphones/tablets/laptops. You know, the same thing Apple has been offering for the past two years.

They have to change unless they want Apple to be as dominating in the post-PC era as Microsoft used to be.

Service pack? Looks like somebody can't look past a numbering scheme...

some OSX upgrades aren't much more than some of the better Windows service packs, but then we're talking the XP services packs which where exceptions, partly due to the long life and the fact it wasn't launched as a internet OS as such, and neede dto be upgraded with broadband itnernet consumer security in the SP's.

The boxed versions of OSX are however only upgrades, they are not full OS licenses, even though they are masked as this by nto specifically saying upgrade license. However, since you HAVE to have a base OSX license in order to install an boxed OSX copy "legally" in the first place. it is an upgrade license you're buying. and the base OS license, is a lot higher than the base windows license.

This is a tough comparison though because Microsoft sustains an entire ecosystem. Look at all of the companies that make big profits selling Microsoft products, or devices powered by Microsoft products... Whereas Apple sells all of the hardware too. I'd love to see the figure of how much revenue Microsoft actually supports each year. I'd wager it's a rather sizable chunk of any economy.

just to point out the true cost of the iPhone when its sold....

24.42 billion in rev

sold 37 million phones...

not taking in account production costs...

thats $660 per phone in revenue! How much are these phones supose to cost again?..... I'm assuming the iPhone revenue is just the phones, not the app store which they seemed to group seperatly on the graphs

Probably also includes the massive kickback from the mandatory iPhone only subscriptions plans any providers that sells iPhones on plans are required to have, which kicks back 30% of the subscription right back at Apple.

I'd love to know where I can get a dual processor xeon system for only $1400 with two 24" monitors that are IPS :|

you can get fairly Cheap IPS panels displays today. as For XEON unless you're running a Database or massive spreadsheets, a plain regular i5/i7 would give better performance. Xeon is just Apple marketing to make them seem better because they're more expensive, not necessarily better for the task. It's a server CPU not a workstation CPU.

in any case, for the price difference you could add in Xeons and some really nice IPS panels and still be at only half the cost of the Mac there.

Probably also includes the massive kickback from the mandatory iPhone only subscriptions plans any providers that sells iPhones on plans are required to have, which kicks back 30% of the subscription right back at Apple.

you can get fairly Cheap IPS panels displays today. as For XEON unless you're running a Database or massive spreadsheets, a plain regular i5/i7 would give better performance. Xeon is just Apple marketing to make them seem better because they're more expensive, not necessarily better for the task. It's a server CPU not a workstation CPU.

in any case, for the price difference you could add in Xeons and some really nice IPS panels and still be at only half the cost of the Mac there.

not for what I figured out, to build my own system with a good quality motherboard like the Mac Pro has and the same xeon chips, it was about $5,500 and to get a good quality IPS panel that MATCHES the quality of the Apple display, it was only about $500 cheaper then the apple model shown and that is with building it myself

you could say I am trying to be an apple fanboy by saying this, but there are people on this site who would laugh at you for saying that about me :rofl:

At that price, the IPS panels you picked are beyond what's in the cinema displays. you're probably talking High end Eizo panels that photographers and such use then. The Cinema screens are nice, and good, but not that good.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Thank god they got rid of the disgusting looking sidebars, and the corner radius looks much better, too. Two things I hated on day one, and never got used to.
    • JetBrains launches Rider 2026.2 EAP 5, bringing several AI improvements by David Uzondu JetBrains has released the fifth EAP version of Rider 2026.2, bringing a faster startup flow with the new non-modal startup screen and quality-check hooks for Claude Code and Codex. In the latest EAP release, Rider now has newly bundled "quality-check" hooks that run background tests on code edits before the external agent proceeds. For example, after Claude Code rewrites a class, Rider immediately triggers a PostToolUse hook that analyzes the code for syntax errors and formatting warnings. It then passes those findings back to the model as feedback, allowing the agent to fix its own output before finalizing the task. If Rider detects compilation errors, the IDE prevents the agent from treating the task as complete, while minor formatting warnings simply help guide the model toward better output. The "Explain with AI" feature can now tackle tricky build errors directly from the console, helping .NET developers who frequently wrestle with multi-targeting failures and MSBuild errors. JetBrains introduced Explain with AI back in the 2024.1 release cycle. With this feature, instead of forcing developers to copy long diagnostics into a separate chat window, Rider now lets you trigger these explanations directly from the error source. In similar EAP news, JetBrains recently opened the first EAP for IntelliJ IDEA 2026.2, with features that appeal to both those who are into AI-assisted coding and those who prefer "classic" manual development. For manual developers, the release adds revamped dependency completion for Maven and Gradle build scripts, which pulls data directly from the local cache to suggest relevant versions. It also brings the Spring Debugger update, displaying security indicators next to endpoints to visualize secured routes during runtime. In addition to database migration tools for Flyway and Liquibase, this build introduces a Hibernate debugger that shows the exact SQL or HQL queries that the framework plans to execute, letting developers jump directly to the Java code that triggered them.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      502
    2. 2
      PsYcHoKiLLa
      222
    3. 3
      ATLien_0
      87
    4. 4
      Steven P.
      80
    5. 5
      +Edouard
      80
  • Tell a friend

    Love Neowin? Tell a friend!