AnandTech Finds iPhone 11 Pro Has 50-60% Higher Sustained Graphics Performance Than iPhone XS

AnandTech today published its in-depth review of the iPhone 11 and iPhone 11 Pro, including a detailed overview of the processor and graphics performance gains of Apple's latest A13 Bionic chip.

a13 bionic mockup
Starting with CPU performance, AnandTech found the A13 chip is around 20 percent faster than the A12 chip in last year's iPhone models, consistent with Apple's advertised claims. However, to fully achieve that improvement, the site claims Apple had to increase the peak power consumption of the CPU cores:

In virtually all of the SPECint2006 tests, Apple has gone and increased the peak power draw of the A13 SoC; and so in many cases we're almost 1W above the A12. Here at peak performance it seems the power increase was greater than the performance increase, and that's why in almost all workloads the A13 ends up as less efficient than the A12.

In terms of efficiency at the A13 chip's peak performance state, AnandTech believes the higher power draw will likely result in both the chip and the ‌iPhone‌ being more sensitive to temperatures and prone to throttling.

Apple says the A13 chip is up to 30 percent more power efficient than the A12 chip overall, encompassing all levels of performance.

In terms of overall performance, AnandTech emphasized Apple's lead in the mobile chip space, noting that the A13 posts almost double the performance of the next best non-Apple chip. The site also found the A13 "essentially matched" the "best that AMD and Intel have to offer" for desktop CPUs, at least based on SPECint2006, a suite of CPU-intensive cross-platform integer benchmarks.

AnandTech was even more impressed with GPU performance, noting that while peak performance has improved by roughly 20 percent as advertised, the ‌iPhone‌ 11 Pro had 50 to 60 percent higher sustained performance scores than the ‌iPhone‌ XS based on the high-end GFXBench graphics benchmark:

Where the new chip really shines and exceeds Apple's own marketing claims is in the sustained performance and efficiency of the new GPU. Particularly the iPhone 11 Pro models were able to showcase much improved long-term performance results, all while keeping thermals in check. The short version of it is that Apple has been able to knock it out of the park, delivering performance increases that we hadn't expected in what's essentially a mid-generation refresh on the chip manufacturing side of matters.

AnandTech is widely known for its coverage of components like CPUs and GPUs, so its ‌iPhone‌ reviews are highly regarded. AnandTech founder Anand Shimpi joined Apple's chipmaking team in 2014 and recently spoke about the A13 chip in an interview alongside Apple's marketing chief Phil Schiller.

Full Review: The Apple iPhone 11, 11 Pro & 11 Pro Max Review: Performance, Battery, & Camera Elevated by Andrei Frumusanu

Popular Stories

Apple Creator Studio

Apple Introduces New 'Creator Studio' Bundle of Apps for $129 Per Year

Tuesday January 13, 2026 6:11 am PST by
Apple today introduced a new Apple Creator Studio bundle that offers access to six creative apps, as well as exclusive AI features and content, as part of a single subscription. In the U.S., pricing is set at $12.99 per month or $129 per year. Here are the six apps included with an Apple Creator Studio subscription:Final Cut Pro on the Mac and iPad Logic Pro on the Mac and iPad Pixelmator...
Verizon New

Verizon is Down: iPhones Show 'SOS' Mode Due to Network Outage [Resolved]

Wednesday January 14, 2026 10:18 am PST by
Verizon is experiencing a major outage across the U.S. today, with hundreds of thousands of customers reporting issues with the network on the website Downdetector. There are also complaints across Reddit and other social media platforms. iPhone users and others with Verizon service are generally unable to make phone calls, send text messages, or use data over 5G or LTE due to the outage....
iPhone Top Left Hole Punch Face ID Feature Purple

New Leak Reveals iPhone 18 Pro Display Sizes, Under-Screen Face ID, and More

Wednesday January 14, 2026 7:09 am PST by
While the iPhone 18 Pro models are still around eight months away, a leaker has shared some alleged details about the devices. In a post on Chinese social media platform Weibo this week, the account Digital Chat Station said the iPhone 18 Pro and iPhone 18 Pro Max will have the same 6.3-inch and 6.9-inch display sizes as the iPhone 17 Pro and iPhone 17 Pro Max. Consistent with previous...
iOS 26

Here's What's New in iOS 26.3 So Far

Monday January 12, 2026 1:15 pm PST by
Apple today seeded the second beta of iOS 26.3, nearly a month after the first beta. So far, the update includes a couple of new features for iPhones. iOS 15.3 through iOS 18.3 were all released in late January over the years, so it is thereby likely that iOS 26.3 will be released towards the end of this month as well. The update is compatible with the iPhone 11 series and newer. Below,...
airpods pro 3 design

Apple Releases New AirPods Pro 3 Firmware Update

Tuesday January 13, 2026 11:29 am PST by
Apple today released a firmware update for the AirPods Pro 3. The latest firmware has a version number of 8B34, up from the previous version 8B30. Apple has a support document for AirPods firmware updates, and it indicates that the 8B34 update contains unspecified "bug fixes and other improvements." No other AirPods models received firmware updates today. How to install AirPods Pro...

Top Rated Comments

AvisDeene Avatar
82 months ago
If only Apple would put as much effort into increasing their desktop graphic performance.
Score: 27 Votes (Like | Disagree)
realtuner Avatar
82 months ago
Apple once again laying the smackdown on everyone.

It’s quite embarrassing how far ahead they are.
Score: 21 Votes (Like | Disagree)
timber Avatar
82 months ago
What does Apple say to the god of diminishing returns?

Not today.
Score: 20 Votes (Like | Disagree)
ToneDriver Avatar
82 months ago

If only Apple would put as much effort into increasing their desktop graphic performance.
Could be why
And I'm not being snarky. It's just that they have quite the vested interest in that big red part.

Attachment Image
Score: 14 Votes (Like | Disagree)
miami.best21 Avatar
82 months ago
That means better emojis.
Score: 14 Votes (Like | Disagree)
chucker23n1 Avatar
82 months ago

It’s mind boggling that Apple has so little RAM in its flagships, but it’s processors are so far ahead and efficient that iPhones can still outperform the competition.
It's fairly easy to explain at a technical level.

iOS apps are mostly AOT-compiled code with no garbage collection (typically written in ObjC, Swift or C++ and targeting the native CPU); Android apps are mostly JIT-compiled code with a garbage collector (typically written in Java or Kotlin and targeting the Java VM). The two have different performance characteristics; generally speaking, native code is faster especially at first execution, whereas JIT code can in some cases be faster when well-optimized against the current situation, but is typically slower.

One isn't necessarily better than the other, but it makes sense that the latter would require more RAM: whereas the former is already compiled, runs natively against the physical CPU, and has had memory allocations and deallocations defined during compile time, the latter needs each process to run a VM, a JIT compiler, and a garbage collector.
Score: 13 Votes (Like | Disagree)