<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:og="http://ogp.me/ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" version="2.0" xml:base="https://gamersnexus.net/">
  <channel>
    <title>Features</title>
    <link>https://gamersnexus.net/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Insecure Code vs. the Entire RGB Industry | WinRing 0 Driver, ft. Wendell of Level1 Techs</title>
  <link>https://gamersnexus.net/features/insecure-code-vs-entire-rgb-industry-winring-0-driver-ft-wendell-level1-techs</link>
  <description><![CDATA[Insecure Code vs. the Entire RGB Industry | WinRing 0 Driver, ft. Wendell of Level1 Techs<span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang about="https://gamersnexus.net/user/7924" typeof="Person" property="schema:name" datatype>jimmy_thang</span></span>
<span class="field field--name-created field--type-created field--label-hidden">April 28, 2025
</span>




           




<p class="badge"></p>



  
    
      
      
    
  



<h2>We provide the rocky history of WinRing 0 and share how important it’s been to the PC industry</h2>





<p class="h6 text-muted">The Highlights</p>



<ul class="list-group list-highlights"><li>The WinRing 0 driver has propped-up the fan control and RGB industry for over a decade</li><li>Security updates have broken WinRing 0’s code</li><li>This has resulted in a mad dash for hardware vendors to re-develop RGB and fan control software</li></ul>










<h4 class="has-light-gray-color has-text-color">Table of Contents</h4>



<ul class="list-group table-of-contents toc"><li>AutoTOC</li></ul>





  
    
      
      

           <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses"></a>Our <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses">fully custom 3D Emblem Glasses</a> celebrate our 15th Anniversary! We hand-assemble these on the East Coast in the US with a metal badge, strong adhesive, and high-quality pint glass. They pair excellently with our <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">3D 'Debug' Drink Coasters</a>. Purchases keep us <strong>ad-free </strong>and directly support our consumer-focused reviews!
      
    
  



<h3 id="intro">Intro</h3>



<p>There’s one piece of obscure 2007 code that has propped-up the entirety of the fan control and large parts of the RGB industry. It’s a driver called WinRing0, and now, the software that uses it to control hardware through Windows is breaking.</p>



<p>If you're like us, you've always felt some sense of looming dread when you install a piece of software that controls fans or LEDs.</p>



<p>There's something ominous about a half-baked app with a broken UI taking control of hardware in meat space.</p>



<p><em>Editor's note: This was originally published on April 17, 2025 as a video. This content has been adapted to written format for this article and is unchanged from the original publication.</em></p>



<hr class="wp-block-separator alignfull is-style-wide">





<h4 class="has-text-align-center">Credits</h4>



<hr class="wp-block-separator alignfull is-style-wide">



<h5 class="has-text-align-center">Host, Writing</h5>



<p class="has-text-align-center h6">Steve Burke</p>



<h5 class="has-text-align-center">Writing, Research</h5>



<p class="has-text-align-center h6">Patrick Lathan</p>



<h5 class="has-text-align-center">Video Editing</h5>



<p class="has-text-align-center h6">Vitalii Makhnovets<br>Tim Phetdara</p>



<h5 class="has-text-align-center">Writing, Web Editing</h5>



<p class="has-text-align-center h6">Jimmy Thang</p>



<hr class="wp-block-separator alignfull is-style-wide">















<p>As always, being pessimistic about this kind of thing has eventually paid off, with Hyte emailing us in March and The Verge posting <a href="https://www.theverge.com/report/629259/winring0-windows-defender-fan-control-pc-monitoring-alert-quarantine">a story</a> about WinRing0 being flagged as a threat by Windows Defender (that article is worth a read for the statements provided by several developers).&nbsp;</p>



<p>We contacted our own list of developers, and then reached out to Wendell from <a href="https://www.youtube.com/@Level1Techs">Level1Techs</a> to help us talk through the technical aspects. This article explores the history and story of the WinRing 0 driver.</p>



<h3 id="history-part-1"><strong>History Part 1: WinRing0's Creation</strong></h3>



<p>WinRing0 is a library originally <a href="https://crystaldew.info/2007/09/25/winring0-10-release/">released in 2007</a> by Noriyuki Miyazaki [宮崎 典行] (AKA hiyohiyo), and he regrets it.</p>







<p>The developer is best-known for CrystalDiskMark and CrystalDiskInfo. According to the <a href="https://github.com/GermanAizek/WinRing0">active GitHub repository</a>, "WinRing0 is a hardware access library for Windows" and "WinRing0 library allows x86/x64 Windows applications to access I/O port, MSR (Model-Specific Register), [and] PCI."&nbsp;</p>







<p>Basically, WinRing0, the driver, is a unique open-source window into hardware. Over the years, it's become the equivalent of <a href="https://xkcd.com/2347/">that XKCD comic</a> for small developers who can't afford to develop and certify their own loopholes for controlling hardware like RGB LEDs and fans.&nbsp;</p>



<p>If you're part of a small team that wants to distribute software for monitoring or controlling any of the hardware in a PC, WinRing0 has been the go-to option.</p>







<p>Hiyohiyo announced the <a href="https://crystaldew.info/2010/02/28/winring0-end/">end of development</a> in February 2010, stating (in Japanese) that "WinRing0 is essentially a library that should not exist [...] I wanted to share the joy of low-level programming with as many developers as possible, so I developed and released WinRing0 after fully understanding the various issues, but I had no choice but to accept that this is no longer acceptable in today's age."&nbsp;</p>



<p>He repeated that sentiment to us in an email, saying that "I consider it a complete youthful indiscretion on my part not to have accepted the changing times."&nbsp;</p>







<p>The final update from hiyohiyo was <a href="https://crystaldew.info/2010/05/09/winring0-2-0-0/">WinRing0 2.0.0 in July 2010</a>, where he intentionally removed almost all functionality, apologized again, and described the project (again, in Japanese) as a "big failure."</p>



<p>There’s something sad about that sentiment. For better or worse, the WinRing0 driver was actually not a big failure: A ton of hardware companies transacting hundreds of millions of dollars in revenue have relied upon it; however, this is probably why hiyohiyo views it as a failure.</p>



<h4><strong>Technical Explanation</strong></h4>







<p>Given what WinRing0 is -- a method of low-level access to hardware -- it makes sense that hiyohiyo has distanced himself from the project so much, especially since he currently <a href="https://mvp.microsoft.com/en-US/mvp/profile/14670ff3-3c9a-e411-93f2-9cb65495d3c4">collaborates with Microsoft</a>. The releases of <a href="https://en.wikipedia.org/wiki/Security_and_safety_features_new_to_Windows_Vista">Windows Vista in 2007 and Windows 7</a> in 2009 made it increasingly clear that Microsoft is no longer in the business of letting you f*ck around with this stuff:&nbsp;</p>



<p>Windows was moving away from low-level programming. The idea of old-school unrestricted memory access is scandalous these days. As <a href="https://www.theverge.com/report/629259/winring0-windows-defender-fan-control-pc-monitoring-alert-quarantine">Martin Malik of HWiNFO stated to The Verge</a>, "since the driver has access and doesn’t restrict the range, it can read/change other processes, secrets in memory or protected kernel registers. This is very dangerous." As hiyohiyo <a href="https://crystaldew.info/2010/02/28/winring0-end/">stated</a> when closing WinRing0 development 15 years ago, "If you think about why the OS restricts access to I/O ports, physical memory, MSR, etc., and why signing kernel-mode drivers is mandatory since Vista x64, you will understand."</p>







<p>We don't want to get too into the weeds here, but <a href="https://learn.microsoft.com/en-us/windows-hardware/drivers/gettingstarted/user-mode-and-kernel-mode">kernel-mode is the alternative to user-mode</a>.&nbsp;</p>



<p>We <a href="https://youtu.be/H_O5JtBqODA?t=376">interviewed Wendell from Level1Techs</a>, who went on to explain:</p>



<p>“What is the kernel? [You may have] heard of the Linux kernel but Windows has a kernel, too. So the kernel is responsible for management of your system; so process management, memory management, hardware abstraction, security isolation, and system calls, which is like a programmer's calls, like the kernel is going to provide this programmer's interface. You call [it] as a programmer and then the kernel goes off and does something. And so the buck stops with the kernel. So your programs just run and they don't have to deal with things like, ‘which processor am I running on,’ ‘how do I allocate memory?’ It just says I would like to allocate memory and the kernel [asks] how much memory would you like and then you get an address and then that's all handled; memory management, all of the abstraction for all those kinds of things. So the kernel is really the smallest, lowest part of your operating system and it is typically engineered to be as uncomplicated as possible. It's only as complex as necessary to do the task and if it has bugs that leads to a lot of problems, not just in terms of system instability but also security issues and that sort of thing.</p>



<p>Sometimes it's fun to think of it abstractly. Your computer is a bus and all of the apps on the bus are the passengers. The kernel is the driver of the bus and your computer hardware is like the engine, the wheels, the door, the brakes, and that kind of thing. The driver gets to decide how to use everything safely and effectively and if one of the passengers wet willies the driver then that's bad because it may put everybody in danger.”</p>



<p>The only reason that analogy is a bit confusing is because Wendell uses the word “driver” to explain the operation of the vehicle and he uses the word bus to explain the vehicle.&nbsp;</p>



<p>With that in mind, let's take time to explain WinRing0's namesake: security Ring 0. Wendell elaborates, “There's a lot of ring 0 drivers as it turns out. Ring 0…kernel mode. I'm not a Windows developer [as my] day job but kernel operating system…it kind of makes sense. The things that are close to the hardware are ring 0 and they're supposed to have a relatively low surface area. If you are running an application and the application does something bad, which is ring 3, I believe, the application crashes. If you're running something at ring 0 and it crashes, it has the potential to affect the entire system and so the entire system will crash. Windows blue screens are probably ring 0. What has really accelerated Microsoft giving the boot to ring 0 is the CrowdStrike thing. This has been a problem forever but the CrowdStrike thing taking out the vast majority of infrastructure that runs Windows and Crowdstrike…Microsoft sees this as a problem and so this is basically a casualty of war.</p>



<p>Ideally you have things running in user mode ring three, all things running in user mode ring three. And so all of your software runs at ring 3 and the driver is very small and very low level and very lightweight and doesn't need to run quite as low level as ring 0 but is still sort of in the administrative permissions mode. But at a very low fundamental level, you can use software to update your BIOS and that is a pre-boot environment. You could have malware that lives in your BIOS. I would prefer having a motherboard that has a jumper so that when I want to re-flash the BIOS, I physically have to move a little switch to say yes.”</p>



<p>When we brought up Asus Armory Crate, Wendell added, “It goes the other way too, the BIOS could run arbitrary software.”</p>







<p>Kernel-mode drivers are almost always <a href="https://stackoverflow.com/questions/6007176/what-is-a-windows-kernel-driver">hardware device drivers</a>, and <a href="https://en.wikipedia.org/wiki/Protection_ring">within the x86 structure</a> these (typically) occupy the highest security ring alongside the kernel: Ring 0.&nbsp;</p>



<p>This is why a device driver literally named WinRing0 getting handed out to anyone who wants it might be a little alarming to Microsoft. As confusing as it is, Wendell's still pretty positive on the basic concept of security rings: “The ring 0, ring negative 1, ring 1…that’s all very tightly coupled with hardware features of x86 to provide isolation, which is great. There's different approaches from AMD and Intel, but there is there is a hardware aspect of this that is very nice for users as well so it's not just like you're entirely reliant on a 100% Microsoft software solution but a lot of this is how Microsoft has chosen to implement the various security levels but it dovetails with a lot of functionality that is at the hardware level, which is nice because the hardware is trying to protect you from code that shouldn't be executed.”</p>



<h4><strong>Digital Signatures</strong></h4>



  
    
      
      

           <a href="https://www.patreon.com/gamersnexus"></a>Visit our <a href="https://www.patreon.com/gamersnexus">Patreon page</a> to contribute a few dollars toward this website's operation (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or buying something from our <a href="https://store.gamersnexus.net/">GN Store</a>!) Additionally, when you purchase through links to retailers on our site, we may earn a small affiliate commission.
      
    
  



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>Microsoft's method for mitigating those concerns has been to require <a href="https://learn.microsoft.com/en-us/windows-hardware/drivers/install/digital-signatures">digital signatures</a> for kernel-mode drivers in all Windows versions <a href="https://learn.microsoft.com/en-us/windows-hardware/drivers/install/kernel-mode-code-signing-requirements--windows-vista-and-later-">since 64-bit Vista</a>. A digital signature is a certificate issued by a "trusted Certification Authority" (CA) that <a href="https://learn.microsoft.com/en-us/windows-hardware/drivers/install/digital-signatures">verifies that</a>: "the file, or the collection of files, is signed. The signer is trusted. The certification authority that authenticated the signer is trusted. The collection of files was not altered after it was published."&nbsp;</p>







<p>Back when WinRing0 was first published, <a href="https://crystaldew.info/2010/02/27/digitalsign/">individuals (in Japan) could sign drivers themselves</a>, which hiyohiyo did. More expensive and difficult-to-obtain <a href="https://en.wikipedia.org/wiki/Extended_Validation_Certificate">Extended Validation (EV) certificates</a> were <a href="https://www.digicert.com/blog/microsoft-announces-new-code-signing-requirements">required</a> starting in the Windows 8 era, and they're only issued to businesses, but old drivers were grandfathered in.</p>



<p>Over the years when installing a piece of software, you might have seen some kind of popup about the driver signatory, the lack or the presence of a signature. And we see this a lot with the prototype versions of software where they haven't signed it yet but as for why digital signatures are a useful idea in general, we turn again to Wendell who stated:</p>



<p>“As part of Microsoft’s strategy to deal with…driver signing, in general, any kind of executable signing is actually sort of fun and interesting. It’s a fun and interesting way of approaching security. If you right click on basically any executable on any modern Windows system and you look at the properties, you can see that the executable is digitally signed. That's an identity thing [that indicates] this is from [a particular] company. Drivers are a great way to hide malware and so it has to kind of be a walled garden and so the certificates you have on a website are really not [too] different or the executables from programs are really not [too] different from what you have for a driver. Basically you create the driver. You submit it to Microsoft and well, the submit-it-to-Microsoft process doesn't actually technically have anything to do with signing, but theoretically, Microsoft looks at you as a company and says ‘Okay, yes, we're going to be able to do business with you.’ And you get something that you can sign that is trusted and it is it is the standard certificate signing process where [you say] ‘here is my certificate’ [and] I'm going to send this somewhere that will then say: ‘okay, yes, we are going to sign the certificate that you have asked for except instead of being based on a hash or something ephemeral, it's based on the hash of the actual binary of the driver.’ And so this driver with this hash has been signed and if somebody tampers with the driver or changes it then the cryptographic signature will no longer match and the driver doesn't work anymore and so it's a nice way to affirm that something has signed off on the contents of this driver and this driver is good.”</p>



<p>Wendell also interestingly pointed out that CAs can be broken into and certificates can (and have been) stolen, but that's a subject for a different time.</p>







<p>So, hiyohiyo apologized for pulling the plug and refusing to maintain WinRing0's certification back in 2010, seemingly with the expectation that its certification would be pulled and everyone's projects would break:&nbsp;</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>"<a href="https://crystaldew.info/2010/05/09/winring0-2-0-0/">WinRing0 was discontinued without any alternative plan in order to avoid the worst case scenario of the signature being revoked</a>" and&nbsp; "<a href="https://crystaldew.info/2010/02/28/winring0-end/">if the digital signature for WinRing0 is revoked, all WinRing0-based applications will be unable to start in an x64 environment</a>."</p>



<h3 id="history-part-2"><strong>History Part 2: WinRing0's Adoption</strong></h3>



<p>That brings us to the second part of WinRing0’s history.</p>



<p>WinRing0 actually became a foundational element of <a href="https://www.cyberark.com/resources/threat-research-blog/inglourious-drivers-a-journey-of-finding-vulnerabilities-in-drivers">many, many projects</a>, and some of those projects—like Open Hardware Monitor, later forked as LibreHardwareMonitor—would themselves become foundational to even more software on top of that. So there are nested layers of reliance on something that hasn’t really been even maintained or even liked by its original developer for 15 years.&nbsp;</p>



<p>Seriously: You have very likely encountered WinRing0 in some capacity, and with the changes Microsoft is making for security reasons, a lot of those software encounters would no longer work today.</p>



<p>And that’s for good reason: Over the years, hiyohiyo's concerns were repeatedly validated.</p>







<p>In 2019, <a href="https://www.safebreach.com/blog/hp-touchpoint-analytics-dll-search-order-hijacking-potential-abuses-cve-2019-6333/">HP got in hot water</a> for including WinRing0 pre-installed in its HP Touchpoint Analytics service "preinstalled on most HP PCs." This became a massive security concern from one of the biggest OEMs.</p>







<p>In 2020, <a href="https://www.cvedetails.com/cve/CVE-2020-14979/">WinRing0 was named in another CVE</a>, or Common Vulnerability and Exposure, for EVGA's Precision X1. In <a href="https://voidsec.com/crucial-mod-utility-lpe-cve-2021-41285/">2021, it was Crucial's turn</a>. Even though specific software was called out each time this happened, HP, EVGA, and Crucial were using the same 1.2.0 version of WinRing0 that everyone else was.&nbsp;</p>



<p>As GermanAizek put it to us, "The driver was made in 2007. CVE in 2020. Microsoft started blocking it in 2025. Vulnerability has been around for 18 years." As for why Microsoft hasn't blocked it before now, <a href="https://youtu.be/rkrdI91iG14?t=204">according to OCCT,</a> "They haven't done it yet because big corporations were lazy enough to use it in their software in the past, so that would invalidate their own software, so they cannot do it right away."</p>



<p>And the list of software that has used it at some point, and therefore software that has had vulnerabilities and attack vectors, is huge: CapFrameX (but not PresentMon), Precision X1, Crucial MOD, HP Touchpoint Analytics, SignalRGB, OpenRGB, and many more are on the list.</p>



<p>The issue isn't that Precision X1 or Crucial MOD or any of the vast array of affected software (CapFrameX, OpenRGB, SignalRGB, at least some versions of Afterburner, et cetera) are compromised: the issue is that they install an insecure driver (WinRing0) that's then accessible to any other software that wants it, including malware.&nbsp;</p>







<p>This is precisely what <a href="https://www.bleepingcomputer.com/news/security/new-steelfox-malware-hijacks-windows-pcs-using-vulnerable-driver/">happened with actual malware SteelFox starting in 2023</a>; the vulnerability is real and has been actively exploited for profit. This isn’t just some proof of concept, this is an actual, in-the-wild malware that has been used to illicitly make money.&nbsp;</p>







<p>Calling it <a href="https://x.com/CapFrameX/status/1900432982860849439">"theoretical,"</a> as CapFrameX did, is irresponsible and dangerous, and it's not really relevant whether the software that installs the driver is itself safe. To quote OCCT:</p>



<p><a href="https://youtu.be/H_O5JtBqODA?t=1103">"It's vulnerable as f*ck."</a></p>



<p>And here’s what Wendell thought, “If you say the last time the driver was meaningfully updated was in 2008 and it has not yet been exploited by malware, then that's a miracle.” We had to interject and say that it has been exploited by malware.&nbsp;</p>



<p>For another example of a Ring 0 driver problem (not WinRing 0), check out what Wendell had to say about Crowdstrike, “So what happened was Crowdstrike has a ring 0 malware detection driver and Crowdstrike is otherwise very good software. It's very effective at what it does. It's an interesting security architecture. They made a mistake in their software and as a result of the mistake, the system tried to jump to memory address zero or start executing memory address zero. I don't really remember exactly what the details were but it was something obviously incredibly stupid and there was no safety rails for anything at this level and so systems would crash. And it was an impossible situation because the system would [consistently] boot and crash. If you were lucky after the 20th or 30th time, it would do that, the system would notice and deal with it and so Microsoft is saying ‘this is the wild west. We’ve got to deal with this ring 0 problem immediately and software like CrowdStrike cannot run at ring 0. We as operating system vendors have to provide a lower level facility to let these software vendors do what they need to do but without compromising the integrity of an update process without compromising the integrity of a boot process to provide fallbacks' and that sort of thing. As a result of that…I mean, internally, Microsoft has known this is an issue almost since day one. They didn't care until millions of machines had very large problems, basically every crowd customer that got the update.”</p>



<p>Beyond the current wave of Windows Defender alerts, WinRing0 and similar drivers also have a tendency to get flagged by software like Easy Anti-Cheat due to their ability to read and rewrite memory. You can make your own judgement about how serious the issue is, but these are not false positives. We want to make sure that’s clear. It isn’t a “false positive,” it’s just a true positive.</p>







<p>As hiyohiyo <a href="https://crystaldew.info/2010/05/09/winring0-2-0-0/">stated</a> fifteen years ago: "although a general-purpose hardware access library such as WinRing0 1.x is very useful for prototyping, developers would need to develop dedicated device drivers for public release."&nbsp;</p>



<p>But there needs to be a better, secure solution to gain access to this control and hardware. There is one and there has been one. As a developer, the 100% proper by-the-books response to this (from talking to numerous people) is to drop WinRing0, develop your own dedicated driver for your specific product, and obtain a signature for it.&nbsp;</p>







<p>This is apparently the <a href="https://medium.com/@matterpreter/cve-2020-14979-local-privilege-escalation-in-evga-precisionx1-cf63c6b95896">path that EVGA took back in 2020</a> after that CVE we mentioned.&nbsp;&nbsp;</p>



<p>New signatures for kernel-mode drivers are really only accessible to large companies, though, with smaller dev teams unable to afford dedicating their time and money (in recurring payments) to the process, not to mention the software development work.&nbsp;</p>



<p>Other manufacturers, including Hyte, have informed us that EVGA was somewhat propping-up fan control and RGB software by getting signatures on the driver. We’ve had a tough time trying to verify some of these claims, but that seems to be the belief held by, for example, Hyte.&nbsp;</p>



<p>Therefore, WinRing0 has been eternally recycled and eternally frozen at vulnerable version 1.2.0.&nbsp;</p>







<p>If you dig around in LibreHardwareMonitor's source code (for example), <a href="https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/blob/master/WinRing0/OpenLibSys.rc">it references WinRing0.sys 1.2.0.5</a> from <a href="https://crystaldew.info/2008/06/29/winring0-120-%e9%96%8b%e7%99%ba%e3%81%a1%e3%81%86/">July 2008</a>, which makes sense: hiyohiyo's <a href="https://crystaldew.info/2009/02/16/winring0-121a/">next release</a> included a reference in a patch note, saying that "it would have been an easy fix if only a digital signature could be obtained, but since the kernel mode driver cannot be updated, this was scrapped."&nbsp;</p>







<p><a href="https://github.com/Rem0o/FanControl.Releases/issues/3016#issuecomment-2713558302">According to Martin Malik</a> of HWINFO64, this day of reckoning has been a long time coming, with Microsoft repeatedly warning that the driver would be blocked.</p>



<p>Again, we've heard unconfirmed reports that EVGA possibly took up the maintenance for WinRing0's digital signature in the post-2010 era, possibly arranging for its renewal (as we understand that certificates expire over time) or just convincing Microsoft not to revoke it. If EVGA had any involvement, it probably ended in 2020 when the company stopped using WinRing0, or at least in 2022 when the company <a href="https://www.youtube.com/watch?v=cV9QES-FUAM">basically halted operation</a>. Microsoft's <a href="https://www.theverge.com/report/629259/winring0-windows-defender-fan-control-pc-monitoring-alert-quarantine">statement to The Verge</a> that "we are aware of reports about gaming and monitoring applications being flagged as a threat due to the use of unsigned versions of the WinRing0 driver" implies that the driver is now unsigned, which could be a further clue that EVGA was doing some kind of upkeep behind the scenes.</p>



<p>Somehow, we continue to learn EVGA’s impact beyond its GPUs.</p>



<h3 id="the-future-of-winring0"><strong>The Future of WinRing0</strong></h3>



<p>All of this is a problem, because there are limited tools to control hardware through the OS -- and for good reasons -- but there needs to be something, and currently, many of those tools are breaking or broken. Or insecure.</p>



<p>That brings us to the future of WinRing0.</p>



<p>The easiest solution to all this would be to patch WinRing0 itself. After hiyohiyo's last constructive contribution in 2009, Herman Semenov [Герман Семёнов] (AKA GermanAizek) took over maintenance <a href="https://github.com/GermanAizek/WinRing0/commit/94d79dab61b1ee879589630ec9691503648f46cf">in 2019</a>, initially with the goal of optimizing crypto mining with <a href="https://xmrig.com/docs/miner/randomx-optimization-guide/msr">access to CPU MSR registers</a>. As he stated to us, "around 2023, many people wanted to build WinRing0 Windows driver themselves to increase mining hashrate, even though it was much more difficult than just mining on Linux."</p>



<p>In a weird way then, crypto mining potentially provided something directly useful to those controlling hardware for non-mining use cases.</p>







<p>Development <a href="https://github.com/GermanAizek/WinRing0/pull/6">accelerated in 2023</a> as other members contributed to the project, adding x64 support and fixing some BSOD triggers in the old driver. Eventually, the team <a href="https://github.com/GermanAizek/WinRing0/issues/9">applied patches</a> to address the <a href="https://github.com/GermanAizek/WinRing0/issues/9">open CVE from 2020</a>. Critically, this fork of WinRing0 remained unsigned: only the un-optimized, insecure version from 2008 had the valid signature vital to projects like <a href="https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/issues/1660">LibreHardwareMonitor</a>.</p>







<p>This is where HYTE has stepped in. HYTE originally contacted us with the story, stating that it wants to take the version of WinRing0 that GermanAizek's team has been updating, submit it to Microsoft for signing, and fork LibreHardwareMonitor to integrate the patched, signed driver. HYTE would then take on the responsibility of paying Microsoft, basically replacing EVGA’s assumed role in this chain.</p>



<p>The direct benefit is that HYTE's own software can continue to function, while the rest of the industry gets to keep using WinRing0 (and LibreHardwareMonitor) without getting auto-quarantined by Windows Defender.</p>







<p>GermanAizek told us that "these fixes restrict the use of the driver only to programs running with administrator rights." This is certainly safer, but (as <a href="https://www.theverge.com/report/629259/winring0-windows-defender-fan-control-pc-monitoring-alert-quarantine">Martin Malik of HWiNFO warned The Verge</a>), this just means that an app has to be run as admin before it can access the driver.&nbsp;</p>



<p>We asked Wendell about this. Specifically about running things as admin and how much that might help. Here’s his response:</p>



<p>“That's probably not unreasonable. Short of Microsoft getting involved and offering a better solution or somebody that is that deep in the Microsoft kernel driver developer ecosystem, that's probably what it would take: somebody that has very deep intricate knowledge of the operating system and also knows what the operating system is capable of. As far as I know, you're on your own to implement a lot of the functionality that would be needed to do that. So this driver is probably still your best hope to do that. Microsoft probably doesn't want to adopt the driver, which would also be a reasonable outcome. At the same time, Microsoft probably doesn't want to re-implement the functionality that's in the driver, but how this is usually done is you peel away the minimum functionality and you stuff that in your ring 0 driver and then you have all of the other stuff live somewhere else. And that ring 0 driver, you trust not to be able to be manipulated to access memory, it's not supposed to or write to a bus address that it's not supposed to be able to.”</p>



<p>So, as Wendell helped us understand, the idea that a combination of patches and signatures can fix the root cause of the problem is arguably misguided.&nbsp;</p>



<p>We contacted Franck Delattre of CPUID (CPU-Z, HWMonitor), who explained that CPUID has had similar difficulties with its own software. "In order to fix the problems, we had to move a big part of the user code into the kernel code, in the unique goal of reducing exposure. We could do that because only our code uses our driver, but for a generic driver like WinRing0, this was simply not possible since its functions were used in a different context by the different application. To go further, this means that no replacement of WinRing0 is possible, at least not with the same genericity that WinRing0 provided until today."&nbsp;</p>



<p>In other words, <strong>the thing that makes WinRing0 uniquely useful is the same thing that makes it dangerous.</strong>&nbsp;</p>



<p>GermanAizek is literally the frontman for the "fixed" version of WinRing0.&nbsp;</p>



<p>He told us that "personally, I migrated to Linux and BSD systems because Windows has become really insecure, and as a Unix developer, such operating systems really seem convenient to me."&nbsp;</p>







<p>He also openly asked that developers use the <a href="https://github.com/ellysh/InpOut32">InpOut32 driver</a> instead of WinRing0 (although we've seen other developers <a href="https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/2227">express concerns about that as well</a>).</p>



<p>OCCT <a href="https://www.youtube.com/watch?v=xPGkoZU2rvY">has also announced</a> that it will be providing a publicly-available but closed-source alternative to WinRing0, and it's possible that other organizations will follow suit.</p>



<p>Wendell informed us that there are other bigger-picture alternatives, “For sensors and fan speed, one way that you could solve this architecturally is to just move it to a USB controller. That's slightly more cost or if somebody wants to build in a USB client interface then that's probably a marginal cost increase. I'm slightly surprised it hasn't gone in that direction but I'm also slightly surprised because this is a problem for Windows server in the context of the system management bus because servers need access to the system management bus and kind of hilariously, you have the out-of-band management that also has access to the system management bus so like servers have a whole other computer inside them that has access to the system management bus and the same controllers and so you can use that computer within a computer to monitor the sensors. You could just not have that and plug it into USB in the case of client computers. Like I say, we put important things on the system management bus and so like controlling CPU voltage probably should be on the system management bus. Controlling fan speed…You could probably do that through USB, but when it's through USB, the chipset and other things probably are not able to control fan speed. So you end up with a chipset that needs a system management bus so low-level parts of the system can make those controls but user overrides have to come through another path like through USB or something that's low security. Or Microsoft can provide a reasonable facility that is reasonably locked down to access the system management bus facility.”</p>



<h3 id="conclusion"><strong>Conclusion</strong></h3>



  
    
      
      

           <a href="https://store.gamersnexus.net/products/large-modmat-gn15-anniversary"></a>Grab a <a rel="noreferrer noopener" href="https://store.gamersnexus.net/products/large-modmat-gn15-anniversary" target="_blank">GN15 Large Anti-Static Modmat</a> to celebrate our 15th Anniversary and for a high-quality PC building work surface. The Modmat features useful PC building diagrams and is anti-static conductive. Purchases directly fund our work! (or consider a <a rel="noreferrer noopener" href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518" target="_blank">direct donation</a> or a <a rel="noreferrer noopener" href="https://www.patreon.com/gamersnexus" target="_blank">Patreon contribution</a>!)
      
    
  



<p>That’s the story of how this small piece of code has supported an entire industry and its software for 15 years now, even in spite of its own developer disowning it and regarding it as not only a mistake, but a failure. We feel bad for hiyohiyo who now is powerless to stop people from using his youthful development project, but these multi-million and billion dollar companies have the resources to develop a responsible alternative. That includes Microsoft, Razer, and everyone else.&nbsp;</p>



<p>That brings us around to what power an end user has, if any.</p>



<p>Our recommendation is to do what your antivirus software says: if Windows Defender quarantines WinRing0, let it happen, and if anyone tells you to ignore the warnings, treat them with extreme skepticism. Some manufacturers and developers have called these “false positives,” but they are not.&nbsp;</p>



<p>They are real positives, and there are real vulnerabilities that have been used which can exploit your machine.</p>



<p>Microsoft appears to have <a href="https://www.ocbase.com/news/winring-driver-alternative-announcement">paused the "ban"</a> as of this writing, but it's only a matter of time. If everything goes according to plan, though, the patched driver should be usable soon thanks to HYTE, at which point you can decide whether requiring admin privilege for access meets your personal standard for security.&nbsp;</p>



<p>For whatever it's worth, the Windows <a href="https://support.microsoft.com/en-us/windows/control-dynamic-lighting-devices-in-windows-8e8f22e3-e820-476c-8f9d-9ffc7b6ffcd2">Dynamic Lighting RGB control feature</a> continues to be developed, although it doesn't feel great to be railroaded into using it just because Microsoft bricked the alternatives.&nbsp;</p>



<p>Still, it's probably the right direction for Microsoft with Wendell stating, “There is one aspect of this where Microsoft is doing the right thing and that is RGB control. Windows 11 allows you to control RGB directly in the operating system. Microsoft [shouldn’t take] half measures here and add some fan controls and or at least provide a programming interface. [Microsoft doesn’t] have to [provide] a GUI for fan control like it did with RGB control but wherever that's plumbed in, [Microsoft should] go ahead and plumb in the other stuff. It's really not any more complicated than that.”</p>



<p>Thanks to the various developers that provided quotes for this piece, as well as Wendell.</p>



<hr class="wp-block-separator is-style-wide sep">


























      ]]></description>
  <pubDate>Mon, 28 Apr 2025 21:02:00 +0000</pubDate>
    <dc:creator>jimmy_thang</dc:creator>
    <guid isPermaLink="false">14080 at https://gamersnexus.net</guid>
    </item>
<item>
  <title>Tariffs Timeline</title>
  <link>https://gamersnexus.net/news-features-deep-dive/tariffs-timeline</link>
  <description><![CDATA[Tariffs Timeline<span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang about="https://gamersnexus.net/user/7924" typeof="Person" property="schema:name" datatype>jimmy_thang</span></span>
<span class="field field--name-created field--type-created field--label-hidden">April 23, 2025
</span>




           




<p class="badge"></p>



  
    
      
      
    
  



<h2>We provide a detailed breakdown and timeline of the tariffs impacting the United States</h2>





<p class="h6 text-muted">The Highlights</p>



<ul class="list-group list-highlights"><li>The US has imposed wide-spread tariffs on most of the countries in the world</li><li>Our timeline chronicles the shifting nature of the tariffs</li><li>Tariffs have impacted the pricing and availability of hardware in the US</li></ul>










  
    
      
      

           <a href="https://store.gamersnexus.net/products/large-modmat-gn15-anniversary"></a>Grab a <a rel="noreferrer noopener" href="https://store.gamersnexus.net/products/large-modmat-gn15-anniversary" target="_blank">GN15 Large Anti-Static Modmat</a> to celebrate our 15th Anniversary and for a high-quality PC building work surface. The Modmat features useful PC building diagrams and is anti-static conductive. Purchases directly fund our work! (or consider a <a rel="noreferrer noopener" href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518" target="_blank">direct donation</a> or a <a rel="noreferrer noopener" href="https://www.patreon.com/gamersnexus" target="_blank">Patreon contribution</a>!)
      
    
  



<p>Our  timeline below accompanies our <a href="https://www.youtube.com/watch?v=1W_mSOS1Qts">deep-dive investigation</a> into the impact of the tariffs roll-out on the computer hardware industry. Our investigation focused on not just the percentages, but specifically, the way in which they were announced and applied. <br>We flew around the country to meet with factories in the US, manufacturers who use contract manufacturing in other countries (like China, Vietnam, Thailand, Taiwan, Singapore, Japan, so forth), German manufacturers, and more. Our interview list included Hyte, Thermal Grizzly, Protocase/45 Drives, iBUYPOWER, CyberPower PC, Corsair Components, freight forwarding company Straight Forwarding, and Louis Rossmann of Rossmann Repair.<br>You can find that <a href="https://www.youtube.com/watch?v=1W_mSOS1Qts">video</a> embedded below. Below that, we have included the entire timeline of tariff changes that we could find. It is dated back to 2018. Please note that we have likely missed a few things, as this situation changes nearly daily and our regular coverage spectrum has not traditionally included following these changes; however, we believe we have compiled all of the major changes that are directly relevant to this story, particularly as it relates to computer hardware. This was a huge team effort at GN and required a massive investment in travel and time to complete our 3-hour documentary. If you find it educational, we ask that you please support us directly by buying something <a href="https://store.gamersnexus.net/">from our store</a>. You can find <a href="https://store.gamersnexus.net/products/gn-project-soldering-mat">high heat resistant project and soldering mats</a>, <a href="https://store.gamersnexus.net/products/large-modmat-gn15-anniversary">PC building Modmats</a>, T-shirts with <a href="https://store.gamersnexus.net/products/paper-launch-cotton">paper launch GPUs</a> or <a href="https://store.gamersnexus.net/products/honey-pot-foil-tshirt-100pct-cotton-limited">Honey Pots</a> from our lawsuit against PayPal, copper-plated stainless steel <a href="https://store.gamersnexus.net/products/gn-copper-plated-stainless-steel-mule-mug-thermal-conductivity-of-copper">mule mugs with thermal conductivity</a> written on them, tabletop gaming dice with <a href="https://store.gamersnexus.net/products/inductor-full-tabletop-mtg-dnd-premium-dice-set-7-piece-dice-wooden-box-token-card">embedded inductors</a> or <a href="https://store.gamersnexus.net/products/snowflake-full-tabletop-mtg-dnd-premium-dice-set-7-piece-dice-wooden-box-cat-card">cats</a>, and more. Thank you.</p>



<hr class="wp-block-separator alignfull is-style-wide">





<h4 class="has-text-align-center">Credits</h4>



<hr class="wp-block-separator alignfull is-style-wide">



<h5 class="has-text-align-center">Host, Writing, Lead Editing</h5>



<p class="has-text-align-center h6">Steve Burke</p>



<h5 class="has-text-align-center">Lead Camera, Storyboarding, Editing</h5>



<p class="has-text-align-center h6">Vitalii Makhnovets</p>



<h5 class="has-text-align-center">Pre-Cut, Labeling</h5>



<p class="has-text-align-center h6">Mike Gaglione<br>Tim Phetdara</p>



<h5 class="has-text-align-center">Animations, Labeling</h5>



<p class="has-text-align-center h6">Andrew Coleman</p>



<h5 class="has-text-align-center">Writing, Research</h5>



<p class="has-text-align-center h6">Jimmy Thang<br>Ben Benson</p>



<hr class="wp-block-separator alignfull is-style-wide">















<h3><strong>US Tariffs Timeline</strong></h3>



<p>This timeline is sorted chronologically. We have attempted to present it as neutrally as feasible and from a place of covering the impact and events. As a part of this effort, we are also including links to sources with ideologies we may not agree with, but which we believe are appropriate for establishing the timeline of events.</p>



<h4><strong>Note on Sources</strong></h4>



<p>Our intent is to cite primary sources, including government documents, and a variety of secondary sources. In some cases, we link only to secondary news stories. This can occur when a government announcement happens during briefings or interviews with reporters.</p>



<h4><strong>Background: Tariffs During The First Trump Administration &amp; Biden Administration&nbsp;</strong></h4>



<ul><li>Jan. 22, 2018: The Trump Administration imposed tariffs on solar panel components and residential washing machines. Solar panel components had a 30% tariff, which would decline over four years. The administration levied a tariff of 20% on the first 1.2 million imported washers, which could increase to 50%.&nbsp;<ul><li><a href="https://ustr.gov/about-us/policy-offices/press-office/press-releases/2018/january/president-trump-approves-relief-us">Government Trade Release</a>&nbsp;</li><li><a href="https://www.npr.org/sections/thetwo-way/2018/01/22/579848409/trump-slaps-tariffs-on-imported-solar-panels-and-washing-machines">NPR</a></li></ul></li><li>March 8, 2018: President Trump announced a 25% tariff on steel imports and 10% tariff on aluminum imports for many countries, not including Canada and Mexico.&nbsp;<ul><li>Federal Register (<a href="https://www.federalregister.gov/documents/2018/03/15/2018-05478/adjusting-imports-of-steel-into-the-united-states">1</a>, <a href="https://www.federalregister.gov/documents/2018/03/15/2018-05477/adjusting-imports-of-aluminum-into-the-united-states">2</a>)</li><li><a href="https://www.npr.org/2018/03/08/591744195/trump-expected-to-formally-order-tariffs-on-steel-aluminum-imports">NPR&nbsp;</a></li></ul></li><li>May 31, 2018: The Trump Administration imposed a 25% tariff on steel imports and 10% tariff on aluminum imports for Canada, Mexico and the European Union. The administration said it had “reached arrangements on steel with Australia, Argentina, and Brazil, and with Australia and Argentina on aluminum.”<ul><li><a href="https://trumpwhitehouse.archives.gov/articles/need-know-implementing-steel-aluminum-tariffs-canada-mexico-european-union/">U.S. Government Document</a></li><li><a href="https://www.washingtonpost.com/business/economy/trump-imposes-steel-and-aluminum-tariffs-on-the-european-union-canada-and-mexico/2018/05/31/891bb452-64d3-11e8-a69c-b944de66d9e7_story.html">Washington Post&nbsp;</a></li></ul></li><li>June 29, 2018: Canada announced tariffs targeted at U.S. steel and aluminum products, in addition to other goods. The tariffs would go into effect on July 1, 2018.&nbsp;<ul><li><a href="https://www.canada.ca/en/global-affairs/news/2018/06/canada-stands-up-for-our-steel-and-aluminum-workers-and-industry.html">Canadian Government Release</a>&nbsp;</li><li><a href="https://qz.com/1318475/the-full-list-of-229-us-products-targeted-by-canadas-retaliatory-tariffs">Quartz&nbsp;</a></li></ul></li><li>Sept. 18, 2018: The United States issued $200 billion in tariffs on Chinese imports, citing the need to protect “intellectual property.”&nbsp;<ul><li><a href="https://ustr.gov/about-us/policy-offices/press-office/press-releases/2018/september/ustr-finalizes-tariffs-200">Government Trade Release</a></li></ul></li><li>May 17, 2019: The United States removed tariffs for steel and aluminum imports from Canada and Mexico.<ul><li><a href="https://ustr.gov/about-us/policy-offices/press-office/press-releases/2019/may/united-states-announces-deal-canada-and">Government Trade Release&nbsp;</a></li><li><a href="https://www.cnbc.com/2019/05/17/us-to-announce-deal-to-lift-steel-and-aluminum-tariffs-on-canada-and-mexico-as-soon-as-today-sources.html">CNBC</a></li></ul></li><li>July 1, 2020: The USMCA - a trade agreement among the United States, Canada and Mexico - goes into effect.&nbsp;<ul><li><a href="https://ustr.gov/trade-agreements/free-trade-agreements/united-states-mexico-canada-agreement/agreement-between">USMCA Text</a></li></ul></li></ul>



<ul><li>Sept. 30, 2021: In a Politico interview, a Biden administration official said the United States will “build on” existing tariffs that are levied against China.<ul><li><a href="https://www.politico.com/news/2021/09/30/biden-trump-tariffs-china-514866">Politico</a></li></ul></li><li>May 14, 2024: The Biden Administration increased tariffs on imports from China for electric vehicles, solar cells, lithium-ion vehicle batteries, and semiconductors, among other products. Tariff increases ranged from 25% to 100%.&nbsp;<ul><li><a href="https://ustr.gov/about-us/policy-offices/press-office/press-releases/2024/may/us-trade-representative-katherine-tai-take-further-action-china-tariffs-after-releasing-statutory">Government Trade Release&nbsp;</a></li><li><a href="https://www.commerce.gov/news/fact-sheets/2024/05/fact-sheet-president-biden-takes-action-protect-american-workers-and">U.S. Department of Commerce Fact Sheet</a></li></ul></li><li>Sept. 13, 2024: The Biden Administration finalized tariff rates and exceptions from the May tariff announcement. Updates included new timing, rates and exclusions for some medical devices, solar manufacturing equipment, and wafers.&nbsp;<ul><li><a href="https://ustr.gov/about-us/policy-offices/press-office/press-releases/2024/september/ustr-finalizes-action-china-tariffs-following-statutory-four-year-review">Government Trade Release&nbsp;</a></li></ul></li></ul>



<h4><strong>Tariffs During The Second Trump Administration&nbsp;</strong></h4>



  
    
      
      

           Grab a <a href="https://store.gamersnexus.net/products/gamersnexus-tear-down-toolkit">GN Tear-Down Toolkit</a> to support our AD-FREE reviews and IN-DEPTH testing while also getting a high-quality, <strong><a href="https://store.gamersnexus.net/products/gamersnexus-tear-down-toolkit">highly portable 10-piece toolkit</a></strong> that was custom designed for use with video cards for repasting and water block installation. Includes a portable roll bag, hook hangers for pegboards, a storage compartment, and instructional GPU disassembly cards.
      
    
  



<h5><strong>Monday, Jan. 20&nbsp;</strong></h5>



<p>On inauguration day, President Trump said the U.S. government would implement 25% tariffs on imports from Canada and Mexico, starting on Feb. 1.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://apnews.com/article/trump-energy-economy-inflation-ev-oil-gas-00be8d3d5216a328e129666032c889e1">Associated Press</a></li></ul></li></ul>



<h5><strong>Sunday, Jan. 26&nbsp;</strong></h5>



<p>The Trump Administration said it would impose 25% tariffs on imports from Colombia after an immigration dispute. In response, the Colombian government threatened 25% tariffs on imports from the United States. The situation deescalated after the two countries reached an agreement.&nbsp;&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://truthsocial.com/@realDonaldTrump/posts/113896070273857964">Truth Social post</a></li><li><a href="https://www.axios.com/2025/01/26/trump-deportation-colombia-gustavo-petro">Axios</a></li><li><a href="https://apnews.com/article/colombia-immigration-deportation-flights-petro-trump-us-67870e41556c5d8791d22ec6767049fd">Associated Press</a></li></ul></li></ul>



<h5><strong>Saturday, Feb. 1</strong></h5>



<p>The Trump Administration announced 25% tariffs on imports from Canada and Mexico. Energy imports from Canada would have a lower tariff rate of 10%.</p>



<p>The Trump Administration announced 10% tariffs on imports from China.&nbsp;</p>



<p>The tariffs on Canada, Mexico, and China would go into effect on February 4.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://www.whitehouse.gov/presidential-actions/2025/02/imposing-duties-to-address-the-flow-of-illicit-drugs-across-our-national-border/">Executive Order (Canada)</a></li><li><a href="https://www.whitehouse.gov/presidential-actions/2025/02/imposing-duties-to-address-the-situation-at-our-southern-border/">Executive Order (Mexico)</a></li><li><a href="https://www.whitehouse.gov/presidential-actions/2025/02/imposing-duties-to-address-the-synthetic-opioid-supply-chain-in-the-peoples-republic-of-china/">Executive Order (China)</a></li><li><a href="https://www.whitehouse.gov/fact-sheets/2025/02/fact-sheet-president-donald-j-trump-imposes-tariffs-on-imports-from-canada-mexico-and-china/">White House Fact Sheet</a></li><li><a href="https://www.npr.org/2025/02/01/g-s1-46010/trump-tariffs-mexico-canada-and-china-imports">NPR</a></li></ul></li></ul>



<h5><strong>Monday, Feb. 3</strong></h5>



<p>The Trump Administration agreed to a 30-day pause on tariffs with Canada and Mexico after negotiations.&nbsp;</p>



<p>President Trump <a href="https://www.bbc.com/news/articles/cn4zgx808g7o">told </a>reporters that the European Union could face tariffs soon.</p>



<ul><li>Sources<ul><li><a href="https://www.whitehouse.gov/presidential-actions/2025/02/progress-on-the-situation-at-our-northern-border/">Executive Order (Canada)</a></li><li><a href="https://www.whitehouse.gov/presidential-actions/2025/02/progress-on-the-situation-at-our-southern-border/">Executive Order (Mexico)</a></li><li><a href="https://x.com/JustinTrudeau/status/1886529228193022429">Justin Trudeau post (Canada)</a>&nbsp;</li><li><a href="https://x.com/Claudiashein/status/1886434747238514776">Claudia Sheinbaum Pardo post (Mexico)</a>&nbsp;</li><li><a href="https://www.nbcnews.com/politics/economics/mexicos-president-says-tariffs-will-delayed-one-month-rcna190433">NBC</a></li><li><a href="https://www.bbc.com/news/articles/cn4zgx808g7o">BBC</a></li></ul></li></ul>



<h5><strong>Tuesday, Feb. 4</strong></h5>



<p>The United States imposed a 10% tariff on imports from China, as announced on February 1.&nbsp;</p>



<p>China announced new tariffs on imports from the United States, including a 15% duty on coal and liquefied natural gas. China also announced 10% tariffs on imported crude oil, agricultural machinery, and pickup trucks. These tariffs would go into effect on February 10.&nbsp;</p>



<p>China announced export controls on several minerals and began investigating Google for antitrust violations.&nbsp;</p>



<ul><li>Sources<ul><li>China - Government Documents (<a href="https://www.mof.gov.cn/zhengwuxinxi/caizhengxinwen/202502/t20250204_3955222.htm">1</a>, <a href="https://www.samr.gov.cn/xw/zj/art/2025/art_396a9ab3aa6d4c4bbd40833815afd245.html">2</a>, <a href="https://www.mofcom.gov.cn/zwgk/zcfb/art/2025/art_e623090907fc4e1092f0a4db72f57b95.html">3</a>)</li><li><a href="https://apnews.com/article/china-tariffs-us-trump-150fab3a44ec055845e47c82bde544c2">Associated Press</a></li><li><a href="https://www.cnn.com/2025/02/04/business/china-us-trade-retaliation-hnk-intl/index.html">CNN</a></li><li><a href="https://www.bbc.com/news/live/c8d90v1m6qvt">BBC</a></li></ul></li></ul>



<h5><strong>Monday, Feb. 10</strong></h5>



<p>In a continuation of tariffs from 2018, the Trump Administration announced a 25% tariff on imported steel and aluminum, which would go into effect on March 12. The administration stopped providing exemptions for steel and aluminum imports from Argentina, Australia, Brazil, Canada, Japan, Mexico, South Korea, the European Union, Ukraine, and the United Kingdom.&nbsp;</p>



<p>To avoid confusion with other tariff names, we will refer to these as steel tariffs and aluminum tariffs going forward.&nbsp;</p>



<p>China’s tariffs on imports against the United States went into effect, as announced on Feb. 4.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://www.whitehouse.gov/presidential-actions/2025/02/adjusting-imports-of-steel-into-the-united-states/">Executive Order</a></li><li><a href="https://www.whitehouse.gov/fact-sheets/2025/02/fact-sheet-president-donald-j-trump-restores-section-232-tariffs/">White House Fact Sheet</a></li><li>NPR (<a href="https://www.npr.org/2025/02/10/g-s1-47656/trump-tariffs-aluminum-steel-imports">1</a>, <a href="https://www.npr.org/2025/02/10/nx-s1-5292017/china-tariffs-us-retaliation-trump">2</a>)</li></ul></li></ul>



<h5><strong>Thursday, February 13</strong></h5>



<p>The Trump Administration announced the <a href="https://www.whitehouse.gov/articles/2025/02/reciprocal-trade-and-tariffs/">Fair and Reciprocal Plan</a>, a trade plan intended “to reduce [the United States’] large and persistent annual trade deficit in goods and to address other unfair and unbalanced aspects of [its] trade with foreign trading partners.”&nbsp;</p>



<p>The White House said the trade plan would determine “the equivalent of a reciprocal tariff with respect to each foreign trading partner.”&nbsp;</p>



<p>To avoid confusion with other tariff names, we will use the reciprocal tariff naming for these specific tariffs going forward.&nbsp;&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://www.whitehouse.gov/articles/2025/02/reciprocal-trade-and-tariffs/">White House Memo</a></li><li><a href="https://www.whitehouse.gov/fact-sheets/2025/02/fact-sheet-president-donald-j-trump-announces-fair-and-reciprocal-plan-on-trade/">White House Fact Sheet</a></li><li><a href="https://apnews.com/article/trump-tariffs-reciprocal-imports-tax-trade-economy-54c0a26687dc96157d96229068894720">Associated Press</a></li></ul></li></ul>



<h5><strong>Monday, March 3</strong></h5>



<p>The Trump Administration raised tariffs on imports from China from 10% to 20%.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://www.whitehouse.gov/presidential-actions/2025/03/further-amendment-to-duties-addressing-the-synthetic-opioid-supply-chain-in-the-peoples-republic-of-china/">Executive Order</a></li><li><a href="https://www.ap.org/news-highlights/spotlights/2025/trump-plans-tariffs-on-mexico-and-canada-for-tuesday-while-doubling-existing-10-tariffs-on-china/">Associated Press</a></li></ul></li></ul>



<h5><strong>Tuesday, March 4</strong></h5>



<p>The United States’ 20% tariffs on imports from China go into effect.&nbsp;</p>



<p>The United States’ 25% tariffs on imports from Canada go into effect. The United States taxed Canadian energy imports at 10%, rather than 25%.&nbsp;</p>



<p>The United States’ 25% tariffs on imports from Mexico go into effect.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://www.whitehouse.gov/fact-sheets/2025/03/fact-sheet-president-donald-j-trump-proceeds-with-tariffs-on-imports-from-canada-and-mexico/">White House Fact Sheet</a></li><li><a href="https://www.axios.com/2025/03/04/trump-tariffs-impact-china-canada-mexico">Axios</a></li></ul></li></ul>



<p>China announced tariffs of 10%-15% on U.S. farm and food exports and added 10 U.S. companies to its unreliable entity list.&nbsp;</p>



<ul><li>Sources<ul><li>China - Government Documents (<a href="https://gss.mof.gov.cn/gzdt/zhengcefabu/202503/t20250304_3959228.htm">1</a>, <a href="https://www.mofcom.gov.cn/zcfb/zc/art/2025/art_e6c07d5fe93d428e9e1e83de15afa38f.html">2</a>)&nbsp;</li><li>Reuters (<a href="https://www.reuters.com/world/china/china-vows-countermeasures-against-us-tariffs-linked-fentanyl-2025-03-04/">1</a>, <a href="https://www.reuters.com/world/which-us-agricultural-products-did-china-hit-with-tariffs-2025-03-04/">2</a>)</li><li><a href="https://english.news.cn/20250304/27480ffe095047359e2328a0e0649ddb/c.html">Xinhua</a></li></ul></li></ul>



<p>Canada announced 25% tariffs on many U.S. imports. The Canadian government said the tariffs would cover U.S. goods worth C$30 billion (~$20.7 billion) immediately.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://www.canada.ca/en/department-finance/news/2025/03/list-of-products-from-the-united-states-subject-to-25-per-cent-tariffs-effective-march-4-2025.html">Canadian Government Release</a></li><li><a href="https://x.com/JustinTrudeau/status/1896964152822050953">Justin Trudeau post</a>&nbsp;</li><li><a href="https://apnews.com/article/trump-tariffs-canada-mexico-china-643086a6dc7ff716d876b3c83e3255b0">Associated Press</a></li></ul></li></ul>



<h5><strong>Wednesday, March 5&nbsp;</strong></h5>



<p>The Trump Administration paused tariffs on cars coming into the United States from Canada and Mexico for one month. According to White House officials, the pause happened after President Trump spoke with leaders of Ford, General Motors, and Stellantis.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://apnews.com/article/trump-tariffs-canada-mexico-china-lutnick-2b269614084027a4894aa14f3dc16227">Associated Press</a></li><li><a href="https://www.cnn.com/2025/03/05/business/tariffs-autos-mexico-canada-paused/index.html">CNN</a></li></ul></li></ul>



<h5><strong>Thursday, March 6</strong></h5>



<p>The Trump Administration paused tariffs on some products from Canada and Mexico that are compliant with the USMCA (United States-Mexico-Canada Agreement), a free trade agreement.&nbsp;</p>



<p>White House officials informed media outlets that 50% of Mexican imports and 38% of Canadian imports are compliant with the USMCA.&nbsp;&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://www.whitehouse.gov/presidential-actions/2025/03/amendment-to-duties-to-address-the-flow-of-illicit-drugs-across-our-northern-border-0c3c/">Executive Order (Canada)</a></li><li><a href="https://www.whitehouse.gov/presidential-actions/2025/03/amendment-to-duties-to-address-the-flow-of-illicit-drugs-across-our-southern-border/">Executive Order (Mexico)</a></li><li><a href="https://www.whitehouse.gov/fact-sheets/2025/03/fact-sheet-president-donald-j-trump-adjusts-tariffs-on-canada-and-mexico-to-minimize-disruption-to-the-automotive-industry/">White House Fact Sheet</a></li><li><a href="https://abcnews.go.com/Business/stocks-tumble-tariff-fallout-roils-markets/story?id=119508907">ABC News</a></li><li><a href="https://www.cnbc.com/2025/03/06/trump-tariffs-live-updates-businesses-warn-of-ripple-down-effects-from-tariffs-because-of-rising-costs.html">CNBC</a></li></ul></li></ul>



<h5><strong>Monday, March 10&nbsp;&nbsp;</strong></h5>



<p>As announced on March 4, China began imposing 10-15% tariffs on many farm products from the United States, including soybeans, wheat, corn, beef and chicken.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://apnews.com/article/china-tariffs-trump-agriculture-farms-midwest-247a85e2cf5b1fd54de4afbf2a30de64">Associated Press</a></li><li><a href="https://gss.mof.gov.cn/gzdt/zhengcefabu/202503/t20250304_3959228.htm">China - Government Document&nbsp;</a></li></ul></li></ul>



<h5><strong>Wednesday, March 12&nbsp;</strong></h5>



<p>The United States’ 25% tariffs on steel and aluminum imports go into effect.&nbsp;</p>



<p>Canada increased its tariffs on U.S. imported steel and aluminum products by 25%. The Canadian government said the affected products include tools, computers, servers, and display monitors, among other products. The tariffs would go into effect on March 13.&nbsp;</p>



<p>The European Union <a href="https://ec.europa.eu/commission/presscorner/detail/en/ip_25_740">responded </a>with its own tariffs against the United States. The EU said that its countermeasures could “apply to US goods exports worth up to €26 billion.”</p>



<ul><li>Sources<ul><li><a href="https://www.canada.ca/en/department-finance/news/2025/03/canada-responds-to-unjustified-us-tariffs-on-canadian-steel-and-aluminum-products.html">Canada - Government Document Release</a></li><li><a href="https://ec.europa.eu/commission/presscorner/detail/en/ip_25_740">EU Release</a></li><li><a href="https://ec.europa.eu/commission/presscorner/detail/en/qanda_25_750">EU Fact Sheet</a></li><li><a href="https://www.cnn.com/2025/03/12/economy/trump-steel-aluminum-tariffs-hnk-intl/index.html">CNN</a></li><li><a href="https://www.cnn.com/2025/03/12/economy/trump-steel-aluminum-tariffs-hnk-intl/index.html">Associated Press</a></li><li><a href="https://www.axios.com/2025/03/12/trump-tariffs-eu-counter-levies">Axios</a>&nbsp;</li></ul></li></ul>



<h5><strong>Thursday, March 13</strong></h5>



<p>President Trump threatened the European Union with a 200% tariff on European alcohol.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://truthsocial.com/@realDonaldTrump/posts/114155003492555395">Truth Social&nbsp;</a></li><li><a href="https://www.npr.org/2025/03/13/nx-s1-5327141/trump-european-alcohol-tariff">NPR</a></li></ul></li></ul>



<h5><strong>Monday, March 24</strong></h5>



<p>The Trump Administration issued an executive order that would impose a tariff of 25% on imports from countries that import oil from Venezuela, starting on April 2.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://www.whitehouse.gov/presidential-actions/2025/03/imposing-tariffs-on-countries-importing-venezuelan-oil/">Executive Order</a></li><li><a href="https://apnews.com/article/trump-tariff-venezuela-oil-gas-tax-9197d606dea29caed6a7a79dd358d26a">Associated Press</a></li><li><a href="https://www.axios.com/2025/03/24/trump-tariffs-venezuela-oil">Axios</a></li></ul></li></ul>



<h5><strong>Wednesday, March 26</strong></h5>



<p>The Trump Administration announced a plan to impose 25% tariffs on imported automobiles and car parts, such as engines, transmissions, and electrical components. Tariffs would begin on April 3. The administration included exemptions for USMCA-compliant auto parts.</p>



<ul><li>Sources<ul><li><a href="https://www.whitehouse.gov/presidential-actions/2025/03/adjusting-imports-of-automobiles-and-autombile-parts-into-the-united-states/">Executive Order</a></li><li><a href="https://www.whitehouse.gov/fact-sheets/2025/03/fact-sheet-president-donald-j-trump-adjusts-imports-of-automobiles-and-automobile-parts-into-the-united-states/">White House Fact Sheet</a></li><li><a href="https://www.npr.org/2025/03/26/nx-s1-5341767/trump-trade-tariffs-imported-cars">NPR</a></li><li><a href="https://time.com/7271989/trump-puts-25-percent-tariff-on-foreign-cars/">CNN</a></li></ul></li></ul>



<h5><strong>Thursday, March 27</strong></h5>



<p>Industry impacts:</p>



<ul><li>Hyte announced higher prices due to incoming tariffs: <a href="https://hyte.com/blog/hyte-tariff-price-increases?srsltid=AfmBOorpKJ7-GMq7eTWk9E9UFcAqSTNKlCC1gZ8h8eBQB7Jp1EhnmkZ1">Hyte blog</a>&nbsp;</li></ul>



<h5><strong>Wednesday, April 2&nbsp;</strong></h5>



<p>Consistent with the Fair and Reciprocal Plan from February 13, the Trump Administration announced reciprocal tariffs on many countries. In addition, the administration announced a 10% tariff on nearly all countries.&nbsp;</p>



<p>The administration said the 10% tariff rate would go into effect on April 5. The reciprocal tariffs would go into effect on April 9.&nbsp;</p>



<p>As stated on February 13, the administration implemented different reciprocal tariff rates for many trading partners. <a href="https://www.whitehouse.gov/wp-content/uploads/2025/04/Annex-I.pdf">Examples</a>:&nbsp;</p>



<ul><li>Vietnam - 46%</li><li>Thailand - 36%</li><li>Taiwan - 32%</li><li>Japan - 24%</li><li>European Union - 20%&nbsp;</li></ul>



<p>The administration added a 34% reciprocal tariff to China, on top of the existing 20%, bringing the total to 54%.</p>



<ul><li>Sources<ul><li><a href="https://www.whitehouse.gov/presidential-actions/2025/04/regulating-imports-with-a-reciprocal-tariff-to-rectify-trade-practices-that-contribute-to-large-and-persistent-annual-united-states-goods-trade-deficits/">Executive Order</a></li><li><a href="https://www.whitehouse.gov/presidential-actions/2025/04/further-amendment-to-duties-addressing-the-synthetic-opioid-supply-chain-in-the-peoples-republic-of-china-as-applied-to-low-value-imports/">Executive Order (China)</a></li><li><a href="https://www.whitehouse.gov/fact-sheets/2025/04/fact-sheet-president-donald-j-trump-declares-national-emergency-to-increase-our-competitive-edge-protect-our-sovereignty-and-strengthen-our-national-and-economic-security/">White House Fact Sheet</a></li><li><a href="https://www.whitehouse.gov/wp-content/uploads/2025/04/Annex-I.pdf">Federal Reciprocal Tariff Rates (Annex I)</a></li><li><a href="https://ustr.gov/issue-areas/reciprocal-tariff-calculations">Presidential Tariff Actions</a></li><li><a href="https://www.cnn.com/2025/04/02/business/liberation-day-trump-tariffs/index.html">CNN</a></li><li><a href="https://www.npr.org/2025/04/02/nx-s1-5345802/trump-tariffs-liberation-day">NPR</a></li></ul></li></ul>



<h5><strong>Thursday, April 3</strong></h5>



<p>As announced on March 26, the Trump Administration's 25% tariffs on imported automobiles went into effect. The administration delayed tariffs on automotive parts until a date no later than May 3.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://www.federalregister.gov/documents/2025/04/03/2025-05930/adjusting-imports-of-automobiles-and-automobile-parts-into-the-united-states">Federal Register</a>&nbsp;</li><li><a href="https://www.cnn.com/2025/04/03/business/what-the-auto-tariffs-mean-to-you/index.html">CNN</a>&nbsp;</li></ul></li></ul>



<p>Industry impacts:</p>



<ul><li>META PCs issued a statement about possible price increases: <a href="https://x.com/METAPCs/status/1907962974549258436">Statement</a></li></ul>



  
    
      
      

           <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses"></a>Our <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses">fully custom 3D Emblem Glasses</a> celebrate our 15th Anniversary! We hand-assemble these on the East Coast in the US with a metal badge, strong adhesive, and high-quality pint glass. They pair excellently with our <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">3D 'Debug' Drink Coasters</a>. Purchases keep us <strong>ad-free </strong>and directly support our consumer-focused reviews!
      
    
  



<h5><strong>Friday, April 4</strong></h5>



<p>China’s government said it will impose additional tariffs of 34% on U.S. goods starting on April 10. China announced export controls on several rare earth minerals.&nbsp;</p>



<ul><li>Sources<ul><li>China - Government Documents (<a href="https://gss.mof.gov.cn/gzdt/zhengcefabu/202504/t20250404_3961451.htm">1</a>, <a href="https://www.mofcom.gov.cn/zwgk/zcfb/art/2025/art_9c2108ccaf754f22a34abab2fedaa944.html">2</a>)</li><li><a href="https://www.cnn.com/2025/04/04/business/china-us-tariffs-retaliation-hnk-intl/index.html">CNN</a></li><li><a href="https://www.tomshardware.com/tech-industry/chinas-rare-earth-export-restrictions-threaten-global-chipmaking-supply-chains">Tom’s Hardware</a></li></ul></li></ul>



<p>Industry impacts:</p>



<ul><li>Hyte published an update on price increases: <a href="https://x.com/hytebrand/status/1908333352740151515">Hyte statement.</a>&nbsp;</li><li>iBUYPOWER issued a statement about the tariff impacts: <a href="https://x.com/iBUYPOWER/status/1908327515690566066">iBUYPOWER statement</a>.</li><li>Nintendo delayed Switch 2 pre-orders to the United States: <a href="https://www.ign.com/articles/nintendo-delays-switch-2-pre-order-date-in-the-us-to-assess-impact-of-trumps-tariffs">Statement to IGN</a>.</li></ul>



<h5><strong>Saturday, April 5</strong></h5>



<p>The Trump Administration’s 10% tariff goes into effect for many countries, as announced on April 2.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://www.federalregister.gov/documents/2025/04/07/2025-06063/regulating-imports-with-a-reciprocal-tariff-to-rectify-trade-practices-that-contribute-to-large-and">Federal Register</a></li><li><a href="https://www.reuters.com/markets/us-starts-collecting-trumps-new-10-tariff-smashing-global-trade-norms-2025-04-05/">Reuters</a></li></ul></li></ul>



<h5><strong>Monday, April 7</strong></h5>



<p>Industry impacts:</p>



<ul><li>Framework paused sales of several Framework Laptop 13 models to the United States: <a href="https://fosstodon.org/@frameworkcomputer/114297967333461078">Twitter statement</a>.&nbsp;</li></ul>



<h5><strong>Tuesday, April 8</strong></h5>



<p>The Trump Administration increased the tariff rate on imports from China by 50%. Through an executive order, the administration amended the reciprocal tariff rate for China from 34% to 84%. This tariff rate increase was in addition to the 20% tariff rate from March 4.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://www.whitehouse.gov/presidential-actions/2025/04/amendment-to-recipricol-tariffs-and-updated-duties-as-applied-to-low-value-imports-from-the-peoples-republic-of-china/">Executive Order</a></li><li><a href="https://www.cnn.com/2025/04/08/business/trump-china-tariff/index.html">CNN</a></li></ul></li></ul>



<p>Industry impacts:</p>



<p>Reports surfaced of Razer stopping laptop sales to the United States. Razer did not publicly confirm this, but U.S. consumers were unable to buy laptops on Razer’s website.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://www.tomshardware.com/laptops/razer-halts-laptop-sales-to-us-consumers-this-response-to-us-tariffs-could-become-commonplace">Tom’s Hardware</a></li><li><a href="https://www.theverge.com/news/645276/razer-blade-gaming-laptops-sales-pause-us-tariffs">The Verge</a></li></ul></li></ul>



<h5><strong>Wednesday, April 9</strong></h5>



<p>The Trump Administration’s reciprocal tariff rates went into effect shortly after midnight.&nbsp;</p>



<p>Later that day, with the exception of China, the Trump Administration paused many reciprocal tariffs for 90 days. The administration did not pause the 10% tariff on imports from April 5.&nbsp;</p>



<p>China responded with an additional 50% tariff on U.S. imports. U.S. goods shipped to China now faced an 84% tariff, when accounting for the existing 34% tariff from April 4.&nbsp;</p>



<p>The Trump Administration raised tariffs on imports from China to 125%.</p>



<p>The European Union approved new tariffs against the United States. The EU said details would come later.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://gss.mof.gov.cn/gzdt/zhengcefabu/202504/t20250409_3961684.htm">China - Government Document</a></li><li><a href="https://www.whitehouse.gov/presidential-actions/2025/04/modifying-reciprocal-tariff-rates-to-reflect-trading-partner-retaliation-and-alignment/">Executive Order</a></li><li><a href="https://www.cnn.com/2025/04/09/business/reciprocal-tariff-pause-trump/index.html">CNN</a></li><li><a href="https://apnews.com/article/china-response-us-tariffs-104-d40d497f6e07ee4163d88443cb75ab3f">Associated Press</a>&nbsp;</li><li><a href="https://www.cnbc.com/2025/04/09/china-slaps-retaliatory-tariffs-of-84percent-on-us-goods-in-response-to-trump.html">CNBC</a></li><li><a href="https://www.npr.org/2025/04/09/g-s1-59187/european-union-tariffs">NPR</a>&nbsp;</li></ul></li></ul>



<p>Industry impacts:</p>



<ul><li>Per a report in Nikkei, a newspaper in Asia, Apple requested suppliers to air ship premium devices to the United States before the April 9 tariff deadline.&nbsp;<ul><li><a href="https://asia.nikkei.com/Business/Technology/Tech-Asia/From-Apple-to-Samsung-Trump-s-tariffs-force-supply-chains-to-adapt-fast">Nikkei</a>, <a href="https://www.macrumors.com/2025/04/09/apple-airlifted-premium-devices-to-us/">MacRumors&nbsp;</a></li></ul></li><li>Framework increased prices and delayed some shipments to the United States: <a href="https://frame.work/blog/tariff-driven-price-and-availability-changes-for-us-customers?srsltid=AfmBOoopWDaraiFGFBRdh_rPQGytl0Jp4hoP-utN6h4kR2O2SuQukCW_">Framework blog</a>&nbsp;</li></ul>



<h5><strong>Thursday, April 10&nbsp;</strong></h5>



<p>The Trump Administration clarified to reporters that the 125% tariff on Chinese imports was in addition to the previously announced 20%. The White House confirmed the tariff rate for imports from China is 145%.&nbsp;</p>



<p>The European Union paused its tariffs against the United States.&nbsp;</p>



<p>As announced on April 4 and April 9, China’s tariffs on imports from the United States go into effect.</p>



<ul><li>Sources<ul><li><a href="https://ec.europa.eu/commission/presscorner/detail/en/statement_25_1036">European Union Statement</a></li><li><a href="https://www.nytimes.com/2025/04/10/business/economy/china-tariffs-145-percent.html">The New York Times</a></li><li><a href="https://www.cnbc.com/2025/04/10/european-union-to-put-countermeasures-to-us-tariffs-on-hold-for-90-days.html">CNBC</a>&nbsp;</li></ul></li></ul>



<h5><strong>Friday, April 11&nbsp;</strong></h5>



<p>China increased tariffs on imports from the United States from 84% to 125%. China said the new tariff rate would go into effect on April 12.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://gss.mof.gov.cn/gzdt/zhengcefabu/202504/t20250411_3961823.htm">China - Government Document</a></li><li><a href="https://www.cbsnews.com/news/china-says-it-will-raise-tariffs-on-u-s-goods-to-125/">CBS</a></li></ul></li></ul>



<p>Industry impacts:</p>



<ul><li>Per a report in <a href="https://www.ctee.com.tw/news/20250409700072-439901">Commercial Times</a>, multiple OEMs paused laptop shipments to the United States. The reported companies included Dell, HP, and Lenovo. Mashable reached out to the three OEMs for comment; Mashable has not published a comment yet.&nbsp;<ul><li><a href="https://www.ctee.com.tw/news/20250409700072-439901">Commercial Times</a>, <a href="https://mashable.com/article/tariff-news-dell-hp-lenovo-halt-laptop-shipments">Mashable&nbsp;</a></li></ul></li></ul>



<h5><strong>Friday, April 11 - Saturday, April 12&nbsp;</strong></h5>



<p>On April 11, the US federal government published guidance stating that some electronics, including smartphones and computers, are exempted from the reciprocal tariffs. Media reported that the exemptions are intended to help U.S. technology companies like Apple.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://content.govdelivery.com/bulletins/gd/USDHSCBP-3db9e55?wgt_ref=USDHSCBP_WIDGET_2">U.S. Customs and Border Protection Document</a></li><li><a href="https://www.whitehouse.gov/presidential-actions/2025/04/clarification-of-exceptions-under-executive-order-14257-of-april-2-2025-as-amended/">Executive Order</a></li><li><a href="https://www.cnbc.com/2025/04/12/trump-exempts-phones-computers-chips-tariffs-apple-dell.html">CNBC</a></li></ul></li></ul>



<h5><strong>Sunday, April 13&nbsp;</strong></h5>



<p>President Trump said the United States will announce tariffs on semiconductors soon. An administration official <a href="https://www.axios.com/2025/04/13/trump-tariffs-exemption-electronics-temporary">clarified </a>that tariff exemptions for electronics are “temporary.”&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://truthsocial.com/@realDonaldTrump/posts/114332337028519855">Truth Social</a></li><li><a href="https://apnews.com/video/trump-asked-by-reporters-on-air-force-one-about-semiconductor-tariffs-palm-sunday-strike-in-ukraine-c4a8f3f2df9b4964b2058d87cc09a36b">Associated Press</a></li><li><a href="https://www.axios.com/2025/04/14/trump-chip-tariffs-china">Axios</a></li><li><a href="https://www.cnn.com/2025/04/13/business/tariffs-economy-trump-china/index.html">CNN</a></li><li><a href="https://www.usatoday.com/story/news/politics/2025/04/14/trump-tariffs-exemptions-auto-industry-why/83083800007/">USA Today</a>&nbsp;</li></ul></li></ul>



<h5><strong>Monday, April 14</strong></h5>



<p>In a meeting with reporters, President Trump said he may give tariff exemptions to automobile manufacturers.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://apnews.com/article/trump-tariffs-autos-economy-90eb2a7ac8a662a1fcb2079e56ad6112">Associated Press</a></li></ul></li></ul>



<p>Industry impacts:</p>



<ul><li>NVIDIA announced that it will begin building AI supercomputers within the United States: <a href="https://blogs.nvidia.com/blog/nvidia-manufacture-american-made-ai-supercomputers-us/">NVIDIA blog</a></li></ul>



<h5><strong>Tuesday, April 15</strong></h5>



<p>In a White House <a href="https://www.whitehouse.gov/fact-sheets/2025/04/fact-sheet-president-donald-j-trump-ensures-national-security-and-economic-resilience-through-section-232-actions-on-processed-critical-minerals-and-derivative-products/">fact sheet</a>, the administration said imports from China face tariffs of up to 245% on certain goods, including electric vehicles, when accounting for all previous tariffs.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://www.whitehouse.gov/fact-sheets/2025/04/fact-sheet-president-donald-j-trump-ensures-national-security-and-economic-resilience-through-section-232-actions-on-processed-critical-minerals-and-derivative-products/">White House Fact Sheet</a></li></ul></li></ul>



<h5><strong>Friday, April 18</strong></h5>



<p>The federal government announced fees for ships made in China destined for US ports. The fees could begin in October and increase over time.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://ustr.gov/sites/default/files/files/Press/Releases/2025/301%20Ships%20-%20Action%20FRN%204-17.pdf">Federal Register Notice</a></li><li><a href="https://www.msn.com/en-my/news/world/united-states-eases-port-fees-on-china-built-ships-after-industry-backlash/ar-AA1D903j">MSN (Reuters)</a></li></ul></li></ul>



<h5><strong>Sunday, April 20</strong></h5>



<p>The Chinese government warned countries about cooperating with the United States on trade at the expense of China’s interest. According to a translation via the <a href="https://www.bbc.com/news/articles/cx2708dl9n1o">BBC</a>, the Chinese Commerce Ministry said, “China firmly opposes any party reaching a deal at the expense of China's interests. If this happens, China will never accept it and will resolutely take countermeasures.”</p>



<ul><li>Sources<ul><li><a href="https://www.mofcom.gov.cn/syxwfb/art/2025/art_026871449807427085c6bfcf7f495c32.html">China - Government Document</a></li><li><a href="https://www.bbc.com/news/articles/cx2708dl9n1o">BBC</a></li><li><a href="https://www.cnbc.com/2025/04/21/china-to-retaliate-against-nations-that-work-with-us-to-isolate-beijing.html">CNBC</a></li></ul></li></ul>



<h5><strong>Tuesday, April 22</strong></h5>



<p>The US Department of Commerce “<a href="https://www.trade.gov/press-release/opa-us-department-commerce-announces-final-determinations-antidumping-and">determined</a> that imports of solar cells from Cambodia, Malaysia, Thailand, and Vietnam are being dumped into the U.S. market.” The Internal Trade Commission, a separate agency, will make the final decision on tariffs.&nbsp;</p>



<ul><li>Sources<ul><li><a href="https://www.trade.gov/press-release/opa-us-department-commerce-announces-final-determinations-antidumping-and">U.S. Press Release</a></li><li><a href="https://www.cnn.com/2025/04/22/business/us-tariffs-southeast-asia-solar-panels-intl/index.html">CNN</a></li></ul></li></ul>



<h4>Helpful Timelines</h4>



  
    
      
      

           <a href="https://www.patreon.com/gamersnexus"></a>Visit our <a href="https://www.patreon.com/gamersnexus">Patreon page</a> to contribute a few dollars toward this website's operation (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or buying something from our <a href="https://store.gamersnexus.net/">GN Store</a>!) Additionally, when you purchase through links to retailers on our site, we may earn a small affiliate commission.
      
    
  



<ul><li><a href="https://apnews.com/article/trump-tariffs-mexico-china-canada-trade-cfe1fa82a47f1bca21a82f4b504486c8">Associated Press</a></li><li><a href="https://www.theguardian.com/us-news/2025/apr/02/trumps-tariff-war-a-timeline-of-key-announcements-and-events">The Guardian</a></li><li><a href="https://www.nytimes.com/2025/03/13/business/economy/trump-tariff-timeline.html">New York Times</a></li><li><a href="https://www.piie.com/blogs/realtime-economics/2025/trumps-trade-war-timeline-20-date-guide">Peterson Institute for International Economics</a></li></ul>



<p>Please consider <a href="https://www.youtube.com/watch?v=1W_mSOS1Qts">watching our investigation</a> for more information.</p>



<hr class="wp-block-separator is-style-wide sep">


























      ]]></description>
  <pubDate>Wed, 23 Apr 2025 16:14:00 +0000</pubDate>
    <dc:creator>jimmy_thang</dc:creator>
    <guid isPermaLink="false">14079 at https://gamersnexus.net</guid>
    </item>
<item>
  <title>GN Mega Charts: CPU Benchmarks &amp; Comparison</title>
  <link>https://gamersnexus.net/megacharts/cpus</link>
  <description><![CDATA[GN Mega Charts: CPU Benchmarks &amp; Comparison<span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang about="https://gamersnexus.net/user/4" typeof="Person" property="schema:name" datatype>Lelldorianx</span></span>
<span class="field field--name-created field--type-created field--label-hidden">October 13, 2024
</span>




           




<p class="badge"></p>



  
    
      
      
    
  



<h2>CPU benchmarks &amp; comparisons across multiple generations for gaming and productivity tasks</h2>





<p class="h6 text-muted">The Highlights</p>



<ul class="list-group list-highlights"><li>This data has been collected from our CPU reviews and benchmarks</li><li>The data includes important caveats and disclosures relating to vetting processes for long-term support charts</li><li>You can more easily determine if your CPU is in the list with Ctrl+F. The table at the bottom lists all CPUs detailed in at least one chart.</li><li>This is a large, ongoing effort and will get updates at this URL permanently</li><li>Please consider supporting this effort on our store</li></ul>










<h4 class="has-light-gray-color has-text-color">Table of Contents</h4>



<ul class="list-group table-of-contents toc"><li>AutoTOC</li></ul>





  
    
      
      

           <a href="https://www.patreon.com/gamersnexus"></a>Visit our <a href="https://www.patreon.com/gamersnexus">Patreon page</a> to contribute a few dollars toward this website's operation (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or buying something from our <a href="https://store.gamersnexus.net/">GN Store</a>!) Additionally, when you purchase through links to retailers on our site, we may earn a small affiliate commission.
      
    
  



<h3 id="intro">Intro</h3>



<p>This article is an entry in our GN Mega Charts series. All Mega Charts are listed on the Features page, including these:</p>



<ul><li><a href="https://gamersnexus.net/megacharts/cpu-power">CPU Power Consumption &amp; Efficiency Mega Charts</a></li><li><a href="https://gamersnexus.net/megacharts/cpu-coolers">CPU Cooler Mega Charts</a></li></ul>



<p>This section contains disclaimers, limitations of the process, and disclosures relating to data quality control. We think that this is all important for your understanding of how this page works and so that you can adjust your own expectations and potential reliance on the data to calibrate with the two groups (“Active” and “LTS”); however, if you’d like to just jump straight to the charts and ignore all of that, you may bypass the wall of text and auto-scroll down <a href="#Long-Term-Support-CPU-Charts" data-type="internal" data-id="#Long-Term-Support-CPU-Charts">with this link</a>.</p>



<p>This article contains our ‘Mega Charts’ for CPU performance benchmarks, including our production tests (commonly referred to as “creation” benchmarks) and gaming tests. Our power testing can be found on the above-linked page and is isolated, as it tends to be more static.</p>



<p>This page will be regularly updated with the latest of our CPU benchmark performance numbers. It will consist of two types of charts: Long-Term Support (“LTS”) and Active. The long-term support charts have several special caveats, but are intended to be available to help people better determine upgrade paths. The LTS charts are more likely to contain older CPU results.</p>



<p>The page also includes links to CPU reviews and comparisons, such as historical AMD vs. Intel benchmarks. It will be updated on a slower cadence from our latest reviews (so you should always defer to those for the most recent numbers), but will be updated a few times a year with larger charts than are found in our reviews. This is for a few reasons, but one is that we shorten review charts due to video height limitations (16:9 aspect ratio). The other is that it’s just too crowded for the regular updates.</p>



<p>This page is intended to be used long-term for our Mega Charts. You can bookmark this page, as our future updates for CPU Mega Charts will land at this same URL. The update log will be posted at the bottom of the page so that you always know the latest data set. It will be updated a couple times a year, with more frequency updates in the CPU reviews themselves.</p>



<hr class="wp-block-separator alignfull is-style-wide">





<h4 class="has-text-align-center">Credits</h4>



<hr class="wp-block-separator alignfull is-style-wide">



<h5 class="has-text-align-center">Test Lead, Host, Writing</h5>



<p class="has-text-align-center h6">Steve Burke</p>



<h5 class="has-text-align-center">Testing</h5>



<p class="has-text-align-center h6">Patrick Lathan<br>Mike Gaglione</p>



<hr class="wp-block-separator alignfull is-style-wide">









<h3 id="How-to-Use-This"><strong>How to Use This</strong></h3>



<p>Even as data ages, it is often still relevant for comparison -- particularly for older CPUs which mostly stop receiving performance-affecting changes, such as microcode updates or Windows patches. We are constantly re-running our CPU tests to keep data fresh, but unfortunately, this refresh cycle means that it is difficult to stack more CPUs on the charts before some sort of major change comes in. For example, major Windows updates necessitate full re-tests for reviews, but may not be as important for someone who just wants to see their older CPU represented for a “good enough” gauge of where things fall.</p>



<p>That’s why we split these into the LTS (Long-Term Support) and Active charts. It allows us to maintain one older dataset that has more CPUs represented, at the cost of reduced insights gained from our most modern test methods. Active gives you that for more of a modern head-to-head. It’s the difference between precision (Active) and quantity of CPUs (LTS). This is the best balance that a small team can produce, especially since we provide this website completely ad-free (you can support us <a href="https://www.patreon.com/gamersnexus">on Patreon</a> or by buying something useful for your PC builds on <a href="https://store.gamersnexus.net/">our store</a>).</p>



<h3>Current Best CPUs (Generalized Recommendations)</h3>



<p>The below is a simple list of CPUs that, at the time of writing (dated in the columns below), we think make sense <strong>or </strong>would make sense with caveats noted.</p>



<p>Pay careful attention to the second column. We may only recommend some parts under certain pricing conditions. <strong>Generally speaking, we do not recommend buying CPUs above MSRP. </strong>They come down pretty regularly, especially with launch cycles. For instance, when we first posted this, the 7800X3D was about $250 overpriced. It's still on the list so that people are aware of it, but we advise waiting for it to approach that MSRP marker or to be replaced with the pending 9000X3D parts.</p>



<p>For a <strong>better and more thorough list of Best CPUs</strong>, please check our <a href="https://gamersnexus.net/cpus/best-cpus-2023-intel-vs-amd-gaming-video-editing-budget-biggest-disappointment">Best CPUs of 2023 article</a>. We will update for 2024 also.</p>



<table><tbody><tr><td>CPU</td><td>Reason for Recommendation</td><td>Release Date</td><td>Platform</td><td>Date of Recommendation</td><td>GN Original Review*</td></tr><tr><td><a href="https://howl.me/cnitls7dPGN" target="_blank" rel="noreferrer noopener">AMD R7 7800X3D</a></td><td>The original launch price was $450. We don't recommend buying much above that. Depending on price (fluctuates), this is the best gaming part at the time of writing. It is sometimes the best value gaming part. At the time of writing, value is terrible -- it lands on this list only with the note that you should wait and see. Also, 9000X3D may be around the corner.</td><td>2023</td><td>AM5</td><td>October 13, 2024</td><td><a href="https://www.youtube.com/watch?v=B31PwSpClk8" target="_blank" rel="noreferrer noopener">R7 7800X3D Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-Ryzen-5700X3D-16-Thread-Processor/dp/B0CQ4H4H7X?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD R7 5700X3D</a></td><td>This is often the best-value drop-in upgrade for AM4 platforms to give a major gaming performance boost without a totally new system. The 5800X3D would be best, but runs higher price.</td><td>2024</td><td>AM4</td><td>October 13, 2024</td><td><a href="https://gamersnexus.net/cpus/new-amd-ryzen-7-5700x3d-cpu-review-benchmarks-vs-5800x3d-more" target="_blank" rel="noreferrer noopener">R7 5700X3D Review</a></td></tr><tr><td><a href="https://howl.me/cnitnM0t9bV" target="_blank" rel="noreferrer noopener">Intel i9-12900K</a></td><td>At the time of writing this, the CPU has a $100 discount code that lands it at $260, which is very good value. The usual listing price is $360 at time of writing, but you'd be buying into an abandoned platform.</td><td>2021</td><td>LGA 1700</td><td>October 13, 2024</td><td><a href="https://www.youtube.com/watch?v=fhI9tLOg-6I" target="_blank" rel="noreferrer noopener">12900K Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-RyzenTM-ThreadripperTM-7980X-128-Thread/dp/B0CK2R6DVS?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Threadripper 7980X</a></td><td>For extremely core-intensive tasks that could benefit from the increased capabilities of an HEDT platform (more RAM, more cores), the 7980X remains overall unbeatable. You can check our review for more details.</td><td>2023</td><td>TRX50</td><td>October 13, 2024</td><td><a href="https://www.youtube.com/watch?v=yDEUOoWTzGw" target="_blank" rel="noreferrer noopener">TR 7980X Review</a></td></tr><tr><td><a href="https://howl.me/cnitoCeX2jy" target="_blank" rel="noreferrer noopener">Intel i3-12100F</a></td><td>Alder Lake has been a time-tested architecture without major concerns. The 12100F is frequently one of the cheapest new CPUs (if not buying used) that can still play most games well. It has severe limits in some games. This is not particularly strong, but is affordable and often acceptable as a compromise.</td><td>2022</td><td>LGA 1700</td><td>October 13, 2024</td><td><a href="https://www.youtube.com/watch?v=xBDFCoGhZ4g" target="_blank" rel="noreferrer noopener">12100F Review</a></td></tr><tr><td>Notes</td><td>We are posting this just ahead of Arrow Lake, so we may add some Intel recommendations to this list. Check back in a few weeks to a month to see if this has changed. The older Intel stuff is on here for its price benefit, but with the proximity of Arrow Lake, we'd generally advise waiting a few weeks rather than committing to a dead platform with the more expensive CPUs (such as 14th Series)</td><td></td><td></td><td></td><td></td></tr></tbody></table>



<h4 id="cpu-missing"><strong>Is Your CPU Missing From This Data? Here’s What to Do</strong></h4>



<p>We frequently receive questions from people asking where their particular CPU would land on a chart. There are thousands of CPUs that could be tested, so we obviously don’t have all of those listed. The best bet is to approximate the positioning by just thinking through the data that is present and using deductive reasoning. Newer builders may not realize that it is often this simple, so we’ll outline some concepts so that you can at least get a rough idea of where your part might fall. You can apply this to any reviewer’s charts. And of course, if we’re missing a part, there are plenty of qualified reviewers out there who may have something we’re missing (and we likewise try to cover what they miss) -- that’s the value of multiple qualified reviewers.</p>



<h5>CPU Performance Interpolation/Deductive Reasoning Examples</h5>



<p>Example 1: The Ryzen 5 1600AF is not present on the charts.</p>



<p>Solution: The Ryzen 5 1600AF is functionally an R5 2600, just at slightly different clocks. Looking up original reviews would get you this information, which you can then apply to modern charts. Looking at the R5 2600 in a chart is close enough to the R5 1600AF that you could base your decisions off of that part.</p>



<p>Example 2: The Ryzen 5 2600 is also missing from the charts.</p>



<p>Solution: Pull up a few old/original reviews of the R5 2600 and identify parts that are nearby or adjacent in performance. Look at a few charts, as some games can differ. Once you have found the most commonly comparable part, you can use that as a rough gauge on charts.</p>



<p>Example 3: The i7-10700K is missing from the charts.</p>



<p>Solution: If the i5-10600K and i9-10900K are present, it’s reasonable to assume that the 10700K is between them. Although this can have a relatively wide range, the reality is that, especially upgrading from something older, it won’t matter enough to hurt decision making on new processor purchases (since anything will be a huge upgrade).</p>



<p>Example 4: The Sandy Bridge i7-2600K is present, but not the i7-2700K</p>



<p>Solution: In situations such as these, where the part is basically just a slight change (example: 2700X vs. 2700, 2600X vs. 2600, 7700X vs 7700), you can just look at the one that is present and assume close enough performance to compare. This is again where it’s important to keep perspective: If the goal is to upgrade, being 2-5% off on the estimate isn’t going to meaningfully impact decisions if the alternative is no good modern data as reviewers move on.</p>



<p>As a last-ditch solution: You can look at games or benchmarks which are least likely suspected to have had major patches, such as GTA V, and calculate the percent difference between the target part and mutually present part on both an older chart and the new one. Then apply this to the modern chart to approximate or interpolate the rank. For example, if you pull up a chart from two years ago with the 8700K and 12700K on it and calculate the difference (typically, (new - old) / old), you can then apply that on the same game chart from modern times. <strong>This is the least perfect method </strong>because newer games may have architecturally evolved and may not be linear and older games get patches. You’d frankly be better off finding it somewhere else on the internet, but if you really can’t, this is a method that helps get at least something to work with.</p>



<h3 id="disclaimer"><strong>DISCLAIMER: Data Accuracy Standards &amp; Reduced Vetting Practices</strong></h3>



<p>For standalone reviews that receive full video treatment, we run through a quality control process that is intensive and often takes several days to complete. These are time-intensive, cost-intensive, and critical to the accuracy of our mainline reviews. We would never skip steps for the fully produced reviews.</p>



<p>But we want to publish more of the data we collect outside of the reviews process because it’d help people with purchasing decisions. We have been resistant to publishing the extra data because the ‘extra’ data doesn’t go through the same validation processes. It’s still useful and rarely has issues; however, our QC standards are high and we are careful with what we release. Anything we’re uncertain of or haven’t vetted fully is withheld until it clears those bars.&nbsp;</p>



<p>But a lot of people would benefit from knowing where an AMD R7 1700 lands today, and <a href="https://www.youtube.com/watch?v=RHw67eaT32U">outside of full revisits</a>, we don’t have a good avenue to release data that is useful, likely up to our usual standards, but just not quadruple-checked. That’s what the Long-Term Support (LTS) charts are for.&nbsp;</p>



<p>We’ve decided to release the extra data to try and cast a wide net to help people upgrading from older or more obscure parts, but are doing so with the upfront disclosure that the difference between the Active charts and the LTS charts is the validation process. In other words, data which exists on LTS charts but not Active charts should be understood by the audience as more likely to have some sort of data confidence issue or possible deviation from expected results. It is still <strong>unlikely</strong>, but <strong>more likely than Active </strong>charts. With that transparency and understanding, here’s the difference in our processes:</p>



<h4 id="Active-Chart-Vetting-Process"><strong>Active Chart Vetting Process</strong></h4>



<p>One of our biggest hangups for publishing a full list of our “Mega Charts” for CPUs has been that we simply cannot sustain the intensive QC process for a secondary dataset that contains CPUs that haven’t been published on the channel recently. We often still collect data for older CPUs, but may not publish it for time reasons (meaning that it was collected for internal review, but not fully vetted for publication).&nbsp;</p>



<p>Here’s the full process, with some specialty confidential steps removed:</p>



<ul><li>The Test Lead for the tests (typically Steve) establishes a strict SOP for the test suite to ensure data consistency. The Test Lead also determines which software is tested, performs benchmark analysis for standard deviation and consistency, and determines the testing methodology</li><li>The Test Lead (typically Steve) establishes a Test Matrix containing all CPUs to be tested, which tests they get, and data exporting practices</li><li>The Subject Matter Expert (Patrick) builds software in collaboration with Steve for the test suite and builds the operating system configurations, establishing a “pre-flight checklist” for testing</li><li>The Technician who runs the tests (primarily Mike, with assistance from Patrick and Steve and occasionally Jeremy) will check the results for correct resolution, correct settings, captures that prove the test completed correctly, image quality, and general errors. The technician performs re-runs as needed</li><li>The Subject Matter Expert performs a secondary quality control pass on data. Any data which looks suspect of a bad pass, which requires manual filtering &amp; removal prior to retests, will be deleted and flagged for the technician to rerun</li><li>The Technician performs re-tests and then re-evaluates the results</li><li>The Subject Matter Expert reviews them again. They are typically resolved at this stage and occasionally rejected entirely to move forward</li><li>A Writer &amp; Technician (typically Jeremy) performs a full pass on CPU export names, the hierarchical stack of the data and whether the hierarchy makes sense, and identifies potential areas where additional data may be necessary to confidently come to conclusions, then passes it to Steve. If Steve authorizes any of the re-evaluations from the Writer &amp; Technician, they go back to the lab again for testing.</li><li>Steve performs final intensive review, including running a variety of formulae for data consistency and evaluating results against archival results for consistency of scaling</li><li>The Writer &amp; Technician double-checks the finals. Any disagreement with what Steve passed is voiced and revisited. Once both are in agreement that it makes sense (or the suspect data is removed until validated), the data is sent to publication</li><li>The video editor, who is often technical enough to identify obvious oversights, performs a ‘passive’ QC while editing and flags any issues. If any are found, they go through Steve for review, analysis, and either sign-off as accurate or correction</li></ul>



<p>You’ll notice that a big part of the process is passing the results through multiple team members -- typically 4-5 people look at it before publishing. This is <strong>slow</strong>, but important.&nbsp;</p>



<h4 id="Long-Term-Support-Chart-Vetting-Process"><strong>Long-Term Support Chart Vetting Process</strong></h4>



<p>The Long-Term Support charts will contain data which is not in reviews, but was used as internal gauges for where parts should sensically land. As a result, this is the process it has followed since it has not previously been published:</p>



<ul><li>(Same) The Team Lead for the tests (typically Steve) establishes a strict SOP for the test suite to ensure data consistency. The Team Lead also determines which software is tested, performs benchmark analysis for standard deviation and consistency, and determines the testing methodology</li><li>(Same) The Team Lead (typically Steve) establishes a Test Matrix containing all CPUs to be tested, which tests they get, and data exporting practices</li><li>(Same) The Subject Matter Expert (Patrick) builds software in collaboration with Steve for the test suite and builds the operating system configurations, establishing a “pre-flight checklist” for testing</li><li>(Same) The Technician who runs the tests (primarily Mike, with assistance from Patrick and Steve and occasionally Jeremy) will check the results for correct resolution, correct settings, captures that prove the test completed correctly, image quality, and general errors. The technician performs re-runs as needed</li><li>(Removed) The Subject Matter Expert performs a secondary quality control pass on data. Any data which looks suspect of a bad pass, which requires manual filtering &amp; removal prior to retests, will be deleted and flagged for the technician to rerun</li><li>(Removed) The Technician performs re-tests and then re-evaluates the results</li><li>(Removed) The Subject Matter Expert reviews them again. They are typically resolved at this stage and occasionally rejected entirely to move forward</li><li>(Removed) A Writer &amp; Technician (typically Jeremy) performs a full pass on CPU export names, the hierarchical stack of the data and whether the hierarchy makes sense, and identifies potential areas where additional data may be necessary to confidently come to conclusions, then passes it to Steve</li><li>(Removed) Steve performs final intensive review, including running a variety of formulae for data consistency and evaluating results against archival results for consistency of scaling</li><li>(Removed) The Writer &amp; Technician double-checks the finals. Any disagreement with what Steve passed is voiced and revisited. Once both are in agreement that it makes sense (or the suspect data is removed until validated), the data is sent to publication</li><li>(Removed) The video editor, who is often technical enough to identify obvious oversights, performs a ‘passive’ QC while editing and flags any issues. If any are found, they go through Steve for review, analysis, and either sign-off as accurate or correction</li><li>(New) Steve performs final quick review, including ad-hoc comparisons between CPUs from which we have a known relative % scaling, to rapidly vet additional information. Data with low confidence is removed rather than investigated. Not every single data point is inspected, unlike reviews</li></ul>



<p>This allows the team to continue work on important next reviews without forcing us to skip more important upcoming projects, but still allows us to get helpful data out. You’ll notice that this approach cuts at least 2 potential internal reviewers from the process, including reducing the amount of times the SME looks over the data, and reduces the review of every single data point down to ad-hoc glances to see if anything “jumps out” as obviously bad.</p>



<p>If you see anything that looks out of order, you are welcome to email us at team at gamersnexus dot net.</p>



<p>We are hopeful that this will allow us to publish more data to help people make upgrade decisions, with a middle-ground understanding going into it as to the limitations of the process.</p>



<p>With all the helpful information on how to use these charts and the disclosures out of the way, let’s continue to the data set.</p>



<h3 id="Long-Term-Support-CPU-Charts"><strong>Long-Term Support CPU Charts (1H24)</strong></h3>



<p><strong>LTS DATA SET: </strong>Zen 5 Review Cycle (pre-Arrow Lake)</p>



  
    
      
      

           <a href="https://store.gamersnexus.net/products/large-modmat-gn15-anniversary"></a>Grab a <a rel="noreferrer noopener" href="https://store.gamersnexus.net/products/large-modmat-gn15-anniversary" target="_blank">GN15 Large Anti-Static Modmat</a> to celebrate our 15th Anniversary and for a high-quality PC building work surface. The Modmat features useful PC building diagrams and is anti-static conductive. Purchases directly fund our work! (or consider a <a rel="noreferrer noopener" href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518" target="_blank">direct donation</a> or a <a rel="noreferrer noopener" href="https://www.patreon.com/gamersnexus" target="_blank">Patreon contribution</a>!)
      
    
  



<p>The below CPU charts are those found from our long-term support list. These will be updated only a few times a year, but contain the most data for some of the older CPUs.</p>



<h4 id="LTS-Production-Benchmarks"><strong>Production Benchmarks</strong></h4>



<p>This section contains the “production” benchmarks for workstation, creation, and development applications.</p>



<h5><strong>Blender 3D Rendering on the CPU</strong></h5>







<p>The above chart ranks CPU 3D rendering performance in Blender by best to worst (faster, or lower time, is better). This should help you identify the best CPUs for rendering in 2024; however, GPUs are heavily relied upon and would be a separate benchmark.</p>



<h5><strong>7-Zip File Compression &amp; Decompression Benchmarks</strong></h5>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>The above charts contain our tests for 7-Zip file compression and decompression. If you frequently work with compressing and decompressing data, such as for large file transfers in compressed formats or for certain game loading tasks, these will give an idea for performance.</p>



<h5><strong>Adobe Premiere Video Editing &amp; Rendering CPU Benchmarks</strong></h5>







<p>This chart uses the Puget Suite to benchmark Adobe Premiere for video editing and rendering tasks, focusing on CPU performance. Adobe Premiere cares both about the CPU and the GPU, and relies upon a strong combination (rather than biasing toward one component, like 3D rendering might do) for reduced scrubbing or playback ‘lag’ and improved rendering and encode performance.</p>



<h5><strong>Adobe Photoshop CPU Benchmarks &amp; Comparison</strong></h5>







<p>This chart is for Adobe Photoshop and compares some of the best CPUs currently out for Photoshop. Testing is done with the Puget Suite and includes warps, transforms, scales, filters, and file manipulation.</p>



<h5><strong>Chromium Code Compile CPU Benchmarks</strong></h5>







<p>This chart looks at a Chromium code compile. It’s a CPU benchmark for programmers and developers, with the caveat that (like any of these tests), we can’t realistically represent all compile scenarios. Because we try to represent a wide range of possible use cases, we don’t cater too much to any one specialty. This should give you an idea for at least how this specific compile behaves. If your workloads resemble this, you may be able to assume some level of linearity.</p>



  
    
      
      

           <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4"></a>Buy a GN 4-Pack of <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">PC-themed 3D Coasters</a>! These high-quality, durable, flexible coasters ship in a pack of 4, each with a fully custom design made by GN's team. You'll get a motherboard-themed coaster with debug display &amp; reset buttons, a SATA SSD with to-scale connectors, RAM sticks, and a GN logo. These fund our web work! <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">Buy here</a>.
      
    
  



<h4 id="LTS-Gaming-CPU-Benchmarks-&amp;-Best-CPUs"><strong>Gaming CPU Benchmarks &amp; Best CPUs</strong></h4>



<p>Even if your specific game isn’t represented here, the best way to use our charts for determining CPU differences is to look at the relative ranking across a number of games. Our intent with this approach is that you can determine the best-value upgrade (our reviews are very value-oriented) by comparing the typical or average gap between two parts.</p>



<p>In most scenarios, the CPUs will scale similarly from game-to-game, barring any unique behaviors of a particular game. If CPU A is better value in Game A, B, and C, it is very likely also better value in Game D (though not always).&nbsp;</p>



<p>For individual per-game benchmarks, we’d recommend our <a href="https://gamersnexus.net/cat/game-benchmarks-graphics-guides">Game Benchmarks section</a> that deep-dives on new releases whenever we get a chance.</p>



<h5><strong>Dragon’s Dogma 2 CPU Benchmarks</strong></h5>







<p>This is for Dragon’s Dogma 2, which is one of the newest games in our CPU test suite. Dragon’s Dogma 2 is still getting regular updates, so the CPUs shown on this chart were all run on the same game version. The game remains CPU-heavy in the cities with dense NPC populations, which is where we test. We published a separate deep-dive benchmark of <a href="https://gamersnexus.net/game-benchmarks-graphics-guides/dragons-dogma-2-mess-gpu-cpu-benchmarks-bottlenecks-crashes">Dragon's Dogma 2 here</a>.</p>



<h5><strong>Stellaris Simulation Time CPU Comparison</strong></h5>







<p>This chart evaluates simulation time in Stellaris using a late game save file. The number is represented in time, with lower being better. Faster simulation (shorter time required) is noticeable in 4X or Grand Campaign / Grand Strategy games where AI turn processing requires significant CPU effort.&nbsp;</p>



<h5><strong>Baldur’s Gate 3 CPU Benchmarks</strong></h5>







<p>Baldur’s Gate 3 is tested at 1080p/Medium in the above chart, which allows us to see CPU scaling all the way up to the top of the stack for the best gaming CPUs.</p>



<p>We test in Act III in the city itself, near a market with a lot of NPCs.</p>



<h5><strong>F1 2024 1080p &amp; 1440p CPU Benchmarks</strong></h5>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>This chart gallery is for F1 24 and includes both 1080p and 1440p results. Typically, in scenarios which remain primarily CPU-bound, we see roughly the same hierarchical lineup across both resolutions. The top of the chart truncates maximum FPS, which means that CPUs which occasionally bounce off of the GPU bottleneck will be less reliable to differentiate from one another (as they are externally bound).</p>



<h5><strong>FFXIV: Dawntrail CPU Benchmarks (1080p &amp; 1440p)</strong></h5>











<p>This set of 1080p &amp; 1440p charts is for Final Fantasy XIV: Dawntrail, tested at Maximum quality settings.</p>



<h5><strong>Rainbow Six Siege CPU Benchmarks</strong></h5>







<p>Rainbow Six Siege is a problematic benchmark as it updates frequently, causing entire wipes of our dataset. This is a list of results that were all run on the same game version. Unfortunately, we don’t have as much data for it as a result of the regular wipeout.</p>



<h5><strong>Starfield CPU Comparison</strong></h5>







<p>This chart is for Bethesda’s Starfield at 1080p/Low. Despite the game’s memeable launch, it remains a useful benchmark for CPU performance comparisons.</p>



<h5><strong>Total War: Warhammer III CPU Benchmarks</strong></h5>







<p>This gives us a look at a Grand Strategy / Grand Campaign Total War game, which tend to be CPU heavy. We’re using a battle for the benchmark.</p>



<h3 id="Active-CPU-Benchmark-Charts"><strong>Active CPU Benchmark Charts</strong></h3>



<p><strong>ACTIVE DATA SET: </strong><a href="https://gamersnexus.net/cpus/amd-ryzen-9-9900x-cpu-review-benchmarks-vs-14700k-7900x-9950x-more">AMD R9 9900X CPU Review</a></p>



  
    
      
      

           <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses"></a>Our <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses">fully custom 3D Emblem Glasses</a> celebrate our 15th Anniversary! We hand-assemble these on the East Coast in the US with a metal badge, strong adhesive, and high-quality pint glass. They pair excellently with our <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">3D 'Debug' Drink Coasters</a>. Purchases keep us <strong>ad-free </strong>and directly support our consumer-focused reviews!
      
    
  



<p>The below list of charts is our most heavily-vetted, most recently-published data set. Due to maintenance overhead and our focus on new content, we won’t updated it after every single review, but we will update this upload after major review cycles are fully complete. For example, if both AMD and Intel are launching CPUs across a 2-3 month spread, we’ll update this list at the end when we can breathe again.</p>



<p>These will lack some of the data found on the LTS charts; however, they may contain more recent data (such as newer CPUs).</p>



<p>There may be discrepancies between the LTS and Active charts. They are not necessarily comparable, and often are not. This is for reasons such as Windows version differences, game updates, and test platform changes.</p>



<h4 id="Active-Charts-Production"><strong>Active Charts: Production</strong></h4>



<p>Rather than individually break them out into headings like above, we’ll just dump all the production charts below:</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<h4 id="Active-Charts-Gaming-Benchmarks"><strong>Active Charts: Gaming Benchmarks</strong></h4>



<p>And the same for gaming. You can find each game at the top of the chart:</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<h3 id="CPUs-Present-on-These-Charts"><strong>CPUs Present on These Charts &amp; Their Reviews</strong></h3>



<p>This table includes a simplified list of all CPUs on these charts, including links to the original GN reviews where present. Be advised that CPUs often have several follow-up pieces of content in rapid succession as the landscape changes. To keep things simple, we’ll just link the original reviews. You can still find the follow-ups on <a href="https://www.youtube.com/gamersnexus">the channel</a>.</p>



<table class="has-fixed-layout"><tbody><tr><td>CPU</td><td>Architecture</td><td>Release Date</td><td>GN Original Review*</td></tr><tr><td><a href="https://www.amazon.com/AMD-Ryzen-7800X3D-16-Thread-Processor/dp/B0BTZB7F88?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 7800X3D</a></td><td>Zen 4</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=B31PwSpClk8" target="_blank" rel="noreferrer noopener">AMD R7 7800X3D CPU Review</a></td></tr><tr><td><a href="https://howl.me/cnigRDH3tLM" target="_blank" rel="noreferrer noopener">AMD Ryzen 9 9950X</a></td><td>Zen 5</td><td>2024</td><td><a href="https://gamersnexus.net/cpus/amd-ryzen-9-9950x-cpu-review-benchmarks-vs-7950x-9700x-14900k-more" target="_blank" rel="noreferrer noopener">AMD R9 9950X CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-RyzenTM-9900X-24-Thread-Processor/dp/B0D6NN87T8?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 9 9900X</a></td><td>Zen 5</td><td>2024</td><td><a href="https://gamersnexus.net/cpus/amd-ryzen-9-9900x-cpu-review-benchmarks-vs-14700k-7900x-9950x-more" target="_blank" rel="noreferrer noopener">AMD R9 9900X CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-9700X-16-Thread-Unlocked-Processor/dp/B0D6NMDNNX?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 9700X</a></td><td>Zen 5</td><td>2024</td><td><a href="https://gamersnexus.net/cpus/wasted-opportunity-amd-ryzen-7-9700x-cpu-review-benchmarks-vs-7800x3d-7700x-more" target="_blank" rel="noreferrer noopener">AMD R7 9700X CPU Review</a></td></tr><tr><td><a href="https://howl.me/cnigSDYLYJl" target="_blank" rel="noreferrer noopener">AMD Ryzen 5 9600X</a></td><td>Zen 5</td><td>2024</td><td>N/A</td></tr><tr><td><a href="https://www.amazon.com/i9-14900K-Desktop-Processor-Integrated-Graphics/dp/B0CGJDKLB8?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Intel i9-14900K</a></td><td>Raptor Lake Refresh</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=2MvvCr-thM8" target="_blank" rel="noreferrer noopener">Intel i9-14900K CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck61fBceUft" target="_blank" rel="noreferrer noopener">Intel i7-14700K</a></td><td>Raptor Lake Refresh</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=8KKE-7BzB_M" target="_blank" rel="noreferrer noopener">Intel i7-14700K CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck61eKKJstn" target="_blank" rel="noreferrer noopener">Intel i5-14600K</a></td><td>Raptor Lake Refresh</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=4XscfA1dT60" target="_blank" rel="noreferrer noopener">Intel i5-14600K CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-7900-24-Thread-Unlocked-Processor/dp/B0BMQK718H?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 9 7900</a></td><td>Zen 4</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=VtVowYykviM" target="_blank" rel="noreferrer noopener">AMD R9 7900 CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck61aTh27Nd" target="_blank" rel="noreferrer noopener">AMD Ryzen 5 7600</a></td><td>Zen 4</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=i2XeFkhR3nA" target="_blank" rel="noreferrer noopener">AMD R5 7600 CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck61bn7XqVU" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 7700</a></td><td>Zen 4</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=qGAwgGxJLHI" target="_blank" rel="noreferrer noopener">AMD R7 7700 CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-7600X-12-Thread-Unlocked-Processor/dp/B0BBJDS62N?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 5 7600X</a></td><td>Zen 4</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=JM-twyjfYIw" target="_blank" rel="noreferrer noopener">AMD R5 7600X CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck61b6Smv5g" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 7700X</a></td><td>Zen 4</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=LJeEd7_Cv90" target="_blank" rel="noreferrer noopener">AMD R7 7700X CPU Review &amp; Benchmarks</a></td></tr><tr><td><a href="https://howl.me/ck61cD9JkoR" target="_blank" rel="noreferrer noopener">AMD Ryzen 9 7900X</a></td><td>Zen 4</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=s04TOQkzv3c" target="_blank" rel="noreferrer noopener">AMD R9 7900X CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck61dpg87w5" target="_blank" rel="noreferrer noopener">AMD Ryzen 9 7950X</a></td><td>Zen 4</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=nRaJXZMOMPU" target="_blank" rel="noreferrer noopener">AMD R9 7950X CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-Ryzen-7950X3D-Hexadeca-core-Processor/dp/B0BTRH9MNS?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 9 7950X3D</a></td><td>Zen 4</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=9gCzXdLmjPY" target="_blank" rel="noreferrer noopener">R9 7950X3D CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/Intel-i5-13600K-Desktop-Processor-P-cores/dp/B0BCDR9M33?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Intel i5-13600K</a></td><td>Raptor Lake</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=todoXi1Y-PI" target="_blank" rel="noreferrer noopener">Intel i5-13600K CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/Intel-i7-13700K-Desktop-Processor-P-cores/dp/B0BCF57FL5?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Intel i7-13700K</a></td><td>Raptor Lake</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=-KbNz8966-I" target="_blank" rel="noreferrer noopener">Intel i7-13700K CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/Intel-i9-13900K-Desktop-Processor-P-cores/dp/B0BCF54SR1?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Intel i9-13900K</a></td><td>Raptor Lake</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=yWw6q6fRnnI" target="_blank" rel="noreferrer noopener">Intel i9-13900K CPU Benchmarks</a></td></tr><tr><td>Intel Pentium G7400</td><td>Alder Lake</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=4nqDu0Jpoek" target="_blank" rel="noreferrer noopener">Intel Pentium G7400 Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-5600-12-Thread-Unlocked-Processor/dp/B09VCHR1VH?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 5 5600</a></td><td>Zen 3 Vermeer</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=ifI9nnmW5sg" target="_blank" rel="noreferrer noopener">AMD R5 5600 Review</a></td></tr><tr><td>AMD Ryzen 5 5600X</td><td>Zen 3 Vermeer</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=01EhbmJAW-k" target="_blank" rel="noreferrer noopener">AMD R5 5600X Review</a></td></tr><tr><td>AMD Ryzen 5 5600X3D</td><td>Zen 3 Vermeer</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=-NW8TU80fP4" target="_blank" rel="noreferrer noopener">AMD R5 5600X3D CPU Review</a></td></tr><tr><td>AMD Ryzen 9 5950X</td><td>Zen 3 Vermeer</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=72AHENDeTEI" target="_blank" rel="noreferrer noopener">AMD R9 5950X Review</a></td></tr><tr><td>AMD Ryzen 9 5900X</td><td>Zen 3 Vermeer</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=utWSSlyabjc" target="_blank" rel="noreferrer noopener">AMD R9 5900X Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-5700X-16-Thread-Unlocked-Processor/dp/B09VCHQHZ6?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 5700X</a></td><td>Zen 3 Vermeer</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=Kr5V1lgctYw" target="_blank" rel="noreferrer noopener">AMD R7 5700X CPU Review</a></td></tr><tr><td><a href="https://howl.me/cnigQr2M1c7" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 5700X3D</a></td><td>Zen 3 Vermeer</td><td>2024</td><td><a href="https://gamersnexus.net/cpus/new-amd-ryzen-7-5700x3d-cpu-review-benchmarks-vs-5800x3d-more" target="_blank" rel="noreferrer noopener">AMD R7 5700X3D CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-Ryzen-5800X-16-Thread-Processor/dp/B0815XFSGK?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 5800X</a></td><td>Zen 3 Vermeer</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=6x2BYNimNOU" target="_blank" rel="noreferrer noopener">AMD R7 5800X CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck614GW2lyE" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 5800X3D</a></td><td>Zen 3 Vermeer</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=hBFNoKUHjcg" target="_blank" rel="noreferrer noopener">AMD R7 5800X3D CPU Benchmarks</a></td></tr><tr><td>Intel i3-12100F</td><td>Alder Lake</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=xBDFCoGhZ4g" target="_blank" rel="noreferrer noopener">Intel i3-12100F CPU Benchmarks</a></td></tr><tr><td><a href="https://www.amazon.com/Intel-i5-12400-Desktop-Processor-Cache/dp/B09NMPD8V2?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Intel i5-12400</a></td><td>Alder Lake</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=_P_AGv-DJbU" target="_blank" rel="noreferrer noopener">Intel i5-12400 CPU Benchmarks</a></td></tr><tr><td><a href="https://howl.me/ck617KSMRjI" target="_blank" rel="noreferrer noopener">Intel i5-12600K</a></td><td>Alder Lake</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=OkHMh8sUSuM" target="_blank" rel="noreferrer noopener">Intel i5-12600K CPU Benchmark</a></td></tr><tr><td><a href="https://howl.me/ck619Ide8kP" target="_blank" rel="noreferrer noopener">Intel i9-12900K</a></td><td>Alder Lake</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=fhI9tLOg-6I" target="_blank" rel="noreferrer noopener">Intel i9-12900K Review</a></td></tr><tr><td>AMD Ryzen 5 3600</td><td>Zen 2 Matisse</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=7AbNeht4tAE" target="_blank" rel="noreferrer noopener">AMD R5 3600 CPU Review</a></td></tr><tr><td>AMD Ryzen 7 3700X</td><td>Zen 2 Matisse</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=0GjSiLbCtHU" target="_blank" rel="noreferrer noopener">AMD R7 3700X CPU Review</a></td></tr><tr><td>AMD Ryzen 9 3900X</td><td>Zen 2 Matisse</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=yqQ2X1y0jvw" target="_blank" rel="noreferrer noopener">AMD R9 3900X Review</a></td></tr><tr><td>AMD Ryzen 9 3950X</td><td>Zen 2 Matisse</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=M3sNUFjV7p4" target="_blank" rel="noreferrer noopener">AMD R9 3950X Review</a></td></tr><tr><td>Intel i3-9100F</td><td>Coffee Lake Refresh</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=M9zCLdVF7w4" target="_blank" rel="noreferrer noopener">Intel i3-9100F CPU Benchmarks</a></td></tr><tr><td>Intel i5-9600K</td><td>Coffee Lake Refresh</td><td>2018</td><td><a href="https://www.youtube.com/watch?v=F92byoMgptU" target="_blank" rel="noreferrer noopener">Intel i5-9600K CPU Tests</a></td></tr><tr><td>Intel i7-8086K</td><td>Coffee Lake</td><td>2018</td><td><a href="https://www.youtube.com/watch?v=Xqehgfxxfvc" target="_blank" rel="noreferrer noopener">Intel i7-8086K Binning Test</a></td></tr><tr><td>Intel i7-8700K</td><td>Coffee Lake</td><td>2017</td><td><a href="https://www.youtube.com/watch?v=oCSkyNHXIAE" target="_blank" rel="noreferrer noopener">Intel i7-8700K CPU Review</a></td></tr><tr><td>Intel i5-8600K</td><td>Coffee Lake</td><td>2017</td><td><a href="https://gamersnexus.net/hwreviews/3157-intel-i5-8600k-review-overclocking-vs-8700k-8400" target="_blank" rel="noreferrer noopener">Intel i5-8600K Review</a></td></tr><tr><td>Intel i7-9700K</td><td>Coffee Lake Refresh</td><td>2018</td><td><a href="https://www.youtube.com/watch?v=QuUwLuQGPj4" target="_blank" rel="noreferrer noopener">Intel i7-9700K CPU Review</a></td></tr><tr><td>Intel i9-9900K</td><td>Coffee Lake Refresh</td><td>2018</td><td><a href="https://www.youtube.com/watch?v=6RDL7h7Vczo" target="_blank" rel="noreferrer noopener">Intel i9-9900K CPU Review</a></td></tr><tr><td>AMD Ryzen 7 2700</td><td>Zen+ Pinnacle Ridge</td><td>2018</td><td><a href="https://gamersnexus.net/hwreviews/3287-amd-r7-2700-and-2700x-review-game-streaming-cpu-benchmarks-memory" target="_blank" rel="noreferrer noopener">AMD R7 2700 Review</a></td></tr><tr><td>AMD Ryzen 5 2600</td><td>Zen+ Pinnacle Ridge</td><td>2018</td><td><a href="https://gamersnexus.net/hwreviews/3288-amd-r5-2600-2600x-review-stream-benchmarks-gaming-blender" target="_blank" rel="noreferrer noopener">AMD R5 2600 Review</a></td></tr><tr><td>AMD Ryzen 5 1600</td><td>Zen</td><td>2017</td><td><a href="https://gamersnexus.net/hwreviews/2875-amd-r5-1600x-1500x-review-fading-i5-argument" target="_blank" rel="noreferrer noopener">AMD R5 1600 Review</a></td></tr><tr><td>AMD Ryzen 7 1700</td><td>Zen</td><td>2017</td><td><a href="https://www.youtube.com/watch?v=PcbdN7vdCuQ" target="_blank" rel="noreferrer noopener">AMD R7 1700 Benchmarks</a></td></tr><tr><td>AMD Ryzen 7 1700X</td><td>Zen</td><td>2017</td><td><a href="https://gamersnexus.net/hwreviews/2849-amd-r7-1700x-review-odd-one-out" target="_blank" rel="noreferrer noopener">AMD R7 1700X Review</a></td></tr><tr><td>AMD Ryzen 3 1300X</td><td>Zen</td><td>2017</td><td><a href="https://gamersnexus.net/hwreviews/3001-amd-r3-1300x-review-vs-7350k-intel-response" target="_blank" rel="noreferrer noopener">AMD R3 1300X Review</a></td></tr></tbody></table>



<h3 id="Update-Log">Update Log</h3>



<p>The below is an update log of changes to this page. The format is MM/DD/YYYY:</p>



<ul><li>10/13/2024: Created page with initial dataset following Zen 5 reviews and preceding Arrow Lake reviews</li></ul>



<p>Update process / house cleaning (externally visible, but used internally):</p>



<ul><li>Apply changes</li><li>Append to update log</li><li>Modify "Data Set" for both LTS and Active charts to identify the replacement dataset</li><li>Modify current recommendations at the top of the page</li><li>Append table of tested CPUs</li><li>Update to link the latest Best CPUs article</li></ul>



<p></p>



  
    
      
      

           
<a href="https://store.gamersnexus.net/products/gn-project-soldering-mat"></a>Grab a <a href="https://store.gamersnexus.net/products/gn-project-soldering-mat">GN Soldering &amp; Project Mat</a> for a high-quality work surface with extreme heat resistance. These purchases directly fund our operation, including our build-out of the hemi-anechoic chamber for our acoustic testing! (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or a <a href="https://www.patreon.com/gamersnexus">Patreon contribution</a>!)

      
    
  



<hr class="wp-block-separator is-style-wide sep">


























      ]]></description>
  <pubDate>Sun, 13 Oct 2024 22:20:42 +0000</pubDate>
    <dc:creator>Lelldorianx</dc:creator>
    <guid isPermaLink="false">14028 at https://gamersnexus.net</guid>
    </item>
<item>
  <title>Confronting ASUS Face-to-Face</title>
  <link>https://gamersnexus.net/news-features/confronting-asus-face-face</link>
  <description><![CDATA[Confronting ASUS Face-to-Face<span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang about="https://gamersnexus.net/user/4" typeof="Person" property="schema:name" datatype>Lelldorianx</span></span>
<span class="field field--name-created field--type-created field--label-hidden">June 14, 2024
</span>




           




<p class="badge"></p>



  
    
      
      
    
  



<h2>This contains a recap of our recent face-to-face discussion with ASUS' Head of Customer Service</h2>





<p class="h6 text-muted">The Highlights</p>



<ul class="list-group list-highlights"><li>This video and article follow our series of investigations into ASUS' RMA practices</li><li>We aimed to get on-record, firm commitments of improvement</li><li>We met with the Head of Customer Service, direct report to the CEO, and several team members</li></ul>










<h4 class="has-light-gray-color has-text-color">Table of Contents</h4>



<ul class="list-group table-of-contents toc"><li>AutoTOC</li></ul>





  
    
      
      

           
<a href="https://store.gamersnexus.net/products/gn-project-soldering-mat"></a>Grab a <a href="https://store.gamersnexus.net/products/gn-project-soldering-mat">GN Soldering &amp; Project Mat</a> for a high-quality work surface with extreme heat resistance. These purchases directly fund our operation, including our build-out of the hemi-anechoic chamber for our acoustic testing! (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or a <a href="https://www.patreon.com/gamersnexus">Patreon contribution</a>!)

      
    
  



<h3 id="intro">Intro</h3>



<p>We have answers from ASUS. Our latest video brings an in-person meeting with the company after publicly exposing flawed and potentially illegal handling of customer warranties and this article aims to rapidly recap the commitments that ASUS made during that discussion. The video itself is over an hour long and the (2) discussions spanned around or over 3 hours of total time together, so this list is just to get the fastest possible form of the commitments out there. The purpose is to inform the community in an efficient way, but also help keep ASUS accountable for its promises by condensing them into an easily referenced format long-term. This also helps us, and others in the community, remember what we exited the series with.</p>



<p>After our ongoing ASUS RMA investigation series, starting with the “<a href="https://www.youtube.com/watch?v=7pMrssIrKcY">ASUS Scammed Us</a>” video, continuing with “<a href="https://www.youtube.com/watch?v=I3DwhTc7Z4o">ASUS Says We’re ‘Confused</a>,’” and temporarily concluding with “<a href="https://www.youtube.com/watch?v=uYdtpU8FKO8">ASUS Already On Government’s Radar for Warranty Issues</a>,” we now have a for-now conclusion. We have asked ASUS to follow-up with us regularly as it continues to execute on its newly formed plan to overhaul its customer support and warranty systems. Likewise, we already have devices in their RMA centers under pseudonyms and plan to continue sampling them over the next 6-12 months so we can ensure these are permanent improvements.</p>



<p>The video is embedded below, followed by:</p>



<ol><li>A list of the changes ASUS has committed to</li><li>How you can make use of those</li><li>A template for you to send to ASUS’ new email address established for anyone who wants to reprocess their prior warranty claims under the new conditions</li></ol>



<hr class="wp-block-separator alignfull is-style-wide">





<h4 class="has-text-align-center">Credits</h4>



<hr class="wp-block-separator alignfull is-style-wide">



<h5 class="has-text-align-center">Writing, Editing</h5>



<p class="has-text-align-center h6">Steve Burke</p>



<h5 class="has-text-align-center">Video &amp; Editing</h5>



<p class="has-text-align-center h6">Mike Gaglione<br>Vitalii Makhnovets<br>Andrew Coleman</p>



<hr class="wp-block-separator alignfull is-style-wide">















<h4 id="commitments">ASUS' Committed Changes</h4>



<h5>Compiled By GamersNexus, resulting from GamersNexus coverage</h5>







<p>(If you are another outlet reporting on our report, please credit our list and work. This list was not provided by ASUS. We created it.)</p>



<p>To recap several of ASUS’ firm changes:</p>



<ol><li>ASUS now has a new inbox called “<a href="mailto:executivecare@asus.com">executivecare@asus.com</a>” that they have created specifically to re-process prior RMAs that customers feel were unfairly classified, were misclassified, or charged for a service that should be free</li><li>ASUS has provided a template to copy and paste into your email to this address. We are showing it on the screen. You can visit gamersnexus.net to find a copy of this to copy and paste. We do not place third-party ads on our site. The link is below for the template.</li><li>ASUS has published a timeline for improvements: June 14th, today, is the publication of this email and template. ASUS has promised us an email this month with other changes.</li><li>ASUS has committed to refunds of service charges for unnecessary repairs which customers felt compelled to accept in order to have a warranted repair covered, such as unrelated or misclassified CID</li><li>ASUS has committed to refunding shipping charges in scenarios where a warranted repair was part of the RMA. For clarity, if a customer has both an out-of-warranty repair and an in-warranty repair in the same claim, shipping will be covered by ASUS</li><li>ASUS has committed to refunding labor and taxes related to these aforementioned qualifying disputes</li><li>ASUS has created a Task Force team to retroactively go back through a long history of customer surveys that were negative to try and fix the issues</li><li>ASUS has removed the power from the repair centers to claim CID. Now, CID claims must go through ASUS’ team. This will remove some of the financial incentive to fail devices. There still is one, but now it won’t be motivated as much by speed</li><li>ASUS is creating a new support center in the US. This will enable customers to choose between a repair of their board or a faster swap with a refurbished board. This solves an issue where refurbs were the only option in some scenarios previously</li><li>After over a year of refusing to acknowledge the microSD card reader failures on the ROG Ally, ASUS will be posting a formal statement next week about the defect, resulting from this series</li><li>ASUS will publish a more transparent repair report template in September of 2024</li><li>ASUS is changing the Advance RMA language to reduce emphasis on physical damage</li></ol>



  
    
      
      

           <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses"></a>Our <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses">fully custom 3D Emblem Glasses</a> celebrate our 15th Anniversary! We hand-assemble these on the East Coast in the US with a metal badge, strong adhesive, and high-quality pint glass. They pair excellently with our <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">3D 'Debug' Drink Coasters</a>. Purchases keep us <strong>ad-free </strong>and directly support our consumer-focused reviews!
      
    
  



<h4 id="template">ASUS Template for Re-Processing Old Claims</h4>



<p>If you had a prior claim that previously, or now under the new changes ASUS has made, you feel was unfairly rejected, charged, misclassified (e.g. as Customer-Induced Damage, or CID), or otherwise potentially fraudulent under the <a href="https://reportfraud.ftc.gov/">FTC guidelines</a> and <a href="https://www.ftc.gov/legal-library/browse/statutes/magnuson-moss-warranty-federal-trade-commission-improvements-act">Magnuson-Moss Warranty Act</a>, you can use the below template to have ASUS fast-track you for reconsideration under the new terms and guidelines. Any legal claims for fraud should be handled separately through the correct legal entities; however, for those who just want the issue dealt with swiftly, going through ASUS theoretically is faster. If that is not the case, please alert us immediately with evidence at tips at gamersnexus dot net.</p>



<h5>Template &amp; ASUS Letter</h5>



<p>"From the ASUS Service team, we deeply apologize for the issues with our service.</p>



<p>Our RMA communications and repair services have not consistently met the high standards we aim for. We want to make things right. If you’ve had a negative experience with our customer support, please let us know. We want to do better. Contact us at executivecare@asus.com and share your experience using the template below. We are here to listen and improve.</p>



<p><em>Your Name (as listed in your RMA):&nbsp;<br>RMA Number:<br>Serial Number:<br>RMA application country:<br>Please describe your previous RMA dispute:<br>Supporting Documents (e.g., charged invoice, quotation notification, photos):<br>Additional Feedback (optional):</em></p>



<p>After submitting your claim, please allow us one week to review your case and respond. Our local service team will guide you through the appropriate next steps. We’re committed to transparency, fairness, and doing what’s right for our customers.&nbsp;&nbsp;<br>We’re very sorry to anyone who has had a negative experience with our service team. We appreciate your feedback and giving us a chance to make amends."</p>



<p>The above is directly from ASUS. The italic text is the template. Paste that into your email to executivecare at ASUS dot com in order to get rapidly reprocessed.</p>



<h4 id="microsd">MicroSD Card Issue &amp; Misc.</h4>



<p>ASUS will be making a statement next week about its ongoing microSD Card slot failures on the ASUS ROG Ally (which affected our <a href="https://www.youtube.com/watch?v=Na1y7DyDe2w">original review unit</a>). During the course of our discussion, we brought the failures up in a way that ASUS briefly, or maybe accidentally, acknowledged. This may be why the company is now moving to publicly acknowledge it. We think this is a good thing, as customers should know that it is a confirmed issue.</p>



<p>For the GamersNexus Warranty Toolkit for this or other warranty claims where you are uncertain what to do, <a href="https://gamersnexus.net/node/13987" data-type="featured_article" data-id="13987">please read here</a>.</p>



<p>In the interest of keeping this post short and simple, we'll stop here. The video will contain more discussion. We will keep an eye on ASUS and continue monitoring the company. We also have devices out to other motherboard manufacturers.</p>



<p>If you have an issue with the ASUS RMA or Warranty process, please email us with evidence and a brief description of the problem at tips at gamersnexus dot net.</p>



<p>Thank you,</p>



<p>Steve Burke<br>Editor-in-Chief</p>



  
    
      
      

           <a href="https://www.patreon.com/gamersnexus"></a>Visit our <a href="https://www.patreon.com/gamersnexus">Patreon page</a> to contribute a few dollars toward this website's operation (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or buying something from our <a href="https://store.gamersnexus.net/">GN Store</a>!) Additionally, when you purchase through links to retailers on our site, we may earn a small affiliate commission.
      
    
  



<hr class="wp-block-separator is-style-wide sep">


























      ]]></description>
  <pubDate>Fri, 14 Jun 2024 17:24:00 +0000</pubDate>
    <dc:creator>Lelldorianx</dc:creator>
    <guid isPermaLink="false">14001 at https://gamersnexus.net</guid>
    </item>
<item>
  <title>How RAM is Made: Automated Binning, Manufacturing, &amp; Burn-in Testing | Factory Tours</title>
  <link>https://gamersnexus.net/features-deep-dive/how-ram-made-automated-binning-manufacturing-burn-testing-factory-tours</link>
  <description><![CDATA[How RAM is Made: Automated Binning, Manufacturing, &amp; Burn-in Testing | Factory Tours<span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang about="https://gamersnexus.net/user/7924" typeof="Person" property="schema:name" datatype>jimmy_thang</span></span>
<span class="field field--name-created field--type-created field--label-hidden">January 19, 2024
</span>




           




<p class="badge"></p>



  
    
      
      
    
  



<h2>We visited V-Color in Taiwan to get an inside look into its secret RAM-manufacturing processes</h2>





<p class="h6 text-muted">The Highlights</p>



<ul class="list-group list-highlights"><li>V-Color employs a lot of custom-built automation to bin high-end memory</li><li>As high tech as testing and manufacturing RAM can be, PCB separation can be a mostly simple process</li><li>One V-Color robotic arm can test about 23,000 RAM modules per day</li></ul>










<h4 class="has-light-gray-color has-text-color">Table of Contents</h4>



<ul class="list-group table-of-contents toc"><li>AutoTOC</li></ul>





  
    
      
      

           <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses"></a>Our <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses">fully custom 3D Emblem Glasses</a> celebrate our 15th Anniversary! We hand-assemble these on the East Coast in the US with a metal badge, strong adhesive, and high-quality pint glass. They pair excellently with our <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">3D 'Debug' Drink Coasters</a>. Purchases keep us <strong>ad-free </strong>and directly support our consumer-focused reviews!
      
    
  



<h3 id="intro"><strong>Intro</strong></h3>



<p>Touring V-Color’s factory, we saw robots making thousands of sticks of RAM, numbering in the petabytes, and learned the secrets of RAM manufacturing.</p>



<p>The company’s Taiwan-based factory pumps-out memory using custom-built automation to bin the best overclocking chips for high-end memory.&nbsp;</p>



<p>In this special addition to our factory tour series, we’ll see how SMT lines manufacture memory sticks for multiple large memory brands. We’ll see hundreds of testing stations scattered around, working around the clock to stability test RAM.</p>



<hr class="wp-block-separator alignfull is-style-wide">





<h4 class="has-text-align-center">Credits</h4>



<hr class="wp-block-separator alignfull is-style-wide">



<h5 class="has-text-align-center">Host, Writing, Editing</h5>



<p class="has-text-align-center h6">Steve Burke</p>



<h5 class="has-text-align-center">Camera, Video Editing</h5>



<p class="has-text-align-center h6">Mike Gaglione</p>



<h5 class="has-text-align-center">Video Editing</h5>



<p class="has-text-align-center h6">Vitalii Makhnovets</p>



<h5 class="has-text-align-center">Web Editing</h5>



<p class="has-text-align-center h6">Jimmy Thang</p>



<hr class="wp-block-separator alignfull is-style-wide">



















<h3 id="automated-binning"><strong>Automated Binning of Memory</strong></h3>



<p>We’ll start our tour of V-Color in its Automated Overclock Binning Lab. There’s no buzzword usage of “AI” here: These are just straight-up robots and automation, the old-school way -- except with ultra-advanced frequency and stability testing of modules.</p>







<p>Meet the backbone of this operation: These robots come in yellow and red variations, with each serving a special purpose. Naturally, the red robots are faster -- just like how red LEDs make your PC faster -- and both types set to work quality checking memory as soon as it enters the factory from the supplier.</p>







<p>The factory itself is extremely low-key: It’s located in Xindian, Taiwan, and is hidden away upstairs in this older, mixed-use office and residential building.&nbsp;</p>







<p>The hallways leading to the advanced, ultra-clean, bright facilities we will see in this tour are deceptively dark, to the extent that we thought we were in the wrong place when we first arrived.</p>



<p>But just upstairs is this advanced OC lab.</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>This lab features high-speed binning robots and automation to determine the chip quality of each individual module that V-Color buys from suppliers like SK Hynix, Samsung, or Micron. They can process DDR4 or DDR5 memory and perform simple pass/fail analysis at a given frequency. Those that pass progress to burn-in testing on a per-module basis for stability, while those that fail are sent back to other robots for testing at lower frequencies.</p>







<p>Only two operators are required to keep this entire binning facility running, with the automation able to run 24/7.&nbsp;</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>The screens outside of this lab show the different bins that V-color was testing at the time we visited. The large number at the bottom is the yield, or the pass rate, at that spec. A few of these are 100%, with one at 57.52%. That doesn’t necessarily mean the chips are defective, just that they can’t hit these settings. That particular test is configured at 1.18V and using timings of 17-19-19-39.</p>



<p>Other frequencies at the time we visited included 6400, 6200, 4400, and 7000+, but we’ll look at that later.&nbsp;</p>



<p>Before we move on to burn-in testing, let's talk about how these robots actually do the binning.</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>The test is simple: The robot moves into position over the loading tray of fresh memory from the supplier, lowers, and uses 8 suction cups to pick up the individual chips.&nbsp;</p>







<p>It then moves them into a prep board for a couple of seconds, then into the testing platform. The actual test typically takes about 15-20 seconds, with more time required for physical movement of the arm.&nbsp;</p>







<p>The robotic arm then picks the chips back up and moves them over to either a pass or fail tray. Passes progress to the next step, with failures going back for binning at a lower spec or higher voltage. This particular test, including the time it takes the robot to move the arm between trays, took about 50 seconds per 8 chips. At 24/7 operation and assuming zero interruptions, that would mean this machine could complete over 1700 tests per day, which would be almost 14,000 modules per day for this one machine.&nbsp;</p>







<p>The red machines operate much faster and have more complex movements so that the arm can maneuver around the chamber quicker. Its main advantage is that it has more testing trays, so instead of waiting for the test to complete before picking up the chips, it can alternate between two groups of 8 units.&nbsp;</p>







<p>If you look closely when it’s placing the units down in the pretest tray, you’ll see two locations for those chips to rest. It also has two locations for active testing. This particular test was completing about 16 modules per minute, so at that pace, it could do about 23,000 per day without interruption.&nbsp;</p>



<p>The yellow machines were the prototypes and can run for 1 hour at a time completely unmanned, at which point an operator has to load and check them. The new red machines can operate for 24 hours after loading, so this factory may be able to go even slimmer on staff for the night shift.</p>



  
    
      
      

           <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4"></a>Buy a GN 4-Pack of <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">PC-themed 3D Coasters</a>! These high-quality, durable, flexible coasters ship in a pack of 4, each with a fully custom design made by GN's team. You'll get a motherboard-themed coaster with debug display &amp; reset buttons, a SATA SSD with to-scale connectors, RAM sticks, and a GN logo. These fund our web work! <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">Buy here</a>.
      
    
  



<p>We asked a few questions while watching these machines execute their work with ruthless efficiency: First, we learned that they can test up to 4 timings, alongside voltage and frequency tests, to expedite the process. We asked what the error rate is of the machine itself, and we were told “0%.” It never makes an error. That’s impressive.</p>







<p>Other machines in this lab include a few things we couldn’t show and then an oven. This is also useful for NAND testing, as V-color can manufacture RAM and SSDs. The oven tests products at 98 degrees Celsius for endurance and stability.</p>







<p>After all of this automated testing, the memory takes a quick trip down the hall to the SMT machines -- or surface-mount technology line.</p>



<h3 id="smt-lines-assembly"><strong>Assembling RAM Sticks: SMT Lines</strong></h3>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>This is the V-Color SMT room, where it operates 2 full-length lines for manufacturing memory. These lines consist of solder paste machines, pick-and-place machines, and machines that cut the memory PCBs. They can fully manufacture their RAM in these lines, and we even get a digital view of the parts progressing through the line.</p>







<p>Because they’re making RAM, it’s small and efficient and can largely be run with a single operator in the room.</p>



<p>Surface Mount Technology lines are used for almost every component at some point in the production process. And they never stop being cool.</p>







<p>SMT lines in some factories, like the MSI one shown above and below, also integrate wave soldering lines that help to attach through-hole components to the board. RAM at V-Color's facility doesn't require this step, but it's one of the ways SMT lines are expansible.</p>







<p>They also have fast-paced robotic arms that place components with deadly precision.</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>And the only human intervention is to keep a constant feed of reels upon reels of components, trays of GPUs or memory modules or silicon, and bars of solder.</p>



<p>Some lines, like MSI’s above, have extra steps for photography of motherboards or GPUs to check against customer RMAs in the future. We’ve also shown these at <a href="https://www.youtube.com/watch?v=cnAFTMaS5R0">Gigabyte’s factory</a> in Taiwan previously.</p>



<p>The longest SMT line we’ve ever seen is about 100 meters long and it was fully automated. Generally speaking, SMT lines will mount the smallest parts first and the largest ones later, which allows the machines to keep the speed high as they don’t need to dance around taller components (like inductors). Heatsinks are often placed by hand on motherboards.</p>







<p>V-Color’s line is smaller than the VGA lines by comparison, but it doesn’t need to be the same size. RAM is a relatively simple product: You have a PCB and a bunch of small caps and resistors, then the memory chips themselves. There’s not much to it.</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>The first step of the SMT process is to load the solder mask and the blank memory PCBs. The RAM goes through a machine that applies a thick paste to the board. This prepares the stick to get baked later, which solidifies the components to the PCB.</p>







<p>Next, a conveyor belt takes the stick away.&nbsp;</p>







<p>Checking the monitor, we can see where each batch of memory is in the process. The blue blocks represent where the batches are. They move from right to left. The bottom right gives away the speed: This belt is moving at 82 centimeters per minute. We normally aren’t allowed to shoot these screens, so this is one of the shots we were the most excited about because it shows a commander’s view of the line.</p>







<p>But there’s another secret we get to show in this tour: A second screen. This one tells us the time break-down, and also outs how long we’ve held onto this footage. You can see that the assembly time is 38.68 seconds per boards, which is impressively fast. Currently, the line is processing 3,529 chips per hour and 70 boards per hour, averaging about 50 components per board.&nbsp;</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>Remember, that’s everything: Each part on these reels and each part getting placed by these robots is counted here, not just the memory. Complex motherboards can be thousands of parts.</p>







<p>After going through the solder paste application, the RAM progresses to a machine that performs automatic optical inspection and begins the pick-and-place process. There are multiple stages of pick-and-place in this pipeline: Each pick-and-place machine pulls from<em> </em>reels of thousands of small components.&nbsp;</p>







<p>In this shot, we can see the memory chips themselves getting placed on the PCB by the robotic arm, before and after each movement it’s optically scanning to ensure accurate placement prior to baking.</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>We also have a few shots where they paused the line for us to see the interior of the machines, but they had to be turned off for these shots. You can see each of the reels feeds into this like ammo belts, with the moving head actuated by gas lines and compressed air.</p>







<p>Ovens operate at multiple temperatures in this line, each baking the components securely onto the PCB. The hottest oven is the first one, meant to ply the solder paste for use, running at 260 degrees Celsius.&nbsp;</p>







<p>The last oven is the coolest of them as the more sensitive components have been placed by this point.</p>







<p>At the end, the memory is spat-out 5 complete sticks at a time, consisting of all components and ready for separation. Compared to all these precision robots, PCB separation is a relatively simple process mostly involving a CNC router of some kind.</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>You can see as this technician loads the custom-made holsters for the 5-packs of memory, he gets the honors of pressing the giant green button.&nbsp;</p>







<p>Instantly, just as fast as the button was pressed, the memory is sucked into the machine and you can hear the saw precisely separating the components and cutting the excess PCB off.</p>



<p>You can see the tiny blade vibrating as it cuts through the material, after which it spits the tray back out and the technician removes the excess circuit-board material.</p>



<p>All of the PCB powder is vacuumed out during the process and contained in a sealed container to be disposed of. Just these two lines alone can produce 10,000 sticks of memory if operating with the simplest modules and at maximum capacity.</p>



<p>Thus far, each stage of the operation has been impressively efficient, with only a few people needed in environments that, compared to some of the steel factories and chemical factories we’ve been in, are on the nicer side. But there’s one more stage to the process of memory manufacturing, and that’s burn-in.</p>



<h3 id="burn-in-testing">RAM <strong>Burn-in Testing</strong></h3>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>This is the burn-in lab. And here, V-color tests every single stick of memory that it makes. This one room contains over 200 available test beds for memory.&nbsp;</p>







<p>At a surface level, these are just test benches: They consist of a normal motherboard, CPU, and cooler. But on closer inspection, the memory is socketed into special risers, functioning as interposers that are used for validation and burn-in.&nbsp;</p>







<p>Every stick that’s 8GB and under goes through a 1-hour burn-in test, with each stick exceeding 8GB requiring 1.5 hours for burn-in. The screens light up green for all the good modules and will flash errors for anything that fails the test. For the most part, bad chips should have been weeded-out in the first stage of the binning process, but it’s possible that entire DIMM sticks fail due to manufacturing issues in the SMT process. This station will help identify those.</p>







<p>In the event of a failure, the bad stick is taken for diagnostics by a technician. There are various ways to try and recover a bad stick: One is for desoldering and resoldering of any components that might be misaligned, although that would normally be caught by AOI in the SMT line.&nbsp;</p>







<p>Another is with reflow ovens, where they can send the stick back through a local oven line just to reseat and reflow the solder. A final option might be determining that the stick is unsalvageable, such as with a bad PCB, and so V-Color will have technicians remove the valuable DRAM for re-use on a new stick.</p>



<h3 id="overclocking-testing">RAM <strong>Overclocking Testing</strong></h3>



  
    
      
      

           <a href="https://www.patreon.com/gamersnexus"></a>Visit our <a href="https://www.patreon.com/gamersnexus">Patreon page</a> to contribute a few dollars toward this website's operation (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or buying something from our <a href="https://store.gamersnexus.net/">GN Store</a>!) Additionally, when you purchase through links to retailers on our site, we may earn a small affiliate commission.
      
    
  



<p>The last station has the coolest job in the building: overclocking.</p>







<p>The company showed us its specialized one-off testing room for extreme OC memory binning -- and something caught our eye...</p>







<p>This station mixes manual and automated processes, where technicians also possess memory overclocking and tuning abilities. Ultra high-bin SKUs go through this line, contributing to some of the cost, and might be distributed to extreme overclockers or sold as a special line.&nbsp;</p>







<p>You’ll notice that they keep memory cooling mounted to these stations: V-Color says that its A-die units perform best at 60C and below, with M die at its best at 80C and below.</p>



<p>As the memory modules exit these test rigs, they’re sent to automatic packaging and shipped to retailers and OEM customers. Memory is one of the most space-efficient manufacturing processes in the entire industry.</p>







<p>All of this is happening secluded upstairs in the mixed-use building, with the SMT lines literal steps away from the automated binning and the burn-in testing. That means any failures or reworks can be taken care of on the same day that they’re found, keeping process efficiency and throughput high.</p>



<p>And that’s the start-to-finish of how memory is made. The biggest unshown step is the actual silicon fabrication supply-side, but maybe that’ll be a future tour.</p>



<p>Be sure to check out the rest of our educational factory tour series as a <a href="https://www.youtube.com/playlist?list=PLsuVSmND84QuVMZuk2HGUtCSYXR7nmC5a">video playlist below</a>, and please consider supporting our tours (which are fully self-funded -- the factories are not permitted to provide travel assistance or pay for coverage) by buying something on <a href="https://store.gamersnexus.net/">our GN store</a>.</p>









<hr class="wp-block-separator is-style-wide sep">


























      ]]></description>
  <pubDate>Fri, 19 Jan 2024 14:00:00 +0000</pubDate>
    <dc:creator>jimmy_thang</dc:creator>
    <guid isPermaLink="false">13943 at https://gamersnexus.net</guid>
    </item>
<item>
  <title>HUGE Computer Server Factory | Watch How It's Made: Cases &amp; Servers | GN Factory Tours S3E1</title>
  <link>https://gamersnexus.net/features/huge-computer-server-factory-watch-how-its-made-cases-servers-gn-factory-tours-s3e1</link>
  <description><![CDATA[HUGE Computer Server Factory | Watch How It's Made: Cases &amp; Servers | GN Factory Tours S3E1<span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang about="https://gamersnexus.net/user/7924" typeof="Person" property="schema:name" datatype>jimmy_thang</span></span>
<span class="field field--name-created field--type-created field--label-hidden">December 26, 2023
</span>




           




<p class="badge"></p>



  
    
      
      
    
  



<h2>Take a look at how InWin manufactures, assembles, and ships its cases and servers</h2>





<p class="h6 text-muted">The Highlights</p>



<ul class="list-group list-highlights"><li>We take a look at InWin’s oldest factory along with its newer clean server and system factory</li><li>Factory workers are getting better access to modern safeties, but still contend with hotter and louder conditions</li><li>Automation is increasingly becoming a bigger part of InWin’s production line, but physical labor is still a large component of the company’s workflow</li></ul>










  
    
      
      

           
<a href="https://store.gamersnexus.net/products/gn-project-soldering-mat"></a>Grab a <a href="https://store.gamersnexus.net/products/gn-project-soldering-mat">GN Soldering &amp; Project Mat</a> for a high-quality work surface with extreme heat resistance. These purchases directly fund our operation, including our build-out of the hemi-anechoic chamber for our acoustic testing! (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or a <a href="https://www.patreon.com/gamersnexus">Patreon contribution</a>!)

      
    
  



<p>There are two very different approaches to manufacturing computer parts and servers in Asia’s sprawling mega factories: There’s the neurotically clean and obsessively sterile style of assembly and then the more traditional approach to manufacturing. In this article, we’re going to be looking at InWin’s case &amp; server factories. Regardless of where you buy your chassis, the cases you purchase are made in places just like InWin’s. They’re grungy, dirty, and oily, and built for efficiency. We’ll be looking at InWin’s oldest factory and its newest in this tour.</p>



<p>The company’s cold-blooded efficiency gained from handmade customizations is what earned InWin the industry position and the money to make its clean, new, and nearby facility that we’ll take a look at first. The company’s clean server and system factory has hundreds of people work to bring the product from metal stamping down the street to its server assembly stations.</p>



<hr class="wp-block-separator alignfull is-style-wide">





<h4 class="has-text-align-center">Credits</h4>



<hr class="wp-block-separator alignfull is-style-wide">



<h5 class="has-text-align-center">Host, Writing</h5>



<p class="has-text-align-center h6">Steve Burke</p>



<h5 class="has-text-align-center"> Video Production, Camera </h5>



<p class="has-text-align-center h6">Vitalii Makhnovets</p>



<h5 class="has-text-align-center">Camera</h5>



<p class="has-text-align-center h6">Mike Gaglione</p>



<h5 class="has-text-align-center">Writing, Web Editing</h5>



<p class="has-text-align-center h6">Jimmy Thang</p>



<hr class="wp-block-separator alignfull is-style-wide">















<h3>Server Assembly Line</h3>



<p>Pictured below is a server, delivered freshly assembled on an anti-static platter. These servers are built in a brand new factory for big clients we can’t name, but your web traffic has probably ended up on many of them.</p>



<p>Each server is not only built here, but tested too. And the testing process sounds like a jet engine.</p>







<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>We started our InWin factory tour in the assembly line which, just by price of CPUs and RAM alone, is probably one of the most expensive areas per square foot in the city of Taoyuan, Taiwan.&nbsp;</p>







<p>Technicians take trays filled with terabytes of RAM and multiple AMD Epyc or Intel Xeon CPUs over to the conveyored workstation.&nbsp;</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>From here, the technicians check the build order on the screen and start assembling the actual components of the server by hand.&nbsp;The cases are made down the way by an InWin factory that we’ll talk about later -- and actually, we’ve covered in the past.</p>



<p>There are 6 complete lines per floor at any given time for assembly, with each featuring its own SOP for the customer orders. Per day, this factory can turn through about 80 servers per line, maxing out at about 480 servers for this floor alone.&nbsp;</p>







<p>A different line is configured for 2U systems due to changes in process. For full configurations with maximized RAM, an assembly line crew might socket upwards of 1,000 sticks per day. We’re betting the job application asks how strong your thumbs are.</p>







<p>As the systems are built, they are automatically carried down the conveyor belt and moved station-to-station. Eventually, the server is brought into a server elevator and brought out of sight.</p>



<p>But at GN, we’re still developing object permanence. So we asked the InWin crew to prove the server still existed once it left our sight. They told us we’d have to figure out a way -- and sometimes, that means we break the rules to get a shot.&nbsp;</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>Standing atop a pallet stacker, Steve held the position above for about 5 minutes to get the shot below as we waited for InWin to send a server across.&nbsp;</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>Until we realized something was lost in translation, and all they sent across was an empty turntable that a server would normally be on. Well, good enough.</p>



<h4>Server Testing Facility</h4>



<p>After the machines progress through this conveyor maze assembly line, they make their way over to this ginormous, high-power testing room.&nbsp;</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>Up to 800 1U servers get burned in just in this room alone. As for its power capabilities, the room is equipped with 80 total test lines, each&nbsp; capable of delivering 5,000W. The total power handling capacity of the testing floor for the factory is a staggering 400kW.</p>







<p>Total burn-in time is 2 hours per server at 10 units per rack. And one guy controls almost all of it -- meet the man with the most powerful index finger in the world, trained from entering BIOS hundreds of times per day.</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>The test racks in this area cycle through I/O testing to make sure all ports fire, CPU burn-in, cooler burn-in, and even testing the entire RPM range for the fan. And it sounds kind of like a deafening aircraft carrier when they all fire at once.</p>







<p>And no, OSHA doesn’t exist here. That’s also why Steve was allowed to climb the pallet stacker.</p>







<p>The testing suite is largely developed by the factory itself, with software designed to alert technicians to bad components or test failures. Anything that fails goes to the repair station, where technicians will identify the bad part and rescue the rest of the server. Some bad components, like sticks of RAM, can be sent in for board-level repair by the original supplier -- especially since many of these factories are local to Taiwan, making it logistically easy.</p>







<p>Other testing is done in a side room for low-volume custom builds.&nbsp;</p>







<p>Steve was briefly assigned a job he couldn’t possibly screw up: Move the monitors up and down with a button. These stations are also used for documentation and photography to keep a record of serial numbers and parts.</p>



<p>The servers are loaded onto pallets when testing is complete, then prepped to move to packaging.</p>



<h4>Water Cooler Testing</h4>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>There’s one more secret room before we go to packaging, and it’s pictured above.&nbsp;</p>



<p>This brand new facility is for water cooling testing on servers. The huge amounts of perfectly installed plumbing in this room allow for up to 38U or 20KW of servers to be tested at once.&nbsp;</p>







<p>The water pumps through these huge hoses, with pressure gauges placed throughout to help check for leaks. They’re also checking the water temperature here. This can be configured to test water cooling for entire server racks -- or multiple -- for complex systems.&nbsp;</p>



<p>Or they can test a single unit at a special station, pictured below:</p>







<p>All the water is pumped up to a giant radiator and set of tanks on the roof, which we were able to capture with our drone shots:</p>







<h4>Packaging Robots</h4>



<p>After this entire process, everything goes to packaging -- which is a whole beast on its own.</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>The images above showcase the packing station. Here, pallets upon pallets of servers are unloaded onto conveyor belts.&nbsp;</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>A technician screws all the panels together, then performs final quality checks and inspection for all components.&nbsp;</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>A team manually packs the servers into foam and boxes.</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>Despite being maybe one of the least sophisticated parts of this factory, the automation around a roll of tape is surprisingly satisfying: Each box gets auto-taped, rotated, and taped again, and although we couldn’t name any of the clients earlier, there might be hints in the image above as to who some of them are. But we’re not sure...</p>



<p>Continue reading below to see the grungier painting factory.</p>



  
    
      
      

           <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses"></a>Our <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses">fully custom 3D Emblem Glasses</a> celebrate our 15th Anniversary! We hand-assemble these on the East Coast in the US with a metal badge, strong adhesive, and high-quality pint glass. They pair excellently with our <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">3D 'Debug' Drink Coasters</a>. Purchases keep us <strong>ad-free </strong>and directly support our consumer-focused reviews!
      
    
  



<h3>InWin Case Factory &amp; Painting</h3>







<p>A quick car ride away, just down the street, is InWin’s longest-standing, traditional factory, which underscores some truth about factory life.</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>These floors are kept dark to help combat the heat and humidity of Taiwan combined with the heat of ovens baking cases at nearly 200 degrees Celsius.&nbsp;</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>In this old factory, cases are automatically moved along a ceiling-mounted conveyor line using hooks. One by one, the cases climb to get painted and then baked.&nbsp;</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>The walkways are crowded with machines and massive equipment -- the claustrophobic wouldn’t do well here.&nbsp;There’s also the everpresent sound of paint waterfalls surrounding this area.</p>







<p>On the scale of factories we’ve been to, the presence of at least respirators is better than we’ve seen in some others -- but it’s certainly not conditions we’re used to in the modern West. Between the noise and the air of the many non-robotic painting factories we’ve been to, floor managers at various companies have told us that it’s been hard to keep staff around for very long.&nbsp;</p>











<p>Robots have been slowly filling-in the gaps for this former manual workforce, as we showed in our <a href="https://www.youtube.com/watch?v=BBMAeQjQL_k">previous automated painting factory tour</a>. Maybe in instances like these, robots are for the best.</p>







<p>Workers prep the cases and paint them as they’re carried from one paint booth to another. The hooks are mounted in a way to minimize obstructions to the paint, workers manually mask some parts of cases, and they’re brought at a fixed pace through the painting process. Later in the process, more automation is introduced for the generalized coatings, whereas the earlier manual processes focus on hard-to-hit spots.&nbsp;</p>







<p>These waterfalls help wash the overspray down into a catch basin mixed with paint and water, amounting to millions upon millions of liters of use annually. The factory is able to recapture and reclaim much of the water and squeeze the paint out -- which is something we showed in a prior <a href="https://www.youtube.com/watch?v=BBMAeQjQL_k">Lian Li painting factory tour</a> -- which reduces usage.&nbsp;</p>







<p>Pipes are exposed outside of the building that allow the Taiwanese government to perform unannounced audits of the filtration quality.</p>







<p>The entire painting process for each case takes about 40 minutes, and the baking process starts first at 75C to slowly harden the shell, then ramps to 180 degrees, and finally 200 degrees for powder coating.&nbsp;</p>







<p>InWin is slowly modernizing all of its factories to be more like its new server facility, and many other factories in Asia have been moving increasingly to robotics -- something we’ve been showing more and more over the years. And although the grit of a machine shop and tooling factory will be blended with the sterile precision of robots, the frenetic pace of these factories will never go away.&nbsp;</p>







<p>In our time at these factories, we saw constant movement and an unspoken understanding between everyone working who needed to be where and when.&nbsp;</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>To see the differences between the quiet and collaborative design rooms filled with inspirational artwork, bright colors, and art books packed with future case designs and the factories in which they’re made is a privilege of ours, and we’re excited to continue reporting on what’s really behind the products you buy in the PC industry. If you want to learn more about the front-end of product design prior to manufacturing, check out our tour of <a href="https://www.youtube.com/watch?v=ltne0xo67y8">InWin’s design room</a>.</p>



  
    
      
      

           <a href="https://www.patreon.com/gamersnexus"></a>Visit our <a href="https://www.patreon.com/gamersnexus">Patreon page</a> to contribute a few dollars toward this website's operation (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or buying something from our <a href="https://store.gamersnexus.net/">GN Store</a>!) Additionally, when you purchase through links to retailers on our site, we may earn a small affiliate commission.
      
    
  







<p>After all of these steps, the products finally get packaged outside and shipped in the millions to PC builders and data centers around the world. In our upcoming tours, we’ll be looking at RAM programming and automation, bearing manufacturing, and <em>lasers</em> -- so make sure to check back regularly.</p>



<hr class="wp-block-separator is-style-wide sep">


























      ]]></description>
  <pubDate>Tue, 26 Dec 2023 13:00:00 +0000</pubDate>
    <dc:creator>jimmy_thang</dc:creator>
    <guid isPermaLink="false">13934 at https://gamersnexus.net</guid>
    </item>
<item>
  <title>Blasting Electricity at Thousands of PC Parts: How Anodizing Works | Factory Tour</title>
  <link>https://gamersnexus.net/features/blasting-electricity-thousands-pc-parts-how-anodizing-works-factory-tour</link>
  <description><![CDATA[Blasting Electricity at Thousands of PC Parts: How Anodizing Works | Factory Tour<span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang about="https://gamersnexus.net/user/7927" typeof="Person" property="schema:name" datatype>jack_reitman</span></span>
<span class="field field--name-created field--type-created field--label-hidden">December 26, 2023
</span>




           




<p class="badge"></p>



  
    
      
      
    
  



<h2>How component manufacturers coat and color aluminum with tens of thousands of kilowatts of electricity </h2>





<p class="h6 text-muted">The Highlights</p>



<ul class="list-group list-highlights"><li>Used to create a high quality protective coating on PC components</li><li>The most expensive of the available methods of placing a coating on PC components</li><li>Requires highly caustic chemicals and tens of thousands of kilowatts of electricity</li></ul>










  
    
      
      

           <a href="https://www.patreon.com/gamersnexus"></a>Visit our <a href="https://www.patreon.com/gamersnexus">Patreon page</a> to contribute a few dollars toward this website's operation (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or buying something from our <a href="https://store.gamersnexus.net/">GN Store</a>!) Additionally, when you purchase through links to retailers on our site, we may earn a small affiliate commission.
      
    
  



<p>Computer components come in hundreds of different shapes, sizes, and colors.&nbsp; However, some components come out with a more complex coat of paint than others, like the aluminum <a href="https://www.youtube.com/watch?v=62oPBdI9CSA">Yeston CUTE PET case </a>, while others use a simpler paint job. When component manufacturers decide how to coat their products, they typically choose from anodization, painting, electroplating, and electrophoretic deposition, with the cost listed from high-to-low. We’ve observed Noctua coolers getting coated black in our factory visits, using cathodic electrodeposition, and we’ve also seen the robotic arms responsible for painting case side panels like the Lian Li panel made for Digital Storm’s bolt . This article will look specifically at anodization at a third-party factory that Lian Li uses for coating its more expensive components. </p>



<p>The anodization factory we visited is located in northern Taiwan. The factory manager gave us a rundown of the process, from cleaning the parts, stripping them down with chemicals, electrifying them in a bath of acid, coloring them, and finally packing them back up to be returned to the manufacturer. </p>



<p><em>Editor's Note: This was originally published as a video in April 23 of 2020. This article conversion does not change any of the original editorial content, but is being dated with the article entry date to float it to the top of the website.</em></p>



<hr class="wp-block-separator alignfull is-style-wide">





<h4 class="has-text-align-center">Credits</h4>



<hr class="wp-block-separator alignfull is-style-wide">



<h5 class="has-text-align-center">EDITORIAL, REPORTING</h5>



<p class="has-text-align-center h6">Steve Burke<br>Patrick Latham</p>



<h5 class="has-text-align-center">video</h5>



<p class="has-text-align-center h6">keegan gallick<br>Andrew Coleman</p>



<h5 class="has-text-align-center">WEB Editing</h5>



<p class="has-text-align-center h6">Jack Reitman</p>



<hr class="wp-block-separator alignfull is-style-wide">















<h3>How Anodizing Works</h3>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>Visually, the process of anodizing parts in a factory looks similar to electroplating. Anodizing is fundamentally different in that it doesn’t involve coating one metal in another. Instead, it’s a method of adding an additional oxide layer to the existing metal. Anodization works on many different metals, but is commonly associated with aluminum, which is what this factory specializes in. Aluminum forms an oxide layer on contact with air that naturally protects the metal and prevents further oxidation of the metal underneath, but this natural layer is extremely thin--anodization allows growing a much thicker protective layer that’s easier to dye. </p>



<h4>Mounting the Components to Be Anodized</h4>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item">Mounting on aluminum racks</li><li class="blocks-gallery-item">Mounting on titanium racks</li><li class="blocks-gallery-item">Components to be anodized</li></ul>



<p>The first step of anodization is to fix the aluminum parts onto a conductive metal rack. Two different types of racks are used, depending on the parts that are being coated: titanium racks are stronger and can hold more parts, but the conductivity isn’t optimal, so these are used only for functional parts that are being anodized for protection rather than for aesthetics. Aluminum racks offer better conductivity but hold fewer pieces, and so are used for pieces that are designed to be seen, like Lian Li’s external panels of a case.&nbsp;</p>



<p>Any point where the hooks contact the piece won’t be anodized, so the aluminum hooks are custom-made for each new type of part to minimize contact, while the titanium hooks have a more standardized design. The factory technicians figure out the best spot for each product to attach to the hooks, typically choosing unseen locations like inside of a screw hole. The hooks themselves are anodized during the process, so they won’t last forever, but they are reusable. Factory technicians bring empty titanium racks back from the packing area next door to start the cycle again.</p>



Front of the anodization factory visited.



<p>Aluminum comes in many varieties, but the factory most commonly works with 5000 and 6000 series alloys. When asked if some are easier to work with than others, we were told that harder alloys tend to come out grayish, while softer ones produce a better color due to the change in conductivity.</p>



<h4>Chemicals and Cleaning</h4>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item">Part cleaning</li><li class="blocks-gallery-item">Degreaser vat</li><li class="blocks-gallery-item">Running water tank (pictured in back)</li></ul>



<p>Once the parts are secured to a conductive rack, they next have to be cleaned. It’s critical to the operation that the surfaces are clean and free of any fingerprints or other contaminants for the rest of the process, so they’re first cleaned with an oil, and then dunked in a bath of degreaser for 35 minutes, followed by yet another bath of water to rinse off the degreasing fluid and the contaminants that it removed. These tanks are held in the middle of the first room, surrounded by a short concrete curb to hold in splashing and overflow from the water rinse tank, which is being filled with fresh water constantly. The insulated bumpers above these tanks are just to hold the metal poles from which the racks are suspended--electricity isn’t involved until later in the process.</p>



<p>Chemical preparation for the anodization process begins after initial cleaning. The 7 tanks for this stage are lined up against the very back wall of the factory, securely away from the entrance. The first step is pure water cleaning, then the first chemical step is dunking the parts in an alkaline mixture of sodium hydroxide, also known as lye or caustic soda, for about ten seconds. This mixture is kept somewhere between 60 degrees and 70 degrees Celsius and the tanks are visibly steamy, producing a vapor that must be pulled away by a fume hood placed specifically over this end of the line. Lye can cause serious chemical burns, so caution must be exercised here.</p>



Lye tanks pictured on left, under fume hood.



<p>The lye bath is necessary to dissolve the natural layer of aluminum oxide, which lacks the pores required to let oxygen in and grow the oxide layer. Aluminum oxide is amphoteric, meaning it can react with both bases and acids. Sodium hydroxide reacts with it to produce water, aluminate, and heat. Sodium hydroxide also reacts with the raw aluminum underneath to produce aluminate and hydrogen gas, hence limiting the bath to ten seconds. Surface finish is determined at this stage--to make the end result shinier or duller, special chemicals can be used here.</p>



<p>After the ten-second dip, there are five separate water baths, one next to the other, to wash away any remaining traces of sodium hydroxide. Afterwards comes a mixture containing nitric acid. Lye does a great job of eating away aluminum oxide, but aluminum is commonly used as an alloy, and it may not be as effective on the alloyed metals. Diluted nitric acid is used to wash away the residue of other metals in a process known as “desmutting,” followed by yet another series of water baths. Before it’s diluted, the nitric acid is delivered in jugs at 68% concentration--any stronger and it would be considered potentially fuming nitric acid, possibly forming fumes on contact with air, which is undesirable and a safety hazard. The time between putting the parts in the lye bath and finishing the last of the water rinses is approximately ten minutes.</p>



Standby Tanks



<p>The parts have been completely stripped of any aluminum oxide coating at this point, so it’s vital to prevent contact with the air as much as possible. There are several “standby tanks” of water here for keeping aluminum parts submerged in case the production line gets backed up. </p>



<h4>Blasting Electricity at Metal</h4>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item">Anodization line</li><li class="blocks-gallery-item">Parts submerged in sulfuric acid solution with electric current passed through</li><li class="blocks-gallery-item">Copper anode </li></ul>



<p>Finally, anodization can begin.&nbsp; As with electroplating, the aluminum is submerged in fluid, in this case a solution of 20% sulfuric acid and 80% water held between 20-25C, with an electric current passed through it. The racks containing the aluminum parts are suspended on a metal frame wired up with massive copper strips, through which the current is passed. Wedge-shaped copper slugs at the ends form the contacts. A crane is operated manually at a control station nearby and moves back and forth over the tanks, lifting the frames in and out of the appropriate tanks.&nbsp; </p>



<p>There are only four anodization tanks in this particular line - the rest are for rinsing and coloring. Unlike electroplating, the metal to be anodized is the anode of the circuit, hence the name. The electric current splits water molecules into hydrogen at the cathode and oxygen at the aluminum anode, forming visible bubbles and causing the aluminum to oxidize. The acidic electrolyte bath eats into the oxide layer without completely dissolving it, allowing oxygen to reach even deeper and oxidize even more of the metal, and forms a much thicker and more porous structure than would naturally occur. The end result is an inflexible oxide crust that’s not electrically conductive and is less thermally conductive than the aluminum underneath.&nbsp;</p>



<p>As for power, this line of tanks was running at an impressive 25KW. We were told that the actual anodizing process length is 20-40 minutes, with darker colors taking longer. Black takes about 40 minutes, white or semi-transparent coats take about 20 minutes, and the rest is in between. This process can be started from either side of the line, depending on logistics each day. Parts are rinsed 6 times in water and then colored.</p>



  
    
      
      

           <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses"></a>Our <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses">fully custom 3D Emblem Glasses</a> celebrate our 15th Anniversary! We hand-assemble these on the East Coast in the US with a metal badge, strong adhesive, and high-quality pint glass. They pair excellently with our <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">3D 'Debug' Drink Coasters</a>. Purchases keep us <strong>ad-free </strong>and directly support our consumer-focused reviews!
      
    
  



<h4>Coloring and Quality Control</h4>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item">Dye tank</li><li class="blocks-gallery-item">Dye vats</li><li class="blocks-gallery-item">Waste water return</li></ul>



<p>Anodization doesn’t directly color aluminum, but it does provide a nice open porous surface for dyes to stick to--darker colors require a thicker oxide layer, and therefore more time to be anodized. The main production line only handles these two colors, black and white, as they’re the most popular. Other colors or smaller batches of parts are done manually in smaller tanks lined up alongside the larger ones. This factory offers thirty different standard colors--custom colors are also possible, but require much more effort. The dye tanks are held at 110C-160C, but take only about 15 minutes to preheat in the morning. Parts must be submerged in them for 5-10 minutes to be dyed. After coloring, the parts are rinsed three more times in water.</p>



<p>Every step of the anodization process requires large volumes of water, which must be replenished throughout the day. Anodization, as compared to painting, produces relatively low waste since the aluminum-containing byproducts filtered out of the water, like aluminum hydroxide, can be used by other industries and resold. The water drains out of a downspout at the front of the factory, and surprise government inspections to check the water quality are commonplace. We were told that it is easy to meet these requirements because the chemicals used are not too toxic.</p>



<p>After coloring comes QC. Color is checked against a reference to make sure it’s within an acceptable range. The most common defects come from parts moving around or bumping into things and damaging the finish.&nbsp; If the racks aren’t moved carefully, the parts can scratch each other. Smaller pieces are easier to deal with, while larger ones cause more problems. The factory can afford to be picky about blemishes because almost all defects can be fixed by re-stripping the oxide coating and simply repeating the process from square one, but if any serious damage has occurred, the parts are sent back. The customer sends in an exact number of parts for anodization and expects all of them to come back, so the factory must do its best to reclaim every defective part.&nbsp;</p>



<p>The final step is packaging. The factory doesn’t sell these parts themselves, so that means securely wrapping up the parts in bulk and delivering them back to their customers, like Lian Li.</p>



<p>As mentioned above, this is just one of several processes case manufacturers use for surface coating, depending on the requirements. Anodization is the preferred process for externally visible aluminum parts, but for a smoother and less expensive finish they use electrophoretic coating, or for vibrant and varied colors they use paint. Each of those processes has their own interesting differences.</p>



<p>Our <a href="https://www.youtube.com/watch?v=ofKw9SU9OOk&amp;list=PLsuVSmND84QuVMZuk2HGUtCSYXR7nmC5a">factory tour playlist</a> (that includes related processes like painting, electroplating, and electrophoretic coating) contains over 20 factory tour videos in Taiwan and China alike.</p>









<hr class="wp-block-separator is-style-wide sep">


























      ]]></description>
  <pubDate>Tue, 26 Dec 2023 11:00:00 +0000</pubDate>
    <dc:creator>jack_reitman</dc:creator>
    <guid isPermaLink="false">13933 at https://gamersnexus.net</guid>
    </item>
<item>
  <title>GN Mega Charts: CPU Cooler Benchmarks &amp; Comparisons</title>
  <link>https://gamersnexus.net/megacharts/cpu-coolers</link>
  <description><![CDATA[GN Mega Charts: CPU Cooler Benchmarks &amp; Comparisons<span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang about="https://gamersnexus.net/user/4" typeof="Person" property="schema:name" datatype>Lelldorianx</span></span>
<span class="field field--name-created field--type-created field--label-hidden">December 2, 2023
</span>




           




<p class="badge"></p>



  
    
      
      
    
  



<h2>We've tested dozens of CPU coolers. These GN Mega Charts include our air vs. liquid benchmarks &amp; more.</h2>





<p class="h6 text-muted">The Highlights</p>



<ul class="list-group list-highlights"><li>The data on this page is intended as a long-term support / long-term reference dataset</li><li>We will update this page a few times a year. The URL is permanent for our full cooler bench results</li><li>This page will not cover pressure tests, installation, or mounting. We will only cover data. Check the reviews for more nuanced opinions or concerns</li><li>This is a part of our Mega Charts series. You can check our Features page for more of these</li><li>Please consider <a href="https://store.gamersnexus.net/">supporting this effort</a></li></ul>










<h4 class="has-light-gray-color has-text-color">Table of Contents</h4>



<ul class="list-group table-of-contents toc"><li>AutoTOC</li></ul>





  
    
      
      

           <a href="https://www.patreon.com/gamersnexus"></a>Visit our <a href="https://www.patreon.com/gamersnexus">Patreon page</a> to contribute a few dollars toward this website's operation (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or buying something from our <a href="https://store.gamersnexus.net/">GN Store</a>!) Additionally, when you purchase through links to retailers on our site, we may earn a small affiliate commission.
      
    
  



<p>This is another of our GN Mega Charts series! You can find all Mega Charts on the <a href="https://gamersnexus.net/cat/features">Features</a> page, such as our <a href="https://gamersnexus.net/node/13922" data-type="featured_article" data-id="13922">CPU power consumption mega charts</a>.</p>



<p>This page will be regularly updated with the latest of our CPU cooler benchmark performance numbers, including links to CPU cooler reviews, comparisons against stock coolers (and discussion over whether it’s worth upgrading something like an AMD Wraith or Prism cooler), and more. The page will run on a slight latency from our latest reviews, but will be updated a few times a year with larger charts than you’ll find in those latest reviews. There are a few reasons for the truncated reviews charts, but the main one is simply legibility: Particularly in video format, it’s hard to fit much more than ~20 items (with 2-3 bars each) while still maintaining usefulness, like on mobile. The other is to focus the discussion or viewer in the short time a chart is on screen. This page doesn’t have those limitations.</p>



<p>We’d like our audience to think of these Mega Charts round-ups as an “LTS” (or Long-Term Support) version of our data. They don’t get updated constantly, but allow us to maintain publication of quick-reference material and a stable set of data. This is a permanent page. This URL will always contain the Mega Charts round-ups for coolers.</p>



<hr class="wp-block-separator alignfull is-style-wide">





<h4 class="has-text-align-center">Credits</h4>



<hr class="wp-block-separator alignfull is-style-wide">



<h5 class="has-text-align-center"> Test Lead, Testing, Writing</h5>



<p class="has-text-align-center h6">Steve Burke</p>



<h5 class="has-text-align-center">Testing</h5>



<p class="has-text-align-center h6">Mike Gaglione</p>



<hr class="wp-block-separator alignfull is-style-wide">













<p>As a note, we’re currently working on revising our CPU cooler test methodology to move to a new platform. When we do and eventually update this page, we’ll probably split the sections into “chaptered” headers for old and new test benches. For now, all of this was conducted on the same bench.</p>



<h4 id="Best-CPU-Coolers-Benchmarks-Chart-Gallery"><strong>Best CPU Coolers | Benchmarks Chart Gallery</strong></h4>



<p><strong>There are important notes below this,</strong> but we’re going to provide all the charts right up front to make this as convenient and accessible as possible! If you want to learn about the methodological choices, the limitations, and the individual coolers (with links to their reviews), you can continue down past the charts gallery. We’re not yet sure how we’re going to change this Mega Charts page when we refresh our cooler benches soon, but we may end up keeping both sets of data here (with the 2019-2023 bench lower down and the new bench higher up).&nbsp;</p>



<p>In either event, you can find an update log at the bottom of the page. You can <a href="https://gamersnexus.net/guides/3561-cpu-cooler-testing-methodology-most-tests-are-flawed">learn about our methodology here</a>. Presenting the gallery first assumes some knowledge of the user. If you are unfamiliar with the nuances, we’ll provide some resources below it. Here it is!</p>



  
    
      
      

           <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses"></a>Our <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses">fully custom 3D Emblem Glasses</a> celebrate our 15th Anniversary! We hand-assemble these on the East Coast in the US with a metal badge, strong adhesive, and high-quality pint glass. They pair excellently with our <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">3D 'Debug' Drink Coasters</a>. Purchases keep us <strong>ad-free </strong>and directly support our consumer-focused reviews!
      
    
  



<h4 id="Intel-14900KF-CPU-Cooler-Benchmarks">Intel 14900KF CPU Cooler Benchmarks</h4>



<h5>CPU Thermals: Intel 250W Noise-Normalized &amp; 100% Fan Speed</h5>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<h5 id="200W-normalized-100"><strong>CPU Thermals: AMD 200W Noise-Normalized &amp; 100% Fan Speed</strong></h5>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



  
    
      
      

           
<a href="https://store.gamersnexus.net/products/gn-project-soldering-mat"></a>Grab a <a href="https://store.gamersnexus.net/products/gn-project-soldering-mat">GN Soldering &amp; Project Mat</a> for a high-quality work surface with extreme heat resistance. These purchases directly fund our operation, including our build-out of the hemi-anechoic chamber for our acoustic testing! (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or a <a href="https://www.patreon.com/gamersnexus">Patreon contribution</a>!)

      
    
  



<h5 id="123w-normalized-100"><strong>CPU Thermals: AMD 123W Noise-Normalized &amp; 100% Fan Speed</strong></h5>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<h5 id="68w-normalized-100"><strong>CPU Thermals: AMD 68W Noise-Normalized &amp; 100% Fan Speed</strong></h5>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<h5 id="vrm-thermals-200w"><strong>VRM Thermals: AMD 200W Noise-Normalized</strong></h5>



<p>There are some very specific notes for this one that we’d encourage you to read before going too far with this information. Those are below.</p>







<h3 id="Using-This-Page"><strong>Using This Page</strong></h3>



<p>This page will contain all of the updated information, as explained above, as we continually roll-out reviews. The reviews will always contain the newest and freshest data, along with the analysis, but this page will serve as long-term reference material. This page will not contain individual cooler analysis. This page also won’t talk about mounting quality, installation, pressure maps (which are a major part of our reviews), or individual gripes, criticisms, or praise of coolers. Instead, it will be fully data-focused (again, sans pressure). If you identify a cooler you’re interested in on this page, we’d encourage you to check our review. Remember that good thermal performance does not necessarily mean it’s a good product.</p>



<p>For coolers listed, you can <strong>Ctrl+F </strong>to find whether the one you’re interested in is included in any of these charts. We’ll have a table below that links to Amazon and Newegg pages for the coolers (with affiliate links) and links to the original reviews, if present.</p>



<p>Mega Charts pages should serve as bookmark-able reference material. The URL will remain the same, so save it for regular reference. An update log will be maintained at the bottom. As we are currently an ad-free website, we ask that if you find this page routinely useful and want to support our maintenance of it, that you please support our efforts. You can do this a few ways:</p>



<ul><li><a href="https://www.patreon.com/gamersnexus">Patreon</a>: This is a monthly subscription of any amount to help fund our continued efforts</li><li><a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">Direct donation</a>: This is a one-time, direct donation of any amount and will ensure we incur the lowest fees</li><li><a href="https://store.gamersnexus.net">GN store purchase</a>: This is the best way to support. You can get a PC building accessory or tool, a mouse mat, a t-shirt, glassware, or any other item you find useful while also supporting us</li></ul>



<h4 id="Testing-Methodology"><strong>Testing Methodology</strong></h4>



<p>Results, as always, are fully dependent on methodology. One of the most often user errors we see is people saying “my CPU runs at 80 degrees,” then looking at a 60-degree result on our chart as a clear improvement. Keep in mind that unless everything is the same, they really can’t be compared this way. Thermals are one of the most isolated tests we run, and as opposed to a 3D Mark score, they cannot be compared cross-platform to yield any useful information. They can be compared intra-platform (as we’re doing here) to determine the most likely “best” CPU coolers, or to do tests like <a href="https://www.youtube.com/watch?v=7VzXHUTqE7E">air vs. liquid coolers for PCs</a>, and then you can use that information to apply to your build.</p>



<h5 id="test-bench"><strong>GN CPU Cooler Test Bench (2019/20-2023)</strong></h5>



<p>This is the bench we used for all of the testing shown here. The bench was built in ~2019 and fully publicly launched in 2020, following about 6 months of internal data validation.</p>



  
    
      
      

           <table class="has-fixed-layout"><tbody><tr><td><strong>Part</strong></td><td><strong>Component</strong></td><td><strong>Provided By</strong></td></tr><tr><td>CPU</td><td><a href="https://howl.me/ckUQNTY62It" data-type="URL" target="_blank" rel="noreferrer noopener">AMD Ryzen 5 3600</a> - Used for lower ~68W heat loads for small coolers.<br><a href="https://howl.me/ckUQFdZG0iy" data-type="URL" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 3800X</a> (2 chiplets active) - Used in all cooler benchmarks.<br><a href="https://howl.me/ckUQOjBmjlj" data-type="URL" target="_blank" rel="noreferrer noopener">AMD Ryzen 9 3950X</a> (3 chiplets active) - Used for higher heat loads to show scaling on big coolers.</td><td>AMD</td></tr><tr><td>Motherboard</td><td><a href="https://howl.me/ck2xteokFfn" data-type="URL" target="_blank" rel="noreferrer noopener">MSI X570 MEG ACE</a></td><td>GN Purchase</td></tr><tr><td>RAM</td><td><a href="https://howl.me/ckUQPbI8vyi" data-type="URL" target="_blank" rel="noreferrer noopener">GSkill Trident Z Royal DDR4-3600 CL16</a></td><td>GSkill</td></tr><tr><td>GPU</td><td><a href="https://howl.me/ckUQPClbu54" data-type="URL" target="_blank" rel="noreferrer noopener">EVGA NVIDIA GeForce GT 1030 SC</a> (passive cooler, second slot down)</td><td>GN Purchase</td></tr><tr><td>PSU</td><td>EVGA 1600W P2</td><td>EVGA</td></tr><tr><td>OS</td><td>Windows 10</td><td>GN Purchase</td></tr></tbody></table>
We have published a <a href="https://gamersnexus.net/guides/3561-cpu-cooler-testing-methodology-most-tests-are-flawed">full, in-depth Test Methodology piece</a> about our CPU cooler benchmarks and reviews. To learn how this testing is done, check that link!
      
    
  



<h5><strong>Platform Choice &amp; Heat Loads</strong></h5>



<p>The heat loads represented in this testing include:</p>



<ul><li>~190-200W</li><li>~123W</li><li>~68W</li></ul>



<p>This was conducted on an AM4 platform with an <a href="https://www.amazon.com/M-2x3-SATA3-USB3-2-Desktop-Motherboard/dp/B0CC3XWVNZ?tag=gamersnexus01-20">X570 ACE motherboard</a> that has now been in service for about 4 years. We’ve been impressed with its resilience to non-stop thermal stress. Given its survival, we’ll be using an <a href="https://www.amazon.com/MSI-X670E-Gaming-Motherboard-Wi-Fi/dp/B0B6Q4X5NF?tag=gamersnexus01-20">X670 ACE board</a> for our new AM5 benches.</p>



<h5><strong>Measurement &amp; Environment</strong></h5>



<p>Again, this is described in detail in the methods piece. The basics are below:</p>



<p><strong>Thermals: </strong>Thermals are measured with a mix of HWiNFO64 Engineering Edition and a thermocouple reader. We use a calibrated K-type thermocouple to monitor ambient temperature at the inlet of the CPU cooler, then subtract that from the averaged Tdie readings (at steady state) to produce a “Delta T over ambient” number. That’s what’s presented in the charts. We find that, within the small deviations in ambient air temperature in our test environment, this is functionally completely linear. If we see a +/- 0.5 degree Celsius fluctuation in the course of the test, this approach helps to smooth that change to isolate only the true impact to thermals from the CPU and the cooler. Testing is done in a 21C environment that is carefully controlled.</p>



<p><strong>Flatness: </strong>With our original methodology, flatness is measured point-to-point with a precision needle instrument that measures the distance in microns from a known 0-point (calibrated annually with certification). The instrument allows us to measure the point-to-point deviations in surface flatness. A “flatter” surface, generally, is not inherently better; however, our test mostly looks for major craters or pitting in the surface of the coldplate. The best example of where we found an issue was in the <a href="https://www.youtube.com/watch?v=OvwnuHHIeY0">Corsair A500 CPU cooler</a>, which had some large gaps that caused it to actually sheer paper when mounted on top of a sheet of it.</p>



<p><strong>Power: </strong>Power is arguably the most important aspect of cooler testing, as it’s what dictates the end result. We measure power into the EPS12V rails constantly throughout the test with a clamp. This is primarily for internal use so that we can ensure the bench is not drifting with time and that BIOS hasn’t applied some sort of unexpected voltage somewhere. EPS12V cable measurements allow us relatively ‘true to life’ measurement of the current, just with VRM efficiency losses included. One thing we’ve noticed is that power does drift with higher temperature “coolers” (technically, the CPU runs hotter, but that’s because of the cooler): In such instances, this is part of the test. We’ve found that there is typically a 4% reduction in power leakage for every 10-degree reduction from the cooler, although this isn’t a perfect science. For instance, one of our tests has a 48-degree result at 191W. Adjusting the fan speed to worsen the performance to ~65 degrees (over ambient for both) led to a 206W measurement, which is approximately a power reduction of about 7.28% for a ~17-degree reduction in performance.</p>



<p><strong>Acoustics: </strong>With this older methodology, we were still using our room acoustic measurements. These are being retired as we replace them with our hemi-anechoic acoustics chamber, which was a <a href="https://www.youtube.com/watch?v=eUqYTenB2A0">~$250,000 build project that we filmed</a>. You should check it out! This methodology uses a room measurement in a ~26-27dBA noise floor at 20” measurement. The bench is fully passive other than the cooler.</p>



<h5><strong>Limitations</strong></h5>



<p>This testing, like all testing, has limitations. There are aspects of cooler performance not represented here, and likewise, some results could be more specific to the bench and methods used than other results. We always want our audience to be aware of the limitations of testing, as there is no such thing as a fully representative, perfect test, so it’s all about knowing how to leverage the information within the limits of its capabilities and usefulness.</p>



<p>Although much of this is discussed in our methodology piece, a few basics are below:</p>



<p>First, this testing was done on an AM4 platform. Generally speaking, methodologically, what matters most is the amount of power going into the chip and the heat load being tested. In theory, two parts that both draw 200W should have a somewhat familiar or largely similar hierarchical ranking of coolers. But this isn’t always that clean: A few of the biggest limitations are IHS shape and design, die or chiplet location, IHS size, and mounting hardware included with the cooler (for instance, if a manufacturer includes a to-spec kit for AMD, but an undertorqued spec for Intel).</p>



<p>One of the reasons we’ve moved on from our AM4 standardized cooler test platform and are working on rolling-out an AM5 + LGA1700 platform is to do with IHS curvature and shape. AMD’s IHS is relatively flat, all things considered, and Intel has a slight curvature to it. Intel also uses a more oblong design (in the LGA1700 generation), whereas AMD is generally square. One of these isn’t necessarily better than the other, but they can have an impact on cooler performance. In some cases, it’s a dramatic impact. In many, particularly with lower-end coolers, it’s not as noticeable since less engineering goes into matching the coldplate to the IHS. It’ll be double the work to test both AMD and Intel in the future, but doing so will account for any coolers that tune for IHS design.</p>



<p>In other words, while you can (generally speaking) assume the same or similar hierarchical ranking of “best” CPU coolers from these charts, you should also be mindful of differences in your intended use. If you intend to build an LGA 1700 system, then the ranking may be altered. Barring a major oversight by the cooler manufacturer (which, of course, is half of our job to look for -- hence adding both CPU types), good performance on AM4 should lead to good performance on LGA 1700. But it’s not always the case, so that’s the limitation of testing here.</p>



<p>A lot of times though, we’re talking about single-degree differences. For many people, these don’t matter.</p>



<p>Let’s get into the charts from our galleries earlier, but with some extra information.</p>



<h3 id="List-of-CPU-Cooler-Comparisons">List of CPU Cooler Comparisons: Best Coolers for Gaming PCs</h3>



<p>The below table contains all coolers tested and present on these charts.</p>



<table><tbody><tr><td>Cooler</td><td>Type (Air/Liquid)</td><td>Release or Review Date</td><td>GN Original Review</td></tr><tr><td>Aigo Shadow Max V5</td><td>Air</td><td>~2021</td><td><a href="https://www.youtube.com/watch?v=L-0RPAJcYFc" target="_blank" rel="noreferrer noopener">Bizarre Cylindrical Cooler</a></td></tr><tr><td><a href="https://www.amazon.com/ALSEYE-Infinity-Temperature-Radiator-Connection/dp/B0C3B4ZYFN?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Alseye Infinity i360</a></td><td>Liquid</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=IpTV6-d2tnQ" target="_blank" rel="noreferrer noopener">Alseye Infinite i360 Dual-Pump AIO</a></td></tr><tr><td><a href="https://www.amazon.com/Amazon-Basics-Computer-Cooling-Aluminum/dp/B09R4MDLMM?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Amazon Basics CPU Cooler</a></td><td>Air</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=iRe8zVCjCNw" target="_blank" rel="noreferrer noopener">Amazon Basics CPU Cooler Review</a></td></tr><tr><td>AMD Wraith Prism 075RC</td><td>Air</td><td>Varies</td><td>N/A</td></tr><tr><td>AMD Wraith Spire 058RB</td><td>Air</td><td>Varies</td><td>N/A</td></tr><tr><td><a href="https://www.amazon.com/ARCTIC-Freezer-eSports-DUO-Configuration/dp/B07MJGNJB3?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Arctic Freezer 34 Esports Duo</a></td><td>Air</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=bJaJeP7bylE" target="_blank" rel="noreferrer noopener">Arctic Freezer 34 eSports Duo Review</a></td></tr><tr><td><a href="https://howl.me/cmFsFRcEkHb" target="_blank" rel="noreferrer noopener">Arctic Freezer 36</a></td><td>Air</td><td>2024</td><td><a href="https://gamersnexus.net/coolers/arctics-new-28-freezer-36-air-cooler-contact-frame-cpu-cooler-review-benchmarks" target="_blank" rel="noreferrer noopener">Arctic Freezer 36 Review</a></td></tr><tr><td><a href="https://www.amazon.com/ARCTIC-Freezer-incl-Controller-Pressure-Optimised/dp/B08J87T6W4?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Arctic Freezer 50</a></td><td>Air</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=95IngBKghlA" target="_blank" rel="noreferrer noopener">Arctic Freezer 50 Cooler Review</a></td></tr><tr><td><a href="https://howl.me/ck7R2UPeGy4" target="_blank" rel="noreferrer noopener">Arctic Liquid Freezer II 280</a></td><td>Liquid</td><td>2020</td><td><a href="https://gamersnexus.net/hwreviews/3571-arctic-liquid-freezer-ii-cooler-review-benchmark" target="_blank" rel="noreferrer noopener">Arctic Liquid Freezer II 280 Review</a></td></tr><tr><td><a href="https://howl.me/ck7R3d0MMdX" target="_blank" rel="noreferrer noopener">Arctic Liquid Freezer II 360</a></td><td>Liquid</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=KPLWlkHPlyo" target="_blank" rel="noreferrer noopener">Arctic 360 vs. EK 360 Cooler Review</a></td></tr><tr><td><a href="https://howl.me/ck7R3xBiL3S" target="_blank" rel="noreferrer noopener">Arctic Liquid Freezer II 420</a></td><td>Liquid</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=xCxqITPtXXA" target="_blank" rel="noreferrer noopener">Arctic Liquid Freezer II 420 Review + Offset</a></td></tr><tr><td><a href="https://www.amazon.com/ASUS-Gundam-Liquid-Cooler-Support/dp/B096SHBH53?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">ASUS Strix LC 360 Gundam</a></td><td>Liquid</td><td>2021</td><td>N/A</td></tr><tr><td><a href="https://howl.me/ck7R4g67far" target="_blank" rel="noreferrer noopener">be quiet! Dark Rock Pro 4</a></td><td>Air</td><td>2018</td><td>N/A</td></tr><tr><td><a href="https://www.amazon.com/quiet-Cooler-2011-3-Square-BK033/dp/B0B7NVZFDM?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">be quiet! Pure Rock 2 FX</a></td><td>Air</td><td>2022</td><td>N/A</td></tr><tr><td><a href="https://howl.me/ck7R4NRZkCn" target="_blank" rel="noreferrer noopener">Cooler Master Hyper 212 RGB Black Edition</a></td><td>Air</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=G38vEEGbkWU" target="_blank" rel="noreferrer noopener">Cooler Master Hyper 212 BE Benchmark</a></td></tr><tr><td><a href="https://howl.me/cmFsHyXLmQD" target="_blank" rel="noreferrer noopener">Cooler Master MA824</a></td><td>Air</td><td>2024</td><td>N/A</td></tr><tr><td>Coolwhist CN326 Extreme</td><td>Air</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=arXHLDZ_cV4" target="_blank" rel="noreferrer noopener">Coolwhist CN326 Extreme Review</a></td></tr><tr><td><a href="https://www.amazon.com/Corsair-A500-High-Performance-Cooler/dp/B0829SLJSF?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Corsair A500</a></td><td>Air</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=OvwnuHHIeY0" target="_blank" rel="noreferrer noopener">Corsair A500 CPU Cooler Review &amp; Benchmark</a></td></tr><tr><td><a href="https://www.amazon.com/DeepCool-Performance-Cooler-Dynamic-Bearing/dp/B09PCWK7SP?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">DeepCool AK400</a></td><td>Air</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=8NsFuNqINww" target="_blank" rel="noreferrer noopener">DeepCool AK400 Review</a></td></tr><tr><td><a href="https://howl.me/ck7R5IFNbLs" target="_blank" rel="noreferrer noopener">DeepCool AK620</a></td><td>Air</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=UGM6FcLDckk" target="_blank" rel="noreferrer noopener">DeepCool AK620 CPU Cooler Review</a></td></tr><tr><td>DeepCool Assassin III</td><td>Air</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=VmOY1c0Rkno" target="_blank" rel="noreferrer noopener">DeepCool Assassin III Review &amp; False Advertising</a></td></tr><tr><td><a href="https://www.amazon.com/DeepCool-Assassin-Cooler-Mighty-LGA20XX/dp/B0C8D2CKXX?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">DeepCool Assassin IV</a></td><td>Air</td><td>2023</td><td><a href="https://gamersnexus.net/coolers/mega-size-air-cooler-deepcool-assassin-iv-cpu-cooler-review-benchmarks" target="_blank" rel="noreferrer noopener">DeepCool Assassin IV Review</a></td></tr><tr><td>EK AIO 240</td><td>Liquid</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=3bOPsxqEMr4" target="_blank" rel="noreferrer noopener">EK AIO 360 &amp; 240 vs. Liquid Freezer</a></td></tr><tr><td>EK AIO 360</td><td>Liquid</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=3bOPsxqEMr4" target="_blank" rel="noreferrer noopener">EK AIO 360 &amp; 240 vs. Liquid Freezer</a></td></tr><tr><td><a href="https://howl.me/ck7R7VsKxKL" target="_blank" rel="noreferrer noopener">EK AIO Elite 360 D-RGB</a></td><td>Liquid</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=TTRFkYJMf9Y" target="_blank" rel="noreferrer noopener">EK AIO Elite D-RGB Review</a></td></tr><tr><td>EVGA CLC 360</td><td>Liquid</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=BGGf6Hgo3CY" target="_blank" rel="noreferrer noopener">EVGA CLC 360 Benchmarks</a></td></tr><tr><td><a href="https://www.amazon.com/Fractal-Design-Performance-Radiator-FD-W-2-S2402/dp/B085WQW8B4?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Fractal Celsius S24 Prisma</a></td><td>Liquid</td><td>2020</td><td>N/A</td></tr><tr><td><a href="https://www.amazon.com/ID-COOLING-SE-214-XT-ARGB-Addressable-Motherboard/dp/B09Q7XVZ2V?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">ID Cooling SE-214-XT ARGB</a></td><td>Air</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=ow0crBSKIXw" target="_blank" rel="noreferrer noopener">Best Air Coolers of 2023 Round-Up</a></td></tr><tr><td><a href="https://www.amazon.com/ID-COOLING-Dual-Tower-All-Black-Compatible-LGA1700/dp/B0CFQC6LCD?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">ID-Cooling A620</a></td><td>Air</td><td>2024</td><td>N/A</td></tr><tr><td><a href="https://www.amazon.com/ID-COOLING-FROZN-A720-Black-140x140x25mm/dp/B0CNR1YGH5?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">ID-Cooling A720</a></td><td>Air</td><td>2024</td><td>N/A</td></tr><tr><td><a href="https://howl.me/ck7R9jEDGPi" target="_blank" rel="noreferrer noopener">Jiushark JF13K Diamond Flat Tower</a></td><td>Air</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=tp0RHDTF0Vc" target="_blank" rel="noreferrer noopener">Jiushark JF13K Diamond Review</a></td></tr><tr><td><a href="https://howl.me/ck7ScQxPQ4K" target="_blank" rel="noreferrer noopener">Lian Li GA II Trinity</a></td><td>Liquid</td><td>2023</td><td>N/A</td></tr><tr><td><a href="https://www.amazon.com/s?k=Lian+Li+GA+II+Trinity+Performance+360&amp;i=industrial&amp;crid=1TL6J4S2ENVKB&amp;sprefix=lian+li+ga+ii+trinity+performance+360%2Cindustrial%2C75&amp;ref=nb_sb_noss_1?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Lian Li GA II Trinity Performance 360</a></td><td>Liquid</td><td>2023</td><td>N/A</td></tr><tr><td>Lian Li Galahad 240</td><td>Liquid</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=2FTtBHKMOAM" target="_blank" rel="noreferrer noopener">Lian Li Galahad AIO 360 &amp; 240 Review</a></td></tr><tr><td>Lian Li Galahad 360</td><td>Liquid</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=2FTtBHKMOAM" target="_blank" rel="noreferrer noopener">Lian Li Galahad AIO 360 &amp; 240 Review</a></td></tr><tr><td><a href="https://www.amazon.com/Noctua-NH-D15-heatpipe-NF-A15-140mm/dp/B00L7UZMAK?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Noctua NH-D15</a></td><td>Air</td><td>2014</td><td><a href="https://www.youtube.com/watch?v=7VzXHUTqE7E" target="_blank" rel="noreferrer noopener">Noctua NH-D15 vs. Liquid</a></td></tr><tr><td><a href="https://www.amazon.com/Noctua-NH-D15-G2-HBC-Specialised/dp/B0D5B4KWMD?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Noctua NH-D15 G2 HBC</a></td><td>Air</td><td>2024</td><td><a href="https://www.youtube.com/watch?v=heriTDWIU2g" target="_blank" rel="noreferrer noopener">Noctua NH-D15 G2 Review</a></td></tr><tr><td><a href="https://www.amazon.com/Noctua-NH-D15-G2-LBC-Specialised/dp/B0D5B5B821?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Noctua NH-D15 G2 LBC</a></td><td>Air</td><td>2024</td><td><a href="https://www.youtube.com/watch?v=heriTDWIU2g" target="_blank" rel="noreferrer noopener">Noctua NH-D15 G2 Review</a></td></tr><tr><td><a href="https://howl.me/cmFsEmiLc36" target="_blank" rel="noreferrer noopener">Noctua NH-D15 G2 Standard</a></td><td>Air</td><td>2024</td><td><a href="https://www.youtube.com/watch?v=heriTDWIU2g" target="_blank" rel="noreferrer noopener">Noctua NH-D15 G2 Review</a></td></tr><tr><td><a href="https://www.amazon.com/Noctua-NH-P1-Passive-CPU-Cooler/dp/B08WC64NN8?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Noctua NH-P1 Passive Cooler</a></td><td>Air (Passive)</td><td>2021</td><td><a href="https://gamersnexus.net/coolers/noctua-nh-p1-passive-cpu-cooler-review-benchmarks-schlieren-photography-mechanics" target="_blank" rel="noreferrer noopener">Noctua NH-P1 Passive Benchmarks</a></td></tr><tr><td><a href="https://www.amazon.com/Noctua-NH-U12S-Premium-Cooler-NF-F12/dp/B00C9EYVGY?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Noctua NH-U12S</a></td><td>Air</td><td>2013</td><td>N/A</td></tr><tr><td>NZXT Kraken X62</td><td>Liquid</td><td>2016</td><td><a href="https://gamersnexus.net/hwreviews/2662-nzxt-kraken-x52-x62-x42-review-and-benchmarks-noise-temp" target="_blank" rel="noreferrer noopener">NZXT Kraken X62 Review</a></td></tr><tr><td>NZXT Kraken X72</td><td>Liquid</td><td>2018</td><td><a href="https://gamersnexus.net/hwreviews/3296-nzxt-kraken-x72-review-and-benchmark" target="_blank" rel="noreferrer noopener">NZXT Kraken X72 Review</a></td></tr><tr><td><a href="https://howl.me/ck7Seu8jO6F" target="_blank" rel="noreferrer noopener">NZXT T120</a></td><td>Air</td><td>2023</td><td>N/A</td></tr><tr><td><a href="https://howl.me/ck7SeLqOyn1" target="_blank" rel="noreferrer noopener">NZXT T120 RGB</a></td><td>Air</td><td>2023</td><td>N/A</td></tr><tr><td>Scythe FUMA 2</td><td>Air</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=BT0UtQQ1rEo" target="_blank" rel="noreferrer noopener">Scythe FUMA 2 Review</a></td></tr><tr><td>Scythe Kotetsu Mark III</td><td>Air</td><td>2023</td><td>N/A</td></tr><tr><td><a href="https://howl.me/ck7SlID0lwp" target="_blank" rel="noreferrer noopener">Scythe Ninja 5</a></td><td>Air</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=6Kz1Juy471c" target="_blank" rel="noreferrer noopener">Scythe Ninja 5 Review</a></td></tr><tr><td><a href="https://www.amazon.com/s?k=Thermalright+Assassin+Spirit&amp;i=electronics&amp;crid=1NT3TV61DTYXL&amp;sprefix=thermalright+assassin+spirit%2Celectronics%2C151&amp;ref=nb_sb_noss_2?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Thermalright Assassin Spirit</a></td><td>Air</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=2-Yp5F0HsAs" target="_blank" rel="noreferrer noopener">Thermalright Assassin Spirit 120 Review</a></td></tr><tr><td><a href="https://www.amazon.com/Thermalright-ARGB-Efficient-Controlled-3%C3%97TL-E12/dp/B0BWJW84G3?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Thermalright Frozen Prism 360</a></td><td>Liquid</td><td>2024</td><td><a href="https://www.youtube.com/watch?v=MPQ-UvavT8Q" target="_blank" rel="noreferrer noopener">Thermalright Frozen Prism 360 Review</a></td></tr><tr><td><a href="https://www.amazon.com/Thermalright-Peerless-Assassin-Aluminium-Technology/dp/B09SD44SL1?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Thermalright Peerless Assassin</a></td><td>Air</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=Mm4hyIHe1PM" target="_blank" rel="noreferrer noopener">Thermalright Peerless Assassin Review</a></td></tr><tr><td><a href="https://www.amazon.com/Thermalright-Peerless-Assassin-Technology-1500RPM/dp/B0CQQ4RWDF?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Thermalright Peerless Assassin Mini</a></td><td>Air</td><td>2024</td><td><a href="https://www.youtube.com/watch?v=w72SHaunbp8" target="_blank" rel="noreferrer noopener">Thermalright Peerless Assassin Mini Review</a></td></tr><tr><td><a href="https://howl.me/ck7SmByPNcT" target="_blank" rel="noreferrer noopener">Vetroo V5</a></td><td>Air</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=2GXNgPSBq8g" target="_blank" rel="noreferrer noopener">Vetroo V5 Cooler Review</a></td></tr><tr><td><a href="https://howl.me/ck7SmSAy4zS" target="_blank" rel="noreferrer noopener">Zalman CNPS20X</a></td><td>Air</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=h10MU3Jebx0" target="_blank" rel="noreferrer noopener">Zalman CNPS20X Review</a></td></tr></tbody></table>



<h4 id="200w-results"><strong>CPU Thermals: 200W Noise-Normalized &amp; 100% Fan Speed</strong></h4>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>The above charts gallery includes data from our ~200W CPU heat load, representative of many modern high-end gaming CPUs. These are the most power-intensive tests we ran with the AM4 methodology.</p>



<p>The charts include a noise-normalized test and a 100% fan speed test (irrespective of noise): in the noise-normalized test, we define whether the coolers are liquid or air next to their names; in the 100% speed tests, we define their noise levels at that speed. In all tests, the stock (included) fans are used unless otherwise noted. Some coolers include an extra fan and are noted if so. We average the RPM between all fans present for simplified representation.</p>



<p>Remember that 100% fan speed tests do not control for noise levels, and so generally speaking, with a similar radiator or tower, faster (louder) fans will “win” on 100% charts. The noise-normalized result is what we generally weigh as the most important for a cooler, as it shows us a more like-for-like scenario. 100% results are still useful though, as they give an understanding for the maximum performance potential. In those charts, the “efficiency” of the result matters: You can look at the noise level (next to the cooler) against the temperature. If there’s a result that scores better than another while being quieter or the same, that result is more “noise efficient” (by our terminology) for the temperature we get.</p>



<h4 id="123w-results">C<strong>PU Thermals: 123W Noise-Normalized &amp; 100% Fan Speed</strong></h4>



<p><strong>Important:</strong> We are now moving to lower heat loads. As heat load reduces, the differences between high-end coolers diminish. It is not fair to judge a high-end cooler’s peak performance based on an underwhelming heat load, sort of like how it wouldn’t be fair to judge a CPU based on a load that’s GPU-bound; however, we still include those results because they’re real-world numbers that may help put into perspective the possibility of over-buying your cooling solution. Typically, the biggest advantage from an “overbought” cooler is that you can reduce noise levels more notably.</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<h4 id="68w-results"><strong>CPU Thermals: 68W Noise-Normalized &amp; 100% Fan Speed</strong></h4>



<p>Now for the lowest heat load charts. This data also gives us a look at stock CPU cooler performance vs. ‘aftermarket’ coolers, like the AMD Wraith Prism and AMD Wraith Spire stock coolers vs. the Thermalright Assassin Spirit, Cooler Master Hyper 212, and more.</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<h4 id="vrm-thermals-notes"><strong>VRM Thermals</strong></h4>



<p>Now we’ll get into VRM thermals. These results can be wildly variable depending on how the platform is tested. VRM thermals are influenced by coolers primarily from the position of the fans: If a liquid cooler has a VRM fan atop it, that’ll obviously benefit the VRM thermals. <a href="https://gamersnexus.net/hwreviews/3571-arctic-liquid-freezer-ii-cooler-review-benchmark">We showed that here</a>. Likewise, if an air cooler uses 140mm fans that sit low in the heatsink, they’ll pull air over or push it into the VRM heatsinks to cool the MOSFETs that we measure.</p>



<p>Liquid coolers are side-mounted on the test bench in such a way that would represent a top-mounted orientation (intake) in a case. If you intend to front-mount your AIO, the fans will not benefit the VRM -- likely not at all -- and you’d need case fans to help it. Air coolers can be directly compared here, but liquid coolers can only be compared under the assumption of the same mount as tested.</p>



<p>Likewise, for noise-normalized testing, you’ll see some liquid coolers seriously struggle with VRM thermal performance. The EVGA CLC 360 is a great example of this in our charts, as its pressure wanes significantly after the reduction for acoustics, causing it to lose pressure through the radiator and lack power when it hits the VRM heatsink.</p>



<p>These charts are also most useful for low-end motherboards where VRM thermals are a concern. A lot of modern boards are overbuilt, which reduces the necessity for ancillary VRM cooling.</p>







<h4 id="Update-Log"><strong>Update Log</strong></h4>



<p>The below marks our updates and change log for this page. The format is in MM/DD/YYYY:</p>



<ul><li>July 14, 2024: Added data for the D15 G2 on 200W AMD. Added data for the Arctic Freezer 36, Peerless Assassin 120 Mini, ID-Cooling A620, ID-Cooling A720, Cooler Master MA824, and Thermalright Frozen Prism 360</li><li>July 7, 2024: Added Intel LGA1700 (14900K / 14900KF) 250W heat load, following the <a href="https://www.youtube.com/watch?v=heriTDWIU2g">Noctua NH-D15 G2 review</a></li><li>December 2, 2023: Initial creation of the page with first dataset following our <a href="https://www.youtube.com/watch?v=ow0crBSKIXw">Best Air Coolers round-up</a></li></ul>



  
    
      
      

           <a href="https://store.gamersnexus.net/products/large-modmat-gn15-anniversary"></a>Grab a <a rel="noreferrer noopener" href="https://store.gamersnexus.net/products/large-modmat-gn15-anniversary" target="_blank">GN15 Large Anti-Static Modmat</a> to celebrate our 15th Anniversary and for a high-quality PC building work surface. The Modmat features useful PC building diagrams and is anti-static conductive. Purchases directly fund our work! (or consider a <a rel="noreferrer noopener" href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518" target="_blank">direct donation</a> or a <a rel="noreferrer noopener" href="https://www.patreon.com/gamersnexus" target="_blank">Patreon contribution</a>!)
      
    
  



<hr class="wp-block-separator is-style-wide sep">


























      ]]></description>
  <pubDate>Sat, 02 Dec 2023 16:06:42 +0000</pubDate>
    <dc:creator>Lelldorianx</dc:creator>
    <guid isPermaLink="false">13925 at https://gamersnexus.net</guid>
    </item>
<item>
  <title>GN Mega Charts: CPU Power Consumption</title>
  <link>https://gamersnexus.net/megacharts/cpu-power</link>
  <description><![CDATA[GN Mega Charts: CPU Power Consumption<span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang about="https://gamersnexus.net/user/4" typeof="Person" property="schema:name" datatype>Lelldorianx</span></span>
<span class="field field--name-created field--type-created field--label-hidden">November 30, 2023
</span>




           




<p class="badge"></p>



  
    
      
      
    
  



<h2>CPU all-core power consumption benchmarks across generations</h2>





<p class="h6 text-muted">The Highlights</p>



<ul class="list-group list-highlights"><li>This data has been collected from our CPU power consumption testing</li><li>Data here is directly comparable and can be cross-compared between charts on this page</li><li>CPUs have been split by release year and/or generation to make filtering easier. Ctrl+F for the CPU of choice</li><li>This is a large, ongoing effort and will get updates at this URL permanently</li><li>Please consider <a href="https://store.gamersnexus.net/">supporting this effort</a></li></ul>











<h4 class="has-light-gray-color has-text-color">Table of Contents</h4>



<ul class="list-group table-of-contents toc"><li>AutoTOC</li></ul>





  
    
      
      

           <a href="https://www.patreon.com/gamersnexus"></a>Visit our <a href="https://www.patreon.com/gamersnexus">Patreon page</a> to contribute a few dollars toward this website's operation (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or buying something from our <a href="https://store.gamersnexus.net/">GN Store</a>!) Additionally, when you purchase through links to retailers on our site, we may earn a small affiliate commission.
      
    
  



<h3 id="intro">Intro</h3>



<p>This is part of our long-term reference series of component charts. We will roll these out over time.</p>



<p>This page will be updated regularly with our latest power consumption figures for CPU testing. There will be a slight delay to incorporate the latest data following a CPU review, so the charts on this page may not be as up-to-date as our latest CPU review; however, it will contain more data than is presented in the reviews. If we were to make a software analogy, think of this page as the “LTS” (or long-term support) version of the charts: They won’t be updated as often, but will contain the most stable set of data.&nbsp;</p>



<hr class="wp-block-separator alignfull is-style-wide">





<h4 class="has-text-align-center">Credits</h4>



<hr class="wp-block-separator alignfull is-style-wide">



<h5 class="has-text-align-center"> Test Lead, Testing, Writing</h5>



<p class="has-text-align-center h6">Steve Burke</p>



<h5 class="has-text-align-center">Testing</h5>



<p class="has-text-align-center h6">Patrick Lathan<br>Mike Gaglione</p>



<hr class="wp-block-separator alignfull is-style-wide">














<h4 id="charts-gallery">CPU Power Consumption Charts Gallery</h4>



<p><strong><span>There are important notes below this; </span></strong>however, we want this page to be as useful as possible, so we're putting the charts right at the top in a gallery format for quick reference. Please scroll down and read the methodological details for further information, and also note that the Legacy &amp; Miscellaneous chart has an important bit of information about BIOS controls and test parameters accompanying its section at the bottom of the page. There is also an update log at the bottom. Here's the quick-reference gallery!</p>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>Click to enlarge. Left-to-right is sorted as newest-to-oldest generations of CPU.



  
    
      
      

           <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses"></a>Our <a href="https://store.gamersnexus.net/products/gn-3d-emblem-glasses">fully custom 3D Emblem Glasses</a> celebrate our 15th Anniversary! We hand-assemble these on the East Coast in the US with a metal badge, strong adhesive, and high-quality pint glass. They pair excellently with our <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">3D 'Debug' Drink Coasters</a>. Purchases keep us <strong>ad-free </strong>and directly support our consumer-focused reviews!
      
    
  



<h4 id="efficiency-chart">CPU Power Efficiency Chart</h4>



Lower is better (more efficient)



<p>The above is the current (as in 'today,' not as in P=VI) power efficiency chart. Unlike our above (and below) power consumption snapshot tests, this chart cannot be compared across multiple test generations. That's because it relies on a unit of work (a Blender render) to complete for the calculation, and that unit of work gets updated for our review cycle every 1-2 years. Everything on the chart is directly comparable, but it cannot be compared to older versions of itself. This gives us a measure for a known and fixed unit of work (the render) versus the power required to complete that unit of work. As an example: Something that's faster and draws more power could be less efficient than something that's slower, but ultra low power.</p>



<h3 id="using-the-page">Using This Page</h3>



<p>This page contains a mix of test methodology information, limitations of testing data, and the data itself. We also present links and resources for the original reviews (or related content) and to the Amazon or Newegg pages, which contain affiliate links to help support this page.</p>



<p>Of course, we'd recommend reading the limitations and methodology section first. Once done there, we'd recommend <strong>Ctrl+F </strong>to find the CPU you care about. that will jump you to a table naming the CPUs in each chart.</p>



<p>We intend to update this page quarterly. The results are dependent on methodology. As long as the method doesn’t change for each chart, it can be appended going forward.</p>



<p>We suspect these long-term reference pages will get higher traffic volume than typical. The intent of these pages is to serve as a quick reference, permanent URL for performance data. Because we currently are ad-free on this website, we ask that if you find this page regularly useful, you please support our maintenance of this information. You can support us a few ways:</p>



<ul><li><a href="https://www.patreon.com/gamersnexus">Patreon</a>: This is a monthly subscription of any amount to help fund our continued efforts</li><li><a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">Direct donation</a>: This is a one-time, direct donation of any amount and will ensure we incur the lowest fees</li><li><a href="https://store.gamersnexus.net">GN store purchase</a>: This is the best way to support. You can get a PC building accessory or tool, a mouse mat, a t-shirt, glassware, or any other item you find useful while also supporting us</li></ul>



<h4 id="methodology">Testing Methodology</h4>



<p>Unless stated otherwise, all power tests on this page were conducted using the same testing methods. The test benches have changed (naturally) for each CPU tested; however, because we isolate to only the EPS12V cables and test at a full and fixed load, the only meaningful impact to power consumption would come through motherboard changes.</p>



<p>Methodologically, we control all motherboard power settings (unless otherwise stated for the DUT) to match the official guidance from AMD or Intel. That means boards which run MCE out-of-box will be tuned down to operate at the proper guidance and closer to the commonly understood “spec” (although that specific word is arguable) by the community.&nbsp;</p>



<p>We are advancing and changing our testing processes for power all the time, but for purposes of maintaining a directly comparable dataset, we maintain these tests long-term.</p>



<h5>Software Workload</h5>



<p>The test uses a full, all-core Blender rendering workload using the Cycles renderer to load the CPU to 100%. We use an “impossible to render” GN logo frame with high sample count and resolution.</p>



<h5>Timing &amp; Turbo</h5>



<p>This set of tests includes a 5-minute wait period (under load) before taking a steady state power figure. This does a few things:&nbsp;</p>



<p>First, it ensures we’ve had some time for leakage to set in and for power to stabilize. Power will bounce more at the beginning of a workload, especially on CPUs that may have features like Precision Boost or may boost to a particular thermal ‘value’ for Tdie.&nbsp;</p>



<p>Secondly, and most importantly, it ensures we are measuring after any Turbo time limits on processors that have them. We do this to make sure we are consistent in measurement. Different tests are performed for the Turbo power consumption (this occurs within the first 45-50 seconds of boost on older Intel CPUs). For all-core, steady state testing, we measure only after the CPU has stabilized. The Turbo/Tau tests are not on this page yet, but again, that primarily affects Intel CPUs dating back a couple generations.</p>



<h5>Measurement</h5>



<p>Although we have begun the process of changing our power measurements to use an interposer, this dataset uses a current clamp to measure the current at the EPS12V rails. We then multiply that current by the known voltage going into the EPS12V rails to land on the total power consumption in Watts. This does not include total system power, and as a result, allows us to compare even relatively ‘ancient’ data since we are eliminating the impact from GPU components. The motherboard will affect the data (via VRM efficiency losses), but we’re still getting pretty close to the ‘true’ power consumption of the CPU without moving to software measurement, which introduces new issues. The interposer method further improves this, but for purposes of this long-term reference table, we will be presenting and maintaining the clamp method data.</p>



<h5>Environment</h5>



<p>Testing is conducted in a 21C environment with controls to keep it +/- 1 degree Celsius. Temperature has an impact on power and leakage. All tests since ~2020 are conducted with a 360mm Arctic Liquid Freezer II AIO, with all tests prior to that conducted on a 280mm Liquid Freezer II AIO. Prior to the existence of this Arctic solution, we used the Kraken X62 CPU coolers. In all scenarios, we ensure that the CPU does not thermal throttle. If a CPU is pushing too much power for its cooling, in years past, we’d move to a 360mm CLC from a 280mm solution. Now, all tests are done on a 360 (and that seems to prevent any throttling).</p>



<p>For CPUs wherein a 95C target is part of the design, we let them boost within the limits of their cooling.</p>



<h5>Limitations</h5>



<p>This testing has limitations, and it’s important that you understand them. We want our audience to be aware of the value offered by the data we present and the limitations of the data.</p>



<p>First, this page currently only presents all-core, 100% load data. That means we are not presenting, for example, the extreme power consumption that might be seen in a Prime95 workload (although Blender is still a heavy, realistic workload).&nbsp;</p>



<p>Additionally, we are not currently presenting gaming power consumption in these charts (although that is something we’ve recently added, it isn’t public yet). Gaming typically uses less power in total than production workloads due to the more variable nature of gaming impact on a CPU. This becomes more complicated if the bottleneck shifts: If a CPU is fully GPU-bound due to its ultra-high performance, it might appear to draw less power than alternatives that are fully CPU-bound. Again, that’s something we’ll soon be talking about in video format. It’ll make its way to articles later. There are realistic ability and time constraints with a small team, and as such, we focus on presenting the data we find to be the most reliable and which we can maintain with the highest quality. The current approach enables those goals.</p>



<p>Although we collect it, we are also not currently presenting idle power consumption. This is because the idle measurements are often more complicated than stock due to Windows behaviors. We might add these in the future.</p>



<h3 id="blender-all-core">CPU Power Consumption - Blender All-Core</h3>



<p>The below charts are our latest vetted, full power consumption charts. Data dates back several years. Because it is measured at the EPS12V cables and not total system draw, we are able to provide like-for-like comparisons between these CPUs (sans VRM efficiency losses). Keep in mind that if retested with the newest BIOS, it is possible some of these numbers change.</p>



<p>To keep things legible, we will be breaking these into charts based on generations and architectures that we think people will most commonly compare. The data between all charts should be almost completely cross-comparable, so you can pull two up side-by-side if both parts you're interested in aren't in a single chart.</p>



<p>The axis has been kept at 400W for all charts to make it easier to spot-check comparisons between charts. The one exception is for the Legacy &amp; Misc. chart, which goes to a higher wattage.</p>



<h4>Gaming PC Power Supply Wattage - "How Many Watts?"</h4>



<p>These CPU power consumption comparison charts will help you understand the full load power requirements of AMD vs. Intel CPUs for each generation. These don't necessarily show power efficiency (that's a different test and requires a unit of work for comparison), but will at least give you a better idea for what kind of power supply you need for your gaming PC build or workstation build. As general guidance, our recommendation for how many watts your PSU needs is to spec for at least maximum power consumption (+ some overhead) to ensure you have enough capacity during peak loads. If you're wondering how big of a power supply to get, start first by looking at benchmarks for CPU and GPU power consumption, then go from there. Although it's unlikely you'd hit 100% load on both components simultaneously, that would allow prep for the worst case scenarios.</p>



<h4>AMD Ryzen 7000, Intel 13th Gen, Intel 14th Gen Power Draw</h4>







  
    
      
      

           <a href="https://store.gamersnexus.net/products/large-modmat-gn15-anniversary"></a>Grab a <a rel="noreferrer noopener" href="https://store.gamersnexus.net/products/large-modmat-gn15-anniversary" target="_blank">GN15 Large Anti-Static Modmat</a> to celebrate our 15th Anniversary and for a high-quality PC building work surface. The Modmat features useful PC building diagrams and is anti-static conductive. Purchases directly fund our work! (or consider a <a rel="noreferrer noopener" href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518" target="_blank">direct donation</a> or a <a rel="noreferrer noopener" href="https://www.patreon.com/gamersnexus" target="_blank">Patreon contribution</a>!)
      
    
  



<p>For search reasons and Ctrl+F users, the above chart contains the following CPUs:</p>



<table class="has-fixed-layout"><tbody><tr><td>CPU</td><td>Architecture</td><td>Release Date</td><td>GN Original Review*</td></tr><tr><td><a href="https://howl.me/ck609lqei04" target="_blank" rel="noreferrer noopener">Intel i3-13100F</a></td><td>Raptor Lake</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=pSJwlVvh7m4" target="_blank" rel="noreferrer noopener">Intel i3-13100F CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/Intel-i5-13400F-Desktop-Processor-P-cores/dp/B0BQ6BRL4T?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Intel i5-13400F</a></td><td>Raptor Lake</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=AdvWGEzYqg4" target="_blank" rel="noreferrer noopener">Intel i5-13400F CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-7900-24-Thread-Unlocked-Processor/dp/B0BMQK718H?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 9 7900</a></td><td>Zen 4</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=VtVowYykviM" target="_blank" rel="noreferrer noopener">AMD R9 7900 CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-Ryzen-7800X3D-16-Thread-Processor/dp/B0BTZB7F88?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 7800X3D</a></td><td>Zen 4</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=B31PwSpClk8" target="_blank" rel="noreferrer noopener">AMD R7 7800X3D CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck61aTh27Nd" target="_blank" rel="noreferrer noopener">AMD Ryzen 5 7600</a></td><td>Zen 4</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=i2XeFkhR3nA" target="_blank" rel="noreferrer noopener">AMD R5 7600 CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck61bn7XqVU" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 7700</a></td><td>Zen 4</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=qGAwgGxJLHI" target="_blank" rel="noreferrer noopener">AMD R7 7700 CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-7600X-12-Thread-Unlocked-Processor/dp/B0BBJDS62N?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 5 7600X</a></td><td>Zen 4</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=JM-twyjfYIw" target="_blank" rel="noreferrer noopener">AMD R5 7600X CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck61b6Smv5g" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 7700X</a></td><td>Zen 4</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=LJeEd7_Cv90" target="_blank" rel="noreferrer noopener">AMD R7 7700X CPU Review &amp; Benchmarks</a></td></tr><tr><td><a href="https://howl.me/ck61cD9JkoR" target="_blank" rel="noreferrer noopener">AMD Ryzen 9 7900X</a></td><td>Zen 4</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=s04TOQkzv3c" target="_blank" rel="noreferrer noopener">AMD R9 7900X CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-RyzenTM-7900X3D-24-Thread-Processor/dp/B0BTRRNK7T?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 9 7900X3D</a></td><td>Zen 4</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=PA1LvwZYxCM" target="_blank" rel="noreferrer noopener">AMD R9 7900X3D CPU Benchmarks</a></td></tr><tr><td><a href="https://howl.me/ck61dpg87w5" target="_blank" rel="noreferrer noopener">AMD Ryzen 9 7950X</a></td><td>Zen 4</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=nRaJXZMOMPU" target="_blank" rel="noreferrer noopener">AMD R9 7950X CPU Review</a></td></tr><tr><td><a target="_blank" href="https://www.amazon.com/AMD-7950X-32-Thread-Unlocked-Processor/dp/B0BBHD5D8Y?tag=gamersnexus01-20" rel="noreferrer noopener">AMD Ryzen 9 7950X</a> ECO Mode</td><td>Zen 4</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=W6aKQ-eBFk0" target="_blank" rel="noreferrer noopener">7950X Eco Mode Benchmarks</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-Ryzen-7950X3D-Hexadeca-core-Processor/dp/B0BTRH9MNS?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 9 7950X3D</a></td><td>Zen 4</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=9gCzXdLmjPY" target="_blank" rel="noreferrer noopener">R9 7950X3D CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/Intel-i5-13600K-Desktop-Processor-P-cores/dp/B0BCDR9M33?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Intel i5-13600K</a></td><td>Raptor Lake</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=todoXi1Y-PI" target="_blank" rel="noreferrer noopener">Intel i5-13600K CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck61eKKJstn" target="_blank" rel="noreferrer noopener">Intel i5-14600K</a></td><td>Raptor Lake Refresh</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=4XscfA1dT60" target="_blank" rel="noreferrer noopener">Intel i5-14600K CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/Intel-i7-13700K-Desktop-Processor-P-cores/dp/B0BCF57FL5?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Intel i7-13700K</a></td><td>Raptor Lake</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=-KbNz8966-I" target="_blank" rel="noreferrer noopener">Intel i7-13700K CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck61fBceUft" target="_blank" rel="noreferrer noopener">Intel i7-14700K</a></td><td>Raptor Lake Refresh</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=8KKE-7BzB_M" target="_blank" rel="noreferrer noopener">Intel i7-14700K CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/i9-14900K-Desktop-Processor-Integrated-Graphics/dp/B0CGJDKLB8?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Intel i9-14900K</a></td><td>Raptor Lake Refresh</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=2MvvCr-thM8" target="_blank" rel="noreferrer noopener">Intel i9-14900K CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/Intel-i9-13900K-Desktop-Processor-P-cores/dp/B0BCF54SR1?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Intel i9-13900K</a></td><td>Raptor Lake</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=yWw6q6fRnnI" target="_blank" rel="noreferrer noopener">Intel i9-13900K CPU Benchmarks</a></td></tr><tr><td><a href="https://howl.me/ck61gFR4cWE" target="_blank" rel="noreferrer noopener">AMD Threadripper 7960X</a></td><td>Zen 4</td><td>2023</td><td></td></tr><tr><td><a href="https://www.amazon.com/AMD-RyzenTM-ThreadripperTM-7970X-64-Thread/dp/B0CK2W3WFP?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Threadripper 7970X</a></td><td>Zen 4</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=yDEUOoWTzGw" target="_blank" rel="noreferrer noopener">AMD 7970X &amp; 7980X Review</a></td></tr><tr><td><a href="https://howl.me/ck61hoDUuG6" target="_blank" rel="noreferrer noopener">AMD Threadripper 7980X</a></td><td>Zen 4</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=yDEUOoWTzGw" target="_blank" rel="noreferrer noopener">AMD 7970X &amp; 7980X Review</a></td></tr></tbody></table>* Note that we update our opinions of products as pricing changes (or as the products receive important updates). As such, our original review opinions may not be reflected in our more recent content. We'd recommend checking the latest videos for the most up-to-date opinions.



<h4> AMD Ryzen 5000, Intel 10th, 11th, &amp; 12th Gen Power Consumption</h4>







<p>This chart contains the following CPUs:</p>



<table><tbody><tr><td>CPU</td><td>Architecture</td><td>Release Date</td><td>GN Original Review*</td></tr><tr><td><a href="https://www.amazon.com/AMD-5500-12-Thread-Unlocked-Processor/dp/B09VCJ171S?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 5 5500</a></td><td>Zen 3 Cezanne</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=JPPeSNV9Hog" target="_blank" rel="noreferrer noopener">AMD R5 5500 Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-5600-12-Thread-Unlocked-Processor/dp/B09VCHR1VH?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 5 5600</a></td><td>Zen 3 Vermeer</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=ifI9nnmW5sg" target="_blank" rel="noreferrer noopener">AMD R5 5600 Review</a></td></tr><tr><td><a href="https://howl.me/ck612umL6ph" target="_blank" rel="noreferrer noopener">AMD Ryzen 5 5600G</a></td><td>Zen 3 Cezanne</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=KycNI1FxIPc" target="_blank" rel="noreferrer noopener">AMD R5 5600G APU Review</a></td></tr><tr><td><a href="https://howl.me/ck612OUE4aT" target="_blank" rel="noreferrer noopener">AMD Ryzen 5 5600X + OC</a></td><td>Zen 3 Vermeer</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=01EhbmJAW-k" target="_blank" rel="noreferrer noopener">AMD R5 5600X CPU Review</a></td></tr><tr><td>AMD Ryzen 5 5600X3D</td><td>Zen 3 Vermeer</td><td>2023</td><td><a href="https://www.youtube.com/watch?v=-NW8TU80fP4" target="_blank" rel="noreferrer noopener">AMD R5 5600X3D CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck613qpfZyE" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 5700G</a></td><td>Zen 3 Cezanne</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=V8MG66Es2Hw" target="_blank" rel="noreferrer noopener">AMD R7 5700G APU Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-5700X-16-Thread-Unlocked-Processor/dp/B09VCHQHZ6?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 5700X</a></td><td>Zen 3 Vermeer</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=Kr5V1lgctYw" target="_blank" rel="noreferrer noopener">AMD R7 5700X CPU Review</a></td></tr><tr><td>AMD Ryzen 7 5800</td><td>Zen 3 Vermeer</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=nqYBCNJUy5E" target="_blank" rel="noreferrer noopener">AMD R7 5800 CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-Ryzen-5800X-16-Thread-Processor/dp/B0815XFSGK?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 5800X</a></td><td>Zen 3 Vermeer</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=6x2BYNimNOU" target="_blank" rel="noreferrer noopener">AMD R7 5800X CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck614GW2lyE" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 5800X3D</a></td><td>Zen 3 Vermeer</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=hBFNoKUHjcg" target="_blank" rel="noreferrer noopener">AMD R7 5800X3D CPU Benchmarks</a></td></tr><tr><td><a href="https://www.amazon.com/AMD-Ryzen-5900X-24-Thread-Processor/dp/B08164VTWH?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">AMD Ryzen 9 5900X + OC</a></td><td>Zen 3 Vermeer</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=utWSSlyabjc" target="_blank" rel="noreferrer noopener">AMD R9 5900X Review</a></td></tr><tr><td><a href="https://www.amazon.com/Intel-i5-10400F-Desktop-Processor-Graphics/dp/B086MHSTWN?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Intel i5-10400F + APE</a></td><td>Comet Lake</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=csFwlKgZCzM" target="_blank" rel="noreferrer noopener">Intel i5-10400 CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/Intel-i5-10600K-Desktop-Processor-Unlocked/dp/B086MHSH2C?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Intel i5-10600K + OC</a></td><td>Comet Lake</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=iQVBlCfb72M" target="_blank" rel="noreferrer noopener">Intel i5-10600K CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck616kREHoa" target="_blank" rel="noreferrer noopener">Intel i5-11400</a></td><td>Rocket Lake</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=LYdHTSQxdCM" target="_blank" rel="noreferrer noopener">Intel i5-11400 CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck616GxwHNG" target="_blank" rel="noreferrer noopener">Intel i5-11600K + OC</a></td><td>Rocket Lake</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=lbch8LW-Bz0" target="_blank" rel="noreferrer noopener">Intel i5-11600K CPU Review</a></td></tr><tr><td><a href="https://www.amazon.com/Intel-i5-12400-Desktop-Processor-Cache/dp/B09NMPD8V2?tag=gamersnexus01-20" target="_blank" rel="noreferrer noopener">Intel i5-12400</a></td><td>Alder Lake</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=_P_AGv-DJbU" target="_blank" rel="noreferrer noopener">Intel i5-12400 CPU Benchmarks</a></td></tr><tr><td><a href="https://howl.me/ck617rSxoeb" target="_blank" rel="noreferrer noopener">Intel i5-12500</a></td><td>Alder Lake</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=mlbe2iEDh6k" target="_blank" rel="noreferrer noopener">Intel i5-12500 CPU Test</a></td></tr><tr><td><a href="https://howl.me/ck617KSMRjI" target="_blank" rel="noreferrer noopener">Intel i5-12600K</a></td><td>Alder Lake</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=OkHMh8sUSuM" target="_blank" rel="noreferrer noopener">Intel i5-12600K CPU Benchmark</a></td></tr><tr><td><a href="https://howl.me/ck6176uJjcW" target="_blank" rel="noreferrer noopener">Intel i7-11700K</a></td><td>Rocket Lake</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=3n0_UcBxnpk" target="_blank" rel="noreferrer noopener">Intel i7-11700K Review</a></td></tr><tr><td><a href="https://howl.me/ck618DOvIKn" target="_blank" rel="noreferrer noopener">Intel i7-12700K</a></td><td>Alder Lake</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=B14h25fKMpY" target="_blank" rel="noreferrer noopener">Intel i7-12700K Benchmarks</a></td></tr><tr><td>Intel i9-10850K</td><td>Comet Lake</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=jk33veV_ZRs" target="_blank" rel="noreferrer noopener">Intel i9-10850K CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck6183BHr19" target="_blank" rel="noreferrer noopener">Intel i9-10900K</a></td><td>Comet Lake</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=yYvz3dObHws" target="_blank" rel="noreferrer noopener">Intel i9-10900K CPU Review</a></td></tr><tr><td><a href="https://howl.me/ck619oN9kBU" target="_blank" rel="noreferrer noopener">Intel i9-11900K</a></td><td>Rocket Lake</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=mxiuvQPL_qs" target="_blank" rel="noreferrer noopener">Intel i9-11900K Benchmarks</a></td></tr><tr><td><a href="https://howl.me/ck619Ide8kP" target="_blank" rel="noreferrer noopener">Intel i9-12900K</a></td><td>Alder Lake</td><td>2021</td><td><a href="https://www.youtube.com/watch?v=fhI9tLOg-6I" target="_blank" rel="noreferrer noopener">Intel i9-12900K Review</a></td></tr><tr><td>Intel i9-12900KS</td><td>Alder Lake</td><td>2022</td><td><a href="https://www.youtube.com/watch?v=hBFNoKUHjcg" target="_blank" rel="noreferrer noopener">5800X3D vs. 12900KS</a></td></tr></tbody></table> * Note that we update our opinions of products as pricing changes (or as the products receive important updates). As such, our original review opinions may not be reflected in our more recent content. We'd recommend checking the latest videos for the most up-to-date opinions. 



<h4>AMD Ryzen 3000, Intel 8th &amp; 9th Gen Power Consumption</h4>







  
    
      
      

           <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4"></a>Buy a GN 4-Pack of <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">PC-themed 3D Coasters</a>! These high-quality, durable, flexible coasters ship in a pack of 4, each with a fully custom design made by GN's team. You'll get a motherboard-themed coaster with debug display &amp; reset buttons, a SATA SSD with to-scale connectors, RAM sticks, and a GN logo. These fund our web work! <a href="https://store.gamersnexus.net/products/gn-drink-debug-coaster-pack-4-custom-3d-coasters-100x100mm-4x4">Buy here</a>.
      
    
  



<p>The CPUs in the above chart include:</p>



<table><tbody><tr><td>CPU</td><td>Architecture</td><td>Release Date</td><td>GN Original Review*</td></tr><tr><td>AMD Athlon 3000G</td><td>Zen Raven Ridge</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=ZhzsqgOY0sQ" target="_blank" rel="noreferrer noopener">AMD Athlon 3000G Review</a></td></tr><tr><td>AMD Ryzen 3 3100</td><td>Zen 2 Matisse</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=V4nQpXVTh0g" target="_blank" rel="noreferrer noopener">AMD R3 3100 CPU Review</a></td></tr><tr><td>AMD Ryzen 3 3300X</td><td>Zen 2 Matisse</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=NM2fFpzPKPg" target="_blank" rel="noreferrer noopener">AMD R3 3300X CPU Review</a></td></tr><tr><td>AMD Ryzen 5 3400G</td><td>Zen+ Picasso</td><td>2019</td><td></td></tr><tr><td>AMD Ryzen 5 3500X</td><td>Zen 2 Matisse</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=n57N1T3haWk" target="_blank" rel="noreferrer noopener">AMD R5 3500X CPU Review</a></td></tr><tr><td>AMD Ryzen 5 3600</td><td>Zen 2 Matisse</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=7AbNeht4tAE" target="_blank" rel="noreferrer noopener">AMD R5 3600 CPU Review</a></td></tr><tr><td>AMD Ryzen 5 3600X</td><td>Zen 2 Matisse</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=rDV7aA6arVo" target="_blank" rel="noreferrer noopener">AMD R5 3600X CPU Review</a></td></tr><tr><td>AMD Ryzen 5 3600XT</td><td>Zen 2 Matisse</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=T7x6OvVU90A" target="_blank" rel="noreferrer noopener">AMD R5 3600XT CPU Review</a></td></tr><tr><td>AMD Ryzen 7 3700X</td><td>Zen 2 Matisse</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=0GjSiLbCtHU" target="_blank" rel="noreferrer noopener">AMD R7 3700X CPU Review</a></td></tr><tr><td>AMD Ryzen 7 3800X</td><td>Zen 2 Matisse</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=PAGQwWDyURI" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 3800X CPU Review</a></td></tr><tr><td>AMD Ryzen 9 3900X</td><td>Zen 2 Matisse</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=yqQ2X1y0jvw" target="_blank" rel="noreferrer noopener">AMD R9 3900X Review</a></td></tr><tr><td>AMD Ryzen 9 3900XT</td><td>Zen 2 Matisse</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=2cBzq1muMVU" target="_blank" rel="noreferrer noopener">AMD R9 3900XT Review</a></td></tr><tr><td>AMD Ryzen 9 3950X</td><td>Zen 2 Matisse</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=M3sNUFjV7p4" target="_blank" rel="noreferrer noopener">AMD R9 3950X Review</a></td></tr><tr><td>AMD Ryzen 7 3800XT</td><td>Zen 2 Matisse</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=669JANzeAo0" target="_blank" rel="noreferrer noopener">AMD R7 3800XT Review</a></td></tr><tr><td>Intel Pentium G5600</td><td>Coffee Lake</td><td>2018</td><td><a href="https://www.youtube.com/watch?v=0rD2GHPLEbk" target="_blank" rel="noreferrer noopener">Intel Pentium G5600 Review</a></td></tr><tr><td>Intel i3-9100F</td><td>Coffee Lake Refresh</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=M9zCLdVF7w4" target="_blank" rel="noreferrer noopener">Intel i3-9100F CPU Benchmarks</a></td></tr><tr><td>Intel i5-9600K</td><td>Coffee Lake Refresh</td><td>2018</td><td><a href="https://www.youtube.com/watch?v=F92byoMgptU" target="_blank" rel="noreferrer noopener">Intel i5-9600K CPU Tests</a></td></tr><tr><td>Intel i7-8086K</td><td>Coffee Lake</td><td>2018</td><td><a href="https://www.youtube.com/watch?v=Xqehgfxxfvc" target="_blank" rel="noreferrer noopener">Intel i7-8086K Binning Test</a></td></tr><tr><td>Intel i7-8700K</td><td>Coffee Lake</td><td>2017</td><td><a href="https://www.youtube.com/watch?v=oCSkyNHXIAE" target="_blank" rel="noreferrer noopener">Intel i7-8700K CPU Review</a></td></tr><tr><td>Intel i5-8600K</td><td>Coffee Lake</td><td>2017</td><td><a href="https://gamersnexus.net/hwreviews/3157-intel-i5-8600k-review-overclocking-vs-8700k-8400" target="_blank" rel="noreferrer noopener">Intel i5-8600K Review</a></td></tr><tr><td>Intel i5-8400</td><td>Coffee Lake</td><td>2017</td><td><a href="https://gamersnexus.net/hwreviews/3086-intel-i5-8400-cpu-review-2666mhz-vs-3200mhz-gaming" target="_blank" rel="noreferrer noopener">Intel i5-8400 Review</a></td></tr><tr><td>Intel i7-9700K</td><td>Coffee Lake Refresh</td><td>2018</td><td><a href="https://www.youtube.com/watch?v=QuUwLuQGPj4" target="_blank" rel="noreferrer noopener">Intel i7-9700K CPU Review</a></td></tr><tr><td>Intel i9-9900K</td><td>Coffee Lake Refresh</td><td>2018</td><td><a href="https://www.youtube.com/watch?v=6RDL7h7Vczo" target="_blank" rel="noreferrer noopener">Intel i9-9900K CPU Review</a></td></tr></tbody></table>   * Note that we update our opinions of products as pricing changes (or as the products receive important updates). As such, our original review opinions may not be reflected in our more recent content. We'd recommend checking the latest videos for the most up-to-date opinions.   



<h4>AMD Ryzen 1000, 2000, &amp; Intel 7th Gen Power Consumption</h4>



<p>We don't have as many power consumption numbers dating back to Ryzen 2000, 1000, or the Intel 7th Generation CPUs. We have some random/legacy results (below) that were from various revisits at points in time, but the Ryzen 1000 era and Intel 7th generation would have been when we just started collecting power numbers.</p>







<p>CPUs in the list above include the below, plus various overclocking tests:</p>



<table><tbody><tr><td>CPU</td><td>Architecture</td><td>Release Date</td><td>GN Original Review*</td></tr><tr><td>AMD Ryzen 3 1200</td><td>Zen Summit Ridge</td><td>2017</td><td><a href="https://gamersnexus.net/hwreviews/3002-amd-r3-1200-review-line-between-fine-and-exciting" target="_blank" rel="noreferrer noopener">AMD R3 1200 Review</a></td></tr><tr><td>AMD Ryzen 3 1200 AF</td><td>Zen+ Pinnacle Ridge</td><td>2017</td><td><a href="https://www.youtube.com/watch?v=419AgJFUFkk" target="_blank" rel="noreferrer noopener">AMD R3 1200 AF Review</a></td></tr><tr><td>AMD Ryzen 7 2700</td><td>Zen+ Pinnacle Ridge</td><td>2018</td><td><a href="https://gamersnexus.net/hwreviews/3287-amd-r7-2700-and-2700x-review-game-streaming-cpu-benchmarks-memory" target="_blank" rel="noreferrer noopener">AMD R7 2700 Review</a></td></tr><tr><td>Intel i7-7700K</td><td>Kaby Lake</td><td>2017</td><td><a href="https://gamersnexus.net/hwreviews/2744-intel-i7-7700k-review-and-benchmark" target="_blank" rel="noreferrer noopener">Intel i7-7700K Review</a></td></tr><tr><td>AMD Ryzen 5 1600 AF (2600)</td><td>Zen+ Pinnacle Ridge</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=wRO_AUdmfis" target="_blank" rel="noreferrer noopener">AMD R5 1600 AF CPU Review</a></td></tr><tr><td>AMD Ryzen 5 2600</td><td>Zen+ Pinnacle Ridge</td><td>2018</td><td><a href="https://gamersnexus.net/hwreviews/3288-amd-r5-2600-2600x-review-stream-benchmarks-gaming-blender" target="_blank" rel="noreferrer noopener">AMD R5 2600 Review</a></td></tr></tbody></table>    * Note that we update our opinions of products as pricing changes (or as the products receive important updates). As such, our original review opinions may not be reflected in our more recent content. We'd recommend checking the latest videos for the most up-to-date opinions. 



<h4>Miscellaneous, Older HEDT, &amp; Legacy CPU Power Consumption</h4>



<p>The next chart is for miscellaneous and legacy results. These are 'orphaned' tests: We ran them at one point or another, but they don't necessarily belong anywhere else. <strong>These results are much more variable based on platform than our newer data. That's because our inventoried platform options were more limited on some of these, like FX.</strong></p>



<p><strong><span>IMPORTANT</span></strong>: With the oldest CPUs in this table, there is a higher likelihood than typical of a result which does not necessarily match the expectations of the time. The result would be 'accurate' in the sense that the current clamp would have been accurately used, but the BIOS settings may not match whatever the "guidance" was from manufacturers at the time, as we were not receiving guidance in the pre-2015 era for AMD or Intel. In other words, we would have exercised less control over BIOS as we did not have official guidance on the expectations (since we were not part of the reviewer circuit).</p>







<p>The above chart contains these CPUs:</p>



<table><tbody><tr><td>CPU</td><td>Architecture</td><td>Release Date</td><td>GN Original Review*</td></tr><tr><td>AMD Phenom II X6 1090T</td><td>Thuban</td><td>2010</td><td><a href="https://www.youtube.com/watch?v=igjrJ7qH3_8" target="_blank" rel="noreferrer noopener">2020 Phenom II X6 1090T Revisit</a></td></tr><tr><td>AMD FX-8150</td><td>Bulldozer Zambezi</td><td>2011</td><td></td></tr><tr><td>Intel i7-4770K</td><td>Haswell</td><td>2013</td><td></td></tr><tr><td>AMD FX-9370</td><td>Piledriver Vishera</td><td>2013</td><td></td></tr><tr><td>AMD FX-9590</td><td>Piledriver Vishera</td><td>2013</td><td></td></tr><tr><td>Intel i7-4790K</td><td>Devil's Canyon</td><td>2014</td><td><a href="https://www.youtube.com/watch?v=D6RsDyMn2gY" target="_blank" rel="noreferrer noopener">2020 4790K Revisit</a></td></tr><tr><td>AMD FX-8370</td><td>Piledriver Vishera</td><td>2014</td><td></td></tr><tr><td>Intel i7-5775C</td><td>Broadwell</td><td>2015</td><td></td></tr><tr><td>Intel E5-2678 v3 (x2)</td><td>Haswell-EP</td><td>2015</td><td><a href="https://www.youtube.com/watch?v=htjSxkLHnfE" target="_blank" rel="noreferrer noopener">Dual-X99 Motherboard Build</a></td></tr><tr><td>Intel i9-7980XE</td><td>Skylake-X</td><td>2017</td><td><a href="https://gamersnexus.net/hwreviews/3066-intel-i9-7980xe-7960x-thermals-power-review" target="_blank" rel="noreferrer noopener">Intel i9-7960X &amp; 7980XE Review</a></td></tr><tr><td>Intel i9-7960X</td><td>Skylake-X</td><td>2017</td><td><a href="https://gamersnexus.net/hwreviews/3066-intel-i9-7980xe-7960x-thermals-power-review" target="_blank" rel="noreferrer noopener">Intel i9-7960X &amp; 7980XE Review</a></td></tr><tr><td>AMD Threadripper 2990WX</td><td>Zen+ Colfax</td><td>2018</td><td></td></tr><tr><td>Intel i9-9980XE</td><td>Skylake-X</td><td>2018</td><td><a href="https://gamersnexus.net/hwreviews/3392-intel-i9-9980xe-review-disappointing-overclocker-but-good-when-stock" target="_blank" rel="noreferrer noopener">Intel i9-9980XE Review</a></td></tr><tr><td>Intel i9-10900X</td><td>Cascade Lake-X</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=Vjj6UyPGUtE" target="_blank" rel="noreferrer noopener">Intel i9-10900X Review</a></td></tr><tr><td>Intel i9-10980XE</td><td>Cascade Lake-X</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=H0vLYcPa3uk" target="_blank" rel="noreferrer noopener">Intel i9-10980XE Review</a></td></tr><tr><td>AMD Threadripper 3970X</td><td>Zen 2 Castle Peak</td><td>2019</td><td><a href="https://www.youtube.com/watch?v=c2tzTMN6-qU" target="_blank" rel="noreferrer noopener">AMD Threadripper 3970X Review</a></td></tr><tr><td>Intel Xeon W3175X</td><td>Skylake-W</td><td>2019</td><td><a href="https://gamersnexus.net/hwreviews/3433-intel-xeon-w-3175x-28-core-cpu-review-benchmark-overclocking" target="_blank" rel="noreferrer noopener">Intel Xeon W-3175X CPU Review</a></td></tr><tr><td>AMD Threadripper 3990X</td><td>Zen 2 Castle Peak</td><td>2020</td><td><a href="https://www.youtube.com/watch?v=slWK-1MqerU" target="_blank" rel="noreferrer noopener">AMD TR 3990X Review</a></td></tr></tbody></table>Many of these CPUs are from before our time reviewing CPUs, so our reasons for having them are generally being harvests from personal machines or from later revisits.



<h4 id="update-log">Update Log</h4>



<p>The below contains an update log of changes to this page. The format is MM/DD/YYYY:</p>



<ul><li>12/03/2023: Added table of contents feature to ease navigation</li><li>11/30/2023: Created page with initial dataset following Threadripper 7000 reviews</li></ul>



  
    
      
      

           
<a href="https://store.gamersnexus.net/products/gn-project-soldering-mat"></a>Grab a <a href="https://store.gamersnexus.net/products/gn-project-soldering-mat">GN Soldering &amp; Project Mat</a> for a high-quality work surface with extreme heat resistance. These purchases directly fund our operation, including our build-out of the hemi-anechoic chamber for our acoustic testing! (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or a <a href="https://www.patreon.com/gamersnexus">Patreon contribution</a>!)

      
    
  



<hr class="wp-block-separator is-style-wide sep">


























      ]]></description>
  <pubDate>Thu, 30 Nov 2023 14:46:11 +0000</pubDate>
    <dc:creator>Lelldorianx</dc:creator>
    <guid isPermaLink="false">13922 at https://gamersnexus.net</guid>
    </item>
<item>
  <title>(Living Doc) Current Test Bench Hardware &amp; List of Methodologies</title>
  <link>https://gamersnexus.net/features/living-doc-current-test-bench-hardware-list-methodologies</link>
  <description><![CDATA[(Living Doc) Current Test Bench Hardware &amp; List of Methodologies<span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang about="https://gamersnexus.net/user/4" typeof="Person" property="schema:name" datatype>Lelldorianx</span></span>
<span class="field field--name-created field--type-created field--label-hidden">November 2, 2023
</span>




           




<p class="badge"></p>



  
    
      
      
    
  



<h2>A living document detailing the current and retired test platforms used by GamersNexus</h2>





<p class="h6 text-muted">The Highlights</p>



<ul class="list-group list-highlights"><li>This document will be updated as we add new benches</li><li>Old test benches will be kept on this page, but moved to the bottom</li><li>Remember that testing regularly requires changes to test platforms to accommodate the DUT</li></ul>










<h4 class="has-light-gray-color has-text-color">Table of Contents</h4>



<ul class="list-group table-of-contents toc"><li>AutoTOC</li></ul>





  
    
      
      

           <a href="https://www.patreon.com/gamersnexus"></a>Visit our <a href="https://www.patreon.com/gamersnexus">Patreon page</a> to contribute a few dollars toward this website's operation (or consider a <a href="https://store.gamersnexus.net/checkout/donate?donatePageId=5ae157c6aa4a9989a33c9518">direct donation</a> or buying something from our <a href="https://store.gamersnexus.net/">GN Store</a>!) Additionally, when you purchase through links to retailers on our site, we may earn a small affiliate commission.
      
    
  



<h3 id="intro">Intro</h3>



<p>This page is a living document that will be updated as we revolve test platforms through. The page will be organized by type of test bench and year. We regularly cycle benches into retirement as we update for new components. We have had numerous manufacturers inform us that they try to keep tabs on our bench platforms for their own internal research and performance analysis, so we hope that this may help manufacturers with their product development when attempting to isolate performance concerns we present. </p>



<p> And to reiterate: <strong>This page is NOT COMPLETE. This is under construction.</strong> There is a lot of information still missing here. </p>



<p><strong>Latest Update (January 17, 2025): </strong>We have added several test platforms to this page, including our newest GPU test bench.</p>



<hr class="wp-block-separator alignfull is-style-wide">





<h4 class="has-text-align-center">Credits</h4>



<hr class="wp-block-separator alignfull is-style-wide">



<h5 class="has-text-align-center"> Test Lead, Writing </h5>



<p class="has-text-align-center h6">Steve Burke</p>



<h5 class="has-text-align-center"> Writing </h5>



<p class="has-text-align-center h6"> Patrick Lathan</p>



<hr class="wp-block-separator alignfull is-style-wide">









Steve &amp; Stone working side-by-side at the GPU test benches. We have two benches simultaneously deployed for rapid bring-up and testing. They are 100% mirrored and are calibrated against each other for every single review to ensure consistent data between machines, which also serves as an error check by duplicating data in separate environments. In this photo, Stone is handling GPU power transient testing.



<h3 id="objectives">Objectives</h3>



<p>This page will primarily serve as a landing page for test benches that we commonly use. <strong>This page is still being built and is under construction</strong>. The objective is to provide a single stop to answer questions about what hardware we use.</p>



<p>Our philosophy is to review each component in a vacuum, eliminating as many variables and bottlenecks imposed by other components as possible. This means that GPU testing for GPU performance will use a relatively high-powered CPU and RAM, thus hopefully limiting bottlenecks (to the extent possible) outside of the GPU; however, for that same GPU review, we would use <strong>a different test bench for acoustics</strong>. That's because the acoustics testing does not require unbound performance to eliminate variables, but instead requires a total (within reason) elimination of noise from non-GPU components instead. In this example, we would use the GPU test bench for thermals and gaming, but the GPU acoustic bench for noise levels and frequency response. Likewise, we use a different bench entirely for GPU power consumption measurements, as the host platform is irrelevant for these and only the power consumption matters (and it allows us to asynchronously test power consumption while our primary benches remain occupied for testing gaming or thermals, which greatly improves logistics to allow more testing in a shorter time period).</p>



<p>A lot of this has to do with a general internal approach of specializing within the team. Typically, the same person will handle GPU power consumption tests for every review, but a different person will handle GPU gaming performance and analysis, and a different person still might handle acoustics. Splitting benches like this not only isolates for variables, but also allows the team's experts in each test method to operate without blocking their teammates, as the benches are not singularly needed for every test in a suite.</p>



<h4 id="Caveats-Limitations">Caveats &amp; Limitations</h4>



<p>We sometimes have to change-out single components (or revert to older benches) for certain tests. For example, if we are running a suite of CPU tests that requires us to go back to AM4 or Z270 or similar, we obviously won't be using the standardized Intel or AMD platform listed as the current primary, but would instead use one of the prior platforms. We will try to keep the older (retired) platforms listed further down the page for such events, but it will take us some time to comb through the site history and catalog them all in this format.</p>



<p><strong>These test benches might not perfectly represent each individual content piece. </strong>Some pieces require a singular variable change to these benches as part of the piece. For example, if we're testing something like Intel APO, we will use a different boot drive (to avoid cross-contamination with the primary bench drive) and will use different driver packages and a potentially different BIOS configuration (to enable the dynamic tuning). Likewise, if we're testing PCIe bandwidth scaling and impact on an NVIDIA *90-class card, we will change the PCIe slot's generation for that test. The DUT (Device Under Test) or feature under test will deviate from the fixed bench as part of the test.</p>



<p>Sometimes we miss listing a detail since there are so many, but we will do our best to explain these caveats in each individual content piece.</p>



<h4 id="Consistency-is-What-Matters">Consistency is What Matters</h4>



<p>Consistency is all that really matters. For comparative reviews, which is how we conduct our reviews, we just need an unchanging and fixed platform that allows us to reliably see scaling and differences between components. In the above example then, having APO toggling or PCIe generation switches being the new variable on an otherwise unchanging platform allows us the most comparative data against our "baseline" for that platform.</p>



<p>Likewise, this means that components being "old" or back by a couple generations becomes largely irrelevant. It only starts mattering if it's meaningfully limiting either the performance scaling of the product or the technology that can be used for the product. For instance, for purposes of generating heat for a cooler review, the CPU itself doesn't matter as much as its power consumption (and IHS shape, to be fair).</p>



<h4 id="Methodology-Pieces">Methodology Pieces</h4>



<p>This contains a list of our recently published or current test methodologies. Note that we have not yet gone back to upfit all of the older pieces for this website revision, so some links are to the videos.</p>



<p><strong>This section is under construction.</strong> <strong>We still have to build this section out fully. It is missing a lot of information.</strong></p>



<h5>Recent Game Test Methodologies &amp; Research</h5>



<ul><li>Dragon's Dogma 2 (<a href="https://gamersnexus.net/game-benchmarks-graphics-guides/dragons-dogma-2-mess-gpu-cpu-benchmarks-bottlenecks-crashes">CPU &amp; GPU Research</a>)</li><li>Starfield: (<a href="https://www.youtube.com/watch?v=7JDbrWmlqMw">GPU Research</a> | <a href="https://www.youtube.com/watch?v=raf_Qo60Gi4">CPU Research</a> | <a href="https://www.youtube.com/watch?v=QHZGyKwROW0">Graphics Optimization Guide</a>) (Videos)</li><li>Cities Skylines 2: <a href="https://www.youtube.com/watch?v=l4DX6mUY78s">GPU Research</a></li><li>Baldur's Gate 3: <a href="https://www.youtube.com/watch?v=AAjQXdwkgEE">GPU Research</a></li></ul>



<h5>Hardware Test Methodologies &amp; Research</h5>



<ul><li><a href="http://gamersnexus.net/guides/3561-cpu-cooler-testing-methodology-most-tests-are-flawed">CPU Cooler Test Methodology (Article)</a> and <a href="https://www.youtube.com/watch?v=fmTOJP4KOyk">accompanying video</a></li><li><a href="https://www.youtube.com/watch?v=-P7-ML-bPCE">GPU Test Methodology</a> (basics - the games have changed, some concepts are the same)</li></ul>



<p></p>



<h3 id="Test-Benches">Test Benches</h3>



<h4 id="Mini-ITX-Case-Variable-Test-Bench">Mini-ITX Case Variable Test Bench (2023-TBD)</h4>



  
    
      
      

           <table class="has-fixed-layout"><tbody><tr><td><strong>Part</strong></td><td><strong>Standard Component(s)</strong></td><td><strong>Provided By</strong></td></tr><tr><td>CPU</td><td><a href="https://www.amazon.com/Intel-i5-13600K-Desktop-Processor-P-cores/dp/B0BCDR9M33?tag=gamersnexus01-20">Intel i5-13600K</a> <br>@ Fixed clocks &amp; voltages (clocks/voltages determined per case; we may settle on permanent settings once we get past our first few ITX case reviews)</td><td>Bought by GN</td></tr><tr><td>GPU</td><td><a href="https://www.amazon.com/NVIDIA-GeForce-4070-Founders-Graphics/dp/B0C3SPXZJ8?tag=gamersnexus01-20">NVIDIA RTX 4070 FE</a></td><td>NVIDIA (review unit)</td></tr><tr><td>Motherboard</td><td><a href="https://www.amazon.com/ASUS-ROG-Z790-I-motherboard-Thunderbolt/dp/B0BHXS6HLH?tag=gamersnexus01-20">ASUS ROG Strix Z790-I Gaming WiFi</a></td><td>Bought by GN</td></tr><tr><td>PSU</td><td><a href="https://www.amazon.com/Corsair-SF1000L-Modular-Low-Noise-Supply/dp/B0BW9TG9ZY?tag=gamersnexus01-20">Corsair SF1000L 1000W SFX-L</a><br><a href="https://www.amazon.com/Phanteks-PH-P850PSF_02-Platinum-Platinum-Rated-Efficiency/dp/B0BVNY4LKY?tag=gamersnexus01-20">Phanteks Revolt SFX 850W</a></td><td>Bought by GN<br>Provided by Phanteks</td></tr><tr><td>RAM</td><td><a href="https://www.amazon.com/G-Skill-RipJaws-288-Pin-CL36-36-36-96-F5-6000J3636F16GX2-RS5K/dp/B0BJ181PX7?tag=gamersnexus01-20">GSkill Ripjaws S5 2 x 16GB</a></td><td>Bought by GN</td></tr><tr><td>SSD</td><td><a href="https://www.amazon.com/Samsung-960-NVMe-512GB-MZ-V6P512BW/dp/B01LYRCIPG?tag=gamersnexus01-20">Samsung 960 Pro M.2 NVMe SSD</a></td><td>Bought by GN</td></tr><tr><td>Coolers</td><td><strong>VARIABLE</strong><br>Standardized options:<br><br>240mm CLC: <a href="https://www.amazon.com/Fractal-Design-Aspect-Liquid-Cooler/dp/B0BH8GVST4?tag=gamersnexus01-20">Fractal Design Lumen S24 v2 RGB</a><br>120mm CLC: <a href="https://www.amazon.com/ARCTIC-Liquid-Freezer-All-One/dp/B07XLMB3WG?tag=gamersnexus01-20">Arctic Liquid Freezer II 120</a><br>"Standard" Tower: <a href="https://www.amazon.com/Cooler-Intel-LGA1700-LGA1151-Towers/dp/B0C9PXRK1C?tag=gamersnexus01-20">Scythe FUMA 3</a> or <a href="https://www.amazon.com/DeepCool-Performance-Cooler-Dynamic-Bearing/dp/B09PCWK7SP?tag=gamersnexus01-20">Deepcool AK400</a><br>Short Single Tower: <a href="https://www.amazon.com/Noctua-NH-U9S-Premium-Cooler-NF-A9/dp/B00TBHYYFK?tag=gamersnexus01-20">Noctua NH-U9S</a><br>Mini-Tower: <a href="https://www.amazon.com/Noctua-NH-D9L-Premium-Cooler-NF-A9/dp/B00QCEWTAW?tag=gamersnexus01-20">Noctua NH-D9L</a><br>Downdraft Low-Profile: <a href="https://www.amazon.com/DeepCool-Profile-High-Performance-1850RPM-61-56CFM/dp/B0C4P8ZPWT?tag=gamersnexus01-20">Deepcool AN600 67mm</a><br>Alt. Downdraft: <a href="https://www.amazon.com/Noctua-NH-C14S-Premium-Cooler-NF-A14/dp/B00XUV3JTK?tag=gamersnexus01-20">Noctua NH-C14S</a></td><td>Fractal Design, Arctic, Deepcool</td></tr><tr><td>Additional Fans (Optional)</td><td><strong>VARIABLE</strong><br>Standardized options:<br><br><a href="https://www.amazon.com/ARCTIC-P14-Slim-PWM-Pressure-optimised/dp/B09SLPRYYZ?tag=gamersnexus01-20">Arctic P14 Slim PWM PST 140mm</a><br><a href="https://www.amazon.com/ARCTIC-P12-Slim-PWM-PST/dp/B0BT1FPDZG?tag=gamersnexus01-20">Arctic P12 Slim PWM PST 120mm</a><br><a href="https://www.amazon.com/ARCTIC-ACFAN00286A-P8-Max-Black/dp/B09VDNGW8K?tag=gamersnexus01-20">Arctic P8 Max 80mm</a><br><a href="https://www.amazon.com/Noctua-NF-A6x25-PWM-Premium-Quiet/dp/B00VXTANZ4?tag=gamersnexus01-20">Noctua NF-A6x25 PWM 60mm</a><br><a href="https://www.amazon.com/Noctua-NF-A9x14-Premium-Quiet-92x14mm/dp/B009NQM7V2?tag=gamersnexus01-20">Noctua NF-A9x14 PWM 92mm</a></td><td>Arctic<br>Noctua</td></tr></tbody></table>
      
    
  



<h4 id="GPU-Acoustics-Test-Bench">GPU Acoustics Test Bench (2023-TBD)</h4>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>The below test bench details our platform used for GPU acoustics. This is deployed for collecting data such as the below. The GPU Acoustics Bench <strong>is not used for performance analysis</strong> (other than acoustic performance), and so the core components <strong>do not matter</strong>. For this bench, the most important aspect is controlling the noise: We use passive cooling, like from the Noctua NH-P1, to ensure no noise interference from other parts of the system. The power supply is used in a 0-RPM mode and validated during testing. The GPU does not perform work, but rather has its fan speed manually adjusted to meet the automatic fan speed we find during load testing (from our GPU FPS &amp; thermal test platform, also on this page). We also adjust the speed in increments of 5% to capture a dBA profile across the RPM range.</p>







<p>Unless otherwise stated, video card coolers are tested at an industry-standard distance of 1m from the center fan (aligned on the horizontal and vertical center of the video card cooler). The video card is situated in a horizontal Thermaltake Core P3 platform with the glass removed, so it is basically just a flat "case."</p>



<table class="has-fixed-layout"><tbody><tr><td><strong>Part</strong></td><td><strong>Component</strong></td><td><strong>Provided By</strong></td></tr><tr><td>CPU</td><td>Intel i7-8086K CPU</td><td>Bought by GN</td></tr><tr><td>Motherboard</td><td>ASUS Maximus X Hero Wi-Fi AC</td><td>ASUS</td></tr><tr><td>RAM</td><td><a href="https://howl.me/ck0IN7WDgFU">Crucial Ballistix 2x8GB DDR4-3200 16-18-18-36</a></td><td>Crucial</td></tr><tr><td>Cooler</td><td><a href="https://www.amazon.com/Noctua-NH-P1-Passive-CPU-Cooler/dp/B08WC64NN8?tag=gamersnexus01-20">Noctua NH-P1 Passive Cooler</a></td><td>Noctua</td></tr><tr><td>PSU</td><td><a href="https://www.amazon.com/Corsair-HX1500i-Modular-Ultra-Low-Supply/dp/B0BZ1JPSF7?tag=gamersnexus01-20">Corsair HX1500i PSU with Passive Fan Mode</a></td><td>Corsair</td></tr><tr><td>OS</td><td>Windows 11 Pro</td><td>Bought by GN</td></tr><tr><td>Case</td><td><a href="https://www.amazon.com/Thermaltake-Tempered-Panoramic-Wall-Mount-CA-1G4-00M1WN-06/dp/B07BFGB8Z6?tag=gamersnexus01-20">Thermaltake Core P3 in Horizontal 'Mode'</a></td><td>Thermaltake</td></tr></tbody></table>



<h3 id="GPU-Test-Bench">GPU Test Benches</h3>



<p>The below section includes current and deprecated GPU test benches. These are benches designed to isolate the GPU as much as possible for purposes of benchmarking and review.</p>



<h4>Primary GPU Test Bench (2024-Present)</h4>



<p>The below test bench is our current GPU test and review platform.</p>



<p>We have three of these that are calibrated against each other. We keep a data set for occasional calibration to ensure there isn't drift. At least one GPU is rerun for each cycle to check for drift, game patch impact, Windows impact, or other changes and how they may affect results. If we find deviation from the most recent data set, we re-run everything. Dates are logged for each device tested in the charts.</p>



<p>Two of these are used for GPU reviews and benchmarks, with the third used for power and efficiency testing.</p>



<p>GamersNexus has bought all components for its GPU test benches at this point, with the exception of the remnant SuperNOVA PSUs from years ago. They're still running great!</p>



<table><tbody><tr><td><strong>Part</strong></td><td><strong>Component</strong></td><td><strong>Settings / Notes</strong></td><td><strong>Purchase Link</strong></td><td><strong>Provided By</strong></td></tr><tr><td>CPU</td><td>AMD Ryzen 7 9800X3D 8C/16T</td><td>5.4GHz All-Core OC</td><td><a href="https://www.amazon.com/AMD-9800X3D-16-Thread-Desktop-Processor/dp/B0DKFMSMYK?tag=gamersnexus01-20">Amazon</a><br><a href="https://howl.link/osuwbpfb7ug5j">Newegg</a></td><td>Bought by GN</td></tr><tr><td>Motherboard</td><td>ASUS X670E Hero</td><td>ReBAR On</td><td><a href="https://www.amazon.com/ASUS-ROG-X670E-Motherboard-Front-Panel/dp/B0BDTN8SNJ?tag=gamersnexus01-20">Amazon</a><br><a href="https://howl.link/efoe0b2hr5ilt">Newegg</a></td><td>Bought by GN</td></tr><tr><td>CPU Cooler</td><td>Arctic Liquid Freezer III 420 ARGB</td><td>100% Fan &amp; Pump</td><td><a href="https://www.amazon.com/ARCTIC-Liquid-Freezer-RGB-PWM-Controlled/dp/B09VGXVFJX?tag=gamersnexus01-20">Amazon</a><br><a href="https://howl.link/hv2tfus4r8mca">Newegg</a></td><td>Bought by GN</td></tr><tr><td>RAM</td><td>GSkill Trident Z5 Neo DDR5-6000</td><td>DDR5-6000 28-36-36-96<br>Timings controlled<br>2x 16GB</td><td><a href="https://www.amazon.com/gp/product/B0DGRFBN96?tag=gamersnexus01-20">Amazon</a></td><td>Bought by GN</td></tr><tr><td>SSD</td><td>Samsung 990 PRO 2TB</td><td></td><td><a href="https://www.amazon.com/gp/product/B0BHJJ9Y77?tag=gamersnexus01-20">Amazon</a><br><a href="https://howl.link/8v008v31ahggf">Newegg</a></td><td>Bought by GN</td></tr><tr><td>Power Supply</td><td>EVGA SuperNOVA 1600W T2</td><td></td><td><a href="https://www.amazon.com/EVGA-Supernova-Titanium-Crossfire-220-T2-1600-X1/dp/B00R33ZBQU?tag=gamersnexus01-20">Amazon</a></td><td>Sent by EVGA</td></tr><tr><td>GPU</td><td>This is what we're testing!</td><td></td><td>N/A</td><td>N/A</td></tr></tbody></table>



<p>Additional parameters include: </p>



<ul><li>Hardware-accelerated GPU scheduling ENABLED</li><li>ReBAR ENABLED</li><li>Power plan set to High Performance</li><li>Power testing uses identical bench with calibrated Elmor PMD2</li></ul>



<p></p>



<h4>Secondary GPU Test Bench (2025-TBD)</h4>



<p>The below test bench is a special configuration for occasional focused testing on lower-end CPUs. This is not used for every review cycle, but as of the Intel Arc B570 review, we introduced it for limited run testing on lower-end hardware. We will likely not use this platform for high-end GPUs and will only introduce it for cards under the $300 mark (and even then, only occasionally -- it is a tripling of work to maintain).</p>



<h5>5600X Platform (CPU-Limited GPU Benchmarks)</h5>



<table><tbody><tr><td>Part</td><td>Component</td><td>Settings / Notes</td><td>Provided By</td></tr><tr><td>CPU</td><td>AMD Ryzen 5 5600X 6C/12T</td><td>4.7GHz All-Core OC</td><td>Sent by AMD<br>(Original review sample)</td></tr><tr><td>Motherboard</td><td>Gigabyte X570 Aorus Master</td><td></td><td>Bought by GN</td></tr><tr><td>CPU Cooler</td><td>Arctic Liquid Freezer II 360</td><td></td><td>Bought by GN</td></tr><tr><td>RAM</td><td>GSkill F4-3200C14D-16GTZR</td><td>Tight timings<br>14-14-14-14-34<br>Tuned subtimings<br>4x 8GB</td><td>GSkill</td></tr><tr><td>SSD</td><td>Samsung 990 Pro 2TB</td><td></td><td>Bought by GN</td></tr><tr><td>Power Supply</td><td>be quiet! Dark Power Pro 1600W</td><td></td><td>Sent by be quiet!</td></tr></tbody></table>



<h5>12400 Platform (CPU-Limited GPU Benchmarks) </h5>



<table><tbody><tr><td>Part</td><td>Component</td><td>Settings / Notes</td><td>Provided By</td></tr><tr><td>CPU</td><td>Intel i5-12400</td><td></td><td>Bought by GN</td></tr><tr><td>Motherboard</td><td>ASUS Z790 Hero</td><td></td><td>Bought by GN</td></tr><tr><td>CPU Cooler</td><td>Arctic Liquid Freezer II 360</td><td></td><td>Bought by GN</td></tr><tr><td>RAM</td><td>Lexar Ares DDR5-6000</td><td>30-36-36-68<br>2x 16GB (32GB)</td><td>Sent by Lexar</td></tr><tr><td>SSD</td><td>Samsung 990 Pro 2TB</td><td></td><td>Bought by GN</td></tr><tr><td>Power Supply</td><td>Corsair HX1500i</td><td></td><td>Sent by Corsair</td></tr></tbody></table>



<h4>GPU Games Suite (2024-Present)</h4>



<table><tbody><tr><td><strong>Game</strong></td><td><strong>Resolution &amp; Settings</strong></td><td><strong>Release Year</strong></td></tr><tr><td>Black Myth: Wukong Benchmark</td><td>1080p/High<br>1440p/High<br>4K/High<br>*Upscaling is not used. 100% for all tests. Game forces selection, selected FSR. Full RT disabled.</td><td>2024</td></tr><tr><td>(Ray Tracing) Black Myth: Wukong Benchmark</td><td>1080p/High Raster/Medium RT/FSR Quality<br>1440p/High Raster/Medium RT/FSR Quality<br>4K/High Raster/Medium RT/FSR Quality<br>*FSR selected as upscaling method for all tests. Scaling set to "FSR Quality" equivalent. Full Ray Tracing set to Medium.</td><td>2024</td></tr><tr><td>F1 24</td><td>1080p/High<br>1440p/High<br>4K/High</td><td>2024</td></tr><tr><td>(Ray Tracing) F1 24</td><td>1080p/RT Ultra<br>1440p/RT Ultra<br>4K/RT Ultra<br>*Based on Ultra High preset.</td><td>2024</td></tr><tr><td>Dragon's Dogma 2</td><td>1080p/Max<br>1440p/Max<br>4K/Max<br>*All settings maxed except for RT (this is not an in-game preset).</td><td>2024</td></tr><tr><td>(Ray Tracing) Dragon's Dogma 2</td><td>1080p/Max RT<br>1440p/Max RT<br>4K/Max RT<br>*All settings maxed (this is not an in-game preset).</td><td>2024</td></tr><tr><td>Final Fantasy XIV: Dawntrail Benchmark</td><td>1080p/Maximum<br>1440p/Maximum<br>4K/Maximum</td><td>2024</td></tr><tr><td>Resident Evil 4 (2023)</td><td>1080p/Prioritize Graphics<br>1440p/Prioritize Graphics<br>4K/Prioritize Graphics</td><td>2023</td></tr><tr><td>(Ray Tracing) Resident Evil 4 (2023)</td><td>1080p/FSR Quality/Max RT<br>1440p/FSR Quality/Max RT<br>4K/FSR Quality/Max RT<br>*Based on "Maximum" preset.</td><td>2023</td></tr><tr><td>Baldur's Gate 3</td><td>1080p/DX11/Ultra-Custom<br>1440p/DX11/Ultra-Custom<br>4K/DX11/Ultra-Custom<br>*Custom settings.</td><td>2023</td></tr><tr><td>Starfield</td><td>1080p/Ultra<br>1440p/Ultra<br>4K/Ultra</td><td>2023</td></tr><tr><td>Cyberpunk 2077: Phantom Liberty</td><td>1080p/Ultra<br>1440p/Ultra<br>4K/Ultra</td><td>2023</td></tr><tr><td>(Ray Tracing) Cyberpunk 2077: Phantom Liberty</td><td>1080p/RT Medium<br>1440p/RT Medium<br>4K/RT Medium<br>1080p/RT Ultra<br>1440p/RT Ultra<br>4K/RT Ultra<br>*Based on Ray Tracing: Ultra and Ray Tracing: Medium presets.</td><td>2023</td></tr><tr><td>Dying Light 2 Stay Human</td><td>1080p/DX12/High-Custom<br>1440p/DX12/High-Custom<br>4K/DX12/High-Custom<br>*Based on "High" preset but with DX12 and associated features.</td><td>2022</td></tr><tr><td>(Ray Tracing) Dying Light 2 Stay Human</td><td>1080p/DX12/FSR Quality/RT High Quality<br>1440p/DX12/FSR Quality/RT High Quality<br>4K/DX12/FSR Quality/RT High Quality<br>*Based on "High Quality Raytracing" preset.</td><td>2022</td></tr><tr><td>Total War: Warhammer III</td><td>1080p/Ultra<br>1440p/Ultra<br>4K/Ultra</td><td>2022</td></tr><tr><td>NOTES</td><td>Dynamic resolution, upscaling, VSync, and VRS are disabled unless otherwise noted, even if they would normally be enabled by the in-game preset. RT features are disabled in tests not prefixed with (Ray Tracing). Games are run in exclusive fullscreen mode if available.</td><td></td></tr></tbody></table>



<h4>GPU Test Bench (2022-2023)</h4>



<p>The below test bench details our two prior GPU review platforms that were used for performance evaluation and thermals. These deprecated and retired GPU test benches were overclocked, which helped significantly limit the bottlenecks potentially imposed by a CPU. The platforms also ran tests at 1080p, 1440p, and 4K, with the higher resolutions further distancing us from CPU scaling limitations. At EOL, this platform was primarily GPU-bound, but 1080p was starting to become constrained for high-end cards. This platform was retired from service at the end of 2024.</p>



  
    
      
      

           <table><tbody><tr><td><strong>Part</strong></td><td><strong>Component</strong></td><td><strong>Provided By</strong></td></tr><tr><td>CPU</td><td><a href="https://www.amazon.com/Intel-i7-12700KF-Desktop-Processor-Unlocked/dp/B09FXKHN7M?tag=gamersnexus01-20">Intel Core i7-12700KF</a> Overclocked<br>(4.9GHz P-Cores, 3.9GHz E-Cores)</td><td>Bought by GN</td></tr><tr><td>Motherboard</td><td><a href="https://www.amazon.com/MSI-Unify-Gaming-Motherboard-Socket/dp/B09KKRSG89?tag=gamersnexus01-20">MSI Z690 Unify</a></td><td>MSI</td></tr><tr><td>RAM</td><td>DDR5-6000 G.Skill Trident Z (manually tightened timings)</td><td>G.Skill</td></tr><tr><td>Cooler</td><td><a href="https://www.amazon.com/ARCTIC-Liquid-Freezer-All-One/dp/B07WNJCVNW?tag=gamersnexus01-20">Arctic Liquid Freezer II 360</a> @ 100% Fan Speed</td><td>Bought by GN</td></tr><tr><td>PSU</td><td><a href="https://www.amazon.com/EVGA-Supernova-Titanium-Crossfire-220-T2-1600-X1/dp/B00R33ZBQU?tag=gamersnexus01-20">EVGA 1600W T2 Supernova</a><br><a href="https://www.amazon.com/CORSAIR-AX1600i-Titanium-Certified-Modular/dp/B0787G1Z74?tag=gamersnexus01-20">Corsair AX1600i</a></td><td>EVGA<br>Corsair</td></tr><tr><td>OS</td><td>Windows 11</td><td>Bought by GN</td></tr></tbody></table>
<em>Additional parameters include: Hardware-accelerated GPU scheduling and ReBAR both enabled. Power plan set to High Performance. Note: Acoustic testing uses a bench with 0 fans, so passive PSU + coolers.</em><p></p>
      
    
  



<h5>Test Applications &amp; Games (DEPRECATED)</h5>



<ul class="blocks-gallery-grid"><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li><li class="blocks-gallery-item"></li></ul>



<p>We are <strong>constantly changing the games</strong> that get tested on this platform, and as such, maintaining a list of what we currently show is difficult. Instead, we'll list everything that the platform runs as of November 2, 2023. This list will likely be moved to the GPU methodology piece once we get it into the new website.</p>



<table class="has-fixed-layout"><tbody><tr><td><strong>Game</strong></td><td><strong>Resolution &amp; Settings</strong></td><td>Research &amp; Methods Piece</td></tr><tr><td>Starfield</td><td>1080p/Low<br>1080p/Medium<br><strong>1080p/High</strong><br><strong>1440p/High</strong><br><strong>4K/High</strong><br>4K/Ultra<br>* Dynamic resolution, upscaling, and inherently variable options are disabled unless otherwise noted, such as VRS.</td><td>- <a href="https://www.youtube.com/watch?v=7JDbrWmlqMw">Starfield GPU Benchmarks &amp; Research</a> (Video)<br>- <a href="https://www.youtube.com/watch?v=raf_Qo60Gi4">Starfield CPU Benchmarks &amp; Research</a> (Video)<br>- <a href="https://www.youtube.com/watch?v=QHZGyKwROW0">Starfield Graphics Optimization Guide</a> (Video)</td></tr><tr><td>Cities Skylines 2</td><td><strong>1080p/Very Low</strong><br><strong>1080p/Low</strong><br><strong>1080p/Medium</strong><br>1080p/High<br>1440p/Low<br>4K/Medium<br>4K/High<br>* Dynamic resolution, upscaling, and inherently varaible options are disabled unless otherwise noted.</td><td>- <a href="https://www.youtube.com/watch?v=l4DX6mUY78s">Cities Skylines 2 GPU Benchmarks &amp; Research</a> (Video)</td></tr><tr><td>Baldur's Gate 3</td><td>1080p/Medium<br>1080p/Ultra<br>1440p/Ultra<br>4K/Ultra</td><td>Baldur's Gate 3 GPU Benchmarks &amp; Research:<br>- <a href="https://www.gamersnexus.net/game-benchmarks-graphics-guides/baldurs-gate-3-gpu-benchmarks-best-video-cards-baldurs-gate-3">Article</a><br>- <a href="https://www.youtube.com/watch?v=AAjQXdwkgEE">Video</a></td></tr><tr><td>Total War: Warhammer 3</td><td>1080p/High-Custom<br>1440p/High-Custom<br>4K/High-Custom</td><td></td></tr><tr><td>Tom Clancy's Rainbow Six: Siege</td><td>1080p/Ultra<br>1440p/Ultra<br>4K/Ultra<br>(Dx11)</td><td></td></tr><tr><td>Strange Brigade (Vulkan)</td><td>1080p/Ultra<br>1440p/Ultra<br>4K/Ultra</td><td></td></tr><tr><td>Strange Brigade (Dx12)</td><td>1080p/Ultra<br>1440p/Ultra<br>4K/Ultra</td><td></td></tr><tr><td>Shadow of the Tomb Raider</td><td>1080p/High<br>1440p/High<br>4K/High</td><td></td></tr><tr><td>Resident Evil 4</td><td>1080p/Prioritize GFX<br>1440p/Prioritize GFX<br>4K/Prioritize GFX</td><td></td></tr><tr><td>Horizon Zero Dawn</td><td>1080p/Quality<br>1440p/Quality<br>4K/Quality</td><td></td></tr><tr><td>GTA V</td><td>4K/Custom (mix of Very High &amp; Ultra)</td><td>GTA V Testing Mystery<br>- <a href="https://www.youtube.com/watch?v=fSlQL_iqGFg">Video</a><br>GTA V Graphics Optimization Guide:<br>- <a href="https://www.gamersnexus.net/game-bench/1909-gta-v-graphics-optimization-guide">Article</a><br>- <a href="https://www.youtube.com/watch?v=0PrrDlzcidI">Video</a></td></tr><tr><td>FFXIV: Endwalker</td><td>1080p/Maximum<br>1440p/Maximum<br>4K/Maximum</td><td></td></tr><tr><td>F1 2022</td><td>1080p/Ultra-Custom<br>1440p/Ultra-Custom<br>4K/Ultra-Custom</td><td></td></tr><tr><td>Dying Light 2</td><td>1080p/High-Custom<br>1440p/High-Custom<br>4K/High-Custom</td><td></td></tr><tr><td>Cyberpunk 2077: Phantom Liberty</td><td>(Pending)</td><td></td></tr><tr><td>(Ray Tracing) Shadow of the Tomb Raider</td><td>1080p/Highest (RTX)<br>1440p/Highest (RTX)<br>4K/Highest (RTX)</td><td></td></tr><tr><td>(Ray Tracing) F1 2022</td><td>1080p/Ultra-Custom + RT<br>1440p/Ultra-Custom + RT<br>4K/Ultra-Custom + RT</td><td></td></tr><tr><td>(Ray Tracing) Cyberpunk 2077: Phantom Liberty</td><td>(Pending)</td><td></td></tr></tbody></table><strong>Bolded settings </strong>are those which are run regularly. Unbolded settings are those which have been tested or for which we have an internally defined SOP (Standard Operating Procedure), but that we might not run once the initial game research is done. If no bold options are shown, all listed are used. Dynamic resolution, upscaling, and inherently varaible options are disabled unless otherwise noted. 



<p>Additional tests are run, but are not explicitly listed as they may be more variable (or we just haven't publicly documented them at this time).</p>



<h4 id="CPU-Cooler-Test-Bench">CPU Cooler Test Bench (2020-2024)</h4>



  
    
      
      

           <table class="has-fixed-layout"><tbody><tr><td><strong>Part</strong></td><td><strong>Component</strong></td><td><strong>Provided By</strong></td></tr><tr><td>CPU</td><td><a href="https://howl.me/ckUQNTY62It" data-type="URL" target="_blank" rel="noreferrer noopener">AMD Ryzen 5 3600</a> - Used for lower ~68W heat loads for small coolers.<br><a href="https://howl.me/ckUQFdZG0iy" data-type="URL" target="_blank" rel="noreferrer noopener">AMD Ryzen 7 3800X</a> (2 chiplets active) - Used in all cooler benchmarks.<br><a href="https://howl.me/ckUQOjBmjlj" data-type="URL" target="_blank" rel="noreferrer noopener">AMD Ryzen 9 3950X</a> (3 chiplets active) - Used for higher heat loads to show scaling on big coolers.</td><td>AMD</td></tr><tr><td>Motherboard</td><td><a href="https://howl.me/ck2xteokFfn" data-type="URL" target="_blank" rel="noreferrer noopener">MSI X570 MEG ACE</a></td><td>GN Purchase</td></tr><tr><td>RAM</td><td><a href="https://howl.me/ckUQPbI8vyi" data-type="URL" target="_blank" rel="noreferrer noopener">GSkill Trident Z Royal DDR4-3600 CL16</a></td><td>GSkill</td></tr><tr><td>GPU</td><td><a href="https://howl.me/ckUQPClbu54" data-type="URL" target="_blank" rel="noreferrer noopener">EVGA NVIDIA GeForce GT 1030 SC</a> (passive cooler, second slot down)</td><td>GN Purchase</td></tr><tr><td>PSU</td><td>EVGA 1600W P2</td><td>EVGA</td></tr><tr><td>OS</td><td>Windows 10</td><td>GN Purchase</td></tr></tbody></table>
We have published a <a href="https://gamersnexus.net/guides/3561-cpu-cooler-testing-methodology-most-tests-are-flawed">full, in-depth Test Methodology piece</a> about our CPU cooler benchmarks and reviews. To learn how this testing is done, check that link!
      
    
  



<h4 id="CPU-Test-Bench">CPU Test Bench (2024-TBD)</h4>



<p>We are still working to fully add our modernized testing methodology for CPU benchmarks and reviews. Often, the review itself will contain verbal explanations of each test and methodological notes. We are slowly compiling those as we continue to build-out the living doc on the website. The below tests are <strong>typically </strong>run on every CPU; however, we sometimes remove tests for reasons that could relate to time with the product before embargo lift, compatibility, performance being too low (e.g. a CPU that struggles to maintain 30 FPS might just see that test eliminated), game updates that invalidate prior data (and need to be recollected), or if we believe the charts in a review are enough to illustrate the pattern without lengthening the review further.</p>



<p>Our CPU tests include these games and settings:</p>



<h5>Production Workloads</h5>



<table><tbody><tr><td>Application</td><td>Units &amp; Direction of Improvement</td><td>Reason</td></tr><tr><td>Cinebench R23 NT</td><td>CB Marks. Higher is better</td><td>Used for external validation and cross-reference to ensure the CPU is functioning as intended</td></tr><tr><td>Cinebench R23 1T</td><td>CB Marks. Higher is better</td><td>Used for external validation and cross-reference to ensure the CPU is functioning as intended</td></tr><tr><td>7-Zip Compression</td><td>MIPS. Higher is better</td><td>Evaluates performance when working under prolonged compression tests, represented as Millions of Instructions Per Second (MIPS)</td></tr><tr><td>7-Zip Decompression</td><td>MIPS. Higher is better</td><td>As above, but decompression</td></tr><tr><td>Chromium Code Compile</td><td>Minutes. Lower is better</td><td>Code compiles cannot be represented by a single test. For a number of reasons, mainly being practical, we only currently test compilation speed with Chromium. This test helps show longer workload performance, which can often shuffle the stack based on boosting behavior. Shows up most on CPUs such as those with Tau limits (like older Intel CPUs)</td></tr><tr><td>Blender 3D</td><td>Minutes. Lower is better</td><td>Evaluates heavy all-core loading performance where clocks tend to be at their lowest, with power and thermal at its highest. Prolonged test helps show real-world fall-off from thermal &amp; power (if limits exist)</td></tr><tr><td>Adobe Photoshop</td><td>Aggregate points (Puget)</td><td>Evaluates a mix of higher single-core or limited-thread count performance. This shows best on CPUs with higher IPC or single-core performance. Mixes multi-threaded workloads via Puget Suite to create an aggregate score.</td></tr><tr><td>Adobe Premiere</td><td>Aggregate points (Puget)</td><td>Evaluates functions such as filters, time warps, transforms, scales, and some rendering capabilities. Newer versions of this test have eliminated scrubbing due to variance, per Puget.</td></tr><tr><td>SpecWS</td><td>Aggregate points (Spec)</td><td>This is experimental for GN's testing right now, meaning we are still vetting it. Currently, we use SpecWS for CFD testing (Computational Fluid Dynamics) on CPUs via Rodinia CFD and biomedical modeling via the LAMMPS test.</td></tr></tbody></table>



<h5>Gaming Workloads</h5>



<table><tbody><tr><td>Game</td><td>Year Released</td><td>Resolution &amp; Settings</td></tr><tr><td>Final Fantasy XIV: Dawntrail</td><td>2024</td><td>1080p/Maximum<br>1440p/Maximum</td></tr><tr><td>Dragon's Dogma 2</td><td>2024</td><td>1080p/High</td></tr><tr><td>F1 24</td><td>2024</td><td>1080p/High<br>1440p/High</td></tr><tr><td>Baldur's Gate 3</td><td>2023</td><td>1080p/Medium</td></tr><tr><td>Starfield</td><td>2023</td><td>1080p/Low<br>* Dynamic resolution, upscaling, and inherently variable options are disabled unless otherwise noted, such as VRS.</td></tr><tr><td>Cyberpunk: Phantom Liberty</td><td>2023</td><td>1080p/Medium</td></tr><tr><td>Total War: Warhammer III</td><td>2022</td><td>1080p/Medium<br>* Battle benchmark</td></tr><tr><td>Stellaris</td><td>2016</td><td>1080p/High<br>* Simulation time (seconds)</td></tr><tr><td>Rainbow Six Siege</td><td>2015</td><td>1080p/Very High<br>1440p/Very High</td></tr></tbody></table>



<h5>CPU Miscellaneous Tests</h5>



<table><tbody><tr><td>Software</td><td>Tests</td></tr><tr><td>Blender + HWINFO</td><td>Frequency<br>Thermal<br>Power</td></tr><tr><td>Cinebench 1T + HWINFO</td><td>Frequency<br>External Validation</td></tr><tr><td>Blender + EPS12V Monitoring</td><td>Power<br>Efficiency</td></tr><tr><td>Limited Games Suite</td><td>Efficiency</td></tr></tbody></table>



<p>We will add the test bench hardware information for the next round of reviews, but the vast majority of critical information is listed in the chart subtitles.</p>







<p>Check back soon: We still need to add our case bench, our new cooler bench, and our CPU benches, among other platforms!</p>



<h3 id="update-log">Update Log</h3>



<ul><li>January 17, 2025: Added modern GPU test platform. Moved prior platform to 'deprecated' status. Added CPU-limited GPU test platforms.</li><li>January 17, 2025: Update Log created. Although there were prior updates, we did not log them here.</li></ul>



<hr class="wp-block-separator is-style-wide sep">


























      ]]></description>
  <pubDate>Thu, 02 Nov 2023 18:39:52 +0000</pubDate>
    <dc:creator>Lelldorianx</dc:creator>
    <guid isPermaLink="false">13904 at https://gamersnexus.net</guid>
    </item>

  </channel>
</rss>
